~ubuntu-branches/ubuntu/lucid/monodevelop/lucid

« back to all changes in this revision

Viewing changes to src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-02-02 11:39:59 UTC
  • mfrom: (1.2.6 upstream) (1.3.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100202113959-s4exdz7er7igylz2
Tags: 2.2.1+dfsg-1
* New upstream release
* debian/control:
  + Standards version 3.8.4 (no changes needed)
* debian/patches/remove_support_for_non_debian_functionality.patch,
  debian/patches/remove_support_for_soft_debugger.patch,
  debian/patches/remove_support_for_moonlight.patch,
  debian/rules:
  + Split patch into two pieces, to make it easier to enable either
    SDB or Moonlight support with a rebuild
* debian/monodevelop-moonlight.install,
  debian/monodevelop-debugger-sdb.install,
  debian/control:
  + Create packaging data for the Soft Debugger addin and Moonlight addin -
    and comment them out of debian/control as we can't provide them on
    Debian for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ------------------------------------------------------------------------------
2
 
//  <autogenerated>
3
 
//      This code was generated by a tool.
4
 
//      
5
 
// 
6
 
//      Changes to this file may cause incorrect behavior and will be lost if 
7
 
//      the code is regenerated.
8
 
//  </autogenerated>
9
 
// ------------------------------------------------------------------------------
10
 
 
11
 
namespace MonoDevelop.CSharp.Project {
12
 
    
13
 
    public partial class CompilerOptionsPanelWidget {
14
 
        
15
 
        private Gtk.VBox vbox1;
16
 
        
17
 
        private Gtk.Label label82;
18
 
        
19
 
        private Gtk.HBox hbox5;
20
 
        
21
 
        private Gtk.Label label76;
22
 
        
23
 
        private Gtk.VBox vbox2;
24
 
        
25
 
        private Gtk.Table table7;
26
 
        
27
 
        private Gtk.ComboBoxEntry codepageEntry;
28
 
        
29
 
        private Gtk.HBox hbox57;
30
 
        
31
 
        private Gtk.ComboBox compileTargetCombo;
32
 
        
33
 
        private MonoDevelop.Components.FileEntry iconEntry;
34
 
        
35
 
        private Gtk.Label label1;
36
 
        
37
 
        private Gtk.Label label3;
38
 
        
39
 
        private Gtk.Label label86;
40
 
        
41
 
        private Gtk.Label label88;
42
 
        
43
 
        private Gtk.ComboBoxEntry mainClassEntry;
44
 
        
45
 
        private Gtk.Label label83;
46
 
        
47
 
        private Gtk.Label label75;
48
 
        
49
 
        private Gtk.HBox hbox7;
50
 
        
51
 
        private Gtk.Label label74;
52
 
        
53
 
        private Gtk.VBox vbox3;
54
 
        
55
 
        private Gtk.Table table2;
56
 
        
57
 
        private Gtk.Label label2;
58
 
        
59
 
        private Gtk.ComboBox langVerCombo;
60
 
        
61
 
        private Gtk.CheckButton allowUnsafeCodeCheckButton;
62
 
        
63
 
        protected virtual void Build() {
64
 
            Stetic.Gui.Initialize(this);
65
 
            // Widget MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget
66
 
            Stetic.BinContainer.Attach(this);
67
 
            this.Name = "MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget";
68
 
            // Container child MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
69
 
            this.vbox1 = new Gtk.VBox();
70
 
            this.vbox1.Name = "vbox1";
71
 
            this.vbox1.Spacing = 6;
72
 
            // Container child vbox1.Gtk.Box+BoxChild
73
 
            this.label82 = new Gtk.Label();
74
 
            this.label82.Name = "label82";
75
 
            this.label82.Xalign = 0F;
76
 
            this.label82.LabelProp = Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
77
 
            this.label82.UseMarkup = true;
78
 
            this.vbox1.Add(this.label82);
79
 
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox1[this.label82]));
80
 
            w1.Position = 0;
81
 
            w1.Expand = false;
82
 
            w1.Fill = false;
83
 
            // Container child vbox1.Gtk.Box+BoxChild
84
 
            this.hbox5 = new Gtk.HBox();
85
 
            this.hbox5.Name = "hbox5";
86
 
            this.hbox5.Spacing = 6;
87
 
            // Container child hbox5.Gtk.Box+BoxChild
88
 
            this.label76 = new Gtk.Label();
89
 
            this.label76.WidthRequest = 18;
90
 
            this.label76.Name = "label76";
91
 
            this.hbox5.Add(this.label76);
92
 
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox5[this.label76]));
93
 
            w2.Position = 0;
