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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.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 BuildPanelWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox66;
8
 
 
9
8
                private global::Gtk.CheckButton buildBeforeRunCheckBox;
10
 
 
11
9
                private global::Gtk.CheckButton runWithWarningsCheckBox;
12
 
 
13
10
                private global::Gtk.CheckButton checkXBuild;
14
 
 
15
11
                private global::Gtk.Alignment alignment1;
16
 
 
17
12
                private global::Gtk.HBox hbox1;
18
 
 
19
13
                private global::Gtk.Label label1;
20
 
 
21
14
                private global::Gtk.ComboBox verbosityCombo;
22
 
 
23
15
                private global::Gtk.Label buildAndRunOptionsLabel;
24
 
 
25
16
                private global::Gtk.HBox hbox44;
26
 
 
27
17
                private global::Gtk.Label label71;
28
 
 
29
18
                private global::Gtk.VBox vbox67;
30
 
 
31
19
                private global::Gtk.RadioButton saveChangesRadioButton;
32
 
 
33
20
                private global::Gtk.RadioButton promptChangesRadioButton;
34
 
 
35
21
                private global::Gtk.RadioButton noSaveRadioButton;
36
22
 
37
23
                protected virtual void Build ()
52
38
                        this.buildBeforeRunCheckBox.DrawIndicator = true;
53
39
                        this.buildBeforeRunCheckBox.UseUnderline = true;
54
40
                        this.vbox66.Add (this.buildBeforeRunCheckBox);
55
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.buildBeforeRunCheckBox]));
 
41
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.buildBeforeRunCheckBox]));
56
42
                        w1.Position = 0;
57
43
                        w1.Expand = false;
58
44
                        w1.Fill = false;
64
50
                        this.runWithWarningsCheckBox.DrawIndicator = true;
65
51
                        this.runWithWarningsCheckBox.UseUnderline = true;
66
52
                        this.vbox66.Add (this.runWithWarningsCheckBox);
67
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.runWithWarningsCheckBox]));
 
53
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.runWithWarningsCheckBox]));
68
54
                        w2.Position = 1;
69
55
                        w2.Expand = false;
70
56
                        w2.Fill = false;
76
62
                        this.checkXBuild.DrawIndicator = true;
77
63
                        this.checkXBuild.UseUnderline = true;
78
64
                        this.vbox66.Add (this.checkXBuild);
79
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.checkXBuild]));
 
65
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.checkXBuild]));
80
66
                        w3.Position = 2;
81
67
                        w3.Expand = false;
82
68
                        w3.Fill = false;
83
69
                        // Container child vbox66.Gtk.Box+BoxChild
84
 
                        this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
 
70
                        this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
85
71
                        this.alignment1.Name = "alignment1";
86
72
                        this.alignment1.LeftPadding = ((uint)(36));
87
73
                        // Container child alignment1.Gtk.Container+ContainerChild
94
80
                        this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Log _verbosity:");
95
81
                        this.label1.UseUnderline = true;
96
82
                        this.hbox1.Add (this.label1);
97
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
 
83
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
98
84
                        w4.Position = 0;
99
85
                        w4.Expand = false;
100
86
                        w4.Fill = false;
108
94
                        this.verbosityCombo.Name = "verbosityCombo";
109
95
                        this.verbosityCombo.Active = 2;
110
96
                        this.hbox1.Add (this.verbosityCombo);
111
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.verbosityCombo]));
 
97
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.verbosityCombo]));
112
98
                        w5.Position = 1;
113
99
                        w5.Expand = false;
114
100
                        w5.Fill = false;
115
101
                        this.alignment1.Add (this.hbox1);
116
102
                        this.vbox66.Add (this.alignment1);
117
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.alignment1]));
 
103
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.alignment1]));
118
104
                        w7.Position = 3;
119
105
                        w7.Expand = false;
120
106
                        w7.Fill = false;
121
107
                        // Container child vbox66.Gtk.Box+BoxChild
