Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MonoDevelop.Deployment.Gui.DeployDialog.cs « Gui « MonoDevelop.Deployment « Deployment « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ddd74709ad8ef0d15d6e70e26300a1802b158ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622

// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Deployment.Gui
{
	internal partial class DeployDialog
	{
		private global::Gtk.HBox hbox1;
		
		private global::Gtk.VBox vbox2;
		
		private global::MonoDevelop.Components.ImageView image2;
		
		private global::Gtk.Notebook notebook;
		
		private global::Gtk.VBox vbox3;
		
		private global::Gtk.Label labelTitle;
		
		private global::Gtk.HSeparator hseparator2;
		
		private global::Gtk.Label label1;
		
		private global::Gtk.ScrolledWindow scrolledwindow2;
		
		private global::Gtk.TreeView targetsTree;
		
		private global::Gtk.Label label2;
		
		private global::Gtk.VBox pageSelectProject;
		
		private global::Gtk.Label labelTitle1;
		
		private global::Gtk.HSeparator hseparator4;
		
		private global::Gtk.Label label4;
		
		private global::MonoDevelop.Deployment.Gui.EntrySelectionTree entryTree;
		
		private global::Gtk.Label label3;
		
		private global::Gtk.VBox vbox4;
		
		private global::Gtk.Label label5;
		
		private global::Gtk.HSeparator hseparator3;
		
		private global::Gtk.EventBox editorBox;
		
		private global::Gtk.HSeparator saveSeparator;
		
		private global::Gtk.HBox hbox2;
		
		private global::Gtk.CheckButton checkSave;
		
		private global::Gtk.Label label6;
		
		private global::Gtk.VBox pageSave;
		
		private global::Gtk.Label label7;
		
		private global::Gtk.HSeparator hseparator5;
		
		private global::Gtk.VBox vbox7;
		
		private global::Gtk.Label label14;
		
		private global::Gtk.HBox hbox4;
		
		private global::Gtk.Label label13;
		
		private global::Gtk.Entry entrySaveName;
		
		private global::Gtk.VBox vboxSaveProject;
		
		private global::Gtk.HSeparator hseparator6;
		
		private global::Gtk.Label label15;
		
		private global::Gtk.RadioButton radioCreateProject;
		
		private global::Gtk.HBox hbox5;
		
		private global::Gtk.Label label9;
		
		private global::Gtk.Table tableNewProject;
		
		private global::Gtk.ComboBox comboCreateProject;
		
		private global::Gtk.Entry entryProjectName;
		
		private global::Gtk.Label label11;
		
		private global::Gtk.Label label16;
		
		private global::Gtk.RadioButton radioAddProject;
		
		private global::Gtk.HBox boxAddProject;
		
		private global::Gtk.Label label10;
		
		private global::Gtk.Label label12;
		
		private global::Gtk.ComboBox comboSelProject;
		
		private global::Gtk.Label label8;
		
		private global::Gtk.Button buttonCancel;
		
		private global::Gtk.Button buttonBack;
		
		private global::Gtk.Button buttonNext;

		protected virtual void Build ()
		{
			MonoDevelop.Components.Gui.Initialize (this);
			// Widget MonoDevelop.Deployment.Gui.DeployDialog
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.Deployment.Gui.DeployDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Create Package");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Deployment.Gui.DeployDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Events = ((global::Gdk.EventMask)(256));
			w1.Name = "dialog_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			// Container child vbox2.Gtk.Box+BoxChild
			this.image2 = new global::MonoDevelop.Components.ImageView ();
			this.image2.Name = "image2";
			this.image2.IconId = "md-package";
			this.image2.IconSize = ((global::Gtk.IconSize)(6));
			this.vbox2.Add (this.image2);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image2]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.notebook = new global::Gtk.Notebook ();
			this.notebook.CanFocus = true;
			this.notebook.Name = "notebook";
			this.notebook.CurrentPage = 3;
			this.notebook.ShowBorder = false;
			this.notebook.BorderWidth = ((uint)(6));
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.labelTitle = new global::Gtk.Label ();
			this.labelTitle.Name = "labelTitle";
			this.labelTitle.Xalign = 0F;
			this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Package Type</b></big>");
			this.labelTitle.UseMarkup = true;
			this.vbox3.Add (this.labelTitle);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelTitle]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox3.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the type of package to create:");
			this.vbox3.Add (this.label1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow2.CanFocus = true;
			this.scrolledwindow2.Name = "scrolledwindow2";
			this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow2.Gtk.Container+ContainerChild
			this.targetsTree = new global::Gtk.TreeView ();
			this.targetsTree.CanFocus = true;
			this.targetsTree.Name = "targetsTree";
			this.scrolledwindow2.Add (this.targetsTree);
			this.vbox3.Add (this.scrolledwindow2);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow2]));
			w8.Position = 3;
			this.notebook.Add (this.vbox3);
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.notebook.SetTabLabel (this.vbox3, this.label2);
			this.label2.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.pageSelectProject = new global::Gtk.VBox ();
			this.pageSelectProject.Name = "pageSelectProject";
			this.pageSelectProject.Spacing = 6;
			// Container child pageSelectProject.Gtk.Box+BoxChild
			this.labelTitle1 = new global::Gtk.Label ();
			this.labelTitle1.Name = "labelTitle1";
			this.labelTitle1.Xalign = 0F;
			this.labelTitle1.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Select Project</b></big>");
			this.labelTitle1.UseMarkup = true;
			this.pageSelectProject.Add (this.labelTitle1);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.labelTitle1]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child pageSelectProject.Gtk.Box+BoxChild
			this.hseparator4 = new global::Gtk.HSeparator ();
			this.hseparator4.Name = "hseparator4";
			this.pageSelectProject.Add (this.hseparator4);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.hseparator4]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			// Container child pageSelectProject.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the project or solution for which you want to create a package:");
			this.pageSelectProject.Add (this.label4);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.label4]));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			// Container child pageSelectProject.Gtk.Box+BoxChild
			this.entryTree = new global::MonoDevelop.Deployment.Gui.EntrySelectionTree ();
			this.entryTree.Events = ((global::Gdk.EventMask)(256));
			this.entryTree.Name = "entryTree";
			this.pageSelectProject.Add (this.entryTree);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.entryTree]));
			w13.Position = 3;
			this.notebook.Add (this.pageSelectProject);
			global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSelectProject]));
			w14.Position = 1;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.notebook.SetTabLabel (this.pageSelectProject, this.label3);
			this.label3.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Package Settings</b></big>");
			this.label5.UseMarkup = true;
			this.vbox4.Add (this.label5);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hseparator3 = new global::Gtk.HSeparator ();
			this.hseparator3.Name = "hseparator3";
			this.vbox4.Add (this.hseparator3);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.editorBox = new global::Gtk.EventBox ();
			this.editorBox.Name = "editorBox";
			this.vbox4.Add (this.editorBox);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.editorBox]));
			w17.Position = 2;
			// Container child vbox4.Gtk.Box+BoxChild
			this.saveSeparator = new global::Gtk.HSeparator ();
			this.saveSeparator.Name = "saveSeparator";
			this.vbox4.Add (this.saveSeparator);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.saveSeparator]));
			w18.Position = 3;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.checkSave = new global::Gtk.CheckButton ();
			this.checkSave.CanFocus = true;
			this.checkSave.Name = "checkSave";
			this.checkSave.Label = global::Mono.Unix.Catalog.GetString ("Save this package configuration in the solution");
			this.checkSave.DrawIndicator = true;
			this.checkSave.UseUnderline = true;
			this.hbox2.Add (this.checkSave);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkSave]));
			w19.Position = 0;
			w19.Expand = false;
			w19.Fill = false;
			this.vbox4.Add (this.hbox2);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
			w20.Position = 4;
			w20.Expand = false;
			w20.Fill = false;
			this.notebook.Add (this.vbox4);
			global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.vbox4]));
			w21.Position = 2;
			// Notebook tab
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.notebook.SetTabLabel (this.vbox4, this.label6);
			this.label6.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.pageSave = new global::Gtk.VBox ();
			this.pageSave.Name = "pageSave";
			this.pageSave.Spacing = 6;
			// Container child pageSave.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Save Package Configuration</b></big>");
			this.label7.UseMarkup = true;
			this.pageSave.Add (this.label7);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.label7]));
			w22.Position = 0;
			w22.Expand = false;
			w22.Fill = false;
			// Container child pageSave.Gtk.Box+BoxChild
			this.hseparator5 = new global::Gtk.HSeparator ();
			this.hseparator5.Name = "hseparator5";
			this.pageSave.Add (this.hseparator5);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.hseparator5]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			// Container child pageSave.Gtk.Box+BoxChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			// Container child vbox7.Gtk.Box+BoxChild
			this.label14 = new global::Gtk.Label ();
			this.label14.Name = "label14";
			this.label14.Xalign = 0F;
			this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter the name you want to give to this package configuration:");
			this.vbox7.Add (this.label14);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label14]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.label13 = new global::Gtk.Label ();
			this.label13.Name = "label13";
			this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.hbox4.Add (this.label13);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label13]));
			w25.Position = 0;
			w25.Expand = false;
			w25.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.entrySaveName = new global::Gtk.Entry ();
			this.entrySaveName.CanFocus = true;
			this.entrySaveName.Name = "entrySaveName";
			this.entrySaveName.IsEditable = true;
			this.entrySaveName.InvisibleChar = '●';
			this.hbox4.Add (this.entrySaveName);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entrySaveName]));
			w26.Position = 1;
			this.vbox7.Add (this.hbox4);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4]));
			w27.Position = 1;
			w27.Expand = false;
			w27.Fill = false;
			w27.Padding = ((uint)(6));
			// Container child vbox7.Gtk.Box+BoxChild
			this.vboxSaveProject = new global::Gtk.VBox ();
			this.vboxSaveProject.Name = "vboxSaveProject";
			this.vboxSaveProject.Spacing = 6;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.hseparator6 = new global::Gtk.HSeparator ();
			this.hseparator6.Name = "hseparator6";
			this.vboxSaveProject.Add (this.hseparator6);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hseparator6]));
			w28.Position = 0;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.label15 = new global::Gtk.Label ();
			this.label15.Name = "label15";
			this.label15.Xalign = 0F;
			this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Where do you want to save this configuration?");
			this.vboxSaveProject.Add (this.label15);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.label15]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.radioCreateProject = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Save in a new Packaging Project"));
			this.radioCreateProject.CanFocus = true;
			this.radioCreateProject.Name = "radioCreateProject";
			this.radioCreateProject.Active = true;
			this.radioCreateProject.DrawIndicator = true;
			this.radioCreateProject.UseUnderline = true;
			this.radioCreateProject.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vboxSaveProject.Add (this.radioCreateProject);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioCreateProject]));
			w30.Position = 2;
			w30.Expand = false;
			w30.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.label9 = new global::Gtk.Label ();
			this.label9.WidthRequest = 24;
			this.label9.Name = "label9";
			this.hbox5.Add (this.label9);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label9]));
			w31.Position = 0;
			w31.Expand = false;
			w31.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.tableNewProject = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.tableNewProject.Name = "tableNewProject";
			this.tableNewProject.RowSpacing = ((uint)(6));
			this.tableNewProject.ColumnSpacing = ((uint)(6));
			// Container child tableNewProject.Gtk.Table+TableChild
			this.comboCreateProject = global::Gtk.ComboBox.NewText ();
			this.comboCreateProject.Name = "comboCreateProject";
			this.tableNewProject.Add (this.comboCreateProject);
			global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.comboCreateProject]));
			w32.LeftAttach = ((uint)(1));
			w32.RightAttach = ((uint)(2));
			w32.XOptions = ((global::Gtk.AttachOptions)(4));
			w32.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNewProject.Gtk.Table+TableChild
			this.entryProjectName = new global::Gtk.Entry ();
			this.entryProjectName.CanFocus = true;
			this.entryProjectName.Name = "entryProjectName";
			this.entryProjectName.Text = global::Mono.Unix.Catalog.GetString ("Packages");
			this.entryProjectName.IsEditable = true;
			this.entryProjectName.InvisibleChar = '●';
			this.tableNewProject.Add (this.entryProjectName);
			global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.entryProjectName]));
			w33.TopAttach = ((uint)(1));
			w33.BottomAttach = ((uint)(2));
			w33.LeftAttach = ((uint)(1));
			w33.RightAttach = ((uint)(2));
			w33.XOptions = ((global::Gtk.AttachOptions)(4));
			w33.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNewProject.Gtk.Table+TableChild
			this.label11 = new global::Gtk.Label ();
			this.label11.Name = "label11";
			this.label11.Xalign = 0F;
			this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Project name:");
			this.tableNewProject.Add (this.label11);
			global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label11]));
			w34.TopAttach = ((uint)(1));
			w34.BottomAttach = ((uint)(2));
			w34.XOptions = ((global::Gtk.AttachOptions)(4));
			w34.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNewProject.Gtk.Table+TableChild
			this.label16 = new global::Gtk.Label ();
			this.label16.Name = "label16";
			this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("Create in solution:");
			this.tableNewProject.Add (this.label16);
			global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label16]));
			w35.XOptions = ((global::Gtk.AttachOptions)(4));
			w35.YOptions = ((global::Gtk.AttachOptions)(4));
			this.hbox5.Add (this.tableNewProject);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tableNewProject]));
			w36.Position = 1;
			w36.Expand = false;
			w36.Fill = false;
			this.vboxSaveProject.Add (this.hbox5);
			global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hbox5]));
			w37.Position = 3;
			w37.Expand = false;
			w37.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.radioAddProject = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Add to existing Packaging Project"));
			this.radioAddProject.CanFocus = true;
			this.radioAddProject.Name = "radioAddProject";
			this.radioAddProject.DrawIndicator = true;
			this.radioAddProject.UseUnderline = true;
			this.radioAddProject.Group = this.radioCreateProject.Group;
			this.vboxSaveProject.Add (this.radioAddProject);
			global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioAddProject]));
			w38.Position = 4;
			w38.Expand = false;
			w38.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.boxAddProject = new global::Gtk.HBox ();
			this.boxAddProject.Name = "boxAddProject";
			this.boxAddProject.Spacing = 6;
			// Container child boxAddProject.Gtk.Box+BoxChild
			this.label10 = new global::Gtk.Label ();
			this.label10.WidthRequest = 24;
			this.label10.Name = "label10";
			this.boxAddProject.Add (this.label10);
			global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label10]));
			w39.Position = 0;
			w39.Expand = false;
			w39.Fill = false;
			// Container child boxAddProject.Gtk.Box+BoxChild
			this.label12 = new global::Gtk.Label ();
			this.label12.Name = "label12";
			this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Project:");
			this.boxAddProject.Add (this.label12);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label12]));
			w40.Position = 1;
			w40.Expand = false;
			w40.Fill = false;
			// Container child boxAddProject.Gtk.Box+BoxChild
			this.comboSelProject = global::Gtk.ComboBox.NewText ();
			this.comboSelProject.Name = "comboSelProject";
			this.boxAddProject.Add (this.comboSelProject);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.comboSelProject]));
			w41.Position = 2;
			w41.Expand = false;
			w41.Fill = false;
			this.vboxSaveProject.Add (this.boxAddProject);
			global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.boxAddProject]));
			w42.Position = 5;
			w42.Expand = false;
			w42.Fill = false;
			this.vbox7.Add (this.vboxSaveProject);
			global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vboxSaveProject]));
			w43.Position = 2;
			w43.Expand = false;
			w43.Fill = false;
			this.pageSave.Add (this.vbox7);
			global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.vbox7]));
			w44.Position = 2;
			w44.Expand = false;
			w44.Fill = false;
			this.notebook.Add (this.pageSave);
			global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSave]));
			w45.Position = 3;
			// Notebook tab
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.notebook.SetTabLabel (this.pageSave, this.label8);
			this.label8.ShowAll ();
			this.hbox1.Add (this.notebook);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook]));
			w46.Position = 1;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w47.Position = 0;
			// Internal child MonoDevelop.Deployment.Gui.DeployDialog.ActionArea
			global::Gtk.HButtonBox w48 = this.ActionArea;
			w48.Name = "MonoDevelop.Deployment.DeployDialog_ActionArea";
			w48.Spacing = 6;
			w48.BorderWidth = ((uint)(5));
			w48.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonCancel]));
			w49.Expand = false;
			w49.Fill = false;
			// Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonBack = new global::Gtk.Button ();
			this.buttonBack.CanDefault = true;
			this.buttonBack.CanFocus = true;
			this.buttonBack.Name = "buttonBack";
			this.buttonBack.UseStock = true;
			this.buttonBack.UseUnderline = true;
			this.buttonBack.Label = "gtk-go-back";
			w48.Add (this.buttonBack);
			global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonBack]));
			w50.Position = 1;
			w50.Expand = false;
			w50.Fill = false;
			// Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonNext = new global::Gtk.Button ();
			this.buttonNext.CanDefault = true;
			this.buttonNext.CanFocus = true;
			this.buttonNext.Name = "buttonNext";
			this.buttonNext.UseStock = true;
			this.buttonNext.UseUnderline = true;
			this.buttonNext.Label = "gtk-go-forward";
			w48.Add (this.buttonNext);
			global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonNext]));
			w51.Position = 2;
			w51.Expand = false;
			w51.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 573;
			this.DefaultHeight = 433;
			this.Hide ();
			this.notebook.SelectPage += new global::Gtk.SelectPageHandler (this.OnNotebookSelectPage);
			this.checkSave.Clicked += new global::System.EventHandler (this.OnCheckSaveClicked);
			this.radioCreateProject.Clicked += new global::System.EventHandler (this.OnRadioCreateProjectClicked);
			this.radioAddProject.Clicked += new global::System.EventHandler (this.OnRadioAddProjectClicked);
			this.buttonBack.Clicked += new global::System.EventHandler (this.OnButtonBackClicked);
			this.buttonNext.Clicked += new global::System.EventHandler (this.OnButtonNextClicked);
		}
	}
}