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

« back to all changes in this revision

Viewing changes to src/addins/VBNetBinding/gtk-gui/MonoDevelop.VBNetBinding.ConfigurationOptionsPanelWidget.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
        public partial class ConfigurationOptionsPanelWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox1;
8
 
 
9
8
                private global::Gtk.Label label82;
10
 
 
11
9
                private global::Gtk.HBox hbox1;
12
 
 
13
10
                private global::Gtk.Label label76;
14
 
 
15
11
                private global::Gtk.Table table1;
16
 
 
17
12
                private global::Gtk.ComboBox cmbDebugType;
18
 
 
19
13
                private global::Gtk.ComboBox cmbDefineDEBUG;
20
 
 
21
14
                private global::Gtk.ComboBox cmbDefineTRACE;
22
 
 
23
15
                private global::Gtk.ComboBox cmbOptimize;
24
 
 
25
16
                private global::Gtk.Label label86;
26
 
 
27
17
                private global::Gtk.Label label87;
28
 
 
29
18
                private global::Gtk.Label label88;
30
 
 
31
19
                private global::Gtk.Label label94;
32
 
 
33
20
                private global::Gtk.Label label83;
34
 
 
35
21
                private global::Gtk.HBox hbox2;
36
 
 
37
22
                private global::Gtk.Label label77;
38
 
 
39
23
                private global::Gtk.Table table3;
40
 
 
41
24
                private global::Gtk.ComboBox cmbEnableWarnings;
42
 
 
43
25
                private global::Gtk.Label label91;
44
 
 
45
26
                private global::Gtk.Label label92;
46
 
 
47
27
                private global::Gtk.Label label93;
48
 
 
49
28
                private global::Gtk.Entry txtDontWarnAbout;
50
 
 
51
29
                private global::Gtk.Entry txtTreatAsError;
52
 
 
53
30
                private global::Gtk.Label label85;
54
 
 
55
31
                private global::Gtk.HBox hbox4;
56
 
 
57
32
                private global::Gtk.Label label79;
58
 
 
59
33
                private global::Gtk.Table table2;
60
 
 
61
34
                private global::Gtk.ComboBox cmbGenerateXmlDocumentation;
62
 
 
63
35
                private global::Gtk.ComboBox cmbRemoveIntegerChecks;
64
 
 
65
36
                private global::Gtk.Label label89;
66
 
 
67
37
                private global::Gtk.Label label90;
68
 
 
69
38
                private global::Gtk.Label label95;
70
 
 
71
39
                private global::Gtk.Label label96;
72
 
 
73
40
                private global::Gtk.Entry txtAdditionalArguments;
74
 
 
75
41
                private global::Gtk.Entry txtDefineConstants;
76
42
 
77
43
                protected virtual void Build ()
87
53
                        // Container child vbox1.Gtk.Box+BoxChild
88
54
                        this.label82 = new global::Gtk.Label ();
89
55
                        this.label82.Name = "label82";
90
 
                        this.label82.Xalign = 0f;
 
56
                        this.label82.Xalign = 0F;
91
57
                        this.label82.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Optimization/Debug options</b>");
92
58
                        this.label82.UseMarkup = true;
93
59
                        this.vbox1.Add (this.label82);
94
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label82]));
 
60
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label82]));
95
61
                        w1.Position = 0;
96
62
                        w1.Expand = false;
97
63
                        w1.Fill = false;
104
70
                        this.label76.WidthRequest = 18;
105
71
                        this.label76.Name = "label76";
106
72
                        this.hbox1.Add (this.label76);
107
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label76]));
 
73
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label76]));
108
74
                        w2.Position = 0;
109
75
                        w2.Expand = false;
110
76
                        w2.Fill = false;
117
83
                        this.cmbDebugType = new global::Gtk.ComboBox ();
118
84
                        this.cmbDebugType.Name = "cmbDebugType";
119
85
                        this.table1.Add (this.cmbDebugType);
120
 
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.cmbDebugType]));
 
86
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbDebugType]));
121
87
                        w3.TopAttach = ((uint)(3));
122
88
                        w3.BottomAttach = ((uint)(4));
123
89
                        w3.LeftAttach = ((uint)(1));
128
94
                        this.cmbDefineDEBUG = new global::Gtk.ComboBox ();
129
95
                        this.cmbDefineDEBUG.Name = "cmbDefineDEBUG";
