프로젝트

일반

사용자정보

개정판 8847ea67

ID8847ea67e8e1f07b684ed75ed66457fe8fa32003
상위 2062c36a
하위 6ea71950

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #1203 : MSSQL 설정 창 추가 및 데이터 구조 변경

Change-Id: I7f310aba7b221ea99c3e5b8070fb89c7a85460e3

차이점 보기:

DTI_PID/SPPIDConverter/ConverterForm.Designer.cs
32 32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterForm));
33 33
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
34 34
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
35
            this.btnID2DB = new DevExpress.XtraEditors.SimpleButton();
35 36
            this.checkEditCloseDocument = new DevExpress.XtraEditors.CheckEdit();
36 37
            this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
37 38
            this.comboBoxEditDefaultTemplate = new DevExpress.XtraEditors.ComboBoxEdit();
......
42 43
            this.btnSPPIDDB = new DevExpress.XtraEditors.SimpleButton();
43 44
            this.gridControlConverter = new DevExpress.XtraGrid.GridControl();
44 45
            this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView();
45
            this.btnID2Project = new DevExpress.XtraEditors.ButtonEdit();
46 46
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
47 47
            this.layoutControlGroupSPPIDDB = new DevExpress.XtraLayout.LayoutControlGroup();
48 48
            this.labelSPPIDPlantName = new DevExpress.XtraLayout.SimpleLabelItem();
......
70 70
            this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup();
71 71
            this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem();
72 72
            this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem();
73
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
74 73
            this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
75 74
            this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem();
75
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
76
            this.labelDBType = new DevExpress.XtraLayout.SimpleLabelItem();
77
            this.simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem();
76 78
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
77 79
            this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components);
78 80
            this.xtraOpenFileDialog = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components);
......
84 86
            ((System.ComponentModel.ISupportInitialize)(this.buttonEditDefaultUnit.Properties)).BeginInit();
85 87
            ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit();
86 88
            ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).BeginInit();
87
            ((System.ComponentModel.ISupportInitialize)(this.btnID2Project.Properties)).BeginInit();
88 89
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
89 90
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSPPIDDB)).BeginInit();
90 91
            ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).BeginInit();
......
112 113
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit();
113 114
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit();
114 115
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit();
115
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
116 116
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
117 117
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit();
118
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
119
            ((System.ComponentModel.ISupportInitialize)(this.labelDBType)).BeginInit();
120
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).BeginInit();
118 121
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
119 122
            this.SuspendLayout();
120 123
            // 
......
135 138
            // 
136 139
            // layoutControl1
137 140
            // 
141
            this.layoutControl1.Controls.Add(this.btnID2DB);
138 142
            this.layoutControl1.Controls.Add(this.checkEditCloseDocument);
139 143
            this.layoutControl1.Controls.Add(this.btnRefresh);
140 144
            this.layoutControl1.Controls.Add(this.comboBoxEditDefaultTemplate);
......
144 148
            this.layoutControl1.Controls.Add(this.btnItemMapping);
145 149
            this.layoutControl1.Controls.Add(this.btnSPPIDDB);
146 150
            this.layoutControl1.Controls.Add(this.gridControlConverter);
147
            this.layoutControl1.Controls.Add(this.btnID2Project);
148 151
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
149 152
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
150 153
            this.layoutControl1.Name = "layoutControl1";
......
154 157
            this.layoutControl1.TabIndex = 1;
155 158
            this.layoutControl1.Text = "layoutControl1";
156 159
            // 
160
            // btnID2DB
161
            // 
162
            this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnID2DB.ImageOptions.SvgImage")));
163
            this.btnID2DB.Location = new System.Drawing.Point(967, 58);
164
            this.btnID2DB.Name = "btnID2DB";
165
            this.btnID2DB.Size = new System.Drawing.Size(243, 36);
166
            this.btnID2DB.StyleController = this.layoutControl1;
167
            this.btnID2DB.TabIndex = 15;
168
            this.btnID2DB.Text = "Setting";
