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

JavaBinding.GlobalOptionsPanelWidget.cs « gtk-gui « JavaBinding « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e909ad1c993556f777cd317cc15c2b8b2b7c3a42 (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
// ------------------------------------------------------------------------------
//  <autogenerated>
//      This code was generated by a tool.
//      Mono Runtime Version: 2.0.50727.42
// 
//      Changes to this file may cause incorrect behavior and will be lost if 
//      the code is regenerated.
//  </autogenerated>
// ------------------------------------------------------------------------------

namespace JavaBinding {
    
    
    internal partial class GlobalOptionsPanelWidget {
        
        private Gtk.VBox vbox70;
        
        private Gtk.Label label96;
        
        private Gtk.HBox hbox63;
        
        private Gtk.Label label100;
        
        private Gtk.Table table9;
        
        private Gtk.Entry compilerPathEntry;
        
        private Gtk.HBox hbox64;
        
        private Gtk.ComboBox compilerCombo;
        
        private MonoDevelop.Components.FolderEntry ikvmPathEntry;
        
        private Gtk.Label label101;
        
        private Gtk.Label label98;
        
        private Gtk.Label label99;
        
        private Gtk.Label label97;
        
        private Gtk.HBox hbox65;
        
        private Gtk.Label label102;
        
        private Gtk.Table table10;
        
        private Gtk.Entry classpathEntry;
        
        private Gtk.Label label103;
        
        protected virtual void Build() {
            Stetic.Gui.Initialize(this);
            // Widget JavaBinding.GlobalOptionsPanelWidget
            Stetic.BinContainer.Attach(this);
            this.Name = "JavaBinding.GlobalOptionsPanelWidget";
            // Container child JavaBinding.GlobalOptionsPanelWidget.Gtk.Container+ContainerChild
            this.vbox70 = new Gtk.VBox();
            this.vbox70.Name = "vbox70";
            this.vbox70.Spacing = 12;
            // Container child vbox70.Gtk.Box+BoxChild
            this.label96 = new Gtk.Label();
            this.label96.Name = "label96";
            this.label96.Xalign = 0F;
            this.label96.LabelProp = Mono.Unix.Catalog.GetString("<b>Compiler</b>");
            this.label96.UseMarkup = true;
            this.vbox70.Add(this.label96);
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox70[this.label96]));
            w1.Position = 0;
            w1.Expand = false;
            w1.Fill = false;
            // Container child vbox70.Gtk.Box+BoxChild
            this.hbox63 = new Gtk.HBox();
            this.hbox63.Name = "hbox63";
            // Container child hbox63.Gtk.Box+BoxChild
            this.label100 = new Gtk.Label();
            this.label100.WidthRequest = 18;
            this.label100.Name = "label100";
            this.label100.LabelProp = "";
            this.hbox63.Add(this.label100);
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox63[this.label100]));
            w2.Position = 0;
            w2.Expand = false;
            w2.Fill = false;
            // Container child hbox63.Gtk.Box+BoxChild
            this.table9 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
            this.table9.Name = "table9";
            this.table9.RowSpacing = ((uint)(6));
            this.table9.ColumnSpacing = ((uint)(6));
            // Container child table9.Gtk.Table+TableChild
            this.compilerPathEntry = new Gtk.Entry();
            this.compilerPathEntry.Name = "compilerPathEntry";
            this.compilerPathEntry.IsEditable = true;
            this.compilerPathEntry.InvisibleChar = '●';
            this.table9.Add(this.compilerPathEntry);
            Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table9[this.compilerPathEntry]));
            w3.TopAttach = ((uint)(2));
            w3.BottomAttach = ((uint)(3));
            w3.LeftAttach = ((uint)(1));
            w3.RightAttach = ((uint)(2));
            w3.YOptions = ((Gtk.AttachOptions)(0));
            // Container child table9.Gtk.Table+TableChild
            this.hbox64 = new Gtk.HBox();
            this.hbox64.Name = "hbox64";
            // Container child hbox64.Gtk.Box+BoxChild
            this.compilerCombo = new Gtk.ComboBox();
            this.compilerCombo.Name = "compilerCombo";
            this.hbox64.Add(this.compilerCombo);
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox64[this.compilerCombo]));
            w4.Position = 0;
            w4.Expand = false;
            w4.Fill = false;
            this.table9.Add(this.hbox64);
            Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table9[this.hbox64]));
            w5.TopAttach = ((uint)(1));
            w5.BottomAttach = ((uint)(2));
            w5.LeftAttach = ((uint)(1));
            w5.RightAttach = ((uint)(2));
            w5.YOptions = ((Gtk.AttachOptions)(4));
            // Container child table9.Gtk.Table+TableChild
            this.ikvmPathEntry = new MonoDevelop.Components.FolderEntry();
            this.ikvmPathEntry.Name = "ikvmPathEntry";
            this.table9.Add(this.ikvmPathEntry);
            Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table9[this.ikvmPathEntry]));
            w6.LeftAttach = ((uint)(1));
            w6.RightAttach = ((uint)(2));
            w6.XOptions = ((Gtk.AttachOptions)(4));
            w6.YOptions = ((Gtk.AttachOptions)(4));
            // Container child table9.Gtk.Table+TableChild
            this.label101 = new Gtk.Label();
            this.label101.Name = "label101";
            this.label101.Xalign = 0F;
            this.label101.LabelProp = Mono.Unix.Catalog.GetString("Compiler command:");
            this.table9.Add(this.label101);
            Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table9[this.label101]));
            w7.TopAttach = ((uint)(2));
            w7.BottomAttach = ((uint)(3));
            w7.XOptions = ((Gtk.AttachOptions)(4));
            w7.YOptions = ((Gtk.AttachOptions)(0));
            // Container child table9.Gtk.Table+TableChild
            this.label98 = new Gtk.Label();
            this.label98.Name = "label98";
            this.label98.Xalign = 0F;
            this.label98.LabelProp = Mono.Unix.Catalog.GetString("IKVM path:");
            this.table9.Add(this.label98);
            Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table9[this.label98]));
            w8.XOptions = ((Gtk.AttachOptions)(4));
            w8.YOptions = ((Gtk.AttachOptions)(0));
            // Container child table9.Gtk.Table+TableChild
            this.label99 = new Gtk.Label();
            this.label99.Name = "label99";
            this.label99.Xalign = 0F;
            this.label99.LabelProp = Mono.Unix.Catalog.GetString("Java compiler:");
            this.table9.Add(this.label99);
            Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table9[this.label99]));
            w9.TopAttach = ((uint)(1));
            w9.BottomAttach = ((uint)(2));
            w9.XOptions = ((Gtk.AttachOptions)(4));
            w9.YOptions = ((Gtk.AttachOptions)(0));
            this.hbox63.Add(this.table9);
            Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox63[this.table9]));
            w10.Position = 1;
            this.vbox70.Add(this.hbox63);
            Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.vbox70[this.hbox63]));
            w11.Position = 1;
            w11.Expand = false;
            w11.Fill = false;
            // Container child vbox70.Gtk.Box+BoxChild
            this.label97 = new Gtk.Label();
            this.label97.Name = "label97";
            this.label97.Xalign = 0F;
            this.label97.LabelProp = Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
            this.label97.UseMarkup = true;
            this.vbox70.Add(this.label97);
            Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox70[this.label97]));
            w12.Position = 2;
            w12.Expand = false;
            w12.Fill = false;
            // Container child vbox70.Gtk.Box+BoxChild
            this.hbox65 = new Gtk.HBox();
            this.hbox65.Name = "hbox65";
            // Container child hbox65.Gtk.Box+BoxChild
            this.label102 = new Gtk.Label();
            this.label102.WidthRequest = 18;
            this.label102.Name = "label102";
            this.label102.LabelProp = "";
            this.hbox65.Add(this.label102);
            Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox65[this.label102]));
            w13.Position = 0;
            w13.Expand = false;
            w13.Fill = false;
            // Container child hbox65.Gtk.Box+BoxChild
            this.table10 = new Gtk.Table(((uint)(1)), ((uint)(2)), false);
            this.table10.Name = "table10";
            this.table10.RowSpacing = ((uint)(6));
            this.table10.ColumnSpacing = ((uint)(6));
            // Container child table10.Gtk.Table+TableChild
            this.classpathEntry = new Gtk.Entry();
            this.classpathEntry.Name = "classpathEntry";
            this.classpathEntry.IsEditable = true;
            this.classpathEntry.InvisibleChar = '●';
            this.table10.Add(this.classpathEntry);
            Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table10[this.classpathEntry]));
            w14.LeftAttach = ((uint)(1));
            w14.RightAttach = ((uint)(2));
            w14.YOptions = ((Gtk.AttachOptions)(0));
            // Container child table10.Gtk.Table+TableChild
            this.label103 = new Gtk.Label();
            this.label103.Name = "label103";
            this.label103.Xalign = 0F;
            this.label103.LabelProp = Mono.Unix.Catalog.GetString("Classpath:");
            this.table10.Add(this.label103);
            Gtk.Table.TableChild w15 = ((Gtk.Table.TableChild)(this.table10[this.label103]));
            w15.XOptions = ((Gtk.AttachOptions)(4));
            w15.YOptions = ((Gtk.AttachOptions)(0));
            this.hbox65.Add(this.table10);
            Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.hbox65[this.table10]));
            w16.Position = 1;
            this.vbox70.Add(this.hbox65);
            Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.vbox70[this.hbox65]));
            w17.Position = 3;
            this.Add(this.vbox70);
            if ((this.Child != null)) {
                this.Child.ShowAll();
            }
            this.Show();
        }
    }
}