130
96
                        this.table1.Add (this.cmbDefineDEBUG);
131
 
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.cmbDefineDEBUG]));
 
97
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbDefineDEBUG]));
132
98
                        w4.TopAttach = ((uint)(1));
133
99
                        w4.BottomAttach = ((uint)(2));
134
100
                        w4.LeftAttach = ((uint)(1));
139
105
                        this.cmbDefineTRACE = new global::Gtk.ComboBox ();
140
106
                        this.cmbDefineTRACE.Name = "cmbDefineTRACE";
141
107
                        this.table1.Add (this.cmbDefineTRACE);
142
 
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.cmbDefineTRACE]));
 
108
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbDefineTRACE]));
143
109
                        w5.TopAttach = ((uint)(2));
144
110
                        w5.BottomAttach = ((uint)(3));
145
111
                        w5.LeftAttach = ((uint)(1));
150
116
                        this.cmbOptimize = new global::Gtk.ComboBox ();
151
117
                        this.cmbOptimize.Name = "cmbOptimize";
152
118
                        this.table1.Add (this.cmbOptimize);
153
 
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.cmbOptimize]));
 
119
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptimize]));
154
120
                        w6.LeftAttach = ((uint)(1));
155
121
                        w6.RightAttach = ((uint)(2));
156
122
                        w6.XOptions = ((global::Gtk.AttachOptions)(4));
158
124
                        // Container child table1.Gtk.Table+TableChild
159
125
                        this.label86 = new global::Gtk.Label ();
160
126
                        this.label86.Name = "label86";
161
 
                        this.label86.Xalign = 0f;
 
127
                        this.label86.Xalign = 0F;
162
128
                        this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug Type:");
163
129
                        this.label86.UseUnderline = true;
164
130
                        this.table1.Add (this.label86);
165
 
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label86]));
 
131
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label86]));
166
132
                        w7.TopAttach = ((uint)(3));
167
133
                        w7.BottomAttach = ((uint)(4));
168
134
                        w7.XOptions = ((global::Gtk.AttachOptions)(4));
170
136
                        // Container child table1.Gtk.Table+TableChild
171
137
                        this.label87 = new global::Gtk.Label ();
172
138
                        this.label87.Name = "label87";
173
 
                        this.label87.Xalign = 0f;
 
139
                        this.label87.Xalign = 0F;
174
140
                        this.label87.LabelProp = global::Mono.Unix.Catalog.GetString ("Define DEBUG:");
175
141
                        this.label87.UseUnderline = true;
176
142
                        this.table1.Add (this.label87);
177
 
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label87]));
 
143
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
178
144
                        w8.TopAttach = ((uint)(1));
179
145
                        w8.BottomAttach = ((uint)(2));
180
146
                        w8.XOptions = ((global::Gtk.AttachOptions)(4));
182
148
                        // Container child table1.Gtk.Table+TableChild
183
149
                        this.label88 = new global::Gtk.Label ();
184
150
                        this.label88.Name = "label88";
185
 
                        this.label88.Xalign = 0f;
 
151
                        this.label88.Xalign = 0F;
186
152
                        this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("Define TRACE:");
187
153
                        this.label88.UseUnderline = true;
188
154
                        this.table1.Add (this.label88);
189
 
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label88]));
 
155
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label88]));
190
156
                        w9.TopAttach = ((uint)(2));
191
157
                        w9.BottomAttach = ((uint)(3));
192
158
                        w9.XOptions = ((global::Gtk.AttachOptions)(4));
194
160
                        // Container child table1.Gtk.Table+TableChild
195
161
                        this.label94 = new global::Gtk.Label ();
196
162
                        this.label94.Name = "label94";
197
 
                        this.label94.Xalign = 0f;
 
163
                        this.label94.Xalign = 0F;
198
164
                        this.label94.LabelProp = global::Mono.Unix.Catalog.GetString ("Optimize:");
199
165
                        this.label94.UseUnderline = true;
200
166
                        this.table1.Add (this.label94);
201
 
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label94]));
 
167
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label94]));
202
168
                        w10.XOptions = ((global::Gtk.AttachOptions)(4));
203
169
                        w10.YOptions = ((global::Gtk.AttachOptions)(4));
204
170
                        this.hbox1.Add (this.table1);
205
 
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table1]));
 