169
            this.btnID2DB.Click += new System.EventHandler(this.btnID2DB_Click);
170
            // 
157 171
            // checkEditCloseDocument
158 172
            // 
159
            this.checkEditCloseDocument.Location = new System.Drawing.Point(744, 76);
173
            this.checkEditCloseDocument.Location = new System.Drawing.Point(735, 76);
160 174
            this.checkEditCloseDocument.MenuManager = this.ribbonControl;
161 175
            this.checkEditCloseDocument.Name = "checkEditCloseDocument";
162 176
            this.checkEditCloseDocument.Properties.Caption = "Close Document";
......
177 191
            // 
178 192
            // comboBoxEditDefaultTemplate
179 193
            // 
180
            this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(613, 76);
194
            this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(609, 76);
181 195
            this.comboBoxEditDefaultTemplate.MenuManager = this.ribbonControl;
182 196
            this.comboBoxEditDefaultTemplate.Name = "comboBoxEditDefaultTemplate";
183 197
            this.comboBoxEditDefaultTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
184 198
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
185 199
            this.comboBoxEditDefaultTemplate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
186
            this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(117, 20);
200
            this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(112, 20);
187 201
            this.comboBoxEditDefaultTemplate.StyleController = this.layoutControl1;
188 202
            this.comboBoxEditDefaultTemplate.TabIndex = 12;
189 203
            this.comboBoxEditDefaultTemplate.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditDefaultTemplate_SelectedIndexChanged);
190 204
            // 
191 205
            // buttonEditDefaultUnit
192 206
            // 
193
            this.buttonEditDefaultUnit.Location = new System.Drawing.Point(393, 76);
207
            this.buttonEditDefaultUnit.Location = new System.Drawing.Point(392, 76);
194 208
            this.buttonEditDefaultUnit.MenuManager = this.ribbonControl;
195 209
            this.buttonEditDefaultUnit.Name = "buttonEditDefaultUnit";
196 210
            this.buttonEditDefaultUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
197 211
            new DevExpress.XtraEditors.Controls.EditorButton()});
198 212
            this.buttonEditDefaultUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
199
            this.buttonEditDefaultUnit.Size = new System.Drawing.Size(116, 20);
213
            this.buttonEditDefaultUnit.Size = new System.Drawing.Size(113, 20);
200 214
            this.buttonEditDefaultUnit.StyleController = this.layoutControl1;
201 215
            this.buttonEditDefaultUnit.TabIndex = 11;
202 216
            this.buttonEditDefaultUnit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEditDefaulUnit_ButtonClick);
......
205 219
            // btnRun
206 220
            // 
207 221
            this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage")));
208
            this.btnRun.Location = new System.Drawing.Point(859, 58);
222
            this.btnRun.Location = new System.Drawing.Point(850, 58);
209 223
            this.btnRun.Name = "btnRun";
210 224
            this.btnRun.Size = new System.Drawing.Size(79, 36);
211 225
            this.btnRun.StyleController = this.layoutControl1;
......
227 241
            // btnItemMapping
228 242
            // 
229 243
            this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage")));
230
            this.btnItemMapping.Location = new System.Drawing.Point(976, 310);
244
            this.btnItemMapping.Location = new System.Drawing.Point(967, 344);
231 245
            this.btnItemMapping.Name = "btnItemMapping";
232
            this.btnItemMapping.Size = new System.Drawing.Size(234, 36);
246
            this.btnItemMapping.Size = new System.Drawing.Size(243, 36);
233 247
            this.btnItemMapping.StyleController = this.layoutControl1;
234 248
            this.btnItemMapping.TabIndex = 7;
235 249
            this.btnItemMapping.Text = "Item Mapping Setting";
......
238 252
            // btnSPPIDDB
239 253
            // 
240 254
            this.btnSPPIDDB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDDB.ImageOptions.SvgImage")));
241
            this.btnSPPIDDB.Location = new System.Drawing.Point(976, 176);
