~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment/gtk-gui/MonoDevelop.Deployment.Gui.DeployDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
Import upstream version 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        internal partial class DeployDialog
6
6
        {
7
7
                private global::Gtk.HBox hbox1;
8
 
 
9
8
                private global::Gtk.VBox vbox2;
10
 
 
11
9
                private global::Gtk.Image image2;
12
 
 
13
10
                private global::Gtk.Notebook notebook;
14
 
 
15
11
                private global::Gtk.VBox vbox3;
16
 
 
17
12
                private global::Gtk.Label labelTitle;
18
 
 
19
13
                private global::Gtk.HSeparator hseparator2;
20
 
 
21
14
                private global::Gtk.Label label1;
22
 
 
23
15
                private global::Gtk.ScrolledWindow scrolledwindow2;
24
 
 
25
16
                private global::Gtk.TreeView targetsTree;
26
 
 
27
17
                private global::Gtk.Label label2;
28
 
 
29
18
                private global::Gtk.VBox pageSelectProject;
30
 
 
31
19
                private global::Gtk.Label labelTitle1;
32
 
 
33
20
                private global::Gtk.HSeparator hseparator4;
34
 
 
35
21
                private global::Gtk.Label label4;
36
 
 
37
22
                private global::MonoDevelop.Deployment.Gui.EntrySelectionTree entryTree;
38
 
 
39
23
                private global::Gtk.Label label3;
40
 
 
41
24
                private global::Gtk.VBox vbox4;
42
 
 
43
25
                private global::Gtk.Label label5;
44
 
 
45
26
                private global::Gtk.HSeparator hseparator3;
46
 
 
47
27
                private global::Gtk.EventBox editorBox;
48
 
 
49
28
                private global::Gtk.HSeparator saveSeparator;
50
 
 
51
29
                private global::Gtk.HBox hbox2;
52
 
 
53
30
                private global::Gtk.CheckButton checkSave;
54
 
 
55
31
                private global::Gtk.Label label6;
56
 
 
57
32
                private global::Gtk.VBox pageSave;
58
 
 
59
33
                private global::Gtk.Label label7;
60
 
 
61
34
                private global::Gtk.HSeparator hseparator5;
62
 
 
63
35
                private global::Gtk.VBox vbox7;
64
 
 
65
36
                private global::Gtk.Label label14;
66
 
 
67
37
                private global::Gtk.HBox hbox4;
68
 
 
69
38
                private global::Gtk.Label label13;
70
 
 
71
39
                private global::Gtk.Entry entrySaveName;
72
 
 
73
40
                private global::Gtk.VBox vboxSaveProject;
74
 
 
75
41
                private global::Gtk.HSeparator hseparator6;
76
 
 
77
42
                private global::Gtk.Label label15;
78
 
 
79
43
                private global::Gtk.RadioButton radioCreateProject;
80
 
 
81
44
                private global::Gtk.HBox hbox5;
82
 
 
83
45
                private global::Gtk.Label label9;
84
 
 
85
46
                private global::Gtk.Table tableNewProject;
86
 
 
87
47
                private global::Gtk.ComboBox comboCreateProject;
88
 
 
89
48
                private global::Gtk.Entry entryProjectName;
90
 
 
91
49
                private global::Gtk.Label label11;
92
 
 
93
50
                private global::Gtk.Label label16;
94
 
 
95
51
                private global::Gtk.RadioButton radioAddProject;
96
 
 
97
52
                private global::Gtk.HBox boxAddProject;
98
 
 
99
53
                private global::Gtk.Label label10;
100
 
 
101
54
                private global::Gtk.Label label12;
102
 
 
103
55
                private global::Gtk.ComboBox comboSelProject;
104
 
 
105
56
                private global::Gtk.Label label8;
106
 
 
107
57
                private global::Gtk.Button buttonCancel;
108
 
 
109
58
                private global::Gtk.Button buttonBack;
110
 
 
111
59
                private global::Gtk.Button buttonNext;
112
60
 
113
61
                protected virtual void Build ()
136
84
                        this.image2.Name = "image2";
137
85
                        this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("package-x-generic.png");
138
86
                        this.vbox2.Add (this.image2);
139
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.image2]));
 
