프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Form / ID2DBSetting.Designer.cs @ b7b123ba

이력 | 보기 | 이력해설 | 다운로드 (22.2 KB)

1 8847ea67 gaqhf
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(413, 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(413, 334);
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(270, 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(270, 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(270, 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(208, 286);
142
            this.btnCancel.Name = "btnCancel";
143
            this.btnCancel.Size = new System.Drawing.Size(193, 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(192, 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.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
168
            this.textBoxProjectDriectory.Size = new System.Drawing.Size(270, 20);
169
            this.textBoxProjectDriectory.StyleController = this.layoutControl1;
170
            this.textBoxProjectDriectory.TabIndex = 5;
171
            this.textBoxProjectDriectory.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnProjectDriectory_ButtonClick);
172
            // 
173
            // radioGroup
174
            // 
175
            this.radioGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
176
            | System.Windows.Forms.AnchorStyles.Right)));
177
            this.radioGroup.AutoSizeInLayoutControl = true;
178
            this.radioGroup.Location = new System.Drawing.Point(119, 58);
179
            this.radioGroup.MenuManager = this.ribbonControl;
180
            this.radioGroup.Name = "radioGroup";
181
            this.radioGroup.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
182
            this.radioGroup.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
183
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "SQLite"),
184
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "MS SQL")});
185
            this.radioGroup.Size = new System.Drawing.Size(270, 34);
186
            this.radioGroup.StyleController = this.layoutControl1;
187
            this.radioGroup.TabIndex = 4;
188
            this.radioGroup.SelectedIndexChanged += new System.EventHandler(this.radioGroup_SelectedIndexChanged);
189
            // 
190
            // textBoxServerIP
191
            // 
192
            this.textBoxServerIP.Location = new System.Drawing.Point(119, 178);
193
            this.textBoxServerIP.MenuManager = this.ribbonControl;
194
            this.textBoxServerIP.Name = "textBoxServerIP";
195
            this.textBoxServerIP.Size = new System.Drawing.Size(270, 20);
196
            this.textBoxServerIP.StyleController = this.layoutControl1;
197
            this.textBoxServerIP.TabIndex = 9;
198
            // 
199
            // Root
200
            // 
201
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
202
            this.Root.GroupBordersVisible = false;
203
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
204
            this.layoutControlItem3,
205
            this.layoutControlItem4,
206
            this.layoutControlInfo,
207
            this.layoutControlGroup2});
208
            this.Root.Name = "Root";
209
            this.Root.Size = new System.Drawing.Size(413, 334);
210
            this.Root.TextVisible = false;
211
            // 
212
            // layoutControlItem3
213
            // 
214
            this.layoutControlItem3.Control = this.btnSave;
215
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 274);
216
            this.layoutControlItem3.Name = "layoutControlItem3";
217
            this.layoutControlItem3.Size = new System.Drawing.Size(196, 40);
218
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
219
            this.layoutControlItem3.TextVisible = false;
220
            // 
221
            // layoutControlItem4
222
            // 
223
            this.layoutControlItem4.Control = this.btnCancel;
224
            this.layoutControlItem4.Location = new System.Drawing.Point(196, 274);
225
            this.layoutControlItem4.Name = "layoutControlItem4";
226
            this.layoutControlItem4.Size = new System.Drawing.Size(197, 40);
227
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
228
            this.layoutControlItem4.TextVisible = false;
229
            // 
230
            // layoutControlInfo
231
            // 
232
            this.layoutControlInfo.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlInfo.CaptionImageOptions.SvgImage")));
233
            this.layoutControlInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
234
            this.layoutControlItem5,
235
            this.layoutControlItem7,
236
            this.layoutControlItem8,
237
            this.layoutControlItem6});
238
            this.layoutControlInfo.Location = new System.Drawing.Point(0, 120);
239
            this.layoutControlInfo.Name = "layoutControlInfo";
240
            this.layoutControlInfo.Size = new System.Drawing.Size(393, 154);
241
            this.layoutControlInfo.Text = "DB Information";
242
            // 
243
            // layoutControlItem5
244
            // 
245
            this.layoutControlItem5.Control = this.textBoxServerIP;
246
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
247
            this.layoutControlItem5.Name = "layoutControlItem5";
248
            this.layoutControlItem5.Size = new System.Drawing.Size(369, 24);
249
            this.layoutControlItem5.Text = "Server IP";
250
            this.layoutControlItem5.TextSize = new System.Drawing.Size(92, 14);
251
            // 
252
            // layoutControlItem7
253
            // 
254
            this.layoutControlItem7.Control = this.textBoxDBUser;
255
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 48);
256
            this.layoutControlItem7.Name = "layoutControlItem7";
257
            this.layoutControlItem7.Size = new System.Drawing.Size(369, 24);
258
            this.layoutControlItem7.Text = "DB User";
259
            this.layoutControlItem7.TextSize = new System.Drawing.Size(92, 14);
260
            // 
261
            // layoutControlItem8
262
            // 
263
            this.layoutControlItem8.Control = this.textBoxDBPassword;
