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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.DocFood/gtk-gui/MonoDevelop.DocFood.Options.OfTheReorderingWidget.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:
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.DocFood.Options
 
4
{
 
5
        public partial class OfTheReorderingWidget
 
6
        {
 
7
                private global::Gtk.HBox hbox1;
 
8
                private global::Gtk.ScrolledWindow GtkScrolledWindow1;
 
9
                private global::Gtk.TextView textview1;
 
10
                private global::Gtk.VBox vbox5;
 
11
                private global::Gtk.VBox vbox1;
 
12
                private global::Gtk.Label label1;
 
13
                private global::Gtk.HBox hbox3;
 
14
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
 
15
                private global::Gtk.TreeView treeviewAcronyms;
 
16
                private global::Gtk.VBox vbox2;
 
17
                private global::Gtk.Button button2;
 
18
                private global::Gtk.HBox hbox2;
 
19
                private global::Gtk.Label label2;
 
20
                private global::Gtk.Entry entry1;
 
21
                private global::Gtk.Button button1;
 
22
                private global::Gtk.VBox vbox3;
 
23
                private global::Gtk.Label label3;
 
24
                private global::Gtk.HBox hbox4;
 
25
                private global::Gtk.ScrolledWindow GtkScrolledWindow2;
 
26
                private global::Gtk.TreeView treeviewAcronyms1;
 
27
                private global::Gtk.VBox vbox4;
 
28
                private global::Gtk.Button button3;
 
29
                private global::Gtk.HBox hbox5;
 
30
                private global::Gtk.Label label4;
 
31
                private global::Gtk.Entry entry2;
 
32
                private global::Gtk.Button button4;
 
33
 
 
34
                protected virtual void Build ()
 
35
                {
 
36
                        global::Stetic.Gui.Initialize (this);
 
37
                        // Widget MonoDevelop.DocFood.Options.OfTheReorderingWidget
 
38
                        global::Stetic.BinContainer.Attach (this);
 
39
                        this.Name = "MonoDevelop.DocFood.Options.OfTheReorderingWidget";
 
40
                        // Container child MonoDevelop.DocFood.Options.OfTheReorderingWidget.Gtk.Container+ContainerChild
 
41
                        this.hbox1 = new global::Gtk.HBox ();
 
42
                        this.hbox1.Name = "hbox1";
 
43
                        this.hbox1.Spacing = 6;
 
44
                        // Container child hbox1.Gtk.Box+BoxChild
 
45
                        this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
 
46
                        this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
 
47
                        this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
 
48
                        // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
 
49
                        this.textview1 = new global::Gtk.TextView ();
 
50
                        this.textview1.Buffer.Text = "All words that consist of only consonants (like sql) and/or upper case letters (like HTML) are treated as acronyms. However the acronym recognition can be improved by defining acronyms.";
 
51
                        this.textview1.CanFocus = true;
 
52
                        this.textview1.Name = "textview1";
 
53
                        this.textview1.Editable = false;
 
54
                        this.textview1.CursorVisible = false;
 
55
                        this.textview1.WrapMode = ((global::Gtk.WrapMode)(2));
 
56
                        this.GtkScrolledWindow1.Add (this.textview1);
 
57
                        this.hbox1.Add (this.GtkScrolledWindow1);
 
58
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow1]));
 
59
                        w2.Position = 0;
 
60
                        // Container child hbox1.Gtk.Box+BoxChild
 
61
                        this.vbox5 = new global::Gtk.VBox ();
 
62
                        this.vbox5.Name = "vbox5";
 
63
                        this.vbox5.Spacing = 6;
 
64
                        // Container child vbox5.Gtk.Box+BoxChild
 
65
                        this.vbox1 = new global::Gtk.VBox ();
 
66
                        this.vbox1.Name = "vbox1";
 
67
                        this.vbox1.Spacing = 6;
 
68
                        // Container child vbox1.Gtk.Box+BoxChild
 
69
                        this.label1 = new global::Gtk.Label ();
 
70
                        this.label1.Name = "label1";
 
71
                        this.label1.Xalign = 0F;
 
72
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("\"of the\" reordering words:");
 
73
                        this.label1.UseUnderline = true;
 
74
                        this.vbox1.Add (this.label1);
 
75
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
 
76
                        w3.Position = 0;
 
77
                        w3.Expand = false;
 
78
                        w3.Fill = false;
 
79
                        // Container child vbox1.Gtk.Box+BoxChild
 
80
                        this.hbox3 = new global::Gtk.HBox ();
 
81
                        this.hbox3.Name = "hbox3";
 
82
                        this.hbox3.Spacing = 6;
 
83
                        // Container child hbox3.Gtk.Box+BoxChild
 
