프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ a77303ca

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

1
namespace AVEVA.PID.CustomizationUtility
2
{
3
    partial class APIDConverter
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
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverter));
32
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
33
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
34
            this.btnItemMapping = new DevExpress.XtraEditors.SimpleButton();
35
            this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
36
            this.btnRun = new DevExpress.XtraEditors.SimpleButton();
37
            this.gridControlConverter = new DevExpress.XtraGrid.GridControl();
38
            this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView();
39
            this.btnLoadFile = new DevExpress.XtraEditors.SimpleButton();
40
            this.btnID2DB = new DevExpress.XtraEditors.SimpleButton();
41
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
42
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
43
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
44
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
45
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
46
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
47
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
48
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
49
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
50
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
51
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
52
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
53
            this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup();
54
            this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem();
55
            this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem();
56
            this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
57
            this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem();
58
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
59
            this.labelDBType = new DevExpress.XtraLayout.SimpleLabelItem();
60
            this.simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem();
61
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
62
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
63
            this.layoutControl1.SuspendLayout();
64
            ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit();
65
            ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).BeginInit();
66
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
67
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
68
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
69
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
70
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
71
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
72
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
73
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
74
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
75
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
76
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
77
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
78
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit();
79
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit();
80
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit();
81
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
82
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit();
83
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
84
            ((System.ComponentModel.ISupportInitialize)(this.labelDBType)).BeginInit();
85
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).BeginInit();
86
            this.SuspendLayout();
87
            // 
88
            // ribbonControl
89
            // 
90
            this.ribbonControl.ExpandCollapseItem.Id = 0;
91
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
92
            this.ribbonControl.ExpandCollapseItem});
93
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
94
            this.ribbonControl.MaxItemId = 1;
95
            this.ribbonControl.Name = "ribbonControl";
96
            this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
97
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
98
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
99
            this.ribbonControl.ShowToolbarCustomizeItem = false;
100
            this.ribbonControl.Size = new System.Drawing.Size(995, 32);
101
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
102
            // 
103
            // layoutControl1
104
            // 
105
            this.layoutControl1.Controls.Add(this.btnItemMapping);
106
            this.layoutControl1.Controls.Add(this.btnRefresh);
107
            this.layoutControl1.Controls.Add(this.btnRun);
108
            this.layoutControl1.Controls.Add(this.gridControlConverter);
109
            this.layoutControl1.Controls.Add(this.btnLoadFile);
110
            this.layoutControl1.Controls.Add(this.btnID2DB);
111
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
112
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
113
            this.layoutControl1.Name = "layoutControl1";
114
            this.layoutControl1.Root = this.Root;
115
            this.layoutControl1.Size = new System.Drawing.Size(995, 507);
116
            this.layoutControl1.TabIndex = 1;
117
            this.layoutControl1.Text = "layoutControl1";
118
            // 
119
            // btnItemMapping
120
            // 
121
            this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage")));
122
            this.btnItemMapping.Location = new System.Drawing.Point(719, 210);
123
            this.btnItemMapping.Name = "btnItemMapping";
124
            this.btnItemMapping.Size = new System.Drawing.Size(252, 36);
125
            this.btnItemMapping.StyleController = this.layoutControl1;
126
            this.btnItemMapping.TabIndex = 9;
127
            this.btnItemMapping.Text = "Setting";
128
            this.btnItemMapping.Click += new System.EventHandler(this.btnItemMapping_Click);
129
            // 
130
            // btnRefresh
131
            // 
132
            this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage")));
133
            this.btnRefresh.Location = new System.Drawing.Point(158, 58);
134
            this.btnRefresh.Name = "btnRefresh";
135
            this.btnRefresh.Size = new System.Drawing.Size(99, 36);
136
            this.btnRefresh.StyleController = this.layoutControl1;
137
            this.btnRefresh.TabIndex = 7;
138
            this.btnRefresh.Text = "  Refresh  ";