264
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 72);
265
            this.layoutControlItem8.Name = "layoutControlItem8";
266
            this.layoutControlItem8.Size = new System.Drawing.Size(369, 24);
267
            this.layoutControlItem8.Text = "DB Password";
268
            this.layoutControlItem8.TextSize = new System.Drawing.Size(92, 14);
269
            // 
270
            // layoutControlItem6
271
            // 
272
            this.layoutControlItem6.Control = this.textBoxPort;
273
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 24);
274
            this.layoutControlItem6.Name = "layoutControlItem6";
275
            this.layoutControlItem6.Size = new System.Drawing.Size(369, 24);
276
            this.layoutControlItem6.Text = "Port";
277
            this.layoutControlItem6.TextSize = new System.Drawing.Size(92, 14);
278
            // 
279
            // layoutControlGroup2
280
            // 
281
            this.layoutControlGroup2.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup2.CaptionImageOptions.SvgImage")));
282
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
283
            this.layoutControlItem1,
284
            this.layoutControlItem2});
285
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
286
            this.layoutControlGroup2.Name = "layoutControlGroup2";
287
            this.layoutControlGroup2.Size = new System.Drawing.Size(393, 120);
288
            this.layoutControlGroup2.Text = "ID2 Project Infomation";
289
            // 
290
            // layoutControlItem1
291
            // 
292
            this.layoutControlItem1.Control = this.radioGroup;
293
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
294
            this.layoutControlItem1.MaxSize = new System.Drawing.Size(369, 38);
295
            this.layoutControlItem1.MinSize = new System.Drawing.Size(369, 38);
296
            this.layoutControlItem1.Name = "layoutControlItem1";
297
            this.layoutControlItem1.Size = new System.Drawing.Size(369, 38);
298
            this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
299
            this.layoutControlItem1.Text = "DB Type";
300
            this.layoutControlItem1.TextSize = new System.Drawing.Size(92, 14);
301
            // 
302
            // layoutControlItem2
303
            // 
304
            this.layoutControlItem2.Control = this.textBoxProjectDriectory;
305
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 38);
306
            this.layoutControlItem2.Name = "layoutControlItem2";
307
            this.layoutControlItem2.Size = new System.Drawing.Size(369, 24);
308
            this.layoutControlItem2.Text = "Project Directory";
309
            this.layoutControlItem2.TextSize = new System.Drawing.Size(92, 14);
310
            // 
311
            // xtraFolderBrowserDialog
312
            // 
313
            this.xtraFolderBrowserDialog.SelectedPath = "xtraFolderBrowserDialog1";
314
            // 
315
            // ID2DBSetting
316
            // 
317
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
318
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
319
            this.ClientSize = new System.Drawing.Size(413, 366);
320
            this.Controls.Add(this.layoutControl1);
321
            this.Controls.Add(this.ribbonControl);
322
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
323
            this.MaximizeBox = false;
324
            this.Name = "ID2DBSetting";
325
            this.Ribbon = this.ribbonControl;
326
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
327
            this.Text = "ID2 Project Setting";
328
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
329
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
330
            this.layoutControl1.ResumeLayout(false);
331
            ((System.ComponentModel.ISupportInitialize)(this.textBoxPort.Properties)).EndInit();
332
            ((System.ComponentModel.ISupportInitialize)(this.textBoxDBPassword.Properties)).EndInit();
333
            ((System.ComponentModel.ISupportInitialize)(this.textBoxDBUser.Properties)).EndInit();
334
            ((System.ComponentModel.ISupportInitialize)(this.textBoxProjectDriectory.Properties)).EndInit();
335
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup.Properties)).EndInit();
336
            ((System.ComponentModel.ISupportInitialize)(this.textBoxServerIP.Properties)).EndInit();
337
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
338
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
339
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
340
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlInfo)).EndInit();
341
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
342
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
343
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
344
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
345
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
346
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
347
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
348
            this.ResumeLayout(false);
349
            this.PerformLayout();
350
351
        }
352
353
        #endregion
354
355
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
356
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
357
        private DevExpress.XtraLayout.LayoutControlGroup Root;
358
        private DevExpress.XtraEditors.RadioGroup radioGroup;
359
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
360
        private DevExpress.XtraEditors.ButtonEdit textBoxProjectDriectory;
361
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
362
        private DevExpress.XtraEditors.SimpleButton btnCancel;
363
        private DevExpress.XtraEditors.SimpleButton btnSave;
364
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
365
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
366
        private DevExpress.XtraEditors.TextEdit textBoxServerIP;
367
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlInfo;
368
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
369
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
370
        private DevExpress.XtraEditors.TextEdit textBoxDBPassword;
371
        private DevExpress.XtraEditors.TextEdit textBoxDBUser;
372
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
373
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
374
        private DevExpress.XtraEditors.TextEdit textBoxPort;
375
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
376
        private DevExpress.XtraEditors.XtraFolderBrowserDialog xtraFolderBrowserDialog;
377
    }
378
}
클립보드 이미지 추가 (최대 크기: 500 MB)