84
                        this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
 
85
                        this.GtkScrolledWindow.Name = "GtkScrolledWindow";
 
86
                        this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
 
87
                        // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
 
88
                        this.treeviewAcronyms = new global::Gtk.TreeView ();
 
89
                        this.treeviewAcronyms.CanFocus = true;
 
90
                        this.treeviewAcronyms.Name = "treeviewAcronyms";
 
91
                        this.GtkScrolledWindow.Add (this.treeviewAcronyms);
 
92
                        this.hbox3.Add (this.GtkScrolledWindow);
 
93
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow]));
 
94
                        w5.Position = 0;
 
95
                        // Container child hbox3.Gtk.Box+BoxChild
 
96
                        this.vbox2 = new global::Gtk.VBox ();
 
97
                        this.vbox2.Name = "vbox2";
 
98
                        this.vbox2.Spacing = 6;
 
99
                        // Container child vbox2.Gtk.Box+BoxChild
 
100
                        this.button2 = new global::Gtk.Button ();
 
101
                        this.button2.CanFocus = true;
 
102
                        this.button2.Name = "button2";
 
103
                        this.button2.UseStock = true;
 
104
                        this.button2.UseUnderline = true;
 
105
                        this.button2.Label = "gtk-remove";
 
106
                        this.vbox2.Add (this.button2);
 
107
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.button2]));
 
108
                        w6.Position = 0;
 
109
                        w6.Expand = false;
 
110
                        w6.Fill = false;
 
111
                        this.hbox3.Add (this.vbox2);
 
112
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox2]));
 
113
                        w7.Position = 1;
 
114
                        w7.Expand = false;
 
115
                        w7.Fill = false;
 
116
                        this.vbox1.Add (this.hbox3);
 
117
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
 
118
                        w8.Position = 1;
 
119
                        // Container child vbox1.Gtk.Box+BoxChild
 
120
                        this.hbox2 = new global::Gtk.HBox ();
 
121
                        this.hbox2.Name = "hbox2";
 
122
                        this.hbox2.Spacing = 6;
 
123
                        // Container child hbox2.Gtk.Box+BoxChild
 
124
                        this.label2 = new global::Gtk.Label ();
 
125
                        this.label2.Name = "label2";
 
126
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("A_cronym:");
 
127
                        this.label2.UseUnderline = true;
 
128
                        this.hbox2.Add (this.label2);
 
129
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
 
130
                        w9.Position = 0;
 
131
                        w9.Expand = false;
 
132
                        w9.Fill = false;
 
133
                        // Container child hbox2.Gtk.Box+BoxChild
 
134
                        this.entry1 = new global::Gtk.Entry ();
 
135
                        this.entry1.CanFocus = true;
 
136
                        this.entry1.Name = "entry1";
 
137
                        this.entry1.IsEditable = true;
 
138
                        this.entry1.InvisibleChar = '●';
 
139
                        this.hbox2.Add (this.entry1);
 
140
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entry1]));
 
141
                        w10.Position = 1;
 
142
                        // Container child hbox2.Gtk.Box+BoxChild
 
143
                        this.button1 = new global::Gtk.Button ();
 
144
                        this.button1.CanFocus = true;
 
145
                        this.button1.Name = "button1";
 
146
                        this.button1.UseStock = true;
 
147
                        this.button1.UseUnderline = true;
 
148
                        this.button1.Label = "gtk-add";
 
149
                        this.hbox2.Add (this.button1);
 
150
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button1]));
 
151
                        w11.Position = 2;
 
152
                        w11.Expand = false;
 
153
                        w11.Fill = false;
 
154
                        this.vbox1.Add (this.hbox2);
 
155
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
 
156
                        w12.Position = 2;
 
157
                        w12.Expand = false;
 
158
                        w12.Fill = false;
 
159
                        this.vbox5.Add (this.vbox1);
 
160
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox1]));
 
161
                        w13.Position = 0;
 
162
                        // Container child vbox5.Gtk.Box+BoxChild
 
163
                        this.vbox3 = new global::Gtk.VBox ();
 
164
                        this.vbox3.Name = "vbox3";
 
165
                        this.vbox3.Spacing = 6;
 
166
                        // Container child vbox3.Gtk.Box+BoxChild
 
167
                        this.label3 = new global::Gtk.Label ();
 
168
                        this.label3.Name = "label3";
 
169
                        this.label3.Xalign = 0F;
 
170
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix words for the reordering:");
 
171
                        this.label3.UseUnderline = true;
 
172
                        this.vbox3.Add (this.label3);
 
173
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label3]));
 
174
                        w14.Position = 0;
 
175
                        w14.Expand = false;
 
