프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ 88cb9898

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

    
466
        }
467

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