94
 
            w2.Expand = false;
95
 
            w2.Fill = false;
96
 
            // Container child hbox5.Gtk.Box+BoxChild
97
 
            this.vbox2 = new Gtk.VBox();
98
 
            this.vbox2.Name = "vbox2";
99
 
            this.vbox2.Spacing = 6;
100
 
            // Container child vbox2.Gtk.Box+BoxChild
101
 
            this.table7 = new Gtk.Table(((uint)(5)), ((uint)(2)), false);
102
 
            this.table7.Name = "table7";
103
 
            this.table7.RowSpacing = ((uint)(6));
104
 
            this.table7.ColumnSpacing = ((uint)(6));
105
 
            // Container child table7.Gtk.Table+TableChild
106
 
            this.codepageEntry = Gtk.ComboBoxEntry.NewText();
107
 
            this.codepageEntry.Name = "codepageEntry";
108
 
            this.table7.Add(this.codepageEntry);
109
 
            Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table7[this.codepageEntry]));
110
 
            w3.TopAttach = ((uint)(3));
111
 
            w3.BottomAttach = ((uint)(4));
112
 
            w3.LeftAttach = ((uint)(1));
113
 
            w3.RightAttach = ((uint)(2));
114
 
            w3.XOptions = ((Gtk.AttachOptions)(4));
115
 
            w3.YOptions = ((Gtk.AttachOptions)(4));
116
 
            // Container child table7.Gtk.Table+TableChild
117
 
            this.hbox57 = new Gtk.HBox();
118
 
            this.hbox57.Name = "hbox57";
119
 
            // Container child hbox57.Gtk.Box+BoxChild
120
 
            this.compileTargetCombo = new Gtk.ComboBox();
121
 
            this.compileTargetCombo.Name = "compileTargetCombo";
122
 
            this.hbox57.Add(this.compileTargetCombo);
123
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox57[this.compileTargetCombo]));
124
 
            w4.Position = 0;
125
 
            w4.Expand = false;
126
 
            w4.Fill = false;
127
 
            this.table7.Add(this.hbox57);
128
 
            Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table7[this.hbox57]));
129
 
            w5.LeftAttach = ((uint)(1));
130
 
            w5.RightAttach = ((uint)(2));
131
 
            w5.XOptions = ((Gtk.AttachOptions)(4));
132
 
            w5.YOptions = ((Gtk.AttachOptions)(4));
133
 
            // Container child table7.Gtk.Table+TableChild
134
 
            this.iconEntry = new MonoDevelop.Components.FileEntry();
135
 
            this.iconEntry.Name = "iconEntry";
136
 
            this.table7.Add(this.iconEntry);
137
 
            Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table7[this.iconEntry]));
138
 
            w6.TopAttach = ((uint)(2));
139
 
            w6.BottomAttach = ((uint)(3));
140
 
            w6.LeftAttach = ((uint)(1));
141
 
            w6.RightAttach = ((uint)(2));
142
 
            w6.YOptions = ((Gtk.AttachOptions)(4));
143
 
            // Container child table7.Gtk.Table+TableChild
144
 
            this.label1 = new Gtk.Label();
145
 
            this.label1.Name = "label1";
146
 
            this.label1.Xalign = 0F;
147
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Compiler Code Page:");
148
 
            this.table7.Add(this.label1);
149
 
            Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table7[this.label1]));
150
 
            w7.TopAttach = ((uint)(3));
