~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Gettext/gtk-gui/MonoDevelop.Gettext.TranslationProjectOptionsDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

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.Gettext {
12
 
    
13
 
    public partial class TranslationProjectOptionsDialog {
14
 
        
15
 
        private Gtk.Notebook notebook1;
16
 
        
17
 
        private Gtk.VBox vbox2;
18
 
        
19
 
        private Gtk.HBox hbox4;
20
 
        
21
 
        private Gtk.Label label3;
22
 
        
23
 
        private Gtk.Entry entryPackageName;
24
 
        
25
 
        private Gtk.Frame frame1;
26
 
        
27
 
        private Gtk.Alignment GtkAlignment2;
28
 
        
29
 
        private Gtk.Table table1;
30
 
        
31
 
        private Gtk.Entry entryRelPath;
32
 
        
33
 
        private MonoDevelop.Components.FolderEntry folderentrySystemPath;
34
 
        
35
 
        private Gtk.RadioButton radiobuttonRelPath;
36
 
        
37
 
        private Gtk.RadioButton radiobuttonSystemPath;
38
 
        
39
 
        private Gtk.Label GtkLabel4;
40
 
        
41
 
        private Gtk.Frame frame2;
42
 
        
43
 
        private Gtk.Alignment GtkAlignment3;
44
 
        
45
 
        private Gtk.VBox vbox4;
46
 
        
47
 
        private Gtk.Label label4;
48
 
        
49
 
        private Gtk.Frame frame3;
50
 
        
51
 
        private Gtk.Alignment GtkAlignment4;
52
 
        
53
 
        private Gtk.Label labelInitString;
54
 
        
55
 
        private Gtk.Label GtkLabel6;
56
 
        
57
 
        private Gtk.Label label1;
58
 
        
59
 
        private Gtk.ScrolledWindow scrolledwindow1;
60
 
        
61
 
        private Gtk.TreeView treeviewProjectList;
62
 
        
63
 
        private Gtk.Label label2;
64
 
        
65
 
        private Gtk.HSeparator hseparator1;
66
 
        
67
 
        private Gtk.Button buttonCancel;
68
 
        
69
 
        private Gtk.Button buttonOk;
70
 
        
71
 
        protected virtual void Build() {
72
 
            Stetic.Gui.Initialize(this);
73
 
            // Widget MonoDevelop.Gettext.TranslationProjectOptionsDialog
74
 
            this.Name = "MonoDevelop.Gettext.TranslationProjectOptionsDialog";
75
 
            this.Title = Mono.Unix.Catalog.GetString("Translation Options");
76
 
            this.WindowPosition = ((Gtk.WindowPosition)(4));
77
 
            this.BorderWidth = ((uint)(6));
78
 
            // Internal child MonoDevelop.Gettext.TranslationProjectOptionsDialog.VBox
79
 
            Gtk.VBox w1 = this.VBox;
80
 
            w1.Name = "dialog1_VBox";
81
 
            w1.BorderWidth = ((uint)(2));
82
 
            // Container child dialog1_VBox.Gtk.Box+BoxChild
83
 
            this.notebook1 = new Gtk.Notebook();
84
 
            this.notebook1.CanFocus = true;
85
 
            this.notebook1.Name = "notebook1";
86
 
            this.notebook1.CurrentPage = 1;
87
 
            this.notebook1.BorderWidth = ((uint)(6));
88
 
            // Container child notebook1.Gtk.Notebook+NotebookChild
89
 
            this.vbox2 = new Gtk.VBox();
90
 
            this.vbox2.Name = "vbox2";
91
 
            this.vbox2.Spacing = 6;
92
 
            this.vbox2.BorderWidth = ((uint)(6));
93
 
            // Container child vbox2.Gtk.Box+BoxChild
94
 
            this.hbox4 = new Gtk.HBox();
95
 
            this.hbox4.Name = "hbox4";
96
 
            this.hbox4.Spacing = 6;
97
 
            // Container child hbox4.Gtk.Box+BoxChild
98
 
            this.label3 = new Gtk.Label();
99
 
            this.label3.Name = "label3";
100
 
            this.label3.LabelProp = Mono.Unix.Catalog.GetString("_Package name:");
101
 
            this.label3.UseUnderline = true;
102
 
            this.hbox4.Add(this.label3);
103
 
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox4[this.label3]));
104
 
            w2.Position = 0;
105
 
            w2.Expand = false;
106
 
            w2.Fill = false;
107
 
            // Container child hbox4.Gtk.Box+BoxChild
108
 
            this.entryPackageName = new Gtk.Entry();
109
 
            this.entryPackageName.CanFocus = true;
110
 
            this.entryPackageName.Name = "entryPackageName";
111
 
            this.entryPackageName.IsEditable = true;
112
 
            this.entryPackageName.InvisibleChar = '●';
113
 
            this.hbox4.Add(this.entryPackageName);
114
 
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox4[this.entryPackageName]));
115
 
            w3.Position = 1;