87
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image2]));
140
88
                        w2.Position = 0;
141
89
                        w2.Expand = false;
142
90
                        w2.Fill = false;
143
91
                        this.hbox1.Add (this.vbox2);
144
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
 
92
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
145
93
                        w3.Position = 0;
146
94
                        w3.Expand = false;
147
95
                        w3.Fill = false;
159
107
                        // Container child vbox3.Gtk.Box+BoxChild
160
108
                        this.labelTitle = new global::Gtk.Label ();
161
109
                        this.labelTitle.Name = "labelTitle";
162
 
                        this.labelTitle.Xalign = 0f;
 
110
                        this.labelTitle.Xalign = 0F;
163
111
                        this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Package Type</b></big>");
164
112
                        this.labelTitle.UseMarkup = true;
165
113
                        this.vbox3.Add (this.labelTitle);
166
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.labelTitle]));
 
114
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelTitle]));
167
115
                        w4.Position = 0;
168
116
                        w4.Expand = false;
169
117
                        w4.Fill = false;
171
119
                        this.hseparator2 = new global::Gtk.HSeparator ();
172
120
                        this.hseparator2.Name = "hseparator2";
173
121
                        this.vbox3.Add (this.hseparator2);
174
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hseparator2]));
 
122
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
175
123
                        w5.Position = 1;
176
124
                        w5.Expand = false;
177
125
                        w5.Fill = false;
178
126
                        // Container child vbox3.Gtk.Box+BoxChild
179
127
                        this.label1 = new global::Gtk.Label ();
180
128
                        this.label1.Name = "label1";
181
 
                        this.label1.Xalign = 0f;
 
129
                        this.label1.Xalign = 0F;
182
130
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the type of package to create:");
183
131
                        this.vbox3.Add (this.label1);
184
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label1]));
 
132
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
185
133
                        w6.Position = 2;
186
134
                        w6.Expand = false;
187
135
                        w6.Fill = false;
196
144
                        this.targetsTree.Name = "targetsTree";
197
145
                        this.scrolledwindow2.Add (this.targetsTree);
198
146
                        this.vbox3.Add (this.scrolledwindow2);
199
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow2]));
 
147
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow2]));
200
148
                        w8.Position = 3;
201
149
                        this.notebook.Add (this.vbox3);
202
150
                        // Notebook tab
212
160
                        // Container child pageSelectProject.Gtk.Box+BoxChild
213
161
                        this.labelTitle1 = new global::Gtk.Label ();
214
162
                        this.labelTitle1.Name = "labelTitle1";
215
 
                        this.labelTitle1.Xalign = 0f;
 
163
                        this.labelTitle1.Xalign = 0F;
216
164
                        this.labelTitle1.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Select Project</b></big>");
217
165
                        this.labelTitle1.UseMarkup = true;
218
166
                        this.pageSelectProject.Add (this.labelTitle1);
219
 
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject[this.labelTitle1]));
 
167
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.labelTitle1]));
220
168
                        w10.Position = 0;
221
169
                        w10.Expand = false;
222
170
                        w10.Fill = false;
224
172
                        this.hseparator4 = new global::Gtk.HSeparator ();
225
173
                        this.hseparator4.Name = "hseparator4";
226
174
                        this.pageSelectProject.Add (this.hseparator4);
227
 
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject[this.hseparator4]));
 
175
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.hseparator4]));
228
176
                        w11.Position = 1;
229
177
                        w11.Expand = false;
230
178
                        w11.Fill = false;
231
179
                        // Container child pageSelectProject.Gtk.Box+BoxChild
232
180
                        this.label4 = new global::Gtk.Label ();
233
181
                        this.label4.Name = "label4";
234
 
                        this.label4.Xalign = 0f;
 
182
                        this.label4.Xalign = 0F;