171
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
206
172
                        w11.Position = 1;
207
173
                        w11.Expand = false;
208
174
                        w11.Fill = false;
209
175
                        this.vbox1.Add (this.hbox1);
210
 
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
 
176
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
211
177
                        w12.Position = 1;
212
178
                        w12.Expand = false;
213
179
                        w12.Fill = false;
214
180
                        // Container child vbox1.Gtk.Box+BoxChild
215
181
                        this.label83 = new global::Gtk.Label ();
216
182
                        this.label83.Name = "label83";
217
 
                        this.label83.Xalign = 0f;
 
183
                        this.label83.Xalign = 0F;
218
184
                        this.label83.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Warnings</b>");
219
185
                        this.label83.UseMarkup = true;
220
186
                        this.vbox1.Add (this.label83);
221
 
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label83]));
 
187
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label83]));
222
188
                        w13.Position = 2;
223
189
                        w13.Expand = false;
224
190
                        w13.Fill = false;
231
197
                        this.label77.WidthRequest = 18;
232
198
                        this.label77.Name = "label77";
233
199
                        this.hbox2.Add (this.label77);
234
 
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label77]));
 
200
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label77]));
235
201
                        w14.Position = 0;
236
202
                        w14.Expand = false;
237
203
                        w14.Fill = false;
244
210
                        this.cmbEnableWarnings = new global::Gtk.ComboBox ();
245
211
                        this.cmbEnableWarnings.Name = "cmbEnableWarnings";
246
212
                        this.table3.Add (this.cmbEnableWarnings);
247
 
                        global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3[this.cmbEnableWarnings]));
 
213
                        global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3 [this.cmbEnableWarnings]));
248
214
                        w15.LeftAttach = ((uint)(1));
249
215
                        w15.RightAttach = ((uint)(2));
250
216
                        w15.XOptions = ((global::Gtk.AttachOptions)(4));
252
218
                        // Container child table3.Gtk.Table+TableChild
253
219
                        this.label91 = new global::Gtk.Label ();
254
220
                        this.label91.Name = "label91";
255
 
                        this.label91.Xalign = 0f;
 
221
                        this.label91.Xalign = 0F;
256
222
                        this.label91.LabelProp = global::Mono.Unix.Catalog.GetString ("Treat as error:");
257
223
                        this.label91.UseUnderline = true;
258
224
                        this.table3.Add (this.label91);
259
 
                        global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3[this.label91]));
 
225
                        global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3 [this.label91]));
260
226
                        w16.TopAttach = ((uint)(2));
261
227
                        w16.BottomAttach = ((uint)(3));
262
228
                        w16.XOptions = ((global::Gtk.AttachOptions)(4));
264
230
                        // Container child table3.Gtk.Table+TableChild
265
231
                        this.label92 = new global::Gtk.Label ();
266
232
                        this.label92.Name = "label92";
267
 
                        this.label92.Xalign = 0f;
 
233
                        this.label92.Xalign = 0F;
268
234
                        this.label92.LabelProp = global::Mono.Unix.Catalog.GetString ("Enable Warnings:");
269
235
                        this.label92.UseUnderline = true;
270
236
                        this.table3.Add (this.label92);
271
 
                        global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table3[this.label92]));
 
237
                        global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table3 [this.label92]));
272
238
                        w17.XOptions = ((global::Gtk.AttachOptions)(4));
273
239
                        w17.YOptions = ((global::Gtk.AttachOptions)(4));
274
240
                        // Container child table3.Gtk.Table+TableChild
275
241
                        this.label93 = new global::Gtk.Label ();
276
242
                        this.label93.Name = "label93";
277
 
                        this.label93.Xalign = 0f;
 
243
                        this.label93.Xalign = 0F;
278
244
                        this.label93.LabelProp = global::Mono.Unix.Catalog.GetString ("Don't warn about:");
279
245
                        this.label93.UseUnderline = true;
280
246
                        this.table3.Add (this.label93);
281
 
                        global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table3[this.label93]));
 
247
                        global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table3 [this.label93]));
282
248
                        w18.TopAttach = ((uint)(1));
283
249
                        w18.BottomAttach = ((uint)(2));
284
250
                        w18.XOptions = ((global::Gtk.AttachOptions)(4));
290
256
                        this.txtDontWarnAbout.IsEditable = true;