116
 
            this.vbox2.Add(this.hbox4);
117
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
118
 
            w4.Position = 0;
119
 
            w4.Expand = false;
120
 
            w4.Fill = false;
121
 
            // Container child vbox2.Gtk.Box+BoxChild
122
 
            this.frame1 = new Gtk.Frame();
123
 
            this.frame1.Name = "frame1";
124
 
            this.frame1.ShadowType = ((Gtk.ShadowType)(0));
125
 
            // Container child frame1.Gtk.Container+ContainerChild
126
 
            this.GtkAlignment2 = new Gtk.Alignment(0F, 0F, 1F, 1F);
127
 
            this.GtkAlignment2.Name = "GtkAlignment2";
128
 
            this.GtkAlignment2.LeftPadding = ((uint)(12));
129
 
            // Container child GtkAlignment2.Gtk.Container+ContainerChild
130
 
            this.table1 = new Gtk.Table(((uint)(2)), ((uint)(2)), false);
131
 
            this.table1.Name = "table1";
132
 
            this.table1.RowSpacing = ((uint)(6));
133
 
            this.table1.ColumnSpacing = ((uint)(6));
134
 
            // Container child table1.Gtk.Table+TableChild
135
 
            this.entryRelPath = new Gtk.Entry();
136
 
            this.entryRelPath.CanFocus = true;
137
 
            this.entryRelPath.Name = "entryRelPath";
138
 
            this.entryRelPath.IsEditable = true;
139
 
            this.entryRelPath.InvisibleChar = '●';
140
 
            this.table1.Add(this.entryRelPath);
141
 
            Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.entryRelPath]));
142
 
            w5.LeftAttach = ((uint)(1));
143
 
            w5.RightAttach = ((uint)(2));
144
 
            w5.YOptions = ((Gtk.AttachOptions)(4));
145
 
            // Container child table1.Gtk.Table+TableChild
146
 
            this.folderentrySystemPath = new MonoDevelop.Components.FolderEntry();
147
 
            this.folderentrySystemPath.Name = "folderentrySystemPath";
148
 
            this.table1.Add(this.folderentrySystemPath);
149
 
            Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.folderentrySystemPath]));
150
 
            w6.TopAttach = ((uint)(1));
151
 
            w6.BottomAttach = ((uint)(2));
152
 
            w6.LeftAttach = ((uint)(1));
153
 
            w6.RightAttach = ((uint)(2));
154
 
            w6.XOptions = ((Gtk.AttachOptions)(4));
155
 
            w6.YOptions = ((Gtk.AttachOptions)(4));
156
 
            // Container child table1.Gtk.Table+TableChild
157
 
            this.radiobuttonRelPath = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("_Relative to output path:"));
158
 
            this.radiobuttonRelPath.CanFocus = true;
159
 
            this.radiobuttonRelPath.Name = "radiobuttonRelPath";
160
 
            this.radiobuttonRelPath.DrawIndicator = true;
161
 
            this.radiobuttonRelPath.UseUnderline = true;
162
 
            this.radiobuttonRelPath.Group = new GLib.SList(System.IntPtr.Zero);
163
 
            this.table1.Add(this.radiobuttonRelPath);
164
 
            Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.radiobuttonRelPath]));
165
 
            w7.XOptions = ((Gtk.AttachOptions)(4));
166
 
            w7.YOptions = ((Gtk.AttachOptions)(4));
167
 
            // Container child table1.Gtk.Table+TableChild
168
 
            this.radiobuttonSystemPath = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("_System path:"));
169
 
            this.radiobuttonSystemPath.CanFocus = true;
170
 
            this.radiobuttonSystemPath.Name = "radiobuttonSystemPath";
171
 
            this.radiobuttonSystemPath.DrawIndicator = true;
172
 
            this.radiobuttonSystemPath.UseUnderline = true;
173
 
            this.radiobuttonSystemPath.Group = this.radiobuttonRelPath.Group;