235
183
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the project or solution for which you want to create a package:");
236
184
                        this.pageSelectProject.Add (this.label4);
237
 
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject[this.label4]));
 
185
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.label4]));
238
186
                        w12.Position = 2;
239
187
                        w12.Expand = false;
240
188
                        w12.Fill = false;
243
191
                        this.entryTree.Events = ((global::Gdk.EventMask)(256));
244
192
                        this.entryTree.Name = "entryTree";
245
193
                        this.pageSelectProject.Add (this.entryTree);
246
 
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject[this.entryTree]));
 
194
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.entryTree]));
247
195
                        w13.Position = 3;
248
196
                        this.notebook.Add (this.pageSelectProject);
249
 
                        global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.pageSelectProject]));
 
197
                        global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSelectProject]));
250
198
                        w14.Position = 1;
251
199
                        // Notebook tab
252
200
                        this.label3 = new global::Gtk.Label ();
261
209
                        // Container child vbox4.Gtk.Box+BoxChild
262
210
                        this.label5 = new global::Gtk.Label ();
263
211
                        this.label5.Name = "label5";
264
 
                        this.label5.Xalign = 0f;
 
212
                        this.label5.Xalign = 0F;
265
213
                        this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Package Settings</b></big>");
266
214
                        this.label5.UseMarkup = true;
267
215
                        this.vbox4.Add (this.label5);
268
 
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.label5]));
 
216
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
269
217
                        w15.Position = 0;
270
218
                        w15.Expand = false;
271
219
                        w15.Fill = false;
273
221
                        this.hseparator3 = new global::Gtk.HSeparator ();
274
222
                        this.hseparator3.Name = "hseparator3";
275
223
                        this.vbox4.Add (this.hseparator3);
276
 
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hseparator3]));
 
224
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
277
225
                        w16.Position = 1;
278
226
                        w16.Expand = false;
279
227
                        w16.Fill = false;
281
229
                        this.editorBox = new global::Gtk.EventBox ();
282
230
                        this.editorBox.Name = "editorBox";
283
231
                        this.vbox4.Add (this.editorBox);
284
 
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.editorBox]));
 
232
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.editorBox]));
285
233
                        w17.Position = 2;
286
234
                        // Container child vbox4.Gtk.Box+BoxChild
287
235
                        this.saveSeparator = new global::Gtk.HSeparator ();
288
236
                        this.saveSeparator.Name = "saveSeparator";
289
237
                        this.vbox4.Add (this.saveSeparator);
290
 
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.saveSeparator]));
 
238
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.saveSeparator]));
291
239
                        w18.Position = 3;
292
240
                        w18.Expand = false;
293
241
                        w18.Fill = false;
303
251
                        this.checkSave.DrawIndicator = true;
304
252
                        this.checkSave.UseUnderline = true;
305
253
                        this.hbox2.Add (this.checkSave);
306
 
                        global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkSave]));
 
254
                        global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkSave]));
307
255
                        w19.Position = 0;
308
256
                        w19.Expand = false;
309
257
                        w19.Fill = false;
310
258
                        this.vbox4.Add (this.hbox2);
311
 
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
 
259
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
312
260
                        w20.Position = 4;
313
261
                        w20.Expand = false;
314
262
                        w20.Fill = false;
315
263
                        this.notebook.Add (this.vbox4);
316
 
                        global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.vbox4]));
 
264
                        global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.vbox4]));
317
265
                        w21.Position = 2;
318
266
                        // Notebook tab
319
267
                        this.label6 = new global::Gtk.Label ();
328
276
                        // Container child pageSave.Gtk.Box+BoxChild
329
277
                        this.label7 = new global::Gtk.Label ();
330
278
                        this.label7.Name = "label7";
331
 
                        this.label7.Xalign = 0f;
 
279
                        this.label7.Xalign = 0F;
332
280
                        this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Save Package Configuration</b></big>");
333
281
                        this.label7.UseMarkup = true;
334
282
                        this.pageSave.Add (this.label7);
335
 
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.pageSave[this.label7]));
 