255
            this.btnSPPIDDB.Location = new System.Drawing.Point(967, 210);
242 256
            this.btnSPPIDDB.Name = "btnSPPIDDB";
243
            this.btnSPPIDDB.Size = new System.Drawing.Size(234, 36);
257
            this.btnSPPIDDB.Size = new System.Drawing.Size(243, 36);
244 258
            this.btnSPPIDDB.StyleController = this.layoutControl1;
245 259
            this.btnSPPIDDB.TabIndex = 5;
246 260
            this.btnSPPIDDB.Text = "Setting";
......
252 266
            this.gridControlConverter.MainView = this.gridViewConverter;
253 267
            this.gridControlConverter.MenuManager = this.ribbonControl;
254 268
            this.gridControlConverter.Name = "gridControlConverter";
255
            this.gridControlConverter.Size = new System.Drawing.Size(914, 441);
269
            this.gridControlConverter.Size = new System.Drawing.Size(905, 441);
256 270
            this.gridControlConverter.TabIndex = 4;
257 271
            this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
258 272
            this.gridViewConverter});
......
265 279
            this.gridViewConverter.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridViewConverter_RowCellClick);
266 280
            this.gridViewConverter.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridViewConverter_SelectionChanged);
267 281
            // 
268
            // btnID2Project
269
            // 
270
            this.btnID2Project.Location = new System.Drawing.Point(1014, 58);
271
            this.btnID2Project.MenuManager = this.ribbonControl;
272
            this.btnID2Project.Name = "btnID2Project";
273
            this.btnID2Project.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
274
            new DevExpress.XtraEditors.Controls.EditorButton()});
275
            this.btnID2Project.Properties.ReadOnly = true;
276
            this.btnID2Project.Size = new System.Drawing.Size(196, 20);
277
            this.btnID2Project.StyleController = this.layoutControl1;
278
            this.btnID2Project.TabIndex = 10;
279
            this.btnID2Project.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnID2Project_ButtonClick);
280
            // 
281 282
            // Root
282 283
            // 
283 284
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
......
303 304
            this.layoutControlItem2,
304 305
            this.simpleLabelItem2,
305 306
            this.simpleLabelItem1});
306
            this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(952, 118);
307
            this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(943, 152);
307 308
            this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB";
308
            this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(262, 134);
309
            this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(271, 134);
309 310
            this.layoutControlGroupSPPIDDB.Text = "SPPID DB";
310 311
            // 
311 312
            // labelSPPIDPlantName
......
314 315
            this.labelSPPIDPlantName.AppearanceItemCaption.Options.UseForeColor = true;
315 316
            this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 40);
316 317
            this.labelSPPIDPlantName.Name = "labelSPPIDPlantName";
317
            this.labelSPPIDPlantName.Size = new System.Drawing.Size(160, 18);
318
            this.labelSPPIDPlantName.Size = new System.Drawing.Size(169, 18);
318 319
            this.labelSPPIDPlantName.Text = "SPPIDPlantName";
319 320
            this.labelSPPIDPlantName.TextSize = new System.Drawing.Size(93, 14);
320 321
            // 
......
324 325
            this.labelSPPIDDBStatus.AppearanceItemCaption.Options.UseForeColor = true;
325 326
            this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 58);
326 327
            this.labelSPPIDDBStatus.Name = "labelSPPIDDBStatus";
327
            this.labelSPPIDDBStatus.Size = new System.Drawing.Size(187, 18);
328
            this.labelSPPIDDBStatus.Size = new System.Drawing.Size(196, 18);
328 329
            this.labelSPPIDDBStatus.Text = "SPPIDDBStatus";
329 330
            this.labelSPPIDDBStatus.TextSize = new System.Drawing.Size(93, 14);
330 331
            // 
......
333 334
            this.layoutControlItem2.Control = this.btnSPPIDDB;
334 335
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
335 336
            this.layoutControlItem2.Name = "layoutControlItem2";