174
 
            this.table1.Add(this.radiobuttonSystemPath);
175
 
            Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.radiobuttonSystemPath]));
176
 
            w8.TopAttach = ((uint)(1));
177
 
            w8.BottomAttach = ((uint)(2));
178
 
            w8.XOptions = ((Gtk.AttachOptions)(4));
179
 
            w8.YOptions = ((Gtk.AttachOptions)(4));
180
 
            this.GtkAlignment2.Add(this.table1);
181
 
            this.frame1.Add(this.GtkAlignment2);
182
 
            this.GtkLabel4 = new Gtk.Label();
183
 
            this.GtkLabel4.Name = "GtkLabel4";
184
 
            this.GtkLabel4.LabelProp = Mono.Unix.Catalog.GetString("<b>Output</b>");
185
 
            this.GtkLabel4.UseMarkup = true;
186
 
            this.frame1.LabelWidget = this.GtkLabel4;
187
 
            this.vbox2.Add(this.frame1);
188
 
            Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
189
 
            w11.Position = 1;
190
 
            w11.Expand = false;
191
 
            w11.Fill = false;
192
 
            // Container child vbox2.Gtk.Box+BoxChild
193
 
            this.frame2 = new Gtk.Frame();
194
 
            this.frame2.Name = "frame2";
195
 
            this.frame2.ShadowType = ((Gtk.ShadowType)(0));
196
 
            // Container child frame2.Gtk.Container+ContainerChild
197
 
            this.GtkAlignment3 = new Gtk.Alignment(0F, 0F, 1F, 1F);
198
 
            this.GtkAlignment3.Name = "GtkAlignment3";
199
 
            this.GtkAlignment3.LeftPadding = ((uint)(12));
200
 
            // Container child GtkAlignment3.Gtk.Container+ContainerChild
201
 
            this.vbox4 = new Gtk.VBox();
202
 
            this.vbox4.Name = "vbox4";
203
 
            this.vbox4.Spacing = 6;
204
 
            // Container child vbox4.Gtk.Box+BoxChild
205
 
            this.label4 = new Gtk.Label();
206
 
            this.label4.Name = "label4";
207
 
            this.label4.Xalign = 0F;
208
 
            this.label4.LabelProp = Mono.Unix.Catalog.GetString("The catalog initialization string should look like:");
209
 
            this.vbox4.Add(this.label4);
210
 
            Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox4[this.label4]));
211
 
            w12.Position = 0;
212
 
            w12.Expand = false;
213
 
            w12.Fill = false;
214
 
            // Container child vbox4.Gtk.Box+BoxChild
215
 
            this.frame3 = new Gtk.Frame();
216
 
            this.frame3.Name = "frame3";
217
 
            this.frame3.ShadowType = ((Gtk.ShadowType)(1));
218
 
            // Container child frame3.Gtk.Container+ContainerChild
219
 
            this.GtkAlignment4 = new Gtk.Alignment(0F, 0F, 1F, 1F);
220
 
            this.GtkAlignment4.Name = "GtkAlignment4";
221
 
            this.GtkAlignment4.LeftPadding = ((uint)(12));
222
 
            // Container child GtkAlignment4.Gtk.Container+ContainerChild
223
 
            this.labelInitString = new Gtk.Label();
224
 
            this.labelInitString.Name = "labelInitString";
225
 
            this.labelInitString.Xalign = 0F;
226
 
            this.labelInitString.LabelProp = "Mono.Unix.Catalog.Init (\"i18n\", \"./locale\");";
227
 
            this.GtkAlignment4.Add(this.labelInitString);
228
 
            this.frame3.Add(this.GtkAlignment4);
229
 
            this.vbox4.Add(this.frame3);
230
 
            Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox4[this.frame3]));
231
 
            w15.Position = 1;
232
 
            w15.Expand = false;
233
 
            w15.Fill = false;
234
 
            this.GtkAlignment3.Add(this.vbox4);
235
 
            this.frame2.Add(this.GtkAlignment3);
236
 
            this.GtkLabel6 = new Gtk.Label();
237
 
            this.GtkLabel6.Name = "GtkLabel6";
238
 
            this.GtkLabel6.LabelProp = Mono.Unix.Catalog.GetString("<b>Init String</b>");
239
 
            this.GtkLabel6.UseMarkup = true;
240
 
            this.frame2.LabelWidget = this.GtkLabel6;
241
 
            this.vbox2.Add(this.frame2);
