hytos / DTI_PID / SPPIDConverter / Form / ID2DBSetting.Designer.cs @ dd27861e
이력 | 보기 | 이력해설 | 다운로드 (22.1 KB)
1 |
namespace Converter.SPPID.Form |
---|---|
2 |
{ |
3 |
partial class ID2DBSetting |
4 |
{ |
5 |
/// <summary> |
6 |
/// Required designer variable. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// Clean up any resources being used. |
12 |
/// </summary> |
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
protected override void Dispose(bool disposing) |
15 |
{ |
16 |
if (disposing && (components != null)) |
17 |
{ |
18 |
components.Dispose(); |
19 |
} |
20 |
base.Dispose(disposing); |
21 |
} |
22 |
|
23 |
#region Windows Form Designer generated code |
24 |
|
25 |
/// <summary> |
26 |
/// Required method for Designer support - do not modify |
27 |
/// the contents of this method with the code editor. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
32 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ID2DBSetting)); |
33 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
35 |
this.textBoxPort = new DevExpress.XtraEditors.TextEdit(); |
36 |
this.textBoxDBPassword = new DevExpress.XtraEditors.TextEdit(); |
37 |
this.textBoxDBUser = new DevExpress.XtraEditors.TextEdit(); |
38 |
this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); |
39 |
this.btnSave = new DevExpress.XtraEditors.SimpleButton(); |
40 |
this.textBoxProjectDriectory = new DevExpress.XtraEditors.ButtonEdit(); |
41 |
this.radioGroup = new DevExpress.XtraEditors.RadioGroup(); |
42 |
this.textBoxServerIP = new DevExpress.XtraEditors.TextEdit(); |
43 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
44 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
45 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 |
this.layoutControlInfo = new DevExpress.XtraLayout.LayoutControlGroup(); |
47 |
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
48 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
49 |
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
50 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
51 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
52 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
53 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
54 |
this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components); |
55 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
56 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
57 |
this.layoutControl1.SuspendLayout(); |
58 |
((System.ComponentModel.ISupportInitialize)(this.textBoxPort.Properties)).BeginInit(); |
59 |
((System.ComponentModel.ISupportInitialize)(this.textBoxDBPassword.Properties)).BeginInit(); |
60 |
((System.ComponentModel.ISupportInitialize)(this.textBoxDBUser.Properties)).BeginInit(); |
61 |
((System.ComponentModel.ISupportInitialize)(this.textBoxProjectDriectory.Properties)).BeginInit(); |
62 |
((System.ComponentModel.ISupportInitialize)(this.radioGroup.Properties)).BeginInit(); |
63 |
((System.ComponentModel.ISupportInitialize)(this.textBoxServerIP.Properties)).BeginInit(); |
64 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
65 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
66 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
67 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlInfo)).BeginInit(); |
68 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
69 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
70 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); |
71 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
72 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
73 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
74 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
75 |
this.SuspendLayout(); |
76 |
// |
77 |
// ribbonControl |
78 |
// |
79 |
this.ribbonControl.ExpandCollapseItem.Id = 0; |
80 |
this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
81 |
this.ribbonControl.ExpandCollapseItem}); |
82 |
this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
83 |
this.ribbonControl.MaxItemId = 1; |
84 |
this.ribbonControl.Name = "ribbonControl"; |
85 |
this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
86 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
87 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
88 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
89 |
this.ribbonControl.Size = new System.Drawing.Size(421, 32); |
90 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
91 |
// |
92 |
// layoutControl1 |
93 |
// |
94 |
this.layoutControl1.Controls.Add(this.textBoxPort); |
95 |
this.layoutControl1.Controls.Add(this.textBoxDBPassword); |
96 |
this.layoutControl1.Controls.Add(this.textBoxDBUser); |
97 |
this.layoutControl1.Controls.Add(this.btnCancel); |
98 |
this.layoutControl1.Controls.Add(this.btnSave); |
99 |
this.layoutControl1.Controls.Add(this.textBoxProjectDriectory); |
100 |
this.layoutControl1.Controls.Add(this.radioGroup); |
101 |
this.layoutControl1.Controls.Add(this.textBoxServerIP); |
102 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
103 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
104 |
this.layoutControl1.Name = "layoutControl1"; |
105 |
this.layoutControl1.Root = this.Root; |
106 |
this.layoutControl1.Size = new System.Drawing.Size(421, 338); |
107 |
this.layoutControl1.TabIndex = 1; |
108 |
this.layoutControl1.Text = "layoutControl1"; |
109 |
// |
110 |
// textBoxPort |
111 |
// |
112 |
this.textBoxPort.Location = new System.Drawing.Point(119, 202); |
113 |
this.textBoxPort.MenuManager = this.ribbonControl; |
114 |
this.textBoxPort.Name = "textBoxPort"; |
115 |
this.textBoxPort.Size = new System.Drawing.Size(278, 20); |
116 |
this.textBoxPort.StyleController = this.layoutControl1; |
117 |
this.textBoxPort.TabIndex = 13; |
118 |
// |
119 |
// textBoxDBPassword |
120 |
// |
121 |
this.textBoxDBPassword.Location = new System.Drawing.Point(119, 250); |
122 |
this.textBoxDBPassword.MenuManager = this.ribbonControl; |
123 |
this.textBoxDBPassword.Name = "textBoxDBPassword"; |
124 |
this.textBoxDBPassword.Properties.PasswordChar = '*'; |
125 |
this.textBoxDBPassword.Size = new System.Drawing.Size(278, 20); |
126 |
this.textBoxDBPassword.StyleController = this.layoutControl1; |
127 |
this.textBoxDBPassword.TabIndex = 12; |
128 |
// |
129 |
// textBoxDBUser |
130 |
// |
131 |
this.textBoxDBUser.Location = new System.Drawing.Point(119, 226); |
132 |
this.textBoxDBUser.MenuManager = this.ribbonControl; |
133 |
this.textBoxDBUser.Name = "textBoxDBUser"; |
134 |
this.textBoxDBUser.Size = new System.Drawing.Size(278, 20); |
135 |
this.textBoxDBUser.StyleController = this.layoutControl1; |
136 |
this.textBoxDBUser.TabIndex = 11; |
137 |
// |
138 |
// btnCancel |
139 |
// |
140 |
this.btnCancel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCancel.ImageOptions.SvgImage"))); |
141 |
this.btnCancel.Location = new System.Drawing.Point(212, 286); |
142 |
this.btnCancel.Name = "btnCancel"; |
143 |
this.btnCancel.Size = new System.Drawing.Size(197, 36); |
144 |
this.btnCancel.StyleController = this.layoutControl1; |
145 |
this.btnCancel.TabIndex = 8; |
146 |
this.btnCancel.Text = "Cancel"; |
147 |
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); |
148 |
// |
149 |
// btnSave |
150 |
// |
151 |
this.btnSave.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSave.ImageOptions.SvgImage"))); |
152 |
this.btnSave.Location = new System.Drawing.Point(12, 286); |
153 |
this.btnSave.Name = "btnSave"; |
154 |
this.btnSave.Size = new System.Drawing.Size(196, 36); |
155 |
this.btnSave.StyleController = this.layoutControl1; |
156 |
this.btnSave.TabIndex = 7; |
157 |
this.btnSave.Text = "Save"; |
158 |
this.btnSave.Click += new System.EventHandler(this.btnSave_Click); |
159 |
// |
160 |
// textBoxProjectDriectory |
161 |
// |
162 |
this.textBoxProjectDriectory.Location = new System.Drawing.Point(119, 96); |
163 |
this.textBoxProjectDriectory.MenuManager = this.ribbonControl; |
164 |
this.textBoxProjectDriectory.Name = "textBoxProjectDriectory"; |
165 |
this.textBoxProjectDriectory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
166 |
new DevExpress.XtraEditors.Controls.EditorButton()}); |
167 |
this.textBoxProjectDriectory.Size = new System.Drawing.Size(278, 20); |
168 |
this.textBoxProjectDriectory.StyleController = this.layoutControl1; |
169 |
this.textBoxProjectDriectory.TabIndex = 5; |
170 |
this.textBoxProjectDriectory.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnProjectDriectory_ButtonClick); |
171 |
// |
172 |
// radioGroup |
173 |
// |
174 |
this.radioGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
175 |
| System.Windows.Forms.AnchorStyles.Right))); |
176 |
this.radioGroup.AutoSizeInLayoutControl = true; |
177 |
this.radioGroup.Location = new System.Drawing.Point(119, 58); |
178 |
this.radioGroup.MenuManager = this.ribbonControl; |
179 |
this.radioGroup.Name = "radioGroup"; |
180 |
this.radioGroup.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default; |
181 |
this.radioGroup.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { |
182 |
new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "SQLite"), |
183 |
new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "MS SQL")}); |
184 |
this.radioGroup.Size = new System.Drawing.Size(270, 34); |
185 |
this.radioGroup.StyleController = this.layoutControl1; |
186 |
this.radioGroup.TabIndex = 4; |
187 |
this.radioGroup.SelectedIndexChanged += new System.EventHandler(this.radioGroup_SelectedIndexChanged); |
188 |
// |
189 |
// textBoxServerIP |
190 |
// |
191 |
this.textBoxServerIP.Location = new System.Drawing.Point(119, 178); |
192 |
this.textBoxServerIP.MenuManager = this.ribbonControl; |
193 |
this.textBoxServerIP.Name = "textBoxServerIP"; |
194 |
this.textBoxServerIP.Size = new System.Drawing.Size(278, 20); |
195 |
this.textBoxServerIP.StyleController = this.layoutControl1; |
196 |
this.textBoxServerIP.TabIndex = 9; |
197 |
// |
198 |
// Root |
199 |
// |
200 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
201 |
this.Root.GroupBordersVisible = false; |
202 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
203 |
this.layoutControlItem3, |
204 |
this.layoutControlItem4, |
205 |
this.layoutControlInfo, |
206 |
this.layoutControlGroup2}); |
207 |
this.Root.Name = "Root"; |
208 |
this.Root.Size = new System.Drawing.Size(421, 338); |
209 |
this.Root.TextVisible = false; |
210 |
// |
211 |
// layoutControlItem3 |
212 |
// |
213 |
this.layoutControlItem3.Control = this.btnSave; |
214 |
this.layoutControlItem3.Location = new System.Drawing.Point(0, 274); |
215 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
216 |
this.layoutControlItem3.Size = new System.Drawing.Size(200, 44); |
217 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
218 |
this.layoutControlItem3.TextVisible = false; |
219 |
// |
220 |
// layoutControlItem4 |
221 |
// |
222 |
this.layoutControlItem4.Control = this.btnCancel; |
223 |
this.layoutControlItem4.Location = new System.Drawing.Point(200, 274); |
224 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
225 |
this.layoutControlItem4.Size = new System.Drawing.Size(201, 44); |
226 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
227 |
this.layoutControlItem4.TextVisible = false; |
228 |
// |
229 |
// layoutControlInfo |
230 |
// |
231 |
this.layoutControlInfo.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlInfo.CaptionImageOptions.SvgImage"))); |
232 |
this.layoutControlInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
233 |
this.layoutControlItem5, |
234 |
this.layoutControlItem7, |
235 |
this.layoutControlItem8, |
236 |
this.layoutControlItem6}); |
237 |
this.layoutControlInfo.Location = new System.Drawing.Point(0, 120); |
238 |
this.layoutControlInfo.Name = "layoutControlInfo"; |
239 |
this.layoutControlInfo.Size = new System.Drawing.Size(401, 154); |
240 |
this.layoutControlInfo.Text = "DB Information"; |
241 |
// |
242 |
// layoutControlItem5 |
243 |
// |
244 |
this.layoutControlItem5.Control = this.textBoxServerIP; |
245 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
246 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
247 |
this.layoutControlItem5.Size = new System.Drawing.Size(377, 24); |
248 |
this.layoutControlItem5.Text = "Server IP"; |
249 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(92, 14); |
250 |
// |
251 |
// layoutControlItem7 |
252 |
// |
253 |
this.layoutControlItem7.Control = this.textBoxDBUser; |
254 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 48); |
255 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
256 |
this.layoutControlItem7.Size = new System.Drawing.Size(377, 24); |
257 |
this.layoutControlItem7.Text = "DB User"; |
258 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(92, 14); |
259 |
// |
260 |
// layoutControlItem8 |
261 |
// |
262 |
this.layoutControlItem8.Control = this.textBoxDBPassword; |
263 |
this.layoutControlItem8.Location = new System.Drawing.Point(0, 72); |
264 |
this.layoutControlItem8.Name = "layoutControlItem8"; |
265 |
this.layoutControlItem8.Size = new System.Drawing.Size(377, 24); |
266 |
this.layoutControlItem8.Text = "DB Password"; |
267 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(92, 14); |
268 |
// |
269 |
// layoutControlItem6 |
270 |
// |
271 |
this.layoutControlItem6.Control = this.textBoxPort; |
272 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 24); |
273 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
274 |
this.layoutControlItem6.Size = new System.Drawing.Size(377, 24); |
275 |
this.layoutControlItem6.Text = "Port"; |
276 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(92, 14); |
277 |
// |
278 |
// layoutControlGroup2 |
279 |
// |
280 |
this.layoutControlGroup2.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup2.CaptionImageOptions.SvgImage"))); |
281 |
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
282 |
this.layoutControlItem1, |
283 |
this.layoutControlItem2}); |
284 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
285 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
286 |
this.layoutControlGroup2.Size = new System.Drawing.Size(401, 120); |
287 |
this.layoutControlGroup2.Text = "ID2 Project Infomation"; |
288 |
// |
289 |
// layoutControlItem1 |
290 |
// |
291 |
this.layoutControlItem1.Control = this.radioGroup; |
292 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
293 |
this.layoutControlItem1.MaxSize = new System.Drawing.Size(369, 38); |
294 |
this.layoutControlItem1.MinSize = new System.Drawing.Size(369, 38); |
295 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
296 |
this.layoutControlItem1.Size = new System.Drawing.Size(377, 38); |
297 |
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
298 |
this.layoutControlItem1.Text = "DB Type"; |
299 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(92, 14); |
300 |
// |
301 |
// layoutControlItem2 |
302 |
// |
303 |
this.layoutControlItem2.Control = this.textBoxProjectDriectory; |
304 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 38); |
305 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
306 |
this.layoutControlItem2.Size = new System.Drawing.Size(377, 24); |
307 |
this.layoutControlItem2.Text = "Project Directory"; |
308 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(92, 14); |
309 |
// |
310 |
// xtraFolderBrowserDialog |
311 |
// |
312 |
this.xtraFolderBrowserDialog.SelectedPath = "xtraFolderBrowserDialog1"; |
313 |
// |
314 |
// ID2DBSetting |
315 |
// |
316 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
317 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
318 |
this.ClientSize = new System.Drawing.Size(421, 370); |
319 |
this.Controls.Add(this.layoutControl1); |
320 |
this.Controls.Add(this.ribbonControl); |
321 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
322 |
this.MaximizeBox = false; |
323 |
this.Name = "ID2DBSetting"; |
324 |
this.Ribbon = this.ribbonControl; |
325 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
326 |
this.Text = "ID2 Project Setting"; |
327 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
328 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
329 |
this.layoutControl1.ResumeLayout(false); |
330 |
((System.ComponentModel.ISupportInitialize)(this.textBoxPort.Properties)).EndInit(); |
331 |
((System.ComponentModel.ISupportInitialize)(this.textBoxDBPassword.Properties)).EndInit(); |
332 |
((System.ComponentModel.ISupportInitialize)(this.textBoxDBUser.Properties)).EndInit(); |
333 |
((System.ComponentModel.ISupportInitialize)(this.textBoxProjectDriectory.Properties)).EndInit(); |
334 |
((System.ComponentModel.ISupportInitialize)(this.radioGroup.Properties)).EndInit(); |
335 |
((System.ComponentModel.ISupportInitialize)(this.textBoxServerIP.Properties)).EndInit(); |
336 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
337 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
338 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
339 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlInfo)).EndInit(); |
340 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
341 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
342 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); |
343 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
344 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
345 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
346 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
347 |
this.ResumeLayout(false); |
348 |
this.PerformLayout(); |
349 |
|
350 |
} |
351 |
|
352 |
#endregion |
353 |
|
354 |
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
355 |
private DevExpress.XtraLayout.LayoutControl layoutControl1; |
356 |
private DevExpress.XtraLayout.LayoutControlGroup Root; |
357 |
private DevExpress.XtraEditors.RadioGroup radioGroup; |
358 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
359 |
private DevExpress.XtraEditors.ButtonEdit textBoxProjectDriectory; |
360 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
361 |
private DevExpress.XtraEditors.SimpleButton btnCancel; |
362 |
private DevExpress.XtraEditors.SimpleButton btnSave; |
363 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
364 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
365 |
private DevExpress.XtraEditors.TextEdit textBoxServerIP; |
366 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlInfo; |
367 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
368 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
369 |
private DevExpress.XtraEditors.TextEdit textBoxDBPassword; |
370 |
private DevExpress.XtraEditors.TextEdit textBoxDBUser; |
371 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
372 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
373 |
private DevExpress.XtraEditors.TextEdit textBoxPort; |
374 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
375 |
private DevExpress.XtraEditors.XtraFolderBrowserDialog xtraFolderBrowserDialog; |
376 |
} |
377 |
} |