151
 
            w7.BottomAttach = ((uint)(4));
152
 
            w7.XOptions = ((Gtk.AttachOptions)(4));
153
 
            w7.YOptions = ((Gtk.AttachOptions)(4));
154
 
            // Container child table7.Gtk.Table+TableChild
155
 
            this.label3 = new Gtk.Label();
156
 
            this.label3.Name = "label3";
157
 
            this.label3.Xalign = 0F;
158
 
            this.label3.LabelProp = Mono.Unix.Catalog.GetString("Win32 Icon:");
159
 
            this.table7.Add(this.label3);
160
 
            Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table7[this.label3]));
161
 
            w8.TopAttach = ((uint)(2));
162
 
            w8.BottomAttach = ((uint)(3));
163
 
            w8.XOptions = ((Gtk.AttachOptions)(4));
164
 
            w8.YOptions = ((Gtk.AttachOptions)(4));
165
 
            // Container child table7.Gtk.Table+TableChild
166
 
            this.label86 = new Gtk.Label();
167
 
            this.label86.Name = "label86";
168
 
            this.label86.Xalign = 0F;
169
 
            this.label86.LabelProp = Mono.Unix.Catalog.GetString("Compile _Target:");
170
 
            this.label86.UseUnderline = true;
171
 
            this.table7.Add(this.label86);
172
 
            Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table7[this.label86]));
173
 
            w9.XOptions = ((Gtk.AttachOptions)(4));
174
 
            w9.YOptions = ((Gtk.AttachOptions)(0));
175
 
            // Container child table7.Gtk.Table+TableChild
176
 
            this.label88 = new Gtk.Label();
177
 
            this.label88.Name = "label88";
178
 
            this.label88.Xalign = 0F;
179
 
            this.label88.LabelProp = Mono.Unix.Catalog.GetString("_Main Class:");
180
 
            this.label88.UseUnderline = true;
181
 
            this.table7.Add(this.label88);
182
 
            Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table7[this.label88]));
183
 
            w10.TopAttach = ((uint)(1));
184
 
            w10.BottomAttach = ((uint)(2));
185
 
            w10.XOptions = ((Gtk.AttachOptions)(4));
186
 
            w10.YOptions = ((Gtk.AttachOptions)(0));
187
 
            // Container child table7.Gtk.Table+TableChild
188
 
            this.mainClassEntry = new Gtk.ComboBoxEntry();
189
 
            this.mainClassEntry.Name = "mainClassEntry";
190
 
            this.table7.Add(this.mainClassEntry);
191
 
            Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table7[this.mainClassEntry]));
192
 
            w11.TopAttach = ((uint)(1));
193
 
            w11.BottomAttach = ((uint)(2));
194
 
            w11.LeftAttach = ((uint)(1));
195
 
            w11.RightAttach = ((uint)(2));
196
 
            w11.YOptions = ((Gtk.AttachOptions)(4));
197
 
            this.vbox2.Add(this.table7);
198
 
            Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox2[this.table7]));
199
 
            w12.Position = 0;
200
 
            this.hbox5.Add(this.vbox2);
201
 
            Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox5[this.vbox2]));
202
 
            w13.Position = 1;
203
 
            this.vbox1.Add(this.hbox5);
204
 
            Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
205
 
            w14.Position = 1;
206
 
            w14.Expand = false;
207
 
            // Container child vbox1.Gtk.Box+BoxChild
208
 
            this.label83 = new Gtk.Label();
209
 
            this.label83.Name = "label83";
210
 
            this.label83.Xalign = 0F;
211
 
            this.label83.LabelProp = Mono.Unix.Catalog.GetString("<b>Language Options</b>");
212
 
            this.label83.UseMarkup = true;
213
 
            this.vbox1.Add(this.label83);
214
 
            Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox1[this.label83]));
215
 
            w15.Position = 2;
216
 
            w15.Expand = false;
217
 
            w15.Fill = false;
218
 
            // Container child vbox1.Gtk.Box+BoxChild
219
 
            this.label75 = new Gtk.Label();
