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

MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs « gtk-gui « MonoDevelop.Ide « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0faa2ffc3b3c3d166297895d0ff8a14abca1942a (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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252

// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Ide.Gui.OptionPanels
{
	internal partial class LoadSavePanelWidget
	{
		private global::Gtk.VBox vbox17;

		private global::Gtk.VBox vbox26;

		private global::Gtk.Label label1;

		private global::Gtk.HBox hbox1;

		private global::Gtk.ComboBox comboFileFormats;

		private global::Gtk.Label locationLabel;

		private global::MonoDevelop.Components.FolderEntry folderEntry;

		private global::Gtk.VBox vbox18;

		private global::Gtk.Label loadLabel;

		private global::Gtk.HBox hbox14;

		private global::Gtk.Label label25;

		private global::Gtk.HBox hbox10;

		private global::Gtk.VBox vbox65;

		private global::Gtk.CheckButton loadUserDataCheckButton;

		private global::Gtk.CheckButton loadPrevProjectCheckButton;

		private global::Gtk.VBox vbox19;

		private global::Gtk.Label saveLabel;

		private global::Gtk.HBox hbox11;

		private global::Gtk.Label label21;

		private global::Gtk.VBox vbox20;

		private global::Gtk.CheckButton createBackupCopyCheckButton;

		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.Gtk.Container+ContainerChild
			this.vbox17 = new global::Gtk.VBox ();
			this.vbox17.Name = "vbox17";
			this.vbox17.Spacing = 6;
			// Container child vbox17.Gtk.Box+BoxChild
			this.vbox26 = new global::Gtk.VBox ();
			this.vbox26.Name = "vbox26";
			this.vbox26.Spacing = 6;
			// Container child vbox26.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0f;
			this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Project file format to use when creating new projects:");
			this.vbox26.Add (this.label1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.label1]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox26.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboFileFormats = global::Gtk.ComboBox.NewText ();
			this.comboFileFormats.Name = "comboFileFormats";
			this.hbox1.Add (this.comboFileFormats);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboFileFormats]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.vbox26.Add (this.hbox1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.hbox1]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox26.Gtk.Box+BoxChild
			this.locationLabel = new global::Gtk.Label ();
			this.locationLabel.Name = "locationLabel";
			this.locationLabel.Xalign = 0f;
			this.locationLabel.Yalign = 0f;
			this.locationLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Default _Solution location");
			this.locationLabel.UseUnderline = true;
			this.vbox26.Add (this.locationLabel);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.locationLabel]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox26.Gtk.Box+BoxChild
			this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
			this.folderEntry.Name = "folderEntry";
			this.vbox26.Add (this.folderEntry);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.folderEntry]));
			w5.Position = 3;
			w5.Expand = false;
			w5.Fill = false;
			this.vbox17.Add (this.vbox26);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox17[this.vbox26]));
			w6.Position = 0;
			w6.Expand = false;
			// Container child vbox17.Gtk.Box+BoxChild
			this.vbox18 = new global::Gtk.VBox ();
			this.vbox18.Name = "vbox18";
			this.vbox18.Spacing = 6;
			// Container child vbox18.Gtk.Box+BoxChild
			this.loadLabel = new global::Gtk.Label ();
			this.loadLabel.Name = "loadLabel";
			this.loadLabel.Xalign = 0f;
			this.loadLabel.Yalign = 0f;
			this.loadLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Load</b>");
			this.loadLabel.UseMarkup = true;
			this.vbox18.Add (this.loadLabel);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox18[this.loadLabel]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox18.Gtk.Box+BoxChild
			this.hbox14 = new global::Gtk.HBox ();
			this.hbox14.Name = "hbox14";
			this.hbox14.Spacing = 6;
			// Container child hbox14.Gtk.Box+BoxChild
			this.label25 = new global::Gtk.Label ();
			this.label25.Name = "label25";
			this.label25.Xalign = 0f;
			this.label25.Yalign = 0f;
			this.label25.LabelProp = "    ";
			this.hbox14.Add (this.label25);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.label25]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child hbox14.Gtk.Box+BoxChild
			this.hbox10 = new global::Gtk.HBox ();
			this.hbox10.Name = "hbox10";
			this.hbox10.Spacing = 6;
			// Container child hbox10.Gtk.Box+BoxChild
			this.vbox65 = new global::Gtk.VBox ();
			this.vbox65.Name = "vbox65";
			this.vbox65.Spacing = 6;
			// Container child vbox65.Gtk.Box+BoxChild
			this.loadUserDataCheckButton = new global::Gtk.CheckButton ();
			this.loadUserDataCheckButton.Name = "loadUserDataCheckButton";
			this.loadUserDataCheckButton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Load user-specific settings with the document");
			this.loadUserDataCheckButton.DrawIndicator = true;
			this.loadUserDataCheckButton.UseUnderline = true;
			this.vbox65.Add (this.loadUserDataCheckButton);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox65[this.loadUserDataCheckButton]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox65.Gtk.Box+BoxChild
			this.loadPrevProjectCheckButton = new global::Gtk.CheckButton ();
			this.loadPrevProjectCheckButton.Name = "loadPrevProjectCheckButton";
			this.loadPrevProjectCheckButton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Load previous solution on startup");
			this.loadPrevProjectCheckButton.DrawIndicator = true;
			this.loadPrevProjectCheckButton.UseUnderline = true;
			this.vbox65.Add (this.loadPrevProjectCheckButton);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox65[this.loadPrevProjectCheckButton]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			this.hbox10.Add (this.vbox65);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.vbox65]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			this.hbox14.Add (this.hbox10);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.hbox10]));
			w12.Position = 1;
			this.vbox18.Add (this.hbox14);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox18[this.hbox14]));
			w13.Position = 1;
			this.vbox17.Add (this.vbox18);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox17[this.vbox18]));
			w14.Position = 1;
			w14.Expand = false;
			// Container child vbox17.Gtk.Box+BoxChild
			this.vbox19 = new global::Gtk.VBox ();
			this.vbox19.Name = "vbox19";
			this.vbox19.Spacing = 6;
			// Container child vbox19.Gtk.Box+BoxChild
			this.saveLabel = new global::Gtk.Label ();
			this.saveLabel.Name = "saveLabel";
			this.saveLabel.Xalign = 0f;
			this.saveLabel.Yalign = 0f;
			this.saveLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Save</b>");
			this.saveLabel.UseMarkup = true;
			this.vbox19.Add (this.saveLabel);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.saveLabel]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox19.Gtk.Box+BoxChild
			this.hbox11 = new global::Gtk.HBox ();
			this.hbox11.Name = "hbox11";
			this.hbox11.Spacing = 6;
			// Container child hbox11.Gtk.Box+BoxChild
			this.label21 = new global::Gtk.Label ();
			this.label21.Name = "label21";
			this.label21.Xalign = 0f;
			this.label21.Yalign = 0f;
			this.label21.LabelProp = "    ";
			this.hbox11.Add (this.label21);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.label21]));
			w16.Position = 0;
			w16.Expand = false;
			w16.Fill = false;
			// Container child hbox11.Gtk.Box+BoxChild
			this.vbox20 = new global::Gtk.VBox ();
			this.vbox20.Name = "vbox20";
			this.vbox20.Spacing = 6;
			// Container child vbox20.Gtk.Box+BoxChild
			this.createBackupCopyCheckButton = new global::Gtk.CheckButton ();
			this.createBackupCopyCheckButton.Name = "createBackupCopyCheckButton";
			this.createBackupCopyCheckButton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Always create backup copy");
			this.createBackupCopyCheckButton.DrawIndicator = true;
			this.createBackupCopyCheckButton.UseUnderline = true;
			this.vbox20.Add (this.createBackupCopyCheckButton);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox20[this.createBackupCopyCheckButton]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			this.hbox11.Add (this.vbox20);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox20]));
			w18.Position = 1;
			this.vbox19.Add (this.hbox11);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.hbox11]));
			w19.Position = 1;
			this.vbox17.Add (this.vbox19);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox17[this.vbox19]));
			w20.Position = 2;
			this.Add (this.vbox17);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
	}
}