139
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
140
            // 
141
            // btnRun
142
            // 
143
            this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage")));
144
            this.btnRun.Location = new System.Drawing.Point(600, 58);
145
            this.btnRun.Name = "btnRun";
146
            this.btnRun.Size = new System.Drawing.Size(79, 36);
147
            this.btnRun.StyleController = this.layoutControl1;
148
            this.btnRun.TabIndex = 6;
149
            this.btnRun.Text = "  Run  ";
150
            this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
151
            // 
152
            // gridControlConverter
153
            // 
154
            this.gridControlConverter.Location = new System.Drawing.Point(24, 98);
155
            this.gridControlConverter.MainView = this.gridViewConverter;
156
            this.gridControlConverter.MenuManager = this.ribbonControl;
157
            this.gridControlConverter.Name = "gridControlConverter";
158
            this.gridControlConverter.Size = new System.Drawing.Size(655, 385);
159
            this.gridControlConverter.TabIndex = 5;
160
            this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
161
            this.gridViewConverter});
162
            // 
163
            // gridViewConverter
164
            // 
165
            this.gridViewConverter.GridControl = this.gridControlConverter;
166
            this.gridViewConverter.Name = "gridViewConverter";
167
            this.gridViewConverter.OptionsView.ShowGroupPanel = false;
168
            // 
169
            // btnLoadFile
170
            // 
171
            this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage")));
172
            this.btnLoadFile.Location = new System.Drawing.Point(24, 58);
173
            this.btnLoadFile.Name = "btnLoadFile";
174
            this.btnLoadFile.Size = new System.Drawing.Size(110, 36);
175
            this.btnLoadFile.StyleController = this.layoutControl1;
176
            this.btnLoadFile.TabIndex = 4;
177
            this.btnLoadFile.Text = "  Load Files  ";
178
            this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click);
179
            // 
180
            // btnID2DB
181
            // 
182
            this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnID2DB.ImageOptions.SvgImage")));
183
            this.btnID2DB.Location = new System.Drawing.Point(719, 58);
184
            this.btnID2DB.Name = "btnID2DB";
185
            this.btnID2DB.Size = new System.Drawing.Size(252, 36);
186
            this.btnID2DB.StyleController = this.layoutControl1;
187
            this.btnID2DB.TabIndex = 15;
188
            this.btnID2DB.Text = "Setting";
189
            this.btnID2DB.Click += new System.EventHandler(this.btnID2DB_Click);
190
            // 
191
            // Root
192
            // 
193
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
194
            this.Root.GroupBordersVisible = false;
195
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
196
            this.layoutControlGroup1,
197
            this.layoutControlGroup3,
198
            this.emptySpaceItem3,
199
            this.splitterItem1,
200
            this.layoutControlGroupID2Project});
201
            this.Root.Name = "Root";
202
            this.Root.Size = new System.Drawing.Size(995, 507);
203
            this.Root.TextVisible = false;
204
            // 
205
            // layoutControlGroup1
206
            // 
207
            this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage")));
208
            this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card;
209
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
210
            this.layoutControlItem2,
211
            this.layoutControlItem1,
212
            this.emptySpaceItem1,
213
            this.layoutControlItem3,
214
            this.layoutControlItem4,
215
            this.emptySpaceItem2});
216
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
217
            this.layoutControlGroup1.Name = "layoutControlGroup1";
218
            this.layoutControlGroup1.Size = new System.Drawing.Size(683, 487);
219
            this.layoutControlGroup1.Text = "Auto Converter";
220
            // 
221
            // layoutControlItem2
222
            // 
223
            this.layoutControlItem2.Control = this.gridControlConverter;
224
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 40);
225
            this.layoutControlItem2.Name = "layoutControlItem2";
226
            this.layoutControlItem2.Size = new System.Drawing.Size(659, 389);
227
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
228
            this.layoutControlItem2.TextVisible = false;