336
            this.layoutControlItem2.Size = new System.Drawing.Size(238, 40);
337
            this.layoutControlItem2.Size = new System.Drawing.Size(247, 40);
337 338
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
338 339
            this.layoutControlItem2.TextVisible = false;
339 340
            // 
......
373 374
            this.layoutControlItem4,
374 375
            this.labelItemMappingStatus,
375 376
            this.simpleLabelItem5});
376
            this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(952, 252);
377
            this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(943, 286);
377 378
            this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping";
378
            this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(262, 116);
379
            this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(271, 116);
379 380
            this.layoutControlGroupItemMapping.Text = "Item Mapping";
380 381
            // 
381 382
            // layoutControlItem4
......
383 384
            this.layoutControlItem4.Control = this.btnItemMapping;
384 385
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
385 386
            this.layoutControlItem4.Name = "layoutControlItem4";
386
            this.layoutControlItem4.Size = new System.Drawing.Size(238, 40);
387
            this.layoutControlItem4.Size = new System.Drawing.Size(247, 40);
387 388
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
388 389
            this.layoutControlItem4.TextVisible = false;
389 390
            // 
......
393 394
            this.labelItemMappingStatus.AppearanceItemCaption.Options.UseForeColor = true;
394 395
            this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 40);
395 396
            this.labelItemMappingStatus.Name = "labelItemMappingStatus";
396
            this.labelItemMappingStatus.Size = new System.Drawing.Size(187, 18);
397
            this.labelItemMappingStatus.Size = new System.Drawing.Size(196, 18);
397 398
            this.labelItemMappingStatus.Text = "MappingStatus";
398 399
            this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14);
399 400
            // 
......
429 430
            this.emptySpaceItem5});
430 431
            this.layoutControlGroupAutoConverter.Location = new System.Drawing.Point(0, 0);
431 432
            this.layoutControlGroupAutoConverter.Name = "layoutControlGroupAutoConverter";
432
            this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(942, 545);
433
            this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(933, 545);
433 434
            this.layoutControlGroupAutoConverter.Text = "Auto Converter";
434 435
            // 
435 436
            // layoutControlItem1
......
437 438
            this.layoutControlItem1.Control = this.gridControlConverter;
438 439
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 42);
439 440
            this.layoutControlItem1.Name = "layoutControlItem1";
440
            this.layoutControlItem1.Size = new System.Drawing.Size(918, 445);
441
            this.layoutControlItem1.Size = new System.Drawing.Size(909, 445);
441 442
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
442 443
            this.layoutControlItem1.TextVisible = false;
443 444
            // 
......
458 459
            this.emptySpaceItem2.AllowHotTrack = false;
459 460
            this.emptySpaceItem2.Location = new System.Drawing.Point(236, 0);
460 461
            this.emptySpaceItem2.Name = "emptySpaceItem2";
461
            this.emptySpaceItem2.Size = new System.Drawing.Size(599, 18);
462
            this.emptySpaceItem2.Size = new System.Drawing.Size(590, 18);
462 463
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
463 464
            // 
464 465
            // layoutControlItem6
465 466
            // 
466 467
            this.layoutControlItem6.Control = this.btnRun;
467
            this.layoutControlItem6.Location = new System.Drawing.Point(835, 0);
468
            this.layoutControlItem6.Location = new System.Drawing.Point(826, 0);
468 469
            this.layoutControlItem6.MaxSize = new System.Drawing.Size(83, 40);
469 470
            this.layoutControlItem6.MinSize = new System.Drawing.Size(83, 40);
470 471
            this.layoutControlItem6.Name = "layoutControlItem6";
......
476 477
            // layoutControlItem3
477 478
            // 
478 479
            this.layoutControlItem3.Control = this.buttonEditDefaultUnit;
479
            this.layoutControlItem3.Location = new System.Drawing.Point(299, 18);
480
            this.layoutControlItem3.Location = new System.Drawing.Point(298, 18);