176
                        w14.Fill = false;
 
177
                        // Container child vbox3.Gtk.Box+BoxChild
 
178
                        this.hbox4 = new global::Gtk.HBox ();
 
179
                        this.hbox4.Name = "hbox4";
 
180
                        this.hbox4.Spacing = 6;
 
181
                        // Container child hbox4.Gtk.Box+BoxChild
 
182
                        this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
 
183
                        this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
 
184
                        this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
 
185
                        // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
 
186
                        this.treeviewAcronyms1 = new global::Gtk.TreeView ();
 
187
                        this.treeviewAcronyms1.CanFocus = true;
 
188
                        this.treeviewAcronyms1.Name = "treeviewAcronyms1";
 
189
                        this.GtkScrolledWindow2.Add (this.treeviewAcronyms1);
 
190
                        this.hbox4.Add (this.GtkScrolledWindow2);
 
191
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.GtkScrolledWindow2]));
 
192
                        w16.Position = 0;
 
193
                        // Container child hbox4.Gtk.Box+BoxChild
 
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.button3 = new global::Gtk.Button ();
 
199
                        this.button3.CanFocus = true;
 
200
                        this.button3.Name = "button3";
 
201
                        this.button3.UseStock = true;
 
202
                        this.button3.UseUnderline = true;
 
203
                        this.button3.Label = "gtk-remove";
 
204
                        this.vbox4.Add (this.button3);
 
205
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.button3]));
 
206
                        w17.Position = 0;
 
207
                        w17.Expand = false;
 
208
                        w17.Fill = false;
 
209
                        this.hbox4.Add (this.vbox4);
 
210
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox4]));
 
211
                        w18.Position = 1;
 
212
                        w18.Expand = false;
 
213
                        w18.Fill = false;
 
214
                        this.vbox3.Add (this.hbox4);
 
215
                        global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
 
216
                        w19.Position = 1;
 
217
                        // Container child vbox3.Gtk.Box+BoxChild
 
218
                        this.hbox5 = new global::Gtk.HBox ();
 
219
                        this.hbox5.Name = "hbox5";
 
220
                        this.hbox5.Spacing = 6;
 
221
                        // Container child hbox5.Gtk.Box+BoxChild
 
222
                        this.label4 = new global::Gtk.Label ();
 
223
                        this.label4.Name = "label4";
 
224
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("A_cronym:");
 
225
                        this.label4.UseUnderline = true;
 
226
                        this.hbox5.Add (this.label4);
 
227
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label4]));
 
228
                        w20.Position = 0;
 
229
                        w20.Expand = false;
 
230
                        w20.Fill = false;
 
231
                        // Container child hbox5.Gtk.Box+BoxChild
 
232
                        this.entry2 = new global::Gtk.Entry ();
 
233
                        this.entry2.CanFocus = true;
 
234
                        this.entry2.Name = "entry2";
 
235
                        this.entry2.IsEditable = true;
 
236
                        this.entry2.InvisibleChar = '●';
 
237
                        this.hbox5.Add (this.entry2);
 
238
                        global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.entry2]));
 
239
                        w21.Position = 1;
 
240
                        // Container child hbox5.Gtk.Box+BoxChild
 
241
                        this.button4 = new global::Gtk.Button ();
 
242
                        this.button4.CanFocus = true;
 
243
                        this.button4.Name = "button4";
 
244
                        this.button4.UseStock = true;
 
245
                        this.button4.UseUnderline = true;
 
246
                        this.button4.Label = "gtk-add";
 
247
                        this.hbox5.Add (this.button4);
 
248
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.button4]));
 
249
                        w22.Position = 2;
 
250
                        w22.Expand = false;
 
251
                        w22.Fill = false;
 
252
                        this.vbox3.Add (this.hbox5);
 
253
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox5]));
 
254
                        w23.Position = 2;
 
255
                        w23.Expand = false;
 
256
                        w23.Fill = false;
 
257
                        this.vbox5.Add (this.vbox3);
 
258
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox3]));
 
259
                        w24.Position = 1;
 
260
                        this.hbox1.Add (this.vbox5);
 
261
                        global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox5]));
 
262
                        w25.Position = 1;
 
263
                        w25.Expand = false;
 
264
                        w25.Fill = false;
 
265
                        this.Add (this.hbox1);
 
266
                        if ((this.Child != null)) {
 
267
                                this.Child.ShowAll ();
 
268
                        }
 
269
                        this.label1.MnemonicWidget = this.treeviewAcronyms;
 
270
                        this.label3.MnemonicWidget = this.treeviewAcronyms;
 
271
                        this.Hide ();
 
272
                }
 
273
        }
 
274
}