220
 
            this.label75.WidthRequest = 18;
221
 
            this.label75.Name = "label75";
222
 
            this.vbox1.Add(this.label75);
223
 
            Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vbox1[this.label75]));
224
 
            w16.PackType = ((Gtk.PackType)(1));
225
 
            w16.Position = 3;
226
 
            // Container child vbox1.Gtk.Box+BoxChild
227
 
            this.hbox7 = new Gtk.HBox();
228
 
            this.hbox7.Name = "hbox7";
229
 
            this.hbox7.Spacing = 6;
230
 
            // Container child hbox7.Gtk.Box+BoxChild
231
 
            this.label74 = new Gtk.Label();
232
 
            this.label74.WidthRequest = 18;
233
 
            this.label74.Name = "label74";
234
 
            this.hbox7.Add(this.label74);
235
 
            Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.hbox7[this.label74]));
236
 
            w17.Position = 0;
237
 
            w17.Expand = false;
238
 
            w17.Fill = false;
239
 
            // Container child hbox7.Gtk.Box+BoxChild
240
 
            this.vbox3 = new Gtk.VBox();
241
 
            this.vbox3.Name = "vbox3";
242
 
            this.vbox3.Spacing = 6;
243
 
            // Container child vbox3.Gtk.Box+BoxChild
244
 
            this.table2 = new Gtk.Table(((uint)(1)), ((uint)(2)), false);
245
 
            this.table2.Name = "table2";
246
 
            this.table2.RowSpacing = ((uint)(6));
247
 
            this.table2.ColumnSpacing = ((uint)(6));
248
 
            // Container child table2.Gtk.Table+TableChild
249
 
            this.label2 = new Gtk.Label();
250
 
            this.label2.Name = "label2";
251
 
            this.label2.Xalign = 0F;
252
 
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("C# Language Version:");
253
 
            this.table2.Add(this.label2);
254
 
            Gtk.Table.TableChild w18 = ((Gtk.Table.TableChild)(this.table2[this.label2]));
255
 
            w18.XOptions = ((Gtk.AttachOptions)(4));
256
 
            w18.YOptions = ((Gtk.AttachOptions)(4));
257
 
            // Container child table2.Gtk.Table+TableChild
258
 
            this.langVerCombo = Gtk.ComboBox.NewText();
259
 
            this.langVerCombo.Name = "langVerCombo";
260
 
            this.table2.Add(this.langVerCombo);
261
 
            Gtk.Table.TableChild w19 = ((Gtk.Table.TableChild)(this.table2[this.langVerCombo]));
262
 
            w19.LeftAttach = ((uint)(1));
263
 
            w19.RightAttach = ((uint)(2));
264
 
            w19.XOptions = ((Gtk.AttachOptions)(4));
265
 
            w19.YOptions = ((Gtk.AttachOptions)(4));
266
 
            this.vbox3.Add(this.table2);
267
 
            Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(this.vbox3[this.table2]));
268
 
            w20.Position = 0;
269
 
            w20.Fill = false;
270
 
            // Container child vbox3.Gtk.Box+BoxChild
271
 
            this.allowUnsafeCodeCheckButton = new Gtk.CheckButton();
272
 
            this.allowUnsafeCodeCheckButton.CanFocus = true;
273
 
            this.allowUnsafeCodeCheckButton.Name = "allowUnsafeCodeCheckButton";
274
 
            this.allowUnsafeCodeCheckButton.Label = Mono.Unix.Catalog.GetString("Allow '_unsafe' code");
275
 
            this.allowUnsafeCodeCheckButton.DrawIndicator = true;
276
 
            this.allowUnsafeCodeCheckButton.UseUnderline = true;
277
 
            this.vbox3.Add(this.allowUnsafeCodeCheckButton);
278
 
            Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(this.vbox3[this.allowUnsafeCodeCheckButton]));
279
 
            w21.Position = 1;
280
 
            w21.Expand = false;
281
 
            w21.Fill = false;
282
 
            this.hbox7.Add(this.vbox3);
283
 
            Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(this.hbox7[this.vbox3]));