480 481
            this.layoutControlItem3.Name = "layoutControlItem3";
481
            this.layoutControlItem3.Size = new System.Drawing.Size(190, 24);
482
            this.layoutControlItem3.Size = new System.Drawing.Size(187, 24);
482 483
            this.layoutControlItem3.Text = "Default Unit";
483 484
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
484 485
            this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 14);
......
487 488
            // layoutControlItem8
488 489
            // 
489 490
            this.layoutControlItem8.Control = this.comboBoxEditDefaultTemplate;
490
            this.layoutControlItem8.Location = new System.Drawing.Point(489, 18);
491
            this.layoutControlItem8.Location = new System.Drawing.Point(485, 18);
491 492
            this.layoutControlItem8.Name = "layoutControlItem8";
492
            this.layoutControlItem8.Size = new System.Drawing.Size(221, 24);
493
            this.layoutControlItem8.Size = new System.Drawing.Size(216, 24);
493 494
            this.layoutControlItem8.Text = "Default Template";
494 495
            this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
495 496
            this.layoutControlItem8.TextSize = new System.Drawing.Size(95, 14);
......
500 501
            this.emptySpaceItem3.AllowHotTrack = false;
501 502
            this.emptySpaceItem3.Location = new System.Drawing.Point(236, 18);
502 503
            this.emptySpaceItem3.Name = "emptySpaceItem3";
503
            this.emptySpaceItem3.Size = new System.Drawing.Size(63, 24);
504
            this.emptySpaceItem3.Size = new System.Drawing.Size(62, 24);
504 505
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
505 506
            // 
506 507
            // layoutControlItem9
......
526 527
            // layoutControlItem10
527 528
            // 
528 529
            this.layoutControlItem10.Control = this.checkEditCloseDocument;
529
            this.layoutControlItem10.Location = new System.Drawing.Point(720, 18);
530
            this.layoutControlItem10.Location = new System.Drawing.Point(711, 18);
530 531
            this.layoutControlItem10.MaxSize = new System.Drawing.Size(115, 24);
531 532
            this.layoutControlItem10.MinSize = new System.Drawing.Size(115, 24);
532 533
            this.layoutControlItem10.Name = "layoutControlItem10";
......
538 539
            // emptySpaceItem5
539 540
            // 
540 541
            this.emptySpaceItem5.AllowHotTrack = false;
541
            this.emptySpaceItem5.Location = new System.Drawing.Point(710, 18);
542
            this.emptySpaceItem5.Location = new System.Drawing.Point(701, 18);
542 543
            this.emptySpaceItem5.Name = "emptySpaceItem5";
543 544
            this.emptySpaceItem5.Size = new System.Drawing.Size(10, 24);
544 545
            this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
......
546 547
            // emptySpaceItem1
547 548
            // 
548 549
            this.emptySpaceItem1.AllowHotTrack = false;
549
            this.emptySpaceItem1.Location = new System.Drawing.Point(952, 368);
550
            this.emptySpaceItem1.Location = new System.Drawing.Point(943, 402);
550 551
            this.emptySpaceItem1.Name = "emptySpaceItem1";
551
            this.emptySpaceItem1.Size = new System.Drawing.Size(262, 177);
552
            this.emptySpaceItem1.Size = new System.Drawing.Size(271, 143);
552 553
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
553 554
            // 
554 555
            // layoutControlGroupID2Project
......
558 559
            this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
559 560
            this.labelID2ProjectName,
560 561
            this.labelID2ProjectStatus,
561
            this.layoutControlItem7,
562 562
            this.simpleLabelItem3,
563
            this.simpleLabelItem4});
564
            this.layoutControlGroupID2Project.Location = new System.Drawing.Point(952, 0);
563
            this.simpleLabelItem4,
564
            this.layoutControlItem7,
565
            this.labelDBType,
566
            this.simpleLabelItem7});
567
            this.layoutControlGroupID2Project.Location = new System.Drawing.Point(943, 0);
565 568
            this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project";