291
257
                        this.txtDontWarnAbout.InvisibleChar = '●';
292
258
                        this.table3.Add (this.txtDontWarnAbout);
293
 
                        global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table3[this.txtDontWarnAbout]));
 
259
                        global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table3 [this.txtDontWarnAbout]));
294
260
                        w19.TopAttach = ((uint)(1));
295
261
                        w19.BottomAttach = ((uint)(2));
296
262
                        w19.LeftAttach = ((uint)(1));
304
270
                        this.txtTreatAsError.IsEditable = true;
305
271
                        this.txtTreatAsError.InvisibleChar = '●';
306
272
                        this.table3.Add (this.txtTreatAsError);
307
 
                        global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table3[this.txtTreatAsError]));
 
273
                        global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table3 [this.txtTreatAsError]));
308
274
                        w20.TopAttach = ((uint)(2));
309
275
                        w20.BottomAttach = ((uint)(3));
310
276
                        w20.LeftAttach = ((uint)(1));
312
278
                        w20.XOptions = ((global::Gtk.AttachOptions)(4));
313
279
                        w20.YOptions = ((global::Gtk.AttachOptions)(4));
314
280
                        this.hbox2.Add (this.table3);
315
 
                        global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.table3]));
 
281
                        global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.table3]));
316
282
                        w21.Position = 1;
317
283
                        w21.Expand = false;
318
284
                        w21.Fill = false;
319
285
                        this.vbox1.Add (this.hbox2);
320
 
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
 
286
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
321
287
                        w22.Position = 3;
322
288
                        w22.Expand = false;
323
289
                        w22.Fill = false;
324
290
                        // Container child vbox1.Gtk.Box+BoxChild
325
291
                        this.label85 = new global::Gtk.Label ();
326
292
                        this.label85.Name = "label85";
327
 
                        this.label85.Xalign = 0f;
 
293
                        this.label85.Xalign = 0F;
328
294
                        this.label85.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Misc</b>");
329
295
                        this.label85.UseMarkup = true;
330
296
                        this.vbox1.Add (this.label85);
331
 
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label85]));
 
297
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label85]));
332
298
                        w23.Position = 4;
333
299
                        w23.Expand = false;
334
300
                        w23.Fill = false;
341
307
                        this.label79.WidthRequest = 18;
342
308
                        this.label79.Name = "label79";
343
309
                        this.hbox4.Add (this.label79);
344
 
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label79]));
 
310
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label79]));
345
311
                        w24.Position = 0;
346
312
                        w24.Expand = false;
347
313
                        w24.Fill = false;
354
320
                        this.cmbGenerateXmlDocumentation = new global::Gtk.ComboBox ();
355
321
                        this.cmbGenerateXmlDocumentation.Name = "cmbGenerateXmlDocumentation";
356
322
                        this.table2.Add (this.cmbGenerateXmlDocumentation);
357
 
                        global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2[this.cmbGenerateXmlDocumentation]));
 
323
                        global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.cmbGenerateXmlDocumentation]));
358
324
                        w25.LeftAttach = ((uint)(1));
359
325
                        w25.RightAttach = ((uint)(2));
360
326
                        w25.XOptions = ((global::Gtk.AttachOptions)(4));
363
329
                        this.cmbRemoveIntegerChecks = new global::Gtk.ComboBox ();
364
330
                        this.cmbRemoveIntegerChecks.Name = "cmbRemoveIntegerChecks";
365
331
                        this.table2.Add (this.cmbRemoveIntegerChecks);
366
 
                        global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2[this.cmbRemoveIntegerChecks]));
 
332
                        global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.cmbRemoveIntegerChecks]));
367
333
                        w26.TopAttach = ((uint)(1));
368
334
                        w26.BottomAttach = ((uint)(2));
369
335
                        w26.LeftAttach = ((uint)(1));
373
339
                        // Container child table2.Gtk.Table+TableChild
374
340
                        this.label89 = new global::Gtk.Label ();
375
341
                        this.label89.Name = "label89";
376
 
                        this.label89.Xalign = 0f;
 
342
                        this.label89.Xalign = 0F;
377
343
                        this.label89.LabelProp = global::Mono.Unix.Catalog.GetString ("Additional compiler arguments:");
378
344
                        this.label89.UseUnderline = true;
379
345
                        this.table2.Add (this.label89);