284
 
            w22.Position = 1;
285
 
            this.vbox1.Add(this.hbox7);
286
 
            Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox7]));
287
 
            w23.PackType = ((Gtk.PackType)(1));
288
 
            w23.Position = 4;
289
 
            w23.Expand = false;
290
 
            w23.Fill = false;
291
 
            this.Add(this.vbox1);
292
 
            if ((this.Child != null)) {
293
 
                this.Child.ShowAll();
294
 
            }
295
 
            this.label88.MnemonicWidget = this.mainClassEntry;
296
 
            this.Show();
297
 
        }
298
 
    }
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.CSharp.Project
 
4
{
 
5
        public partial class CompilerOptionsPanelWidget
 
6
        {
 
7
                private global::Gtk.VBox vbox1;
 
8
 
 
9
                private global::Gtk.Label label82;
 
10
 
 
11
                private global::Gtk.HBox hbox5;
 
12
 
 
13
                private global::Gtk.Label label76;
 
14
 
 
15
                private global::Gtk.VBox vbox2;
 
16
 
 
17
                private global::Gtk.Table table7;
 
18
 
 
19
                private global::Gtk.ComboBoxEntry codepageEntry;
 
20
 
 
21
                private global::Gtk.HBox hbox57;
 
22
 
 
23
                private global::Gtk.ComboBox compileTargetCombo;
 
24
 
 
25
                private global::MonoDevelop.Components.FileEntry iconEntry;
 
26
 
 
27
                private global::Gtk.Label label1;
 
28
 
 
29
                private global::Gtk.Label label3;
 
30
 
 
31
                private global::Gtk.Label label86;
 
32
 
 
33
                private global::Gtk.Label label88;
 
34
 
 
35
                private global::Gtk.ComboBoxEntry mainClassEntry;
 
36
 
 
37
                private global::Gtk.Label label83;
 
38
 
 
39
                private global::Gtk.Label label75;
 
40
 
 
41
                private global::Gtk.HBox hbox7;
 
42
 
 
43
                private global::Gtk.Label label74;
 
44
 
 
45
                private global::Gtk.VBox vbox3;
 
46
 
 
47
                private global::Gtk.Table table2;
 
48
 
 
49
                private global::Gtk.Label label2;
 
50
 
 
51
                private global::Gtk.ComboBox langVerCombo;
 
52
 
 
53
                private global::Gtk.CheckButton allowUnsafeCodeCheckButton;
 
54
 
 
55
                protected virtual void Build ()
 
56
                {
 
57
                        global::Stetic.Gui.Initialize (this);
 
58
                        // Widget MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget
 
59
                        global::Stetic.BinContainer.Attach (this);
 
60
                        this.Name = "MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget";
 
61
                        // Container child MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
 
62
                        this.vbox1 = new global::Gtk.VBox ();
 
63
                        this.vbox1.Name = "vbox1";
 
64
                        this.vbox1.Spacing = 6;
 
65
                        // Container child vbox1.Gtk.Box+BoxChild
 
66
                        this.label82 = new global::Gtk.Label ();
 
67
                        this.label82.Name = "label82";
 
68
                        this.label82.Xalign = 0f;
 
69
                        this.label82.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Code Generation</b>");
 
70
                        this.label82.UseMarkup = true;
 
71
                        this.vbox1.Add (this.label82);
 
72
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label82]));
 
73
                        w1.Position = 0;
 
74
                        w1.Expand = false;
 
75
                        w1.Fill = false;
 
76
                        // Container child vbox1.Gtk.Box+BoxChild
 
77
                        this.hbox5 = new global::Gtk.HBox ();
 
78
                        this.hbox5.Name = "hbox5";
 
79
                        this.hbox5.Spacing = 6;
 
80
                        // Container child hbox5.Gtk.Box+BoxChild
 
81
                        this.label76 = new global::Gtk.Label ();
 
82
                        this.label76.WidthRequest = 18;
 
83
                        this.label76.Name = "label76";
 
84
                        this.hbox5.Add (this.label76);
 