566
            this.layoutControlGroupID2Project.Size = new System.Drawing.Size(262, 118);
569
            this.layoutControlGroupID2Project.Size = new System.Drawing.Size(271, 152);
567 570
            this.layoutControlGroupID2Project.Text = "ID2 Project";
568 571
            // 
569 572
            // labelID2ProjectName
570 573
            // 
571 574
            this.labelID2ProjectName.AllowHotTrack = false;
572 575
            this.labelID2ProjectName.AppearanceItemCaption.Options.UseForeColor = true;
573
            this.labelID2ProjectName.Location = new System.Drawing.Point(90, 24);
576
            this.labelID2ProjectName.Location = new System.Drawing.Point(90, 40);
574 577
            this.labelID2ProjectName.Name = "labelID2ProjectName";
575
            this.labelID2ProjectName.Size = new System.Drawing.Size(148, 18);
578
            this.labelID2ProjectName.Size = new System.Drawing.Size(157, 18);
576 579
            this.labelID2ProjectName.Text = "ID2ProjectName";
577 580
            this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14);
578 581
            // 
......
580 583
            // 
581 584
            this.labelID2ProjectStatus.AllowHotTrack = false;
582 585
            this.labelID2ProjectStatus.AppearanceItemCaption.Options.UseForeColor = true;
583
            this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 42);
586
            this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 76);
584 587
            this.labelID2ProjectStatus.Name = "labelID2ProjectStatus";
585
            this.labelID2ProjectStatus.Size = new System.Drawing.Size(187, 18);
588
            this.labelID2ProjectStatus.Size = new System.Drawing.Size(196, 18);
586 589
            this.labelID2ProjectStatus.Text = "ID2ProjectStatus";
587 590
            this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14);
588 591
            // 
589
            // layoutControlItem7
590
            // 
591
            this.layoutControlItem7.Control = this.btnID2Project;
592
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
593
            this.layoutControlItem7.Name = "layoutControlItem7";
594
            this.layoutControlItem7.Size = new System.Drawing.Size(238, 24);
595
            this.layoutControlItem7.Text = "Path :";
596
            this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
597
            this.layoutControlItem7.TextSize = new System.Drawing.Size(33, 14);
598
            this.layoutControlItem7.TextToControlDistance = 5;
599
            // 
600 592
            // simpleLabelItem3
601 593
            // 
602 594
            this.simpleLabelItem3.AllowHotTrack = false;
603 595
            this.simpleLabelItem3.AppearanceItemCaption.Options.UseForeColor = true;
604
            this.simpleLabelItem3.Location = new System.Drawing.Point(0, 24);
596
            this.simpleLabelItem3.Location = new System.Drawing.Point(0, 40);
605 597
            this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18);
606 598
            this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18);
607 599
            this.simpleLabelItem3.Name = "simpleLabelItem3";
......
615 607
            // 
616 608
            this.simpleLabelItem4.AllowHotTrack = false;
617 609
            this.simpleLabelItem4.AppearanceItemCaption.Options.UseForeColor = true;
618
            this.simpleLabelItem4.Location = new System.Drawing.Point(0, 42);
610
            this.simpleLabelItem4.Location = new System.Drawing.Point(0, 76);
619 611
            this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18);
620 612
            this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18);
621 613
            this.simpleLabelItem4.Name = "simpleLabelItem4";
......
625 617
            this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
626 618
            this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14);
627 619
            // 
620
            // layoutControlItem7
621
            // 
622
            this.layoutControlItem7.Control = this.btnID2DB;
623
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
624
            this.layoutControlItem7.Name = "layoutControlItem7";
625
            this.layoutControlItem7.Size = new System.Drawing.Size(247, 40);
626
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
627
            this.layoutControlItem7.TextVisible = false;
628
            // 
629
            // labelDBType
630
            // 
631
            this.labelDBType.AllowHotTrack = false;
632
            this.labelDBType.AppearanceItemCaption.Options.UseForeColor = true;