242
 
            Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.vbox2[this.frame2]));
243
 
            w18.Position = 2;
244
 
            w18.Expand = false;
245
 
            w18.Fill = false;
246
 
            this.notebook1.Add(this.vbox2);
247
 
            // Notebook tab
248
 
            this.label1 = new Gtk.Label();
249
 
            this.label1.Name = "label1";
250
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Settings");
251
 
            this.notebook1.SetTabLabel(this.vbox2, this.label1);
252
 
            this.label1.ShowAll();
253
 
            // Container child notebook1.Gtk.Notebook+NotebookChild
254
 
            this.scrolledwindow1 = new Gtk.ScrolledWindow();
255
 
            this.scrolledwindow1.CanFocus = true;
256
 
            this.scrolledwindow1.Name = "scrolledwindow1";
257
 
            this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
258
 
            this.scrolledwindow1.BorderWidth = ((uint)(6));
259
 
            // Container child scrolledwindow1.Gtk.Container+ContainerChild
260
 
            this.treeviewProjectList = new Gtk.TreeView();
261
 
            this.treeviewProjectList.CanFocus = true;
262
 
            this.treeviewProjectList.Name = "treeviewProjectList";
263
 
            this.scrolledwindow1.Add(this.treeviewProjectList);
264
 
            this.notebook1.Add(this.scrolledwindow1);
265
 
            Gtk.Notebook.NotebookChild w21 = ((Gtk.Notebook.NotebookChild)(this.notebook1[this.scrolledwindow1]));
266
 
            w21.Position = 1;
267
 
            // Notebook tab
268
 
            this.label2 = new Gtk.Label();
269
 
            this.label2.Name = "label2";
270
 
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Include in Projects");
271
 
            this.notebook1.SetTabLabel(this.scrolledwindow1, this.label2);
272
 
            this.label2.ShowAll();
273
 
            w1.Add(this.notebook1);
274
 
            Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(w1[this.notebook1]));
275
 
            w22.Position = 0;
276
 
            // Container child dialog1_VBox.Gtk.Box+BoxChild
277
 
            this.hseparator1 = new Gtk.HSeparator();
278
 
            this.hseparator1.Name = "hseparator1";
279
 
            w1.Add(this.hseparator1);
280
 
            Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(w1[this.hseparator1]));
281
 
            w23.PackType = ((Gtk.PackType)(1));
282
 
            w23.Position = 2;
283
 
            w23.Expand = false;
284
 
            w23.Fill = false;
285
 
            // Internal child MonoDevelop.Gettext.TranslationProjectOptionsDialog.ActionArea
286
 
            Gtk.HButtonBox w24 = this.ActionArea;
287
 
            w24.Name = "dialog1_ActionArea";
288
 
            w24.Spacing = 6;
289
 
            w24.BorderWidth = ((uint)(5));
290
 
            w24.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
291
 
            // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
292
 
            this.buttonCancel = new Gtk.Button();
293
 
            this.buttonCancel.CanDefault = true;
294
 
            this.buttonCancel.CanFocus = true;
295
 
            this.buttonCancel.Name = "buttonCancel";
296
 
            this.buttonCancel.UseStock = true;
297
 
            this.buttonCancel.UseUnderline = true;
298
 
            this.buttonCancel.Label = "gtk-cancel";
299
 
            this.AddActionWidget(this.buttonCancel, -6);
300
 
            Gtk.ButtonBox.ButtonBoxChild w25 = ((Gtk.ButtonBox.ButtonBoxChild)(w24[this.buttonCancel]));
301
 
            w25.Expand = false;
302
 
            w25.Fill = false;
303
 
            // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
304
 
            this.buttonOk = new Gtk.Button();
305
 
            this.buttonOk.CanDefault = true;
306
 
            this.buttonOk.CanFocus = true;
307
 
            this.buttonOk.Name = "buttonOk";
308
 
            this.buttonOk.UseStock = true;
309
 
            this.buttonOk.UseUnderline = true;
310
 
            this.buttonOk.Label = "gtk-ok";
311
 
            this.AddActionWidget(this.buttonOk, -5);
312
 
            Gtk.ButtonBox.ButtonBoxChild w26 = ((Gtk.ButtonBox.ButtonBoxChild)(w24[this.buttonOk]));
313
 
            w26.Position = 1;
314
 
            w26.Expand = false;
315
 
            w26.Fill = false;
316
 
            if ((this.Child != null)) {
317
 
                this.Child.ShowAll();
318
 
            }
