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

MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs « Gui « MonoDevelop.Packaging « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3774a6aeaf29ae8cd11156ab5b42905e29a9b64 (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

// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Packaging.Gui
{
	public partial class GtkCrossPlatformLibraryProjectTemplateWizardPageWidget
	{
		private global::Gtk.HBox mainHBox;

		private global::Gtk.EventBox leftBorderEventBox;

		private global::Gtk.VBox configurationVBox;

		private global::Gtk.EventBox configurationTopEventBox;

		private global::Gtk.EventBox configurationTableEventBox;

		private global::Gtk.Table configurationTable;

		private global::Gtk.Label descriptionLabel;

		private global::Gtk.Entry descriptionTextBox;

		private global::Gtk.Label implementationLabel;

		private global::Gtk.EventBox nameEventBox;

		private global::Gtk.Label nameLabel;

		private global::Gtk.Entry nameTextBox;

		private global::Gtk.EventBox organizationInfoEventBox;

		private global::Gtk.Label paddingLabelSharedCode;

		private global::Gtk.Label paddingLabelTargetPlatforms;

		private global::Gtk.Label paddingLabelXaml;

		private global::Gtk.DrawingArea sharedCodeSeparator;

		private global::Gtk.VBox sharedCodeVBox;

		private global::Gtk.HBox usePortableClassLibraryHBox;

		private global::Gtk.RadioButton sharedProjectRadioButton;

		private global::Gtk.VBox usePortableLibraryInfoVBox;

		private global::Gtk.Label usePortableLibraryInfoIconPaddingLabel;

		private global::Gtk.EventBox usePortableLibraryInfoEventBox;

		private global::Gtk.HBox useSharedLibraryHBox;

		private global::Gtk.RadioButton portableClassLibraryRadioButton;

		private global::Gtk.VBox useSharedLibraryInfoVBox;

		private global::Gtk.Label useSharedLibraryInfoIconPaddingLabel;

		private global::Gtk.EventBox useSharedLibraryInfoEventBox;

		private global::Gtk.Label targetPlatformsLabel;

		private global::Gtk.DrawingArea targetPlatformsSeparator;

		private global::Gtk.VBox targetPlatformsVBox;

		private global::Gtk.CheckButton androidCheckButton;

		private global::Gtk.CheckButton iOSCheckButton;

		private global::Gtk.EventBox configurationBottomEventBox;

		private global::Gtk.EventBox backgroundLargeImageEventBox;

		private global::Gtk.VBox backgroundLargeImageVBox;

		protected virtual void Build ()
		{
			MonoDevelop.Components.Gui.Initialize (this);
			// Widget MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget
			MonoDevelop.Components.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget";
			// Container child MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.Gtk.Container+ContainerChild
			this.mainHBox = new global::Gtk.HBox ();
			this.mainHBox.Name = "mainHBox";
			// Container child mainHBox.Gtk.Box+BoxChild
			this.leftBorderEventBox = new global::Gtk.EventBox ();
			this.leftBorderEventBox.WidthRequest = 30;
			this.leftBorderEventBox.Name = "leftBorderEventBox";
			this.mainHBox.Add (this.leftBorderEventBox);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox]));
			w1.Position = 0;
			w1.Expand = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.configurationVBox = new global::Gtk.VBox ();
			this.configurationVBox.WidthRequest = 440;
			this.configurationVBox.Name = "configurationVBox";
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationTopEventBox = new global::Gtk.EventBox ();
			this.configurationTopEventBox.Name = "configurationTopEventBox";
			this.configurationVBox.Add (this.configurationTopEventBox);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTopEventBox]));
			w2.Position = 0;
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationTableEventBox = new global::Gtk.EventBox ();
			this.configurationTableEventBox.Name = "configurationTableEventBox";
			// Container child configurationTableEventBox.Gtk.Container+ContainerChild
			this.configurationTable = new global::Gtk.Table (((uint)(9)), ((uint)(3)), false);
			this.configurationTable.Name = "configurationTable";
			this.configurationTable.RowSpacing = ((uint)(7));
			this.configurationTable.ColumnSpacing = ((uint)(6));
			// Container child configurationTable.Gtk.Table+TableChild
			this.descriptionLabel = new global::Gtk.Label ();
			this.descriptionLabel.Name = "descriptionLabel";
			this.descriptionLabel.Xpad = 5;
			this.descriptionLabel.Xalign = 1F;
			this.descriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Description:");
			this.descriptionLabel.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.descriptionLabel);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.descriptionLabel]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.descriptionTextBox = new global::Gtk.Entry ();
			this.descriptionTextBox.CanFocus = true;
			this.descriptionTextBox.Name = "descriptionTextBox";
			this.descriptionTextBox.IsEditable = true;
			this.descriptionTextBox.InvisibleChar = '●';
			this.configurationTable.Add (this.descriptionTextBox);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.descriptionTextBox]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.implementationLabel = new global::Gtk.Label ();
			this.implementationLabel.Name = "implementationLabel";
			this.implementationLabel.Xpad = 5;
			this.implementationLabel.Xalign = 1F;
			this.implementationLabel.Yalign = 0.8F;
			this.implementationLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Implementation:");
			this.implementationLabel.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.implementationLabel);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.implementationLabel]));
			w5.TopAttach = ((uint)(6));
			w5.BottomAttach = ((uint)(7));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.nameEventBox = new global::Gtk.EventBox ();
			this.nameEventBox.WidthRequest = 16;
			this.nameEventBox.HeightRequest = 16;
			this.nameEventBox.Name = "nameEventBox";
			this.nameEventBox.VisibleWindow = false;
			this.configurationTable.Add (this.nameEventBox);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameEventBox]));
			w6.LeftAttach = ((uint)(2));
			w6.RightAttach = ((uint)(3));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.nameLabel = new global::Gtk.Label ();
			this.nameLabel.Name = "nameLabel";
			this.nameLabel.Xpad = 5;
			this.nameLabel.Xalign = 1F;
			this.nameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.nameLabel.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.nameLabel);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameLabel]));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.nameTextBox = new global::Gtk.Entry ();
			this.nameTextBox.CanFocus = true;
			this.nameTextBox.Name = "nameTextBox";
			this.nameTextBox.IsEditable = true;
			this.nameTextBox.InvisibleChar = '●';
			this.configurationTable.Add (this.nameTextBox);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameTextBox]));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.organizationInfoEventBox = new global::Gtk.EventBox ();
			this.organizationInfoEventBox.WidthRequest = 16;
			this.organizationInfoEventBox.HeightRequest = 16;
			this.organizationInfoEventBox.Name = "organizationInfoEventBox";
			this.organizationInfoEventBox.VisibleWindow = false;
			this.configurationTable.Add (this.organizationInfoEventBox);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.organizationInfoEventBox]));
			w9.TopAttach = ((uint)(1));
			w9.BottomAttach = ((uint)(2));
			w9.LeftAttach = ((uint)(2));
			w9.RightAttach = ((uint)(3));
			w9.XOptions = ((global::Gtk.AttachOptions)(2));
			w9.YOptions = ((global::Gtk.AttachOptions)(2));
			// Container child configurationTable.Gtk.Table+TableChild
			this.paddingLabelSharedCode = new global::Gtk.Label ();
			this.paddingLabelSharedCode.WidthRequest = 132;
			this.paddingLabelSharedCode.Name = "paddingLabelSharedCode";
			this.paddingLabelSharedCode.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.paddingLabelSharedCode);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelSharedCode]));
			w10.TopAttach = ((uint)(7));
			w10.BottomAttach = ((uint)(8));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.paddingLabelTargetPlatforms = new global::Gtk.Label ();
			this.paddingLabelTargetPlatforms.WidthRequest = 132;
			this.paddingLabelTargetPlatforms.Name = "paddingLabelTargetPlatforms";
			this.paddingLabelTargetPlatforms.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.paddingLabelTargetPlatforms);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelTargetPlatforms]));
			w11.TopAttach = ((uint)(4));
			w11.BottomAttach = ((uint)(5));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.paddingLabelXaml = new global::Gtk.Label ();
			this.paddingLabelXaml.WidthRequest = 132;
			this.paddingLabelXaml.HeightRequest = 5;
			this.paddingLabelXaml.Name = "paddingLabelXaml";
			this.paddingLabelXaml.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.paddingLabelXaml);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelXaml]));
			w12.TopAttach = ((uint)(8));
			w12.BottomAttach = ((uint)(9));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.sharedCodeSeparator = new global::Gtk.DrawingArea ();
			this.sharedCodeSeparator.HeightRequest = 1;
			this.sharedCodeSeparator.Name = "sharedCodeSeparator";
			this.configurationTable.Add (this.sharedCodeSeparator);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.sharedCodeSeparator]));
			w13.TopAttach = ((uint)(5));
			w13.BottomAttach = ((uint)(6));
			w13.RightAttach = ((uint)(3));
			w13.YPadding = ((uint)(10));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child configurationTable.Gtk.Table+TableChild
			this.sharedCodeVBox = new global::Gtk.VBox ();
			this.sharedCodeVBox.Name = "sharedCodeVBox";
			// Container child sharedCodeVBox.Gtk.Box+BoxChild
			this.usePortableClassLibraryHBox = new global::Gtk.HBox ();
			this.usePortableClassLibraryHBox.Name = "usePortableClassLibraryHBox";
			// Container child usePortableClassLibraryHBox.Gtk.Box+BoxChild
			this.sharedProjectRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Platform specific"));
			this.sharedProjectRadioButton.CanFocus = true;
			this.sharedProjectRadioButton.Name = "sharedProjectRadioButton";
			this.sharedProjectRadioButton.Active = true;
			this.sharedProjectRadioButton.DrawIndicator = true;
			this.sharedProjectRadioButton.UseUnderline = true;
			this.sharedProjectRadioButton.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.usePortableClassLibraryHBox.Add (this.sharedProjectRadioButton);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.usePortableClassLibraryHBox [this.sharedProjectRadioButton]));
			w14.Position = 0;
			// Container child usePortableClassLibraryHBox.Gtk.Box+BoxChild
			this.usePortableLibraryInfoVBox = new global::Gtk.VBox ();
			this.usePortableLibraryInfoVBox.Name = "usePortableLibraryInfoVBox";
			// Container child usePortableLibraryInfoVBox.Gtk.Box+BoxChild
			this.usePortableLibraryInfoIconPaddingLabel = new global::Gtk.Label ();
			this.usePortableLibraryInfoIconPaddingLabel.HeightRequest = 1;
			this.usePortableLibraryInfoIconPaddingLabel.Name = "usePortableLibraryInfoIconPaddingLabel";
			this.usePortableLibraryInfoVBox.Add (this.usePortableLibraryInfoIconPaddingLabel);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.usePortableLibraryInfoVBox [this.usePortableLibraryInfoIconPaddingLabel]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child usePortableLibraryInfoVBox.Gtk.Box+BoxChild
			this.usePortableLibraryInfoEventBox = new global::Gtk.EventBox ();
			this.usePortableLibraryInfoEventBox.WidthRequest = 16;
			this.usePortableLibraryInfoEventBox.HeightRequest = 16;
			this.usePortableLibraryInfoEventBox.Name = "usePortableLibraryInfoEventBox";
			this.usePortableLibraryInfoEventBox.VisibleWindow = false;
			this.usePortableLibraryInfoVBox.Add (this.usePortableLibraryInfoEventBox);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.usePortableLibraryInfoVBox [this.usePortableLibraryInfoEventBox]));
			w16.Position = 1;
			this.usePortableClassLibraryHBox.Add (this.usePortableLibraryInfoVBox);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.usePortableClassLibraryHBox [this.usePortableLibraryInfoVBox]));
			w17.Position = 1;
			w17.Expand = false;
			this.sharedCodeVBox.Add (this.usePortableClassLibraryHBox);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.sharedCodeVBox [this.usePortableClassLibraryHBox]));
			w18.Position = 0;
			w18.Expand = false;
			w18.Fill = false;
			w18.Padding = ((uint)(1));
			// Container child sharedCodeVBox.Gtk.Box+BoxChild
			this.useSharedLibraryHBox = new global::Gtk.HBox ();
			this.useSharedLibraryHBox.Name = "useSharedLibraryHBox";
			// Container child useSharedLibraryHBox.Gtk.Box+BoxChild
			this.portableClassLibraryRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Single for all platforms"));
			this.portableClassLibraryRadioButton.CanFocus = true;
			this.portableClassLibraryRadioButton.Name = "portableClassLibraryRadioButton";
			this.portableClassLibraryRadioButton.DrawIndicator = true;
			this.portableClassLibraryRadioButton.UseUnderline = true;
			this.portableClassLibraryRadioButton.Group = this.sharedProjectRadioButton.Group;
			this.useSharedLibraryHBox.Add (this.portableClassLibraryRadioButton);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryHBox [this.portableClassLibraryRadioButton]));
			w19.Position = 0;
			// Container child useSharedLibraryHBox.Gtk.Box+BoxChild
			this.useSharedLibraryInfoVBox = new global::Gtk.VBox ();
			this.useSharedLibraryInfoVBox.Name = "useSharedLibraryInfoVBox";
			// Container child useSharedLibraryInfoVBox.Gtk.Box+BoxChild
			this.useSharedLibraryInfoIconPaddingLabel = new global::Gtk.Label ();
			this.useSharedLibraryInfoIconPaddingLabel.HeightRequest = 1;
			this.useSharedLibraryInfoIconPaddingLabel.Name = "useSharedLibraryInfoIconPaddingLabel";
			this.useSharedLibraryInfoVBox.Add (this.useSharedLibraryInfoIconPaddingLabel);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryInfoVBox [this.useSharedLibraryInfoIconPaddingLabel]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child useSharedLibraryInfoVBox.Gtk.Box+BoxChild
			this.useSharedLibraryInfoEventBox = new global::Gtk.EventBox ();
			this.useSharedLibraryInfoEventBox.WidthRequest = 16;
			this.useSharedLibraryInfoEventBox.HeightRequest = 16;
			this.useSharedLibraryInfoEventBox.Name = "useSharedLibraryInfoEventBox";
			this.useSharedLibraryInfoEventBox.VisibleWindow = false;
			this.useSharedLibraryInfoVBox.Add (this.useSharedLibraryInfoEventBox);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryInfoVBox [this.useSharedLibraryInfoEventBox]));
			w21.Position = 1;
			this.useSharedLibraryHBox.Add (this.useSharedLibraryInfoVBox);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryHBox [this.useSharedLibraryInfoVBox]));
			w22.Position = 1;
			w22.Expand = false;
			this.sharedCodeVBox.Add (this.useSharedLibraryHBox);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.sharedCodeVBox [this.useSharedLibraryHBox]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			w23.Padding = ((uint)(1));
			this.configurationTable.Add (this.sharedCodeVBox);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.sharedCodeVBox]));
			w24.TopAttach = ((uint)(6));
			w24.BottomAttach = ((uint)(8));
			w24.LeftAttach = ((uint)(1));
			w24.RightAttach = ((uint)(3));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child configurationTable.Gtk.Table+TableChild
			this.targetPlatformsLabel = new global::Gtk.Label ();
			this.targetPlatformsLabel.Name = "targetPlatformsLabel";
			this.targetPlatformsLabel.Xpad = 5;
			this.targetPlatformsLabel.Xalign = 1F;
			this.targetPlatformsLabel.Yalign = 0.8F;
			this.targetPlatformsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Target Platforms:");
			this.targetPlatformsLabel.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.targetPlatformsLabel);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsLabel]));
			w25.TopAttach = ((uint)(3));
			w25.BottomAttach = ((uint)(4));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.targetPlatformsSeparator = new global::Gtk.DrawingArea ();
			this.targetPlatformsSeparator.HeightRequest = 1;
			this.targetPlatformsSeparator.Name = "targetPlatformsSeparator";
			this.configurationTable.Add (this.targetPlatformsSeparator);
			global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsSeparator]));
			w26.TopAttach = ((uint)(2));
			w26.BottomAttach = ((uint)(3));
			w26.RightAttach = ((uint)(3));
			w26.YPadding = ((uint)(10));
			w26.XOptions = ((global::Gtk.AttachOptions)(4));
			w26.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child configurationTable.Gtk.Table+TableChild
			this.targetPlatformsVBox = new global::Gtk.VBox ();
			this.targetPlatformsVBox.Name = "targetPlatformsVBox";
			// Container child targetPlatformsVBox.Gtk.Box+BoxChild
			this.androidCheckButton = new global::Gtk.CheckButton ();
			this.androidCheckButton.CanFocus = true;
			this.androidCheckButton.Name = "androidCheckButton";
			this.androidCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Android");
			this.androidCheckButton.Active = true;
			this.androidCheckButton.DrawIndicator = true;
			this.androidCheckButton.UseUnderline = true;
			this.targetPlatformsVBox.Add (this.androidCheckButton);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.targetPlatformsVBox [this.androidCheckButton]));
			w27.Position = 0;
			w27.Expand = false;
			w27.Fill = false;
			w27.Padding = ((uint)(1));
			// Container child targetPlatformsVBox.Gtk.Box+BoxChild
			this.iOSCheckButton = new global::Gtk.CheckButton ();
			this.iOSCheckButton.CanFocus = true;
			this.iOSCheckButton.Name = "iOSCheckButton";
			this.iOSCheckButton.Label = global::Mono.Unix.Catalog.GetString ("iOS");
			this.iOSCheckButton.Active = true;
			this.iOSCheckButton.DrawIndicator = true;
			this.iOSCheckButton.UseUnderline = true;
			this.targetPlatformsVBox.Add (this.iOSCheckButton);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.targetPlatformsVBox [this.iOSCheckButton]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			w28.Padding = ((uint)(1));
			this.configurationTable.Add (this.targetPlatformsVBox);
			global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsVBox]));
			w29.TopAttach = ((uint)(3));
			w29.BottomAttach = ((uint)(5));
			w29.LeftAttach = ((uint)(1));
			w29.RightAttach = ((uint)(2));
			w29.XOptions = ((global::Gtk.AttachOptions)(4));
			w29.YOptions = ((global::Gtk.AttachOptions)(0));
			this.configurationTableEventBox.Add (this.configurationTable);
			this.configurationVBox.Add (this.configurationTableEventBox);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTableEventBox]));
			w31.Position = 1;
			w31.Expand = false;
			w31.Fill = false;
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationBottomEventBox = new global::Gtk.EventBox ();
			this.configurationBottomEventBox.Name = "configurationBottomEventBox";
			this.configurationVBox.Add (this.configurationBottomEventBox);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationBottomEventBox]));
			w32.Position = 2;
			this.mainHBox.Add (this.configurationVBox);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.configurationVBox]));
			w33.Position = 1;
			w33.Expand = false;
			w33.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.backgroundLargeImageEventBox = new global::Gtk.EventBox ();
			this.backgroundLargeImageEventBox.Name = "backgroundLargeImageEventBox";
			// Container child backgroundLargeImageEventBox.Gtk.Container+ContainerChild
			this.backgroundLargeImageVBox = new global::Gtk.VBox ();
			this.backgroundLargeImageVBox.Name = "backgroundLargeImageVBox";
			this.backgroundLargeImageEventBox.Add (this.backgroundLargeImageVBox);
			this.mainHBox.Add (this.backgroundLargeImageEventBox);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backgroundLargeImageEventBox]));
			w35.Position = 2;
			this.Add (this.mainHBox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
	}
}