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

MonoDevelop.Ide.Projects.AddExternalFileDialog.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: 0f2e3ef5ce22b337b5d127ba5075c6fb21c15e88 (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

// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Ide.Projects
{
	internal partial class AddExternalFileDialog
	{
		private global::Gtk.HBox hbox1;
		private global::Gtk.VBox vbox3;
		private global::Gtk.Image image23;
		private global::Gtk.VBox vbox2;
		private global::Gtk.Label labelTitle;
		private global::Gtk.Alignment alignment1;
		private global::Gtk.VBox vbox4;
		private global::Gtk.RadioButton radioKeep;
		private global::Gtk.Label labelKeep;
		private global::Gtk.RadioButton radioCopy;
		private global::Gtk.Label label4;
		private global::Gtk.RadioButton radioMove;
		private global::Gtk.Label label5;
		private global::Gtk.RadioButton radioLink;
		private global::Gtk.Label label6;
		private global::Gtk.CheckButton checkApplyAll;
		private global::Gtk.Button buttonCancel;
		private global::Gtk.Button buttonOk;
		
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.AddExternalFileDialog
			this.Name = "MonoDevelop.Ide.Projects.AddExternalFileDialog";
			this.Title = global::MonoDevelop.Core.GettextCatalog.GetString ("Add File to Folder");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(9));
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.image23 = new global::Gtk.Image ();
			this.image23.Name = "image23";
			this.image23.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-question", global::Gtk.IconSize.Dialog);
			this.vbox3.Add (this.image23);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.image23]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 18;
			this.vbox2.BorderWidth = ((uint)(3));
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelTitle = new global::Gtk.Label ();
			this.labelTitle.WidthRequest = 450;
			this.labelTitle.Name = "labelTitle";
			this.labelTitle.Xalign = 0F;
			this.labelTitle.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("The file {0} is outside the target directory. What would you like to do?");
			this.labelTitle.UseMarkup = true;
			this.labelTitle.Wrap = true;
			this.vbox2.Add (this.labelTitle);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelTitle]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(20));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioKeep = new global::Gtk.RadioButton ("");
			this.radioKeep.CanFocus = true;
			this.radioKeep.Name = "radioKeep";
			this.radioKeep.DrawIndicator = true;
			this.radioKeep.UseUnderline = true;
			this.radioKeep.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.radioKeep.Remove (this.radioKeep.Child);
			// Container child radioKeep.Gtk.Container+ContainerChild
			this.labelKeep = new global::Gtk.Label ();
			this.labelKeep.WidthRequest = 376;
			this.labelKeep.Name = "labelKeep";
			this.labelKeep.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Keep</b> the file in its the current subdirectory ({0})");
			this.labelKeep.UseMarkup = true;
			this.labelKeep.Wrap = true;
			this.radioKeep.Add (this.labelKeep);
			this.vbox4.Add (this.radioKeep);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioKeep]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioCopy = new global::Gtk.RadioButton ("");
			this.radioCopy.CanFocus = true;
			this.radioCopy.Name = "radioCopy";
			this.radioCopy.DrawIndicator = true;
			this.radioCopy.UseUnderline = true;
			this.radioCopy.Group = this.radioKeep.Group;
			this.radioCopy.Remove (this.radioCopy.Child);
			// Container child radioCopy.Gtk.Container+ContainerChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Copy</b> the file to the directory");
			this.label4.UseMarkup = true;
			this.radioCopy.Add (this.label4);
			this.vbox4.Add (this.radioCopy);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioCopy]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioMove = new global::Gtk.RadioButton ("");
			this.radioMove.CanFocus = true;
			this.radioMove.Name = "radioMove";
			this.radioMove.DrawIndicator = true;
			this.radioMove.UseUnderline = true;
			this.radioMove.Group = this.radioKeep.Group;
			this.radioMove.Remove (this.radioMove.Child);
			// Container child radioMove.Gtk.Container+ContainerChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Move</b> the file to the directory");
			this.label5.UseMarkup = true;
			this.radioMove.Add (this.label5);
			this.vbox4.Add (this.radioMove);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioMove]));
			w10.Position = 2;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioLink = new global::Gtk.RadioButton ("");
			this.radioLink.CanFocus = true;
			this.radioLink.Name = "radioLink";
			this.radioLink.DrawIndicator = true;
			this.radioLink.UseUnderline = true;
			this.radioLink.Group = this.radioKeep.Group;
			this.radioLink.Remove (this.radioLink.Child);
			// Container child radioLink.Gtk.Container+ContainerChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Add a link</b> to the file");
			this.label6.UseMarkup = true;
			this.radioLink.Add (this.label6);
			this.vbox4.Add (this.radioLink);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioLink]));
			w12.Position = 3;
			w12.Expand = false;
			w12.Fill = false;
			this.alignment1.Add (this.vbox4);
			this.vbox2.Add (this.alignment1);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkApplyAll = new global::Gtk.CheckButton ();
			this.checkApplyAll.CanFocus = true;
			this.checkApplyAll.Name = "checkApplyAll";
			this.checkApplyAll.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Use the same action for all selected files");
			this.checkApplyAll.DrawIndicator = true;
			this.checkApplyAll.UseUnderline = true;
			this.vbox2.Add (this.checkApplyAll);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkApplyAll]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w17.Position = 0;
			// Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.ActionArea
			global::Gtk.HButtonBox w18 = this.ActionArea;
			w18.Name = "dialog1_ActionArea";
			w18.Spacing = 10;
			w18.BorderWidth = ((uint)(11));
			w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
			w19.Expand = false;
			w19.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
			w20.Position = 1;
			w20.Expand = false;
			w20.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 536;
			this.DefaultHeight = 286;
			this.radioKeep.Hide ();
			this.checkApplyAll.Hide ();
			this.Show ();
		}
	}
}