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

Mono.Addins.Gui.AddinInstallDialog.cs « gtk-gui « Mono.Addins.Gui - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8de5d992c66c820ee8b687170d3eb6bdd4919596 (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

// This file has been generated by the GUI designer. Do not modify.
namespace Mono.Addins.Gui
{
	internal partial class AddinInstallDialog
	{
		private global::Gtk.Notebook wizardNotebook;
		private global::Gtk.VBox vbox82;
		private global::Gtk.Label label113;
		private global::Gtk.HBox hbox66;
		private global::Gtk.Label label112;
		private global::Gtk.ComboBox repoCombo;
		private global::Gtk.Button button1;
		private global::Gtk.Button btnManageSites;
		private global::Gtk.HBox hbox70;
		private global::Gtk.VBox vbox92;
		private global::Gtk.ScrolledWindow scrolledwindow18;
		private global::Gtk.TreeView addinTree;
		private global::Gtk.HBox hbox83;
		private global::Gtk.ComboBox filterComboBox;
		private global::Gtk.Button btnInfo;
		private global::Gtk.Button btnUnselectAll;
		private global::Gtk.Button btnSelectAll;
		private global::Gtk.Label label108;
		private global::Gtk.ScrolledWindow scrolledwindow19;
		private global::Gtk.HBox hbox82;
		private global::Gtk.Image imageInstall;
		private global::Gtk.Label labelSummary;
		private global::Gtk.Label label124;
		private global::Gtk.VBox vbox86;
		private global::Gtk.Label label1;
		private global::Gtk.Label globalProgressLabel;
		private global::Gtk.ProgressBar mainProgressBar;
		private global::Gtk.Label label2;
		private global::Gtk.Label label110;
		private global::Gtk.ScrolledWindow scrolledwindow20;
		private global::Gtk.VBox vbox91;
		private global::Gtk.Label label130;
		private global::Gtk.Image imageError;
		private global::Gtk.Image imageWarn;
		private global::Gtk.Image imageInfo;
		private global::Gtk.HBox hbox71;
		private global::Gtk.Label labelResult;
		private global::Gtk.Label label131;
		private global::Gtk.Label label111;
		private global::Gtk.HButtonBox dialog_action_area9;
		private global::Gtk.Button btnCancel;
		private global::Gtk.Button btnPrev;
		private global::Gtk.Button btnNext;
		private global::Gtk.Button btnOk;

		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget Mono.Addins.Gui.AddinInstallDialog
			this.Name = "Mono.Addins.Gui.AddinInstallDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Add-in Installation");
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.Modal = true;
			this.BorderWidth = ((uint)(6));
			this.DefaultWidth = 725;
			this.DefaultHeight = 550;
			// Internal child Mono.Addins.Gui.AddinInstallDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog-vbox9";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog-vbox9.Gtk.Box+BoxChild
			this.wizardNotebook = new global::Gtk.Notebook ();
			this.wizardNotebook.CanFocus = true;
			this.wizardNotebook.Name = "wizardNotebook";
			this.wizardNotebook.CurrentPage = 0;
			this.wizardNotebook.ShowBorder = false;
			this.wizardNotebook.BorderWidth = ((uint)(6));
			// Container child wizardNotebook.Gtk.Notebook+NotebookChild
			this.vbox82 = new global::Gtk.VBox ();
			this.vbox82.Name = "vbox82";
			this.vbox82.Spacing = 12;
			// Container child vbox82.Gtk.Box+BoxChild
			this.label113 = new global::Gtk.Label ();
			this.label113.Name = "label113";
			this.label113.Xalign = 0F;
			this.label113.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Select the add-ins to install and click on Next</b>");
			this.label113.UseMarkup = true;
			this.vbox82.Add (this.label113);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox82 [this.label113]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox82.Gtk.Box+BoxChild
			this.hbox66 = new global::Gtk.HBox ();
			this.hbox66.Name = "hbox66";
			this.hbox66.Spacing = 6;
			// Container child hbox66.Gtk.Box+BoxChild
			this.label112 = new global::Gtk.Label ();
			this.label112.Name = "label112";
			this.label112.LabelProp = global::Mono.Unix.Catalog.GetString ("Install from:");
			this.hbox66.Add (this.label112);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.label112]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox66.Gtk.Box+BoxChild
			this.repoCombo = new global::Gtk.ComboBox ();
			this.repoCombo.Name = "repoCombo";
			this.hbox66.Add (this.repoCombo);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.repoCombo]));
			w4.Position = 1;
			// Container child hbox66.Gtk.Box+BoxChild
			this.button1 = new global::Gtk.Button ();
			this.button1.CanFocus = true;
			this.button1.Name = "button1";
			this.button1.UseStock = true;
			this.button1.UseUnderline = true;
			this.button1.Label = "gtk-refresh";
			this.hbox66.Add (this.button1);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.button1]));
			w5.Position = 2;
			w5.Expand = false;
			w5.Fill = false;
			// Container child hbox66.Gtk.Box+BoxChild
			this.btnManageSites = new global::Gtk.Button ();
			this.btnManageSites.CanFocus = true;
			this.btnManageSites.Name = "btnManageSites";
			this.btnManageSites.UseUnderline = true;
			this.btnManageSites.Label = global::Mono.Unix.Catalog.GetString ("_Repositories...");
			this.hbox66.Add (this.btnManageSites);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.btnManageSites]));
			w6.Position = 3;
			w6.Expand = false;
			w6.Fill = false;
			this.vbox82.Add (this.hbox66);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox82 [this.hbox66]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox82.Gtk.Box+BoxChild
			this.hbox70 = new global::Gtk.HBox ();
			this.hbox70.Name = "hbox70";
			this.hbox70.Spacing = 12;
			// Container child hbox70.Gtk.Box+BoxChild
			this.vbox92 = new global::Gtk.VBox ();
			this.vbox92.Name = "vbox92";
			this.vbox92.Spacing = 6;
			// Container child vbox92.Gtk.Box+BoxChild
			this.scrolledwindow18 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow18.CanFocus = true;
			this.scrolledwindow18.Name = "scrolledwindow18";
			this.scrolledwindow18.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow18.Gtk.Container+ContainerChild
			this.addinTree = new global::Gtk.TreeView ();
			this.addinTree.CanFocus = true;
			this.addinTree.Name = "addinTree";
			this.scrolledwindow18.Add (this.addinTree);
			this.vbox92.Add (this.scrolledwindow18);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox92 [this.scrolledwindow18]));
			w9.Position = 0;
			// Container child vbox92.Gtk.Box+BoxChild
			this.hbox83 = new global::Gtk.HBox ();
			this.hbox83.Name = "hbox83";
			this.hbox83.Spacing = 6;
			// Container child hbox83.Gtk.Box+BoxChild
			this.filterComboBox = global::Gtk.ComboBox.NewText ();
			this.filterComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Show all packages"));
			this.filterComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Show new versions only"));
			this.filterComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Show updates only"));
			this.filterComboBox.Name = "filterComboBox";
			this.hbox83.Add (this.filterComboBox);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox83 [this.filterComboBox]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child hbox83.Gtk.Box+BoxChild
			this.btnInfo = new global::Gtk.Button ();
			this.btnInfo.CanFocus = true;
			this.btnInfo.Name = "btnInfo";
			this.btnInfo.UseStock = true;
			this.btnInfo.UseUnderline = true;
			this.btnInfo.Label = "gtk-dialog-info";
			this.hbox83.Add (this.btnInfo);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox83 [this.btnInfo]));
			w11.PackType = ((global::Gtk.PackType)(1));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			// Container child hbox83.Gtk.Box+BoxChild
			this.btnUnselectAll = new global::Gtk.Button ();
			this.btnUnselectAll.CanFocus = true;
			this.btnUnselectAll.Name = "btnUnselectAll";
			this.btnUnselectAll.UseUnderline = true;
			this.btnUnselectAll.Label = global::Mono.Unix.Catalog.GetString ("_Unselect All");
			this.hbox83.Add (this.btnUnselectAll);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox83 [this.btnUnselectAll]));
			w12.PackType = ((global::Gtk.PackType)(1));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			// Container child hbox83.Gtk.Box+BoxChild
			this.btnSelectAll = new global::Gtk.Button ();
			this.btnSelectAll.CanFocus = true;
			this.btnSelectAll.Name = "btnSelectAll";
			this.btnSelectAll.UseUnderline = true;
			this.btnSelectAll.Label = global::Mono.Unix.Catalog.GetString ("Select _All");
			this.hbox83.Add (this.btnSelectAll);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox83 [this.btnSelectAll]));
			w13.PackType = ((global::Gtk.PackType)(1));
			w13.Position = 3;
			w13.Expand = false;
			w13.Fill = false;
			this.vbox92.Add (this.hbox83);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox92 [this.hbox83]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			this.hbox70.Add (this.vbox92);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox70 [this.vbox92]));
			w15.Position = 0;
			this.vbox82.Add (this.hbox70);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox82 [this.hbox70]));
			w16.Position = 2;
			this.wizardNotebook.Add (this.vbox82);
			// Notebook tab
			this.label108 = new global::Gtk.Label ();
			this.label108.Name = "label108";
			this.label108.LabelProp = "label108";
			this.wizardNotebook.SetTabLabel (this.vbox82, this.label108);
			this.label108.ShowAll ();
			// Container child wizardNotebook.Gtk.Notebook+NotebookChild
			this.scrolledwindow19 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow19.CanFocus = true;
			this.scrolledwindow19.Name = "scrolledwindow19";
			// Container child scrolledwindow19.Gtk.Container+ContainerChild
			global::Gtk.Viewport w18 = new global::Gtk.Viewport ();
			// Container child viewport1.Gtk.Container+ContainerChild
			this.hbox82 = new global::Gtk.HBox ();
			this.hbox82.Name = "hbox82";
			this.hbox82.Spacing = 12;
			this.hbox82.BorderWidth = ((uint)(12));
			// Container child hbox82.Gtk.Box+BoxChild
			this.imageInstall = new global::Gtk.Image ();
			this.imageInstall.Name = "imageInstall";
			this.imageInstall.Xalign = 0F;
			this.imageInstall.Yalign = 0F;
			this.imageInstall.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog);
			this.hbox82.Add (this.imageInstall);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox82 [this.imageInstall]));
			w19.Position = 0;
			w19.Expand = false;
			w19.Fill = false;
			// Container child hbox82.Gtk.Box+BoxChild
			this.labelSummary = new global::Gtk.Label ();
			this.labelSummary.Name = "labelSummary";
			this.labelSummary.Xpad = 6;
			this.labelSummary.Ypad = 6;
			this.labelSummary.Xalign = 0F;
			this.labelSummary.Yalign = 0F;
			this.labelSummary.LabelProp = "<b>The following add-ins will be installed:</b>\n\nC# language binding\nC# language IDE extension\n\n<b>The following add-ins are required by the selected add-ins</b>\n\nNUnit add-in\nNAnt add-in\n\nasd\nasd\na\nsd\nasd\nasd\na\nsda\nsd\nas\nda\nsd\nasd\n";
			this.labelSummary.UseMarkup = true;
			this.labelSummary.Wrap = true;
			this.hbox82.Add (this.labelSummary);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox82 [this.labelSummary]));
			w20.Position = 1;
			w20.Expand = false;
			w20.Fill = false;
			w18.Add (this.hbox82);
			this.scrolledwindow19.Add (w18);
			this.wizardNotebook.Add (this.scrolledwindow19);
			global::Gtk.Notebook.NotebookChild w23 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook [this.scrolledwindow19]));
			w23.Position = 1;
			// Notebook tab
			this.label124 = new global::Gtk.Label ();
			this.label124.Name = "label124";
			this.label124.LabelProp = global::Mono.Unix.Catalog.GetString ("label124");
			this.wizardNotebook.SetTabLabel (this.scrolledwindow19, this.label124);
			this.label124.ShowAll ();
			// Container child wizardNotebook.Gtk.Notebook+NotebookChild
			this.vbox86 = new global::Gtk.VBox ();
			this.vbox86.Name = "vbox86";
			this.vbox86.Spacing = 6;
			this.vbox86.BorderWidth = ((uint)(61));
			// Container child vbox86.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.vbox86.Add (this.label1);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox86 [this.label1]));
			w24.Position = 0;
			// Container child vbox86.Gtk.Box+BoxChild
			this.globalProgressLabel = new global::Gtk.Label ();
			this.globalProgressLabel.Name = "globalProgressLabel";
			this.globalProgressLabel.Xalign = 0F;
			this.globalProgressLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Overall Progress:");
			this.globalProgressLabel.Ellipsize = ((global::Pango.EllipsizeMode)(3));
			this.vbox86.Add (this.globalProgressLabel);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox86 [this.globalProgressLabel]));
			w25.Position = 1;
			w25.Expand = false;
			w25.Fill = false;
			// Container child vbox86.Gtk.Box+BoxChild
			this.mainProgressBar = new global::Gtk.ProgressBar ();
			this.mainProgressBar.Name = "mainProgressBar";
			this.mainProgressBar.PulseStep = 10000000149;
			this.vbox86.Add (this.mainProgressBar);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox86 [this.mainProgressBar]));
			w26.Position = 2;
			w26.Expand = false;
			w26.Fill = false;
			// Container child vbox86.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.vbox86.Add (this.label2);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox86 [this.label2]));
			w27.Position = 3;
			this.wizardNotebook.Add (this.vbox86);
			global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook [this.vbox86]));
			w28.Position = 2;
			// Notebook tab
			this.label110 = new global::Gtk.Label ();
			this.label110.Name = "label110";
			this.label110.LabelProp = "label110";
			this.wizardNotebook.SetTabLabel (this.vbox86, this.label110);
			this.label110.ShowAll ();
			// Container child wizardNotebook.Gtk.Notebook+NotebookChild
			this.scrolledwindow20 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow20.CanFocus = true;
			this.scrolledwindow20.Name = "scrolledwindow20";
			// Container child scrolledwindow20.Gtk.Container+ContainerChild
			global::Gtk.Viewport w29 = new global::Gtk.Viewport ();
			// Container child viewport3.Gtk.Container+ContainerChild
			this.vbox91 = new global::Gtk.VBox ();
			this.vbox91.Name = "vbox91";
			// Container child vbox91.Gtk.Box+BoxChild
			this.label130 = new global::Gtk.Label ();
			this.label130.Name = "label130";
			this.vbox91.Add (this.label130);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.label130]));
			w30.Position = 0;
			// Container child vbox91.Gtk.Box+BoxChild
			this.imageError = new global::Gtk.Image ();
			this.imageError.Name = "imageError";
			this.imageError.Yalign = 1F;
			this.imageError.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-error", global::Gtk.IconSize.Dialog);
			this.vbox91.Add (this.imageError);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.imageError]));
			w31.Position = 1;
			w31.Expand = false;
			w31.Fill = false;
			w31.Padding = ((uint)(5));
			// Container child vbox91.Gtk.Box+BoxChild
			this.imageWarn = new global::Gtk.Image ();
			this.imageWarn.Name = "imageWarn";
			this.imageWarn.Yalign = 1F;
			this.imageWarn.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog);
			this.vbox91.Add (this.imageWarn);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.imageWarn]));
			w32.Position = 2;
			w32.Expand = false;
			w32.Fill = false;
			// Container child vbox91.Gtk.Box+BoxChild
			this.imageInfo = new global::Gtk.Image ();
			this.imageInfo.Name = "imageInfo";
			this.imageInfo.Yalign = 1F;
			this.imageInfo.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-info", global::Gtk.IconSize.Dialog);
			this.vbox91.Add (this.imageInfo);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.imageInfo]));
			w33.Position = 3;
			w33.Expand = false;
			w33.Fill = false;
			// Container child vbox91.Gtk.Box+BoxChild
			this.hbox71 = new global::Gtk.HBox ();
			this.hbox71.Name = "hbox71";
			// Container child hbox71.Gtk.Box+BoxChild
			this.labelResult = new global::Gtk.Label ();
			this.labelResult.WidthRequest = 450;
			this.labelResult.Name = "labelResult";
			this.labelResult.Ypad = 9;
			this.labelResult.Yalign = 0F;
			this.labelResult.LabelProp = "Done";
			this.labelResult.UseMarkup = true;
			this.labelResult.Wrap = true;
			this.labelResult.Justify = ((global::Gtk.Justification)(2));
			this.hbox71.Add (this.labelResult);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox71 [this.labelResult]));
			w34.PackType = ((global::Gtk.PackType)(1));
			w34.Position = 0;
			this.vbox91.Add (this.hbox71);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.hbox71]));
			w35.Position = 4;
			w35.Expand = false;
			w35.Fill = false;
			// Container child vbox91.Gtk.Box+BoxChild
			this.label131 = new global::Gtk.Label ();
			this.label131.Name = "label131";
			this.vbox91.Add (this.label131);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox91 [this.label131]));
			w36.Position = 5;
			w29.Add (this.vbox91);
			this.scrolledwindow20.Add (w29);
			this.wizardNotebook.Add (this.scrolledwindow20);
			global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.wizardNotebook [this.scrolledwindow20]));
			w39.Position = 3;
			// Notebook tab
			this.label111 = new global::Gtk.Label ();
			this.label111.Name = "label111";
			this.label111.LabelProp = "label111";
			this.wizardNotebook.SetTabLabel (this.scrolledwindow20, this.label111);
			this.label111.ShowAll ();
			w1.Add (this.wizardNotebook);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(w1 [this.wizardNotebook]));
			w40.Position = 0;
			// Container child dialog-vbox9.Gtk.Box+BoxChild
			this.dialog_action_area9 = new global::Gtk.HButtonBox ();
			this.dialog_action_area9.Name = "dialog_action_area9";
			this.dialog_action_area9.Spacing = 9;
			this.dialog_action_area9.BorderWidth = ((uint)(6));
			this.dialog_action_area9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog_action_area9.Gtk.ButtonBox+ButtonBoxChild
			this.btnCancel = new global::Gtk.Button ();
			this.btnCancel.CanDefault = true;
			this.btnCancel.CanFocus = true;
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.UseStock = true;
			this.btnCancel.UseUnderline = true;
			this.btnCancel.Label = "gtk-cancel";
			this.dialog_action_area9.Add (this.btnCancel);
			global::Gtk.ButtonBox.ButtonBoxChild w41 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9 [this.btnCancel]));
			w41.Expand = false;
			w41.Fill = false;
			// Container child dialog_action_area9.Gtk.ButtonBox+ButtonBoxChild
			this.btnPrev = new global::Gtk.Button ();
			this.btnPrev.CanDefault = true;
			this.btnPrev.CanFocus = true;
			this.btnPrev.Name = "btnPrev";
			this.btnPrev.UseStock = true;
			this.btnPrev.UseUnderline = true;
			this.btnPrev.Label = "gtk-go-back";
			this.dialog_action_area9.Add (this.btnPrev);
			global::Gtk.ButtonBox.ButtonBoxChild w42 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9 [this.btnPrev]));
			w42.Position = 1;
			w42.Expand = false;
			w42.Fill = false;
			// Container child dialog_action_area9.Gtk.ButtonBox+ButtonBoxChild
			this.btnNext = new global::Gtk.Button ();
			this.btnNext.CanDefault = true;
			this.btnNext.CanFocus = true;
			this.btnNext.Name = "btnNext";
			this.btnNext.UseStock = true;
			this.btnNext.UseUnderline = true;
			this.btnNext.Label = "gtk-go-forward";
			this.dialog_action_area9.Add (this.btnNext);
			global::Gtk.ButtonBox.ButtonBoxChild w43 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9 [this.btnNext]));
			w43.Position = 2;
			w43.Expand = false;
			w43.Fill = false;
			// Container child dialog_action_area9.Gtk.ButtonBox+ButtonBoxChild
			this.btnOk = new global::Gtk.Button ();
			this.btnOk.CanDefault = true;
			this.btnOk.CanFocus = true;
			this.btnOk.Name = "btnOk";
			this.btnOk.UseStock = true;
			this.btnOk.UseUnderline = true;
			this.btnOk.Label = "gtk-ok";
			this.dialog_action_area9.Add (this.btnOk);
			global::Gtk.ButtonBox.ButtonBoxChild w44 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.dialog_action_area9 [this.btnOk]));
			w44.Position = 3;
			w44.Expand = false;
			w44.Fill = false;
			w1.Add (this.dialog_action_area9);
			global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(w1 [this.dialog_action_area9]));
			w45.PackType = ((global::Gtk.PackType)(1));
			w45.Position = 2;
			w45.Expand = false;
			w45.Fill = false;
			// Internal child Mono.Addins.Gui.AddinInstallDialog.ActionArea
			global::Gtk.HButtonBox w46 = this.ActionArea;
			w46.Name = "hbuttonbox1";
			w46.Spacing = 6;
			w46.BorderWidth = ((uint)(5));
			w46.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.btnOk.Hide ();
			w46.Hide ();
			this.Show ();
			this.repoCombo.Changed += new global::System.EventHandler (this.OnRepoChanged);
			this.button1.Clicked += new global::System.EventHandler (this.OnUpdateRepo);
			this.btnManageSites.Clicked += new global::System.EventHandler (this.OnManageSites);
			this.addinTree.CursorChanged += new global::System.EventHandler (this.OnActiveAddinChanged);
			this.filterComboBox.Changed += new global::System.EventHandler (this.OnFilterChanged);
			this.btnSelectAll.Clicked += new global::System.EventHandler (this.OnSelectAll);
			this.btnUnselectAll.Clicked += new global::System.EventHandler (this.OnUnselectAll);
			this.btnInfo.Clicked += new global::System.EventHandler (this.OnShowInfo);
			this.btnCancel.Clicked += new global::System.EventHandler (this.OnCancel);
			this.btnPrev.Clicked += new global::System.EventHandler (this.OnPrevPage);
			this.btnNext.Clicked += new global::System.EventHandler (this.OnNextPage);
			this.btnOk.Clicked += new global::System.EventHandler (this.OnOk);
		}
	}
}