633
            this.labelDBType.Location = new System.Drawing.Point(63, 58);
634
            this.labelDBType.MinSize = new System.Drawing.Size(97, 18);
635
            this.labelDBType.Name = "labelDBType";
636
            this.labelDBType.Size = new System.Drawing.Size(184, 18);
637
            this.labelDBType.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
638
            this.labelDBType.Text = "DB Type";
639
            this.labelDBType.TextSize = new System.Drawing.Size(93, 14);
640
            // 
641
            // simpleLabelItem7
642
            // 
643
            this.simpleLabelItem7.AllowHotTrack = false;
644
            this.simpleLabelItem7.AppearanceItemCaption.Options.UseForeColor = true;
645
            this.simpleLabelItem7.Location = new System.Drawing.Point(0, 58);
646
            this.simpleLabelItem7.MaxSize = new System.Drawing.Size(63, 18);
647
            this.simpleLabelItem7.MinSize = new System.Drawing.Size(63, 18);
648
            this.simpleLabelItem7.Name = "simpleLabelItem7";
649
            this.simpleLabelItem7.Size = new System.Drawing.Size(63, 18);
650
            this.simpleLabelItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
651
            this.simpleLabelItem7.Text = "DB Type : ";
652
            this.simpleLabelItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
653
            this.simpleLabelItem7.TextSize = new System.Drawing.Size(59, 14);
654
            // 
628 655
            // splitterItem1
629 656
            // 
630 657
            this.splitterItem1.AllowHotTrack = true;
631
            this.splitterItem1.Location = new System.Drawing.Point(942, 0);
658
            this.splitterItem1.Location = new System.Drawing.Point(933, 0);
632 659
            this.splitterItem1.Name = "splitterItem1";
633 660
            this.splitterItem1.Size = new System.Drawing.Size(10, 545);
634 661
            // 
......
636 663
            // 
637 664
            this.xtraFolderBrowserDialog.DialogStyle = DevExpress.Utils.CommonDialogs.FolderBrowserDialogStyle.Wide;
638 665
            this.xtraFolderBrowserDialog.SelectedPath = "xtraFolderBrowserDialog1";
666
            this.xtraFolderBrowserDialog.ShowNewFolderButton = false;
639 667
            // 
640 668
            // xtraOpenFileDialog
641 669
            // 
......
663 691
            ((System.ComponentModel.ISupportInitialize)(this.buttonEditDefaultUnit.Properties)).EndInit();
664 692
            ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit();
665 693
            ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).EndInit();
666
            ((System.ComponentModel.ISupportInitialize)(this.btnID2Project.Properties)).EndInit();
667 694
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
668 695
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSPPIDDB)).EndInit();
669 696
            ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).EndInit();
......
691 718
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit();
692 719
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit();
693 720
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit();
694
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
695 721
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
696 722
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit();
723
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
724
            ((System.ComponentModel.ISupportInitialize)(this.labelDBType)).EndInit();
725
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit();
697 726
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
698 727
            this.ResumeLayout(false);
699 728
            this.PerformLayout();
......
732 761
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4;
733 762
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem5;
734 763
        private DevExpress.XtraLayout.SplitterItem splitterItem1;
735
        private DevExpress.XtraEditors.ButtonEdit btnID2Project;
736
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
737 764
        private DevExpress.XtraEditors.XtraFolderBrowserDialog xtraFolderBrowserDialog;
738 765
        private DevExpress.XtraEditors.XtraOpenFileDialog xtraOpenFileDialog;
739 766
        private DevExpress.XtraEditors.ComboBoxEdit comboBoxEditDefaultTemplate;
......
747 774
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
748 775
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
749 776
        public DevExpress.XtraEditors.CheckEdit checkEditCloseDocument;
777
        private DevExpress.XtraEditors.SimpleButton btnID2DB;
778
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
779
        private DevExpress.XtraLayout.SimpleLabelItem labelDBType;
780
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7;
750 781
    }
751 782
}

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)