319
 
            this.DefaultWidth = 519;
320
 
            this.DefaultHeight = 426;
321
 
            this.folderentrySystemPath.Hide();
322
 
            this.Show();
323
 
        }
324
 
    }
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.Gettext
 
4
{
 
5
        public partial class TranslationProjectOptionsDialog
 
6
        {
 
7
                private global::Gtk.Notebook notebook1;
 
8
 
 
9
                private global::Gtk.VBox vbox2;
 
10
 
 
11
                private global::Gtk.HBox hbox4;
 
12
 
 
13
                private global::Gtk.Label label3;
 
14
 
 
15
                private global::Gtk.Entry entryPackageName;
 
16
 
 
17
                private global::Gtk.Frame frame1;
 
18
 
 
19
                private global::Gtk.Alignment GtkAlignment2;
 
20
 
 
21
                private global::Gtk.Table table1;
 
22
 
 
23
                private global::Gtk.Entry entryRelPath;
 
24
 
 
25
                private global::MonoDevelop.Components.FolderEntry folderentrySystemPath;
 
26
 
 
27
                private global::Gtk.RadioButton radiobuttonRelPath;
 
28
 
 
29
                private global::Gtk.RadioButton radiobuttonSystemPath;
 
30
 
 
31
                private global::Gtk.Label GtkLabel4;
 
32
 
 
33
                private global::Gtk.Frame frame2;
 
34
 
 
35
                private global::Gtk.Alignment GtkAlignment3;
 
36
 
 
37
                private global::Gtk.VBox vbox4;
 
38
 
 
39
                private global::Gtk.Label label4;
 
40
 
 
41
                private global::Gtk.Frame frame3;
 
42
 
 
43
                private global::Gtk.Alignment GtkAlignment4;
 
44
 
 
45
                private global::Gtk.Label labelInitString;
 
46
 
 
47
                private global::Gtk.Label GtkLabel6;
 
48
 
 
49
                private global::Gtk.Label label1;
 
50
 
 
51
                private global::Gtk.ScrolledWindow scrolledwindow1;
 
52
 
 
53
                private global::Gtk.TreeView treeviewProjectList;
 
54
 
 
55
                private global::Gtk.Label label2;
 
56
 
 
57
                private global::Gtk.HSeparator hseparator1;
 
58
 
 
59
                private global::Gtk.Button buttonCancel;
 
60
 
 
61
                private global::Gtk.Button buttonOk;
 
62
 
 
63
                protected virtual void Build ()
 
64
                {
 
65
                        global::Stetic.Gui.Initialize (this);
 
66
                        // Widget MonoDevelop.Gettext.TranslationProjectOptionsDialog
 
67
                        this.Name = "MonoDevelop.Gettext.TranslationProjectOptionsDialog";
 
68
                        this.Title = global::Mono.Unix.Catalog.GetString ("Translation Options");
 
69
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 
70
                        this.BorderWidth = ((uint)(6));
 
71
                        // Internal child MonoDevelop.Gettext.TranslationProjectOptionsDialog.VBox
 
72
                        global::Gtk.VBox w1 = this.VBox;
 
73
                        w1.Name = "dialog1_VBox";
 
74
                        w1.BorderWidth = ((uint)(2));
 
75
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
76
                        this.notebook1 = new global::Gtk.Notebook ();
 
77
                        this.notebook1.CanFocus = true;
 
78
                        this.notebook1.Name = "notebook1";
 
79
                        this.notebook1.CurrentPage = 1;
 
80
                        this.notebook1.BorderWidth = ((uint)(6));
 
81
                        // Container child notebook1.Gtk.Notebook+NotebookChild
 
82
                        this.vbox2 = new global::Gtk.VBox ();
 
83
                        this.vbox2.Name = "vbox2";
 
84
                        this.vbox2.Spacing = 6;
 
85
                        this.vbox2.BorderWidth = ((uint)(6));
 
86
                        // Container child vbox2.Gtk.Box+BoxChild
 
87
                        this.hbox4 = new global::Gtk.HBox ();
 
88
                        this.hbox4.Name = "hbox4";
 
89
                        this.hbox4.Spacing = 6;
 
90
                        // Container child hbox4.Gtk.Box+BoxChild
 
91
                        this.label3 = new global::Gtk.Label ();
 
92
                        this.label3.Name = "label3";
 
93
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Package name:");
 
94
                        this.label3.UseUnderline = true;
 
95
                        this.hbox4.Add (this.label3);
 
96
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label3]));
 