229
            // 
230
            // layoutControlItem1
231
            // 
232
            this.layoutControlItem1.Control = this.btnLoadFile;
233
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
234
            this.layoutControlItem1.MaxSize = new System.Drawing.Size(114, 40);
235
            this.layoutControlItem1.MinSize = new System.Drawing.Size(114, 40);
236
            this.layoutControlItem1.Name = "layoutControlItem1";
237
            this.layoutControlItem1.Size = new System.Drawing.Size(114, 40);
238
            this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
239
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
240
            this.layoutControlItem1.TextVisible = false;
241
            // 
242
            // emptySpaceItem1
243
            // 
244
            this.emptySpaceItem1.AllowHotTrack = false;
245
            this.emptySpaceItem1.Location = new System.Drawing.Point(237, 0);
246
            this.emptySpaceItem1.Name = "emptySpaceItem1";
247
            this.emptySpaceItem1.Size = new System.Drawing.Size(339, 40);
248
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
249
            // 
250
            // layoutControlItem3
251
            // 
252
            this.layoutControlItem3.Control = this.btnRun;
253
            this.layoutControlItem3.Location = new System.Drawing.Point(576, 0);
254
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(83, 40);
255
            this.layoutControlItem3.MinSize = new System.Drawing.Size(83, 40);
256
            this.layoutControlItem3.Name = "layoutControlItem3";
257
            this.layoutControlItem3.Size = new System.Drawing.Size(83, 40);
258
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
259
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
260
            this.layoutControlItem3.TextVisible = false;
261
            // 
262
            // layoutControlItem4
263
            // 
264
            this.layoutControlItem4.Control = this.btnRefresh;
265
            this.layoutControlItem4.Location = new System.Drawing.Point(134, 0);
266
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(103, 40);
267
            this.layoutControlItem4.MinSize = new System.Drawing.Size(103, 40);
268
            this.layoutControlItem4.Name = "layoutControlItem4";
269
            this.layoutControlItem4.Size = new System.Drawing.Size(103, 40);
270
            this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
271
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
272
            this.layoutControlItem4.TextVisible = false;
273
            // 
274
            // emptySpaceItem2
275
            // 
276
            this.emptySpaceItem2.AllowHotTrack = false;
277
            this.emptySpaceItem2.Location = new System.Drawing.Point(114, 0);
278
            this.emptySpaceItem2.Name = "emptySpaceItem2";
279
            this.emptySpaceItem2.Size = new System.Drawing.Size(20, 40);
280
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
281
            // 
282
            // layoutControlGroup3
283
            // 
284
            this.layoutControlGroup3.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup3.CaptionImageOptions.SvgImage")));
285
            this.layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Card;
286
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
287
            this.layoutControlItem6});
288
            this.layoutControlGroup3.Location = new System.Drawing.Point(695, 152);
289
            this.layoutControlGroup3.Name = "layoutControlGroup3";
290
            this.layoutControlGroup3.Size = new System.Drawing.Size(280, 98);
291
            this.layoutControlGroup3.Text = "Item Mapping";
292
            // 
293
            // layoutControlItem6
294
            // 
295
            this.layoutControlItem6.Control = this.btnItemMapping;
296
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
297
            this.layoutControlItem6.Name = "layoutControlItem6";
298
            this.layoutControlItem6.Size = new System.Drawing.Size(256, 40);
299
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
300
            this.layoutControlItem6.TextVisible = false;
301
            // 
302
            // emptySpaceItem3
303
            // 
304
            this.emptySpaceItem3.AllowHotTrack = false;
305
            this.emptySpaceItem3.Location = new System.Drawing.Point(695, 250);
306
            this.emptySpaceItem3.Name = "emptySpaceItem3";
307
            this.emptySpaceItem3.Size = new System.Drawing.Size(280, 237);
308
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
309
            // 
310
            // splitterItem1
311
            // 