85
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label76]));
 
86
                        w2.Position = 0;
 
87
                        w2.Expand = false;
 
88
                        w2.Fill = false;
 
89
                        // Container child hbox5.Gtk.Box+BoxChild
 
90
                        this.vbox2 = new global::Gtk.VBox ();
 
91
                        this.vbox2.Name = "vbox2";
 
92
                        this.vbox2.Spacing = 6;
 
93
                        // Container child vbox2.Gtk.Box+BoxChild
 
94
                        this.table7 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
 
95
                        this.table7.Name = "table7";
 
96
                        this.table7.RowSpacing = ((uint)(6));
 
97
                        this.table7.ColumnSpacing = ((uint)(6));
 
98
                        // Container child table7.Gtk.Table+TableChild
 
99
                        this.codepageEntry = global::Gtk.ComboBoxEntry.NewText ();
 
100
                        this.codepageEntry.Name = "codepageEntry";
 
101
                        this.table7.Add (this.codepageEntry);
 
102
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table7[this.codepageEntry]));
 
103
                        w3.TopAttach = ((uint)(3));
 
104
                        w3.BottomAttach = ((uint)(4));
 
105
                        w3.LeftAttach = ((uint)(1));
 
106
                        w3.RightAttach = ((uint)(2));
 
107
                        w3.XOptions = ((global::Gtk.AttachOptions)(4));
 
108
                        w3.YOptions = ((global::Gtk.AttachOptions)(4));
 
109
                        // Container child table7.Gtk.Table+TableChild
 
110
                        this.hbox57 = new global::Gtk.HBox ();
 
111
                        this.hbox57.Name = "hbox57";
 
112
                        // Container child hbox57.Gtk.Box+BoxChild
 
113
                        this.compileTargetCombo = new global::Gtk.ComboBox ();
 
114
                        this.compileTargetCombo.Name = "compileTargetCombo";
 
115
                        this.hbox57.Add (this.compileTargetCombo);
 
116
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox57[this.compileTargetCombo]));
 
117
                        w4.Position = 0;
 
118
                        w4.Expand = false;
 
119
                        w4.Fill = false;
 
120
                        this.table7.Add (this.hbox57);
 
121
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table7[this.hbox57]));
 
122
                        w5.LeftAttach = ((uint)(1));
 
123
                        w5.RightAttach = ((uint)(2));
 
124
                        w5.XOptions = ((global::Gtk.AttachOptions)(4));
 
125
                        w5.YOptions = ((global::Gtk.AttachOptions)(4));
 
126
                        // Container child table7.Gtk.Table+TableChild
 
127
                        this.iconEntry = new global::MonoDevelop.Components.FileEntry ();
 
128
                        this.iconEntry.Name = "iconEntry";
 
129
                        this.table7.Add (this.iconEntry);
 
130
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table7[this.iconEntry]));
 
131
                        w6.TopAttach = ((uint)(2));
 
132
                        w6.BottomAttach = ((uint)(3));
 
133
                        w6.LeftAttach = ((uint)(1));
 
134
                        w6.RightAttach = ((uint)(2));
 
135
                        w6.YOptions = ((global::Gtk.AttachOptions)(4));
 
136
                        // Container child table7.Gtk.Table+TableChild
 
137
                        this.label1 = new global::Gtk.Label ();
 
138
                        this.label1.Name = "label1";
 
139
                        this.label1.Xalign = 0f;
 
140
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler Code Page:");
 
141
                        this.table7.Add (this.label1);
 
142
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table7[this.label1]));
 
143
                        w7.TopAttach = ((uint)(3));
 
144
                        w7.BottomAttach = ((uint)(4));
 
145
                        w7.XOptions = ((global::Gtk.AttachOptions)(4));
 
146
                        w7.YOptions = ((global::Gtk.AttachOptions)(4));
 
147
                        // Container child table7.Gtk.Table+TableChild
 
148
                        this.label3 = new global::Gtk.Label ();
 
149
                        this.label3.Name = "label3";
 