97
                        w2.Position = 0;
 
98
                        w2.Expand = false;
 
99
                        w2.Fill = false;
 
100
                        // Container child hbox4.Gtk.Box+BoxChild
 
101
                        this.entryPackageName = new global::Gtk.Entry ();
 
102
                        this.entryPackageName.CanFocus = true;
 
103
                        this.entryPackageName.Name = "entryPackageName";
 
104
                        this.entryPackageName.IsEditable = true;
 
105
                        this.entryPackageName.InvisibleChar = '●';
 
106
                        this.hbox4.Add (this.entryPackageName);
 
107
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.entryPackageName]));
 
108
                        w3.Position = 1;
 
109
                        this.vbox2.Add (this.hbox4);
 
110
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
 
111
                        w4.Position = 0;
 
112
                        w4.Expand = false;
 
113
                        w4.Fill = false;
 
114
                        // Container child vbox2.Gtk.Box+BoxChild
 
115
                        this.frame1 = new global::Gtk.Frame ();
 
116
                        this.frame1.Name = "frame1";
 
117
                        this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
 
118
                        // Container child frame1.Gtk.Container+ContainerChild
 
119
                        this.GtkAlignment2 = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
 
120
                        this.GtkAlignment2.Name = "GtkAlignment2";
 
121
                        this.GtkAlignment2.LeftPadding = ((uint)(12));
 
122
                        // Container child GtkAlignment2.Gtk.Container+ContainerChild
 
123
                        this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
 
124
                        this.table1.Name = "table1";
 
125
                        this.table1.RowSpacing = ((uint)(6));
 
126
                        this.table1.ColumnSpacing = ((uint)(6));
 
127
                        // Container child table1.Gtk.Table+TableChild
 
128
                        this.entryRelPath = new global::Gtk.Entry ();
 
129
                        this.entryRelPath.CanFocus = true;
 
130
                        this.entryRelPath.Name = "entryRelPath";
 
131
                        this.entryRelPath.IsEditable = true;
 
132
                        this.entryRelPath.InvisibleChar = '●';
 
133
                        this.table1.Add (this.entryRelPath);
 
134
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.entryRelPath]));
 
135
                        w5.LeftAttach = ((uint)(1));
 
136
                        w5.RightAttach = ((uint)(2));
 
137
                        w5.YOptions = ((global::Gtk.AttachOptions)(4));
 
138
                        // Container child table1.Gtk.Table+TableChild
 
139
                        this.folderentrySystemPath = new global::MonoDevelop.Components.FolderEntry ();
 
140
                        this.folderentrySystemPath.Name = "folderentrySystemPath";
 
141
                        this.table1.Add (this.folderentrySystemPath);
 
142
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.folderentrySystemPath]));
 
143
                        w6.TopAttach = ((uint)(1));
 
144
                        w6.BottomAttach = ((uint)(2));
 
145
                        w6.LeftAttach = ((uint)(1));
 
146
                        w6.RightAttach = ((uint)(2));
 
147
                        w6.XOptions = ((global::Gtk.AttachOptions)(4));
 
148
                        w6.YOptions = ((global::Gtk.AttachOptions)(4));
 
149
                        // Container child table1.Gtk.Table+TableChild
 
150
                        this.radiobuttonRelPath = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Relative to output path:"));
 
151
                        this.radiobuttonRelPath.CanFocus = true;
 
152
                        this.radiobuttonRelPath.Name = "radiobuttonRelPath";
 
153
                        this.radiobuttonRelPath.DrawIndicator = true;
 
154
                        this.radiobuttonRelPath.UseUnderline = true;
 
155
                        this.radiobuttonRelPath.Group = new global::GLib.SList (global::System.IntPtr.Zero);
 
156
                        this.table1.Add (this.radiobuttonRelPath);
 
157
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.radiobuttonRelPath]));
 
158
                        w7.XOptions = ((global::Gtk.AttachOptions)(4));
 
159
                        w7.YOptions = ((global::Gtk.AttachOptions)(4));
 
160
                        // Container child table1.Gtk.Table+TableChild
 
161
                        this.radiobuttonSystemPath = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_System path:"));
 
162
                        this.radiobuttonSystemPath.CanFocus = true;
 
163
                        this.radiobuttonSystemPath.Name = "radiobuttonSystemPath";
 
164
                        this.radiobuttonSystemPath.DrawIndicator = true;
 