312
            this.splitterItem1.AllowHotTrack = true;
313
            this.splitterItem1.Location = new System.Drawing.Point(683, 0);
314
            this.splitterItem1.Name = "splitterItem1";
315
            this.splitterItem1.Size = new System.Drawing.Size(12, 487);
316
            // 
317
            // layoutControlGroupID2Project
318
            // 
319
            this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupID2Project.CaptionImageOptions.SvgImage")));
320
            this.layoutControlGroupID2Project.CustomizationFormText = "ID2 Project";
321
            this.layoutControlGroupID2Project.GroupStyle = DevExpress.Utils.GroupStyle.Card;
322
            this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
323
            this.labelID2ProjectName,
324
            this.labelID2ProjectStatus,
325
            this.simpleLabelItem3,
326
            this.simpleLabelItem4,
327
            this.layoutControlItem7,
328
            this.labelDBType,
329
            this.simpleLabelItem7});
330
            this.layoutControlGroupID2Project.Location = new System.Drawing.Point(695, 0);
331
            this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project";
332
            this.layoutControlGroupID2Project.Size = new System.Drawing.Size(280, 152);
333
            this.layoutControlGroupID2Project.Text = "ID2 Project";
334
            // 
335
            // labelID2ProjectName
336
            // 
337
            this.labelID2ProjectName.AllowHotTrack = false;
338
            this.labelID2ProjectName.CustomizationFormText = "ID2ProjectName";
339
            this.labelID2ProjectName.Location = new System.Drawing.Point(90, 40);
340
            this.labelID2ProjectName.Name = "labelID2ProjectName";
341
            this.labelID2ProjectName.Size = new System.Drawing.Size(166, 18);
342
            this.labelID2ProjectName.Text = "ID2ProjectName";
343
            this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14);
344
            // 
345
            // labelID2ProjectStatus
346
            // 
347
            this.labelID2ProjectStatus.AllowHotTrack = false;
348
            this.labelID2ProjectStatus.CustomizationFormText = "ID2ProjectStatus";
349
            this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 76);
350
            this.labelID2ProjectStatus.Name = "labelID2ProjectStatus";
351
            this.labelID2ProjectStatus.Size = new System.Drawing.Size(205, 18);
352
            this.labelID2ProjectStatus.Text = "ID2ProjectStatus";
353
            this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14);
354
            // 
355
            // simpleLabelItem3
356
            // 
357
            this.simpleLabelItem3.AllowHotTrack = false;
358
            this.simpleLabelItem3.CustomizationFormText = "Project Name : ";
359
            this.simpleLabelItem3.Location = new System.Drawing.Point(0, 40);
360
            this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18);
361
            this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18);
362
            this.simpleLabelItem3.Name = "simpleLabelItem3";
363
            this.simpleLabelItem3.Size = new System.Drawing.Size(90, 18);
364
            this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
365
            this.simpleLabelItem3.Text = "Project Name : ";
366
            this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
367
            this.simpleLabelItem3.TextSize = new System.Drawing.Size(86, 14);
368
            // 
369
            // simpleLabelItem4
370
            // 
371
            this.simpleLabelItem4.AllowHotTrack = false;
372
            this.simpleLabelItem4.CustomizationFormText = "Status : ";
373
            this.simpleLabelItem4.Location = new System.Drawing.Point(0, 76);
374
            this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18);
375
            this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18);
376
            this.simpleLabelItem4.Name = "simpleLabelItem4";
377
            this.simpleLabelItem4.Size = new System.Drawing.Size(51, 18);
378
            this.simpleLabelItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
379
            this.simpleLabelItem4.Text = "Status : ";
380
            this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
381
            this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14);
382
            // 
383
            // layoutControlItem7
384
            // 
385
            this.layoutControlItem7.Control = this.btnID2DB;
386
            this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
387
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
388
            this.layoutControlItem7.Name = "layoutControlItem7";