150
                        this.label3.Xalign = 0f;
 
151
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Win32 Icon:");
 
152
                        this.table7.Add (this.label3);
 
153
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table7[this.label3]));
 
154
                        w8.TopAttach = ((uint)(2));
 
155
                        w8.BottomAttach = ((uint)(3));
 
156
                        w8.XOptions = ((global::Gtk.AttachOptions)(4));
 
157
                        w8.YOptions = ((global::Gtk.AttachOptions)(4));
 
158
                        // Container child table7.Gtk.Table+TableChild
 
159
                        this.label86 = new global::Gtk.Label ();
 
160
                        this.label86.Name = "label86";
 
161
                        this.label86.Xalign = 0f;
 
162
                        this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("Compile _Target:");
 
163
                        this.label86.UseUnderline = true;
 
164
                        this.table7.Add (this.label86);
 
165
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table7[this.label86]));
 
166
                        w9.XOptions = ((global::Gtk.AttachOptions)(4));
 
167
                        w9.YOptions = ((global::Gtk.AttachOptions)(0));
 
168
                        // Container child table7.Gtk.Table+TableChild
 
169
                        this.label88 = new global::Gtk.Label ();
 
170
                        this.label88.Name = "label88";
 
171
                        this.label88.Xalign = 0f;
 
172
                        this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("_Main Class:");
 
173
                        this.label88.UseUnderline = true;
 
174
                        this.table7.Add (this.label88);
 
175
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table7[this.label88]));
 
176
                        w10.TopAttach = ((uint)(1));
 
177
                        w10.BottomAttach = ((uint)(2));
 
178
                        w10.XOptions = ((global::Gtk.AttachOptions)(4));
 
179
                        w10.YOptions = ((global::Gtk.AttachOptions)(0));
 
180
                        // Container child table7.Gtk.Table+TableChild
 
181
                        this.mainClassEntry = new global::Gtk.ComboBoxEntry ();
 
182
                        this.mainClassEntry.Name = "mainClassEntry";
 
183
                        this.table7.Add (this.mainClassEntry);
 
184
                        global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table7[this.mainClassEntry]));
 
185
                        w11.TopAttach = ((uint)(1));
 
186
                        w11.BottomAttach = ((uint)(2));
 
187
                        w11.LeftAttach = ((uint)(1));
 
188
                        w11.RightAttach = ((uint)(2));
 
189
                        w11.YOptions = ((global::Gtk.AttachOptions)(4));
 
190
                        this.vbox2.Add (this.table7);
 
191
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table7]));
 
192
                        w12.Position = 0;
 
193
                        this.hbox5.Add (this.vbox2);
 
194
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox2]));
 
195
                        w13.Position = 1;
 
196
                        this.vbox1.Add (this.hbox5);
 
197
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
 
198
                        w14.Position = 1;
 
199
                        w14.Expand = false;
 
200
                        // Container child vbox1.Gtk.Box+BoxChild
 
201
                        this.label83 = new global::Gtk.Label ();
 
202
                        this.label83.Name = "label83";
 
203
                        this.label83.Xalign = 0f;
 
204
                        this.label83.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Language Options</b>");
 
205
                        this.label83.UseMarkup = true;
 
206
                        this.vbox1.Add (this.label83);
 
207
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label83]));
 
208
                        w15.Position = 2;
 
209
                        w15.Expand = false;
 
210
                        w15.Fill = false;
 
211
                        // Container child vbox1.Gtk.Box+BoxChild
 
212
                        this.label75 = new global::Gtk.Label ();
 
213
                        this.label75.WidthRequest = 18;
 
214
                        this.label75.Name = "label75";
 
215
                        this.vbox1.Add (this.label75);
 
216
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label75]));
 
217
                        w16.PackType = ((global::Gtk.PackType)(1));
 
218
                        w16.Position = 3;
 
219
                        // Container child vbox1.Gtk.Box+BoxChild
 
220
                        this.hbox7 = new global::Gtk.HBox ();
 
221
                        this.hbox7.Name = "hbox7";
 