165
                        this.radiobuttonSystemPath.UseUnderline = true;
 
166
                        this.radiobuttonSystemPath.Group = this.radiobuttonRelPath.Group;
 
167
                        this.table1.Add (this.radiobuttonSystemPath);
 
168
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.radiobuttonSystemPath]));
 
169
                        w8.TopAttach = ((uint)(1));
 
170
                        w8.BottomAttach = ((uint)(2));
 
171
                        w8.XOptions = ((global::Gtk.AttachOptions)(4));
 
172
                        w8.YOptions = ((global::Gtk.AttachOptions)(4));
 
173
                        this.GtkAlignment2.Add (this.table1);
 
174
                        this.frame1.Add (this.GtkAlignment2);
 
175
                        this.GtkLabel4 = new global::Gtk.Label ();
 
176
                        this.GtkLabel4.Name = "GtkLabel4";
 
177
                        this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Output</b>");
 
178
                        this.GtkLabel4.UseMarkup = true;
 
179
                        this.frame1.LabelWidget = this.GtkLabel4;
 
180
                        this.vbox2.Add (this.frame1);
 
181
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
 
182
                        w11.Position = 1;
 
183
                        w11.Expand = false;
 
184
                        w11.Fill = false;
 
185
                        // Container child vbox2.Gtk.Box+BoxChild
 
186
                        this.frame2 = new global::Gtk.Frame ();
 
187
                        this.frame2.Name = "frame2";
 
188
                        this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
 
189
                        // Container child frame2.Gtk.Container+ContainerChild
 
190
                        this.GtkAlignment3 = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
 
191
                        this.GtkAlignment3.Name = "GtkAlignment3";
 
192
                        this.GtkAlignment3.LeftPadding = ((uint)(12));
 
193
                        // Container child GtkAlignment3.Gtk.Container+ContainerChild
 
194
                        this.vbox4 = new global::Gtk.VBox ();
 
195
                        this.vbox4.Name = "vbox4";
 
196
                        this.vbox4.Spacing = 6;
 
197
                        // Container child vbox4.Gtk.Box+BoxChild
 
198
                        this.label4 = new global::Gtk.Label ();
 
199
                        this.label4.Name = "label4";
 
200
                        this.label4.Xalign = 0f;
 
201
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("The catalog initialization string should look like:");
 
202
                        this.vbox4.Add (this.label4);
 
203
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.label4]));
 
204
                        w12.Position = 0;
 
205
                        w12.Expand = false;
 
206
                        w12.Fill = false;
 
207
                        // Container child vbox4.Gtk.Box+BoxChild
 
208
                        this.frame3 = new global::Gtk.Frame ();
 
209
                        this.frame3.Name = "frame3";
 
210
                        this.frame3.ShadowType = ((global::Gtk.ShadowType)(1));
 
211
                        // Container child frame3.Gtk.Container+ContainerChild
 
212
                        this.GtkAlignment4 = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
 
213
                        this.GtkAlignment4.Name = "GtkAlignment4";
 
214
                        this.GtkAlignment4.LeftPadding = ((uint)(12));
 
215
                        // Container child GtkAlignment4.Gtk.Container+ContainerChild
 
216
                        this.labelInitString = new global::Gtk.Label ();
 
217
                        this.labelInitString.Name = "labelInitString";
 
218
                        this.labelInitString.Xalign = 0f;
 
219
                        this.labelInitString.LabelProp = "Mono.Unix.Catalog.Init (\"i18n\", \"./locale\");";
 
220
                        this.GtkAlignment4.Add (this.labelInitString);
 
221
                        this.frame3.Add (this.GtkAlignment4);
 
222
                        this.vbox4.Add (this.frame3);
 
223
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.frame3]));
 
224
                        w15.Position = 1;
 
225
                        w15.Expand = false;
 
226
                        w15.Fill = false;
 
227
                        this.GtkAlignment3.Add (this.vbox4);
 
228
                        this.frame2.Add (this.GtkAlignment3);
 
229
                        this.GtkLabel6 = new global::Gtk.Label ();
 
230
                        this.GtkLabel6.Name = "GtkLabel6";
 
231
                        this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Init String</b>");
 
232
                        this.GtkLabel6.UseMarkup = true;
 
233
                        this.frame2.LabelWidget = this.GtkLabel6;
 
234
                        this.vbox2.Add (this.frame2);
 
235
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.frame2]));
 
236
                        w18.Position = 2;
 