283
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.label7]));
336
284
                        w22.Position = 0;
337
285
                        w22.Expand = false;
338
286
                        w22.Fill = false;
340
288
                        this.hseparator5 = new global::Gtk.HSeparator ();
341
289
                        this.hseparator5.Name = "hseparator5";
342
290
                        this.pageSave.Add (this.hseparator5);
343
 
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.pageSave[this.hseparator5]));
 
291
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.hseparator5]));
344
292
                        w23.Position = 1;
345
293
                        w23.Expand = false;
346
294
                        w23.Fill = false;
351
299
                        // Container child vbox7.Gtk.Box+BoxChild
352
300
                        this.label14 = new global::Gtk.Label ();
353
301
                        this.label14.Name = "label14";
354
 
                        this.label14.Xalign = 0f;
 
302
                        this.label14.Xalign = 0F;
355
303
                        this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter the name you want to give to this package configuration:");
356
304
                        this.vbox7.Add (this.label14);
357
 
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.label14]));
 
305
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label14]));
358
306
                        w24.Position = 0;
359
307
                        w24.Expand = false;
360
308
                        w24.Fill = false;
367
315
                        this.label13.Name = "label13";
368
316
                        this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
369
317
                        this.hbox4.Add (this.label13);
370
 
                        global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label13]));
 
318
                        global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label13]));
371
319
                        w25.Position = 0;
372
320
                        w25.Expand = false;
373
321
                        w25.Fill = false;
378
326
                        this.entrySaveName.IsEditable = true;
379
327
                        this.entrySaveName.InvisibleChar = '●';
380
328
                        this.hbox4.Add (this.entrySaveName);
381
 
                        global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.entrySaveName]));
 
329
                        global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entrySaveName]));
382
330
                        w26.Position = 1;
383
331
                        this.vbox7.Add (this.hbox4);
384
 
                        global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox4]));
 
332
                        global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4]));
385
333
                        w27.Position = 1;
386
334
                        w27.Expand = false;
387
335
                        w27.Fill = false;
394
342
                        this.hseparator6 = new global::Gtk.HSeparator ();
395
343
                        this.hseparator6.Name = "hseparator6";
396
344
                        this.vboxSaveProject.Add (this.hseparator6);
397
 
                        global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject[this.hseparator6]));
 
345
                        global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hseparator6]));
398
346
                        w28.Position = 0;
399
347
                        w28.Expand = false;
400
348
                        w28.Fill = false;
401
349
                        // Container child vboxSaveProject.Gtk.Box+BoxChild
402
350
                        this.label15 = new global::Gtk.Label ();
403
351
                        this.label15.Name = "label15";
404
 
                        this.label15.Xalign = 0f;
 
352
                        this.label15.Xalign = 0F;
405
353
                        this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Where do you want to save this configuration?");
406
354
                        this.vboxSaveProject.Add (this.label15);
407
 
                        global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject[this.label15]));
 
355
                        global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.label15]));
408
356
                        w29.Position = 1;
409
357
                        w29.Expand = false;
410
358
                        w29.Fill = false;
412
360
                        this.radioCreateProject = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Save in a new Packaging Project"));
413
361
                        this.radioCreateProject.CanFocus = true;
414
362
                        this.radioCreateProject.Name = "radioCreateProject";
 
363
                        this.radioCreateProject.Active = true;
415
364
                        this.radioCreateProject.DrawIndicator = true;
416
365
                        this.radioCreateProject.UseUnderline = true;
417
366
                        this.radioCreateProject.Group = new global::GLib.SList (global::System.IntPtr.Zero);
418
367
                        this.vboxSaveProject.Add (this.radioCreateProject);
419
 
                        global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject[this.radioCreateProject]));
 
368
                        global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioCreateProject]));
420
369
                        w30.Position = 2;
421
370
                        w30.Expand = false;
422
371
                        w30.Fill = false;
429
378
                        this.label9.WidthRequest = 24;
430
379
                        this.label9.Name = "label9";