222
                        this.hbox7.Spacing = 6;
 
223
                        // Container child hbox7.Gtk.Box+BoxChild
 
224
                        this.label74 = new global::Gtk.Label ();
 
225
                        this.label74.WidthRequest = 18;
 
226
                        this.label74.Name = "label74";
 
227
                        this.hbox7.Add (this.label74);
 
228
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.label74]));
 
229
                        w17.Position = 0;
 
230
                        w17.Expand = false;
 
231
                        w17.Fill = false;
 
232
                        // Container child hbox7.Gtk.Box+BoxChild
 
233
                        this.vbox3 = new global::Gtk.VBox ();
 
234
                        this.vbox3.Name = "vbox3";
 
235
                        this.vbox3.Spacing = 6;
 
236
                        // Container child vbox3.Gtk.Box+BoxChild
 
237
                        this.table2 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
 
238
                        this.table2.Name = "table2";
 
239
                        this.table2.RowSpacing = ((uint)(6));
 
240
                        this.table2.ColumnSpacing = ((uint)(6));
 
241
                        // Container child table2.Gtk.Table+TableChild
 
242
                        this.label2 = new global::Gtk.Label ();
 
243
                        this.label2.Name = "label2";
 
244
                        this.label2.Xalign = 0f;
 
245
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("C# Language Version:");
 
246
                        this.table2.Add (this.label2);
 
247
                        global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2[this.label2]));
 
248
                        w18.XOptions = ((global::Gtk.AttachOptions)(4));
 
249
                        w18.YOptions = ((global::Gtk.AttachOptions)(4));
 
250
                        // Container child table2.Gtk.Table+TableChild
 
251
                        this.langVerCombo = global::Gtk.ComboBox.NewText ();
 
252
                        this.langVerCombo.Name = "langVerCombo";
 
253
                        this.table2.Add (this.langVerCombo);
 
254
                        global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2[this.langVerCombo]));
 
255
                        w19.LeftAttach = ((uint)(1));
 
256
                        w19.RightAttach = ((uint)(2));
 
257
                        w19.XOptions = ((global::Gtk.AttachOptions)(4));
 
258
                        w19.YOptions = ((global::Gtk.AttachOptions)(4));
 
259
                        this.vbox3.Add (this.table2);
 
260
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table2]));
 
261
                        w20.Position = 0;
 
262
                        w20.Fill = false;
 
263
                        // Container child vbox3.Gtk.Box+BoxChild
 
264
                        this.allowUnsafeCodeCheckButton = new global::Gtk.CheckButton ();
 
265
                        this.allowUnsafeCodeCheckButton.CanFocus = true;
 
266
                        this.allowUnsafeCodeCheckButton.Name = "allowUnsafeCodeCheckButton";
 
267
                        this.allowUnsafeCodeCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Allow '_unsafe' code");
 
268
                        this.allowUnsafeCodeCheckButton.DrawIndicator = true;
 
269
                        this.allowUnsafeCodeCheckButton.UseUnderline = true;
 
270
                        this.vbox3.Add (this.allowUnsafeCodeCheckButton);
 
271
                        global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.allowUnsafeCodeCheckButton]));
 
272
                        w21.Position = 1;
 
273
                        w21.Expand = false;
 
274
                        w21.Fill = false;
 
275
                        this.hbox7.Add (this.vbox3);
 
276
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.vbox3]));
 
277
                        w22.Position = 1;
 
278
                        this.vbox1.Add (this.hbox7);
 
279
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox7]));
 
280
                        w23.PackType = ((global::Gtk.PackType)(1));
 
281
                        w23.Position = 4;
 
282
                        w23.Expand = false;
 
283
                        w23.Fill = false;
 
284
                        this.Add (this.vbox1);
 
285
                        if ((this.Child != null)) {
 
286
                                this.Child.ShowAll ();
 
287
                        }
 
288
                        this.label88.MnemonicWidget = this.mainClassEntry;
 
289
                        this.Show ();
 
290
                }
 
291
        }
299
292
}