237
                        w18.Expand = false;
 
238
                        w18.Fill = false;
 
239
                        this.notebook1.Add (this.vbox2);
 
240
                        // Notebook tab
 
241
                        this.label1 = new global::Gtk.Label ();
 
242
                        this.label1.Name = "label1";
 
243
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Settings");
 
244
                        this.notebook1.SetTabLabel (this.vbox2, this.label1);
 
245
                        this.label1.ShowAll ();
 
246
                        // Container child notebook1.Gtk.Notebook+NotebookChild
 
247
                        this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
 
248
                        this.scrolledwindow1.CanFocus = true;
 
249
                        this.scrolledwindow1.Name = "scrolledwindow1";
 
250
                        this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
 
251
                        this.scrolledwindow1.BorderWidth = ((uint)(6));
 
252
                        // Container child scrolledwindow1.Gtk.Container+ContainerChild
 
253
                        this.treeviewProjectList = new global::Gtk.TreeView ();
 
254
                        this.treeviewProjectList.CanFocus = true;
 
255
                        this.treeviewProjectList.Name = "treeviewProjectList";
 
256
                        this.scrolledwindow1.Add (this.treeviewProjectList);
 
257
                        this.notebook1.Add (this.scrolledwindow1);
 
258
                        global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.scrolledwindow1]));
 
259
                        w21.Position = 1;
 
260
                        // Notebook tab
 
261
                        this.label2 = new global::Gtk.Label ();
 
262
                        this.label2.Name = "label2";
 
263
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Include in Projects");
 
264
                        this.notebook1.SetTabLabel (this.scrolledwindow1, this.label2);
 
265
                        this.label2.ShowAll ();
 
266
                        w1.Add (this.notebook1);
 
267
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(w1[this.notebook1]));
 
268
                        w22.Position = 0;
 
269
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
270
                        this.hseparator1 = new global::Gtk.HSeparator ();
 
271
                        this.hseparator1.Name = "hseparator1";
 
272
                        w1.Add (this.hseparator1);
 
273
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(w1[this.hseparator1]));
 
274
                        w23.PackType = ((global::Gtk.PackType)(1));
 
275
                        w23.Position = 2;
 
276
                        w23.Expand = false;
 
277
                        w23.Fill = false;
 
278
                        // Internal child MonoDevelop.Gettext.TranslationProjectOptionsDialog.ActionArea
 
279
                        global::Gtk.HButtonBox w24 = this.ActionArea;
 
280
                        w24.Name = "dialog1_ActionArea";
 
281
                        w24.Spacing = 6;
 
282
                        w24.BorderWidth = ((uint)(5));
 
283
                        w24.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
284
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
285
                        this.buttonCancel = new global::Gtk.Button ();
 
286
                        this.buttonCancel.CanDefault = true;
 
287
                        this.buttonCancel.CanFocus = true;
 
288
                        this.buttonCancel.Name = "buttonCancel";
 
289
                        this.buttonCancel.UseStock = true;
 
290
                        this.buttonCancel.UseUnderline = true;
 
291
                        this.buttonCancel.Label = "gtk-cancel";
 
292
                        this.AddActionWidget (this.buttonCancel, -6);
 
293
                        global::Gtk.ButtonBox.ButtonBoxChild w25 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24[this.buttonCancel]));
 
294
                        w25.Expand = false;
 
295
                        w25.Fill = false;
 
296
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
297
                        this.buttonOk = new global::Gtk.Button ();
 
298
                        this.buttonOk.CanDefault = true;
 
299
                        this.buttonOk.CanFocus = true;
 
300
                        this.buttonOk.Name = "buttonOk";
 
301
                        this.buttonOk.UseStock = true;
 
302
                        this.buttonOk.UseUnderline = true;
 
303
                        this.buttonOk.Label = "gtk-ok";
 
304
                        this.AddActionWidget (this.buttonOk, -5);
 
305
                        global::Gtk.ButtonBox.ButtonBoxChild w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24[this.buttonOk]));
 
306
                        w26.Position = 1;
 
307
                        w26.Expand = false;
 
308
                        w26.Fill = false;
 
309
                        if ((this.Child != null)) {
 
310
                                this.Child.ShowAll ();
 
311
                        }
 
312
                        this.DefaultWidth = 519;
 
313
                        this.DefaultHeight = 426;
 
314
                        this.folderentrySystemPath.Hide ();
 
315
                        this.Show ();
 
316
                }
 
317
        }
325
318
}