431
380
                        this.hbox5.Add (this.label9);
432
 
                        global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label9]));
 
381
                        global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label9]));
433
382
                        w31.Position = 0;
434
383
                        w31.Expand = false;
435
384
                        w31.Fill = false;
442
391
                        this.comboCreateProject = global::Gtk.ComboBox.NewText ();
443
392
                        this.comboCreateProject.Name = "comboCreateProject";
444
393
                        this.tableNewProject.Add (this.comboCreateProject);
445
 
                        global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableNewProject[this.comboCreateProject]));
 
394
                        global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.comboCreateProject]));
446
395
                        w32.LeftAttach = ((uint)(1));
447
396
                        w32.RightAttach = ((uint)(2));
448
397
                        w32.XOptions = ((global::Gtk.AttachOptions)(4));
455
404
                        this.entryProjectName.IsEditable = true;
456
405
                        this.entryProjectName.InvisibleChar = '●';
457
406
                        this.tableNewProject.Add (this.entryProjectName);
458
 
                        global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableNewProject[this.entryProjectName]));
 
407
                        global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.entryProjectName]));
459
408
                        w33.TopAttach = ((uint)(1));
460
409
                        w33.BottomAttach = ((uint)(2));
461
410
                        w33.LeftAttach = ((uint)(1));
465
414
                        // Container child tableNewProject.Gtk.Table+TableChild
466
415
                        this.label11 = new global::Gtk.Label ();
467
416
                        this.label11.Name = "label11";
468
 
                        this.label11.Xalign = 0f;
 
417
                        this.label11.Xalign = 0F;
469
418
                        this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Project name:");
470
419
                        this.tableNewProject.Add (this.label11);
471
 
                        global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableNewProject[this.label11]));
 
420
                        global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label11]));
472
421
                        w34.TopAttach = ((uint)(1));
473
422
                        w34.BottomAttach = ((uint)(2));
474
423
                        w34.XOptions = ((global::Gtk.AttachOptions)(4));
478
427
                        this.label16.Name = "label16";
479
428
                        this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("Create in solution:");
480
429
                        this.tableNewProject.Add (this.label16);
481
 
                        global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableNewProject[this.label16]));
 
430
                        global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label16]));
482
431
                        w35.XOptions = ((global::Gtk.AttachOptions)(4));
483
432
                        w35.YOptions = ((global::Gtk.AttachOptions)(4));
484
433
                        this.hbox5.Add (this.tableNewProject);
485
 
                        global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.tableNewProject]));
 
434
                        global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tableNewProject]));
486
435
                        w36.Position = 1;
487
436
                        w36.Expand = false;
488
437
                        w36.Fill = false;
489
438
                        this.vboxSaveProject.Add (this.hbox5);
490
 
                        global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject[this.hbox5]));
 
439
                        global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hbox5]));
491
440
                        w37.Position = 3;
492
441
                        w37.Expand = false;
493
442
                        w37.Fill = false;
499
448
                        this.radioAddProject.UseUnderline = true;
500
449
                        this.radioAddProject.Group = this.radioCreateProject.Group;
501
450
                        this.vboxSaveProject.Add (this.radioAddProject);
502
 
                        global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject[this.radioAddProject]));
 
451
                        global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioAddProject]));
503
452
                        w38.Position = 4;
504
453
                        w38.Expand = false;
505
454
                        w38.Fill = false;
512
461
                        this.label10.WidthRequest = 24;
513
462
                        this.label10.Name = "label10";
514
463
                        this.boxAddProject.Add (this.label10);
515
 
                        global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.boxAddProject[this.label10]));
 
464
                        global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label10]));
516
465
                        w39.Position = 0;
517
466
                        w39.Expand = false;
518
467
                        w39.Fill = false;
521
470
                        this.label12.Name = "label12";
522
471
                        this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Project:");
523
472
                        this.boxAddProject.Add (this.label12);
524
 
                        global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.boxAddProject[this.label12]));
 
473
                        global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label12]));
525
474
                        w40.Position = 1;