122
108
                        this.buildAndRunOptionsLabel = new global::Gtk.Label ();
123
109
                        this.buildAndRunOptionsLabel.Name = "buildAndRunOptionsLabel";
124
 
                        this.buildAndRunOptionsLabel.Xalign = 0f;
125
 
                        this.buildAndRunOptionsLabel.Yalign = 0f;
 
110
                        this.buildAndRunOptionsLabel.Xalign = 0F;
 
111
                        this.buildAndRunOptionsLabel.Yalign = 0F;
126
112
                        this.buildAndRunOptionsLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>File Save Options Before Building</b>");
127
113
                        this.buildAndRunOptionsLabel.UseMarkup = true;
128
114
                        this.vbox66.Add (this.buildAndRunOptionsLabel);
129
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.buildAndRunOptionsLabel]));
 
115
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.buildAndRunOptionsLabel]));
130
116
                        w8.Position = 4;
131
117
                        w8.Expand = false;
132
118
                        w8.Fill = false;
138
124
                        // Container child hbox44.Gtk.Box+BoxChild
139
125
                        this.label71 = new global::Gtk.Label ();
140
126
                        this.label71.Name = "label71";
141
 
                        this.label71.Xalign = 0f;
142
 
                        this.label71.Yalign = 0f;
 
127
                        this.label71.Xalign = 0F;
 
128
                        this.label71.Yalign = 0F;
143
129
                        this.label71.LabelProp = "    ";
144
130
                        this.hbox44.Add (this.label71);
145
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox44[this.label71]));
 
131
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox44 [this.label71]));
146
132
                        w9.Position = 0;
147
133
                        w9.Expand = false;
148
134
                        w9.Fill = false;
153
139
                        // Container child vbox67.Gtk.Box+BoxChild
154
140
                        this.saveChangesRadioButton = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("_Save changes to open documents"));
155
141
                        this.saveChangesRadioButton.Name = "saveChangesRadioButton";
 
142
                        this.saveChangesRadioButton.Active = true;
156
143
                        this.saveChangesRadioButton.DrawIndicator = true;
157
144
                        this.saveChangesRadioButton.UseUnderline = true;
158
145
                        this.saveChangesRadioButton.Group = new global::GLib.SList (global::System.IntPtr.Zero);
159
146
                        this.vbox67.Add (this.saveChangesRadioButton);
160
 
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.saveChangesRadioButton]));
 
147
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.saveChangesRadioButton]));
161
148
                        w10.Position = 0;
162
149
                        w10.Expand = false;
163
150
                        w10.Fill = false;
168
155
                        this.promptChangesRadioButton.UseUnderline = true;
169
156
                        this.promptChangesRadioButton.Group = this.saveChangesRadioButton.Group;
170
157
                        this.vbox67.Add (this.promptChangesRadioButton);
171
 
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.promptChangesRadioButton]));
 
158
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.promptChangesRadioButton]));
172
159
                        w11.Position = 1;
173
160
                        w11.Expand = false;
174
161
                        w11.Fill = false;
179
166
                        this.noSaveRadioButton.UseUnderline = true;
180
167
                        this.noSaveRadioButton.Group = this.saveChangesRadioButton.Group;
181
168
                        this.vbox67.Add (this.noSaveRadioButton);
182
 
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.noSaveRadioButton]));
 
169
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.noSaveRadioButton]));
183
170
                        w12.Position = 2;
184
171
                        w12.Expand = false;
185
172
                        w12.Fill = false;
186
173
                        this.hbox44.Add (this.vbox67);
187
 
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox44[this.vbox67]));
 
174
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox44 [this.vbox67]));
188
175
                        w13.Position = 1;
189
176
                        w13.Expand = false;
190
177
                        this.vbox66.Add (this.hbox44);
191
 
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.hbox44]));
 
178
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.hbox44]));
192
179
                        w14.Position = 5;
193
180
                        this.Add (this.vbox66);
194
181
                        if ((this.Child != null)) {