389
            this.layoutControlItem7.Size = new System.Drawing.Size(256, 40);
390
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
391
            this.layoutControlItem7.TextVisible = false;
392
            // 
393
            // labelDBType
394
            // 
395
            this.labelDBType.AllowHotTrack = false;
396
            this.labelDBType.CustomizationFormText = "DB Type";
397
            this.labelDBType.Location = new System.Drawing.Point(63, 58);
398
            this.labelDBType.MinSize = new System.Drawing.Size(97, 18);
399
            this.labelDBType.Name = "labelDBType";
400
            this.labelDBType.Size = new System.Drawing.Size(193, 18);
401
            this.labelDBType.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
402
            this.labelDBType.Text = "DB Type";
403
            this.labelDBType.TextSize = new System.Drawing.Size(93, 14);
404
            // 
405
            // simpleLabelItem7
406
            // 
407
            this.simpleLabelItem7.AllowHotTrack = false;
408
            this.simpleLabelItem7.CustomizationFormText = "DB Type : ";
409
            this.simpleLabelItem7.Location = new System.Drawing.Point(0, 58);
410
            this.simpleLabelItem7.MaxSize = new System.Drawing.Size(63, 18);
411
            this.simpleLabelItem7.MinSize = new System.Drawing.Size(63, 18);
412
            this.simpleLabelItem7.Name = "simpleLabelItem7";
413
            this.simpleLabelItem7.Size = new System.Drawing.Size(63, 18);
414
            this.simpleLabelItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
415
            this.simpleLabelItem7.Text = "DB Type : ";
416
            this.simpleLabelItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
417
            this.simpleLabelItem7.TextSize = new System.Drawing.Size(59, 14);
418
            // 
419
            // APIDConverter
420
            // 
421
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
422
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
423
            this.ClientSize = new System.Drawing.Size(995, 539);
424
            this.Controls.Add(this.layoutControl1);
425
            this.Controls.Add(this.ribbonControl);
426
            this.Name = "APIDConverter";
427
            this.Ribbon = this.ribbonControl;
428
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
429
            this.Text = "APID Converter";
430
            this.Load += new System.EventHandler(this.APIDConverter_Load);
431
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
432
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
433
            this.layoutControl1.ResumeLayout(false);
434
            ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit();
435
            ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).EndInit();
436
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
437
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
438
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
439
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
440
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
441
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
442
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
443
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
444
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
445
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
446
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
447
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
448
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit();
449
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit();
450
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit();
451
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
452
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit();
453
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
454
            ((System.ComponentModel.ISupportInitialize)(this.labelDBType)).EndInit();
455
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit();
456
            this.ResumeLayout(false);
457
            this.PerformLayout();
458

    
459
        }
460

    
461
        #endregion
462
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
463
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
464
        private DevExpress.XtraEditors.SimpleButton btnLoadFile;
465
        private DevExpress.XtraLayout.LayoutControlGroup Root;
466
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
467
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
468
        private DevExpress.XtraGrid.GridControl gridControlConverter;
469
        private DevExpress.XtraGrid.Views.Grid.GridView gridViewConverter;
470
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
471
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
472
        private DevExpress.XtraEditors.SimpleButton btnRun;
473
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
474
        private DevExpress.XtraEditors.SimpleButton btnRefresh;
475
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
476
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
477
        private DevExpress.XtraLayout.SplitterItem splitterItem1;
478
        private DevExpress.XtraEditors.SimpleButton btnItemMapping;
479
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
480
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
481
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
482
        private DevExpress.XtraEditors.SimpleButton btnID2DB;
483
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupID2Project;
484
        private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectName;
485
        private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectStatus;
486
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3;
487
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4;
488
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
489
        private DevExpress.XtraLayout.SimpleLabelItem labelDBType;
490
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7;
491
    }
492
}
클립보드 이미지 추가 (최대 크기: 500 MB)