380
 
                        global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2[this.label89]));
 
346
                        global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.label89]));
381
347
                        w27.TopAttach = ((uint)(3));
382
348
                        w27.BottomAttach = ((uint)(4));
383
349
                        w27.XOptions = ((global::Gtk.AttachOptions)(4));
385
351
                        // Container child table2.Gtk.Table+TableChild
386
352
                        this.label90 = new global::Gtk.Label ();
387
353
                        this.label90.Name = "label90";
388
 
                        this.label90.Xalign = 0f;
 
354
                        this.label90.Xalign = 0F;
389
355
                        this.label90.LabelProp = global::Mono.Unix.Catalog.GetString ("Generate XML documentation:");
390
356
                        this.label90.UseUnderline = true;
391
357
                        this.table2.Add (this.label90);
392
 
                        global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2[this.label90]));
 
358
                        global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2 [this.label90]));
393
359
                        w28.XOptions = ((global::Gtk.AttachOptions)(4));
394
360
                        w28.YOptions = ((global::Gtk.AttachOptions)(4));
395
361
                        // Container child table2.Gtk.Table+TableChild
396
362
                        this.label95 = new global::Gtk.Label ();
397
363
                        this.label95.Name = "label95";
398
 
                        this.label95.Xalign = 0f;
 
364
                        this.label95.Xalign = 0F;
399
365
                        this.label95.LabelProp = global::Mono.Unix.Catalog.GetString ("Remove integer checks:");
400
366
                        this.label95.UseUnderline = true;
401
367
                        this.table2.Add (this.label95);
402
 
                        global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2[this.label95]));
 
368
                        global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.label95]));
403
369
                        w29.TopAttach = ((uint)(1));
404
370
                        w29.BottomAttach = ((uint)(2));
405
371
                        w29.XOptions = ((global::Gtk.AttachOptions)(4));
407
373
                        // Container child table2.Gtk.Table+TableChild
408
374
                        this.label96 = new global::Gtk.Label ();
409
375
                        this.label96.Name = "label96";
410
 
                        this.label96.Xalign = 0f;
 
376
                        this.label96.Xalign = 0F;
411
377
                        this.label96.LabelProp = global::Mono.Unix.Catalog.GetString ("Define constants:");
412
378
                        this.label96.UseUnderline = true;
413
379
                        this.table2.Add (this.label96);
414
 
                        global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table2[this.label96]));
 
380
                        global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table2 [this.label96]));
415
381
                        w30.TopAttach = ((uint)(2));
416
382
                        w30.BottomAttach = ((uint)(3));
417
383
                        w30.XOptions = ((global::Gtk.AttachOptions)(4));
423
389
                        this.txtAdditionalArguments.IsEditable = true;
424
390
                        this.txtAdditionalArguments.InvisibleChar = '●';
425
391
                        this.table2.Add (this.txtAdditionalArguments);
426
 
                        global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table2[this.txtAdditionalArguments]));
 
392
                        global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtAdditionalArguments]));
427
393
                        w31.TopAttach = ((uint)(3));
428
394
                        w31.BottomAttach = ((uint)(4));
429
395
                        w31.LeftAttach = ((uint)(1));
437
403
                        this.txtDefineConstants.IsEditable = true;
438
404
                        this.txtDefineConstants.InvisibleChar = '●';
439
405
                        this.table2.Add (this.txtDefineConstants);
440
 
                        global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table2[this.txtDefineConstants]));
 
406
                        global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtDefineConstants]));
441
407
                        w32.TopAttach = ((uint)(2));
442
408
                        w32.BottomAttach = ((uint)(3));
443
409
                        w32.LeftAttach = ((uint)(1));
445
411
                        w32.XOptions = ((global::Gtk.AttachOptions)(4));
446
412
                        w32.YOptions = ((global::Gtk.AttachOptions)(4));
447
413
                        this.hbox4.Add (this.table2);
448
 
                        global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.table2]));
 
414
                        global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.table2]));
449
415
                        w33.Position = 1;
450
416
                        w33.Expand = false;
451
417
                        w33.Fill = false;
452
418
                        this.vbox1.Add (this.hbox4);
453
 
                        global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
 
419
                        global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
454
420
                        w34.PackType = ((global::Gtk.PackType)(1));
455
421
                        w34.Position = 5;
456
422
                        w34.Expand = false;