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

« back to all changes in this revision

Viewing changes to src/addins/NUnit/gtk-gui/MonoDevelop.NUnit.NUnitOptionsWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        internal partial class NUnitOptionsWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox1;
8
 
 
9
8
                private global::Gtk.CheckButton useParentCheck;
10
 
 
11
9
                private global::Gtk.HSeparator hseparator1;
12
 
 
13
10
                private global::Gtk.VBox vbox3;
14
 
 
15
11
                private global::Gtk.Label label1;
16
 
 
17
12
                private global::Gtk.HBox hbox2;
18
 
 
19
13
                private global::Gtk.Label label2;
20
 
 
21
14
                private global::Gtk.VBox vbox4;
22
 
 
23
15
                private global::Gtk.RadioButton noFilterRadio;
24
 
 
25
16
                private global::Gtk.RadioButton includeRadio;
26
 
 
27
17
                private global::Gtk.RadioButton excludeRadio;
28
 
 
29
18
                private global::Gtk.Label label3;
30
 
 
31
19
                private global::Gtk.HBox hbox1;
32
 
 
33
20
                private global::Gtk.Label label4;
34
 
 
35
21
                private global::Gtk.ScrolledWindow scrolledwindow1;
36
 
 
37
22
                private global::Gtk.TreeView categoryTree;
38
 
 
39
23
                private global::Gtk.VBox vbox2;
40
 
 
41
24
                private global::Gtk.Button addButton;
42
 
 
43
25
                private global::Gtk.Button removeButton;
44
26
 
45
27
                protected virtual void Build ()
59
41
                        this.useParentCheck.DrawIndicator = true;
60
42
                        this.useParentCheck.UseUnderline = true;
61
43
                        this.vbox1.Add (this.useParentCheck);
62
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.useParentCheck]));
 
44
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.useParentCheck]));
63
45
                        w1.Position = 0;
64
46
                        w1.Expand = false;
65
47
                        w1.Fill = false;
67
49
                        this.hseparator1 = new global::Gtk.HSeparator ();
68
50
                        this.hseparator1.Name = "hseparator1";
69
51
                        this.vbox1.Add (this.hseparator1);
70
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
 
52
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
71
53
                        w2.Position = 1;
72
54
                        w2.Expand = false;
73
55
                        w2.Fill = false;
78
60
                        // Container child vbox3.Gtk.Box+BoxChild
79
61
                        this.label1 = new global::Gtk.Label ();
80
62
                        this.label1.Name = "label1";
81
 
                        this.label1.Xalign = 0f;
 
63
                        this.label1.Xalign = 0F;
82
64
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("The following filter will be applied when running the tests:");
83
65
                        this.vbox3.Add (this.label1);
84
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label1]));
 
66
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
85
67
                        w3.Position = 0;
86
68
                        w3.Expand = false;
87
69
                        w3.Fill = false;
93
75
                        this.label2.WidthRequest = 18;
94
76
                        this.label2.Name = "label2";
95
77
                        this.hbox2.Add (this.label2);
96
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
 
78
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
97
79
                        w4.Position = 0;
98
80
                        w4.Expand = false;
99
81
                        w4.Fill = false;
109
91
                        this.noFilterRadio.UseUnderline = true;
110
92
                        this.noFilterRadio.Group = new global::GLib.SList (global::System.IntPtr.Zero);
111
93
                        this.vbox4.Add (this.noFilterRadio);
112
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.noFilterRadio]));
 
94
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.noFilterRadio]));
113
95
                        w5.Position = 0;
114
96
                        w5.Expand = false;
115
97
                        w5.Fill = false;
120
102
                        this.includeRadio.UseUnderline = true;
121
103
                        this.includeRadio.Group = this.noFilterRadio.Group;
122
104
                        this.vbox4.Add (this.includeRadio);
123
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.includeRadio]));
 
105
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.includeRadio]));
124
106
                        w6.Position = 1;
125
107
                        w6.Expand = false;
126
108
                        w6.Fill = false;
131
113
                        this.excludeRadio.UseUnderline = true;
132
114
                        this.excludeRadio.Group = this.noFilterRadio.Group;
133
115
                        this.vbox4.Add (this.excludeRadio);
134
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.excludeRadio]));
 
116
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.excludeRadio]));
135
117
                        w7.Position = 2;
136
118
                        w7.Expand = false;
137
119
                        w7.Fill = false;
138
120
                        this.hbox2.Add (this.vbox4);
139
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox4]));
 
121
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4]));
140
122
                        w8.Position = 1;
141
123
                        this.vbox3.Add (this.hbox2);
142
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
 
124
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
143
125
                        w9.Position = 1;
144
126
                        this.vbox1.Add (this.vbox3);
145
 
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox3]));
 
127
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox3]));
146
128
                        w10.Position = 2;
147
129
                        w10.Expand = false;
148
130
                        w10.Fill = false;
149
131
                        // Container child vbox1.Gtk.Box+BoxChild
150
132
                        this.label3 = new global::Gtk.Label ();
151
133
                        this.label3.Name = "label3";
152
 
                        this.label3.Xalign = 0f;
 
134
                        this.label3.Xalign = 0F;
153
135
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Categories:");
154
136
                        this.vbox1.Add (this.label3);
155
 
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label3]));
 
137
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label3]));
156
138
                        w11.Position = 3;
157
139
                        w11.Expand = false;
158
140
                        w11.Fill = false;
165
147
                        this.label4.WidthRequest = 18;
166
148
                        this.label4.Name = "label4";
167
149
                        this.hbox1.Add (this.label4);
168
 
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label4]));
 
150
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label4]));
169
151
                        w12.Position = 0;
170
152
                        w12.Expand = false;
171
153
                        w12.Fill = false;
178
160
                        this.categoryTree.Name = "categoryTree";
179
161
                        this.scrolledwindow1.Add (this.categoryTree);
180
162
                        this.hbox1.Add (this.scrolledwindow1);
181
 
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow1]));
 
163
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.scrolledwindow1]));
182
164
                        w14.Position = 1;
183
165
                        // Container child hbox1.Gtk.Box+BoxChild
184
166
                        this.vbox2 = new global::Gtk.VBox ();
191
173
                        this.addButton.UseUnderline = true;
192
174
                        this.addButton.Label = "gtk-add";
193
175
                        this.vbox2.Add (this.addButton);
194
 
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.addButton]));
 
176
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.addButton]));
195
177
                        w15.Position = 0;
196
178
                        w15.Expand = false;
197
179
                        w15.Fill = false;
202
184
                        this.removeButton.UseUnderline = true;
203
185
                        this.removeButton.Label = "gtk-remove";
204
186
                        this.vbox2.Add (this.removeButton);
205
 
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.removeButton]));
 
187
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.removeButton]));
206
188
                        w16.Position = 1;
207
189
                        w16.Expand = false;
208
190
                        w16.Fill = false;
209
191
                        this.hbox1.Add (this.vbox2);
210
 
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
 
192
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
211
193
                        w17.Position = 2;
212
194
                        w17.Expand = false;
213
195
                        w17.Fill = false;
214
196
                        this.vbox1.Add (this.hbox1);
215
 
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
 
197
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
216
198
                        w18.Position = 4;
217
199
                        this.Add (this.vbox1);
218
200
                        if ((this.Child != null)) {