526
475
                        w40.Expand = false;
527
476
                        w40.Fill = false;
529
478
                        this.comboSelProject = global::Gtk.ComboBox.NewText ();
530
479
                        this.comboSelProject.Name = "comboSelProject";
531
480
                        this.boxAddProject.Add (this.comboSelProject);
532
 
                        global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.boxAddProject[this.comboSelProject]));
 
481
                        global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.comboSelProject]));
533
482
                        w41.Position = 2;
534
483
                        w41.Expand = false;
535
484
                        w41.Fill = false;
536
485
                        this.vboxSaveProject.Add (this.boxAddProject);
537
 
                        global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject[this.boxAddProject]));
 
486
                        global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.boxAddProject]));
538
487
                        w42.Position = 5;
539
488
                        w42.Expand = false;
540
489
                        w42.Fill = false;
541
490
                        this.vbox7.Add (this.vboxSaveProject);
542
 
                        global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.vboxSaveProject]));
 
491
                        global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vboxSaveProject]));
543
492
                        w43.Position = 2;
544
493
                        w43.Expand = false;
545
494
                        w43.Fill = false;
546
495
                        this.pageSave.Add (this.vbox7);
547
 
                        global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.pageSave[this.vbox7]));
 
496
                        global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.vbox7]));
548
497
                        w44.Position = 2;
549
498
                        w44.Expand = false;
550
499
                        w44.Fill = false;
551
500
                        this.notebook.Add (this.pageSave);
552
 
                        global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.pageSave]));
 
501
                        global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSave]));
553
502
                        w45.Position = 3;
554
503
                        // Notebook tab
555
504
                        this.label8 = new global::Gtk.Label ();
558
507
                        this.notebook.SetTabLabel (this.pageSave, this.label8);
559
508
                        this.label8.ShowAll ();
560
509
                        this.hbox1.Add (this.notebook);
561
 
                        global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.notebook]));
 
510
                        global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook]));
562
511
                        w46.Position = 1;
563
512
                        w1.Add (this.hbox1);
564
 
                        global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
 
513
                        global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
565
514
                        w47.Position = 0;
566
515
                        // Internal child MonoDevelop.Deployment.Gui.DeployDialog.ActionArea
567
516
                        global::Gtk.HButtonBox w48 = this.ActionArea;
578
527
                        this.buttonCancel.UseUnderline = true;
579
528
                        this.buttonCancel.Label = "gtk-cancel";
580
529
                        this.AddActionWidget (this.buttonCancel, -6);
581
 
                        global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48[this.buttonCancel]));
 
530
                        global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonCancel]));
582
531
                        w49.Expand = false;
583
532
                        w49.Fill = false;
584
533
                        // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
590
539
                        this.buttonBack.UseUnderline = true;
591
540
                        this.buttonBack.Label = "gtk-go-back";
592
541
                        w48.Add (this.buttonBack);
593
 
                        global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48[this.buttonBack]));
 
542
                        global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonBack]));
594
543
                        w50.Position = 1;
595
544
                        w50.Expand = false;
596
545
                        w50.Fill = false;
603
552
                        this.buttonNext.UseUnderline = true;
604
553
                        this.buttonNext.Label = "gtk-go-forward";
605
554
                        w48.Add (this.buttonNext);
606
 
                        global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48[this.buttonNext]));
 
555
                        global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonNext]));
607
556
                        w51.Position = 2;
608
557
                        w51.Expand = false;
609
558
                        w51.Fill = false;
612
561
                        }
613
562
                        this.DefaultWidth = 573;
614
563
                        this.DefaultHeight = 433;
615
 
                        this.Show ();
 
564
                        this.Hide ();
616
565
                        this.notebook.SelectPage += new global::Gtk.SelectPageHandler (this.OnNotebookSelectPage);
617
566
                        this.checkSave.Clicked += new global::System.EventHandler (this.OnCheckSaveClicked);
618
567
                        this.radioCreateProject.Clicked += new global::System.EventHandler (this.OnRadioCreateProjectClicked);