프로젝트

일반

사용자정보

개정판 e729d459

IDe729d4592d20f2cb82a44b53ce09022cec747efb
상위 a6d63eda
하위 c11bf828

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

dev issue #000 : add attribute type and add filter

Change-Id: Id09a7e4bda4a5c4f40fed83b4f2d47d263b2ad48

차이점 보기:

DTI_PID/SPPIDConverter/DB/SPPID_DB.cs
326 326
                        if (conn.State == System.Data.ConnectionState.Open)
327 327
                        {
328 328
                            string sQuery = string.Format(CultureInfo.CurrentCulture,
329
                                @"SELECT DISTINCT(ATTR.displayname), ATTR.name FROM {0}.itemattributions ATTR
329
                                @"SELECT ITEM.description ItemType ,ATTR.displayname, ATTR.name FROM {0}.itemattributions ATTR 
330
                                LEFT OUTER JOIN {0}.item ITEM 
331
                                    ON ITEM.ID = ATTR.ITEMID 
330 332
                                ORDER BY ATTR.displayname ASC", dbInfo.PlantPIDDic);
333
                            //string sQuery = string.Format(CultureInfo.CurrentCulture,
334
                            //    @"SELECT DISTINCT(ATTR.displayname), ATTR.name FROM {0}.itemattributions ATTR
335
                            //    ORDER BY ATTR.displayname ASC", dbInfo.PlantPIDDic);
331 336
                            using (OracleCommand cmd = new OracleCommand(sQuery, conn))
332 337
                            using (OracleDataAdapter adapter = new OracleDataAdapter())
333 338
                            {
DTI_PID/SPPIDConverter/Form/MappingForm.Designer.cs
228 228
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
229 229
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
230 230
            this.ribbonControl.ShowToolbarCustomizeItem = false;
231
            this.ribbonControl.Size = new System.Drawing.Size(1135, 32);
231
            this.ribbonControl.Size = new System.Drawing.Size(1135, 27);
232 232
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
233 233
            // 
234 234
            // layoutControl1
......
263 263
            this.layoutControl1.Controls.Add(this.textBoxFlowMarkSymbolPath);
264 264
            this.layoutControl1.Controls.Add(this.btnBorder);
265 265
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
266
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
266
            this.layoutControl1.Location = new System.Drawing.Point(0, 27);
267 267
            this.layoutControl1.Name = "layoutControl1";
268 268
            this.layoutControl1.Root = this.Root;
269
            this.layoutControl1.Size = new System.Drawing.Size(1135, 787);
269
            this.layoutControl1.Size = new System.Drawing.Size(1135, 792);
270 270
            this.layoutControl1.TabIndex = 2;
271 271
            this.layoutControl1.Text = "layoutControl1";
272 272
            // 
273 273
            // textBoxVendorSymbolPath
274 274
            // 
275
            this.textBoxVendorSymbolPath.Location = new System.Drawing.Point(184, 371);
275
            this.textBoxVendorSymbolPath.Location = new System.Drawing.Point(184, 370);
276 276
            this.textBoxVendorSymbolPath.MenuManager = this.ribbonControl;
277 277
            this.textBoxVendorSymbolPath.Name = "textBoxVendorSymbolPath";
278 278
            this.textBoxVendorSymbolPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
285 285
            // btnImportData
286 286
            // 
287 287
            this.btnImportData.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImportData.ImageOptions.SvgImage")));
288
            this.btnImportData.Location = new System.Drawing.Point(832, 687);
288
            this.btnImportData.Location = new System.Drawing.Point(825, 690);
289 289
            this.btnImportData.Name = "btnImportData";
290
            this.btnImportData.Size = new System.Drawing.Size(279, 36);
290
            this.btnImportData.Size = new System.Drawing.Size(286, 38);
291 291
            this.btnImportData.StyleController = this.layoutControl1;
292 292
            this.btnImportData.TabIndex = 39;
293 293
            this.btnImportData.Text = "Import Mapping Data";
......
296 296
            // btnExportData
297 297
            // 
298 298
            this.btnExportData.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnExportData.ImageOptions.SvgImage")));
299
            this.btnExportData.Location = new System.Drawing.Point(832, 647);
299
            this.btnExportData.Location = new System.Drawing.Point(825, 648);
300 300
            this.btnExportData.Name = "btnExportData";
301
            this.btnExportData.Size = new System.Drawing.Size(279, 36);
301
            this.btnExportData.Size = new System.Drawing.Size(286, 38);
302 302
            this.btnExportData.StyleController = this.layoutControl1;
303 303
            this.btnExportData.TabIndex = 38;
304 304
            this.btnExportData.Text = "Export Mapping Data";
......
307 307
            // btnExportExcel
308 308
            // 
309 309
            this.btnExportExcel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnExportExcel.ImageOptions.Image")));
310
            this.btnExportExcel.Location = new System.Drawing.Point(832, 607);
310
            this.btnExportExcel.Location = new System.Drawing.Point(825, 606);
311 311
            this.btnExportExcel.Name = "btnExportExcel";
312
            this.btnExportExcel.Size = new System.Drawing.Size(279, 36);
312
            this.btnExportExcel.Size = new System.Drawing.Size(286, 38);
313 313
            this.btnExportExcel.StyleController = this.layoutControl1;
314 314
            this.btnExportExcel.TabIndex = 37;
315 315
            this.btnExportExcel.Text = "Export Mapping Info to Excel";
......
322 322
            0,
323 323
            0,
324 324
            0});
325
            this.spinEditDrainValveCellCount.Location = new System.Drawing.Point(557, 157);
325
            this.spinEditDrainValveCellCount.Location = new System.Drawing.Point(557, 156);
326 326
            this.spinEditDrainValveCellCount.MenuManager = this.ribbonControl;
327 327
            this.spinEditDrainValveCellCount.Name = "spinEditDrainValveCellCount";
328 328
            this.spinEditDrainValveCellCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
340 340
            0,
341 341
            0,
342 342
            0});
343
            this.spinEditMinSymbolGridCellCount.Location = new System.Drawing.Point(196, 157);
343
            this.spinEditMinSymbolGridCellCount.Location = new System.Drawing.Point(196, 156);
344 344
            this.spinEditMinSymbolGridCellCount.MenuManager = this.ribbonControl;
345 345
            this.spinEditMinSymbolGridCellCount.Name = "spinEditMinSymbolGridCellCount";
346 346
            this.spinEditMinSymbolGridCellCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
354 354
            // comboBoxEditUnit
355 355
            // 
356 356
            this.comboBoxEditUnit.EditValue = "Inch";
357
            this.comboBoxEditUnit.Location = new System.Drawing.Point(557, 102);
357
            this.comboBoxEditUnit.Location = new System.Drawing.Point(557, 101);
358 358
            this.comboBoxEditUnit.MenuManager = this.ribbonControl;
359 359
            this.comboBoxEditUnit.Name = "comboBoxEditUnit";
360 360
            this.comboBoxEditUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
372 372
            0,
373 373
            0,
374 374
            131072});
375
            this.spinEditDensity.Location = new System.Drawing.Point(184, 102);
375
            this.spinEditDensity.Location = new System.Drawing.Point(184, 101);
376 376
            this.spinEditDensity.MenuManager = this.ribbonControl;
377 377
            this.spinEditDensity.Name = "spinEditDensity";
378 378
            this.spinEditDensity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
388 388
            // 
389 389
            // checkComboBoxLineNumberLocation
390 390
            // 
391
            this.checkComboBoxLineNumberLocation.Location = new System.Drawing.Point(546, 79);
391
            this.checkComboBoxLineNumberLocation.Location = new System.Drawing.Point(546, 78);
392 392
            this.checkComboBoxLineNumberLocation.MenuManager = this.ribbonControl;
393 393
            this.checkComboBoxLineNumberLocation.Name = "checkComboBoxLineNumberLocation";
394 394
            this.checkComboBoxLineNumberLocation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
399 399
            // 
400 400
            // checkComboBoxNoteLocation
401 401
            // 
402
            this.checkComboBoxNoteLocation.Location = new System.Drawing.Point(538, 170);
402
            this.checkComboBoxNoteLocation.Location = new System.Drawing.Point(538, 169);
403 403
            this.checkComboBoxNoteLocation.MenuManager = this.ribbonControl;
404 404
            this.checkComboBoxNoteLocation.Name = "checkComboBoxNoteLocation";
405 405
            this.checkComboBoxNoteLocation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
410 410
            // 
411 411
            // checkComboBoxTextLocation
412 412
            // 
413
            this.checkComboBoxTextLocation.Location = new System.Drawing.Point(538, 146);
413
            this.checkComboBoxTextLocation.Location = new System.Drawing.Point(538, 145);
414 414
            this.checkComboBoxTextLocation.MenuManager = this.ribbonControl;
415 415
            this.checkComboBoxTextLocation.Name = "checkComboBoxTextLocation";
416 416
            this.checkComboBoxTextLocation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
422 422
            // btnImageRefresh
423 423
            // 
424 424
            this.btnImageRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImageRefresh.ImageOptions.SvgImage")));
425
            this.btnImageRefresh.Location = new System.Drawing.Point(832, 567);
425
            this.btnImageRefresh.Location = new System.Drawing.Point(825, 564);
426 426
            this.btnImageRefresh.Name = "btnImageRefresh";
427
            this.btnImageRefresh.Size = new System.Drawing.Size(279, 36);
427
            this.btnImageRefresh.Size = new System.Drawing.Size(286, 38);
428 428
            this.btnImageRefresh.StyleController = this.layoutControl1;
429 429
            this.btnImageRefresh.TabIndex = 27;
430 430
            this.btnImageRefresh.Text = "Refresh SPPID Image";
......
432 432
            // 
433 433
            // textBoxDrainValveSize
434 434
            // 
435
            this.textBoxDrainValveSize.Location = new System.Drawing.Point(184, 304);
435
            this.textBoxDrainValveSize.Location = new System.Drawing.Point(184, 303);
436 436
            this.textBoxDrainValveSize.MenuManager = this.ribbonControl;
437 437
            this.textBoxDrainValveSize.Name = "textBoxDrainValveSize";
438 438
            this.textBoxDrainValveSize.Size = new System.Drawing.Size(596, 20);
......
441 441
            // 
442 442
            // textBoxNoteSymbolPath
443 443
            // 
444
            this.textBoxNoteSymbolPath.Location = new System.Drawing.Point(184, 170);
444
            this.textBoxNoteSymbolPath.Location = new System.Drawing.Point(184, 169);
445 445
            this.textBoxNoteSymbolPath.MenuManager = this.ribbonControl;
446 446
            this.textBoxNoteSymbolPath.Name = "textBoxNoteSymbolPath";
447 447
            this.textBoxNoteSymbolPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
453 453
            // 
454 454
            // textBoxTextSymbolPath
455 455
            // 
456
            this.textBoxTextSymbolPath.Location = new System.Drawing.Point(184, 146);
456
            this.textBoxTextSymbolPath.Location = new System.Drawing.Point(184, 145);
457 457
            this.textBoxTextSymbolPath.MenuManager = this.ribbonControl;
458 458
            this.textBoxTextSymbolPath.Name = "textBoxTextSymbolPath";
459 459
            this.textBoxTextSymbolPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
465 465
            // 
466 466
            // textBoxLineNumberPath
467 467
            // 
468
            this.textBoxLineNumberPath.Location = new System.Drawing.Point(208, 79);
468
            this.textBoxLineNumberPath.Location = new System.Drawing.Point(208, 78);
469 469
            this.textBoxLineNumberPath.MenuManager = this.ribbonControl;
470 470
            this.textBoxLineNumberPath.Name = "textBoxLineNumberPath";
471 471
            this.textBoxLineNumberPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
478 478
            // 
479 479
            // gridControlLineNumber
480 480
            // 
481
            this.gridControlLineNumber.Location = new System.Drawing.Point(36, 103);
481
            this.gridControlLineNumber.Location = new System.Drawing.Point(36, 102);
482 482
            this.gridControlLineNumber.MainView = this.gridViewLineNumber;
483 483
            this.gridControlLineNumber.MenuManager = this.ribbonControl;
484 484
            this.gridControlLineNumber.Name = "gridControlLineNumber";
485
            this.gridControlLineNumber.Size = new System.Drawing.Size(744, 608);
485
            this.gridControlLineNumber.Size = new System.Drawing.Size(744, 614);
486 486
            this.gridControlLineNumber.TabIndex = 21;
487 487
            this.gridControlLineNumber.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
488 488
            this.gridViewLineNumber});
......
497 497
            // btnClose
498 498
            // 
499 499
            this.btnClose.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnClose.ImageOptions.SvgImage")));
500
            this.btnClose.Location = new System.Drawing.Point(1037, 739);
500
            this.btnClose.Location = new System.Drawing.Point(1037, 744);
501 501
            this.btnClose.Name = "btnClose";
502 502
            this.btnClose.Size = new System.Drawing.Size(86, 36);
503 503
            this.btnClose.StyleController = this.layoutControl1;
......
507 507
            // 
508 508
            // gridControlAttribute
509 509
            // 
510
            this.gridControlAttribute.Location = new System.Drawing.Point(36, 79);
510
            this.gridControlAttribute.Location = new System.Drawing.Point(36, 78);
511 511
            this.gridControlAttribute.MainView = this.gridViewAttribute;
512 512
            this.gridControlAttribute.MenuManager = this.ribbonControl;
513 513
            this.gridControlAttribute.Name = "gridControlAttribute";
514
            this.gridControlAttribute.Size = new System.Drawing.Size(744, 632);
514
            this.gridControlAttribute.Size = new System.Drawing.Size(744, 638);
515 515
            this.gridControlAttribute.TabIndex = 19;
516 516
            this.gridControlAttribute.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
517 517
            this.gridViewAttribute});
......
525 525
            // 
526 526
            // gridControlLine
527 527
            // 
528
            this.gridControlLine.Location = new System.Drawing.Point(36, 79);
528
            this.gridControlLine.Location = new System.Drawing.Point(36, 78);
529 529
            this.gridControlLine.MainView = this.gridViewLine;
530 530
            this.gridControlLine.MenuManager = this.ribbonControl;
531 531
            this.gridControlLine.Name = "gridControlLine";
532
            this.gridControlLine.Size = new System.Drawing.Size(744, 632);
532
            this.gridControlLine.Size = new System.Drawing.Size(744, 638);
533 533
            this.gridControlLine.TabIndex = 18;
534 534
            this.gridControlLine.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
535 535
            this.gridViewLine});
......
543 543
            // 
544 544
            // gridControlSymbol
545 545
            // 
546
            this.gridControlSymbol.Location = new System.Drawing.Point(36, 79);
546
            this.gridControlSymbol.Location = new System.Drawing.Point(36, 78);
547 547
            this.gridControlSymbol.MainView = this.gridViewSymbol;
548 548
            this.gridControlSymbol.MenuManager = this.ribbonControl;
549 549
            this.gridControlSymbol.Name = "gridControlSymbol";
550
            this.gridControlSymbol.Size = new System.Drawing.Size(744, 277);
550
            this.gridControlSymbol.Size = new System.Drawing.Size(744, 280);
551 551
            this.gridControlSymbol.TabIndex = 16;
552 552
            this.gridControlSymbol.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
553 553
            this.gridViewSymbol});
......
563 563
            // 
564 564
            // pictureEditSPPIDSymbol
565 565
            // 
566
            this.pictureEditSPPIDSymbol.Location = new System.Drawing.Point(844, 333);
566
            this.pictureEditSPPIDSymbol.Location = new System.Drawing.Point(837, 328);
567 567
            this.pictureEditSPPIDSymbol.MenuManager = this.ribbonControl;
568 568
            this.pictureEditSPPIDSymbol.Name = "pictureEditSPPIDSymbol";
569 569
            this.pictureEditSPPIDSymbol.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
570 570
            this.pictureEditSPPIDSymbol.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
571
            this.pictureEditSPPIDSymbol.Size = new System.Drawing.Size(255, 218);
571
            this.pictureEditSPPIDSymbol.Size = new System.Drawing.Size(262, 220);
572 572
            this.pictureEditSPPIDSymbol.StyleController = this.layoutControl1;
573 573
            this.pictureEditSPPIDSymbol.TabIndex = 15;
574 574
            // 
575 575
            // btnSave
576 576
            // 
577 577
            this.btnSave.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSave.ImageOptions.SvgImage")));
578
            this.btnSave.Location = new System.Drawing.Point(934, 739);
578
            this.btnSave.Location = new System.Drawing.Point(934, 744);
579 579
            this.btnSave.Name = "btnSave";
580 580
            this.btnSave.Size = new System.Drawing.Size(84, 36);
581 581
            this.btnSave.StyleController = this.layoutControl1;
......
586 586
            // treeListSPPIDTreeList
587 587
            // 
588 588
            this.treeListSPPIDTreeList.Cursor = System.Windows.Forms.Cursors.Default;
589
            this.treeListSPPIDTreeList.Location = new System.Drawing.Point(832, 43);
589
            this.treeListSPPIDTreeList.Location = new System.Drawing.Point(825, 43);
590 590
            this.treeListSPPIDTreeList.Name = "treeListSPPIDTreeList";
591
            this.treeListSPPIDTreeList.Size = new System.Drawing.Size(279, 243);
591
            this.treeListSPPIDTreeList.OptionsView.ShowAutoFilterRow = true;
592
            this.treeListSPPIDTreeList.Size = new System.Drawing.Size(286, 245);
592 593
            this.treeListSPPIDTreeList.TabIndex = 12;
593 594
            this.treeListSPPIDTreeList.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListSPPIDTreeList_FocusedNodeChanged);
594 595
            this.treeListSPPIDTreeList.DoubleClick += new System.EventHandler(this.treeListSPPIDTreeList_DoubleClick);
595 596
            // 
596 597
            // pictureEditID2Symbol
597 598
            // 
598
            this.pictureEditID2Symbol.Location = new System.Drawing.Point(36, 415);
599
            this.pictureEditID2Symbol.Location = new System.Drawing.Point(36, 410);
599 600
            this.pictureEditID2Symbol.MenuManager = this.ribbonControl;
600 601
            this.pictureEditID2Symbol.Name = "pictureEditID2Symbol";
601 602
            this.pictureEditID2Symbol.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
602 603
            this.pictureEditID2Symbol.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
603
            this.pictureEditID2Symbol.Size = new System.Drawing.Size(379, 296);
604
            this.pictureEditID2Symbol.Size = new System.Drawing.Size(379, 306);
604 605
            this.pictureEditID2Symbol.StyleController = this.layoutControl1;
605 606
            this.pictureEditID2Symbol.TabIndex = 4;
606 607
            // 
607 608
            // pictureEditMapped
608 609
            // 
609
            this.pictureEditMapped.Location = new System.Drawing.Point(455, 415);
610
            this.pictureEditMapped.Location = new System.Drawing.Point(448, 410);
610 611
            this.pictureEditMapped.MenuManager = this.ribbonControl;
611 612
            this.pictureEditMapped.Name = "pictureEditMapped";
612 613
            this.pictureEditMapped.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
613 614
            this.pictureEditMapped.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
614
            this.pictureEditMapped.Size = new System.Drawing.Size(325, 296);
615
            this.pictureEditMapped.Size = new System.Drawing.Size(332, 306);
615 616
            this.pictureEditMapped.StyleController = this.layoutControl1;
616 617
            this.pictureEditMapped.TabIndex = 5;
617 618
            // 
618 619
            // checkEditSnapGrid
619 620
            // 
620 621
            this.checkEditSnapGrid.EditValue = true;
621
            this.checkEditSnapGrid.Location = new System.Drawing.Point(36, 79);
622
            this.checkEditSnapGrid.Location = new System.Drawing.Point(36, 78);
622 623
            this.checkEditSnapGrid.MenuManager = this.ribbonControl;
623 624
            this.checkEditSnapGrid.Name = "checkEditSnapGrid";
624 625
            this.checkEditSnapGrid.Properties.Caption = "Use Snap Grid";
......
629 630
            // 
630 631
            // textBoxFlowMarkSymbolPath
631 632
            // 
632
            this.textBoxFlowMarkSymbolPath.Location = new System.Drawing.Point(184, 237);
633
            this.textBoxFlowMarkSymbolPath.Location = new System.Drawing.Point(184, 236);
633 634
            this.textBoxFlowMarkSymbolPath.MenuManager = this.ribbonControl;
634 635
            this.textBoxFlowMarkSymbolPath.Name = "textBoxFlowMarkSymbolPath";
635 636
            this.textBoxFlowMarkSymbolPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
641 642
            // 
642 643
            // btnBorder
643 644
            // 
644
            this.btnBorder.Location = new System.Drawing.Point(184, 79);
645
            this.btnBorder.Location = new System.Drawing.Point(184, 78);
645 646
            this.btnBorder.MenuManager = this.ribbonControl;
646 647
            this.btnBorder.Name = "btnBorder";
647 648
            this.btnBorder.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
664 665
            this.layoutControlItem4,
665 666
            this.emptySpaceItem1});
666 667
            this.Root.Name = "Root";
667
            this.Root.Size = new System.Drawing.Size(1135, 787);
668
            this.Root.Size = new System.Drawing.Size(1135, 792);
668 669
            this.Root.TextVisible = false;
669 670
            // 
670 671
            // layoutControlGroup2
......
677 678
            this.layoutControlItem25,
678 679
            this.layoutControlItem26,
679 680
            this.layoutControlItem27});
680
            this.layoutControlGroup2.Location = new System.Drawing.Point(808, 0);
681
            this.layoutControlGroup2.Location = new System.Drawing.Point(801, 0);
681 682
            this.layoutControlGroup2.Name = "layoutControlGroup2";
682
            this.layoutControlGroup2.Size = new System.Drawing.Size(307, 727);
683
            this.layoutControlGroup2.Size = new System.Drawing.Size(314, 732);
683 684
            this.layoutControlGroup2.Text = "SPPID Symbol";
684 685
            // 
685 686
            // layoutControlItem8
......
687 688
            this.layoutControlItem8.Control = this.treeListSPPIDTreeList;
688 689
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
689 690
            this.layoutControlItem8.Name = "layoutControlItem8";
690
            this.layoutControlItem8.Size = new System.Drawing.Size(283, 247);
691
            this.layoutControlItem8.Size = new System.Drawing.Size(290, 249);
691 692
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
692 693
            this.layoutControlItem8.TextVisible = false;
693 694
            // 
......
695 696
            // 
696 697
            this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
697 698
            this.layoutControlItem9});
698
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 259);
699
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 254);
699 700
            this.layoutControlGroup5.Name = "layoutControlGroup5";
700
            this.layoutControlGroup5.Size = new System.Drawing.Size(283, 265);
701
            this.layoutControlGroup5.Size = new System.Drawing.Size(290, 267);
701 702
            this.layoutControlGroup5.Text = "SPPID Image";
702 703
            // 
703 704
            // layoutControlItem9
......
705 706
            this.layoutControlItem9.Control = this.pictureEditSPPIDSymbol;
706 707
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
707 708
            this.layoutControlItem9.Name = "layoutControlItem9";
708
            this.layoutControlItem9.Size = new System.Drawing.Size(259, 222);
709
            this.layoutControlItem9.Size = new System.Drawing.Size(266, 224);
709 710
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
710 711
            this.layoutControlItem9.TextVisible = false;
711 712
            // 
712 713
            // splitterItem5
713 714
            // 
714 715
            this.splitterItem5.AllowHotTrack = true;
715
            this.splitterItem5.Location = new System.Drawing.Point(0, 247);
716
            this.splitterItem5.Location = new System.Drawing.Point(0, 249);
716 717
            this.splitterItem5.Name = "splitterItem5";
717
            this.splitterItem5.Size = new System.Drawing.Size(283, 12);
718
            this.splitterItem5.Size = new System.Drawing.Size(290, 5);
718 719
            // 
719 720
            // layoutControlItem15
720 721
            // 
721 722
            this.layoutControlItem15.Control = this.btnImageRefresh;
722
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 524);
723
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 521);
723 724
            this.layoutControlItem15.Name = "layoutControlItem15";
724
            this.layoutControlItem15.Size = new System.Drawing.Size(283, 40);
725
            this.layoutControlItem15.Size = new System.Drawing.Size(290, 42);
725 726
            this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
726 727
            this.layoutControlItem15.TextVisible = false;
727 728
            // 
728 729
            // layoutControlItem25
729 730
            // 
730 731
            this.layoutControlItem25.Control = this.btnExportExcel;
731
            this.layoutControlItem25.Location = new System.Drawing.Point(0, 564);
732
            this.layoutControlItem25.Location = new System.Drawing.Point(0, 563);
732 733
            this.layoutControlItem25.Name = "layoutControlItem25";
733
            this.layoutControlItem25.Size = new System.Drawing.Size(283, 40);
734
            this.layoutControlItem25.Size = new System.Drawing.Size(290, 42);
734 735
            this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
735 736
            this.layoutControlItem25.TextVisible = false;
736 737
            // 
737 738
            // layoutControlItem26
738 739
            // 
739 740
            this.layoutControlItem26.Control = this.btnExportData;
740
            this.layoutControlItem26.Location = new System.Drawing.Point(0, 604);
741
            this.layoutControlItem26.Location = new System.Drawing.Point(0, 605);
741 742
            this.layoutControlItem26.Name = "layoutControlItem26";
742
            this.layoutControlItem26.Size = new System.Drawing.Size(283, 40);
743
            this.layoutControlItem26.Size = new System.Drawing.Size(290, 42);
743 744
            this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0);
744 745
            this.layoutControlItem26.TextVisible = false;
745 746
            // 
746 747
            // layoutControlItem27
747 748
            // 
748 749
            this.layoutControlItem27.Control = this.btnImportData;
749
            this.layoutControlItem27.Location = new System.Drawing.Point(0, 644);
750
            this.layoutControlItem27.Location = new System.Drawing.Point(0, 647);
750 751
            this.layoutControlItem27.Name = "layoutControlItem27";
751
            this.layoutControlItem27.Size = new System.Drawing.Size(283, 40);
752
            this.layoutControlItem27.Size = new System.Drawing.Size(290, 42);
752 753
            this.layoutControlItem27.TextSize = new System.Drawing.Size(0, 0);
753 754
            this.layoutControlItem27.TextVisible = false;
754 755
            // 
755 756
            // emptySpaceItem2
756 757
            // 
757 758
            this.emptySpaceItem2.AllowHotTrack = false;
758
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 727);
759
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 732);
759 760
            this.emptySpaceItem2.Name = "emptySpaceItem2";
760 761
            this.emptySpaceItem2.Size = new System.Drawing.Size(922, 40);
761 762
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
......
765 766
            this.splitterItem3.AllowHotTrack = true;
766 767
            this.splitterItem3.Location = new System.Drawing.Point(796, 0);
767 768
            this.splitterItem3.Name = "splitterItem3";
768
            this.splitterItem3.Size = new System.Drawing.Size(12, 727);
769
            this.splitterItem3.Size = new System.Drawing.Size(5, 732);
769 770
            // 
770 771
            // tabbedControlGroup
771 772
            // 
772 773
            this.tabbedControlGroup.Location = new System.Drawing.Point(0, 0);
773 774
            this.tabbedControlGroup.Name = "tabbedControlGroup";
774 775
            this.tabbedControlGroup.SelectedTabPage = this.GroupSymbol;
775
            this.tabbedControlGroup.Size = new System.Drawing.Size(796, 727);
776
            this.tabbedControlGroup.Size = new System.Drawing.Size(796, 732);
776 777
            this.tabbedControlGroup.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
777 778
            this.GroupSymbol,
778 779
            this.GroupLine,
......
791 792
            this.layoutControlGroup1});
792 793
            this.GroupSymbol.Location = new System.Drawing.Point(0, 0);
793 794
            this.GroupSymbol.Name = "GroupSymbol";
794
            this.GroupSymbol.Size = new System.Drawing.Size(772, 679);
795
            this.GroupSymbol.Size = new System.Drawing.Size(772, 685);
795 796
            this.GroupSymbol.Text = "Symbol";
796 797
            // 
797 798
            // splitterItem1
798 799
            // 
799 800
            this.splitterItem1.AllowHotTrack = true;
800
            this.splitterItem1.Location = new System.Drawing.Point(0, 324);
801
            this.splitterItem1.Location = new System.Drawing.Point(0, 327);
801 802
            this.splitterItem1.Name = "splitterItem1";
802
            this.splitterItem1.Size = new System.Drawing.Size(772, 12);
803
            this.splitterItem1.Size = new System.Drawing.Size(772, 5);
803 804
            // 
804 805
            // layoutControlGroup3
805 806
            // 
806 807
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
807 808
            this.layoutControlItem1});
808
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 336);
809
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 332);
809 810
            this.layoutControlGroup3.Name = "layoutControlGroup3";
810
            this.layoutControlGroup3.Size = new System.Drawing.Size(407, 343);
811
            this.layoutControlGroup3.Size = new System.Drawing.Size(407, 353);
811 812
            this.layoutControlGroup3.Text = "ID2 Image";
812 813
            // 
813 814
            // layoutControlItem1
......
815 816
            this.layoutControlItem1.Control = this.pictureEditID2Symbol;
816 817
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
817 818
            this.layoutControlItem1.Name = "layoutControlItem1";
818
            this.layoutControlItem1.Size = new System.Drawing.Size(383, 300);
819
            this.layoutControlItem1.Size = new System.Drawing.Size(383, 310);
819 820
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
820 821
            this.layoutControlItem1.TextVisible = false;
821 822
            // 
......
823 824
            // 
824 825
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
825 826
            this.layoutControlItem2});
826
            this.layoutControlGroup4.Location = new System.Drawing.Point(419, 336);
827
            this.layoutControlGroup4.Location = new System.Drawing.Point(412, 332);
827 828
            this.layoutControlGroup4.Name = "layoutControlGroup4";
828
            this.layoutControlGroup4.Size = new System.Drawing.Size(353, 343);
829
            this.layoutControlGroup4.Size = new System.Drawing.Size(360, 353);
829 830
            this.layoutControlGroup4.Text = "Mapped Image";
830 831
            // 
831 832
            // layoutControlItem2
......
833 834
            this.layoutControlItem2.Control = this.pictureEditMapped;
834 835
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
835 836
            this.layoutControlItem2.Name = "layoutControlItem2";
836
            this.layoutControlItem2.Size = new System.Drawing.Size(329, 300);
837
            this.layoutControlItem2.Size = new System.Drawing.Size(336, 310);
837 838
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
838 839
            this.layoutControlItem2.TextVisible = false;
839 840
            // 
840 841
            // splitterItem4
841 842
            // 
842 843
            this.splitterItem4.AllowHotTrack = true;
843
            this.splitterItem4.Location = new System.Drawing.Point(407, 336);
844
            this.splitterItem4.Location = new System.Drawing.Point(407, 332);
844 845
            this.splitterItem4.Name = "splitterItem4";
845
            this.splitterItem4.Size = new System.Drawing.Size(12, 343);
846
            this.splitterItem4.Size = new System.Drawing.Size(5, 353);
846 847
            // 
847 848
            // layoutControlGroup1
848 849
            // 
......
850 851
            this.layoutControlItem6});
851 852
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
852 853
            this.layoutControlGroup1.Name = "layoutControlGroup1";
853
            this.layoutControlGroup1.Size = new System.Drawing.Size(772, 324);
854
            this.layoutControlGroup1.Size = new System.Drawing.Size(772, 327);
854 855
            this.layoutControlGroup1.Text = "ID2 Symbol List";
855 856
            // 
856 857
            // layoutControlItem6
......
858 859
            this.layoutControlItem6.Control = this.gridControlSymbol;
859 860
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
860 861
            this.layoutControlItem6.Name = "layoutControlItem6";
861
            this.layoutControlItem6.Size = new System.Drawing.Size(748, 281);
862
            this.layoutControlItem6.Size = new System.Drawing.Size(748, 284);
862 863
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
863 864
            this.layoutControlItem6.TextVisible = false;
864 865
            // 
......
868 869
            this.layoutControlGroup6});
869 870
            this.GroupLine.Location = new System.Drawing.Point(0, 0);
870 871
            this.GroupLine.Name = "GroupLine";
871
            this.GroupLine.Size = new System.Drawing.Size(772, 679);
872
            this.GroupLine.Size = new System.Drawing.Size(772, 685);
872 873
            this.GroupLine.Text = "Line";
873 874
            // 
874 875
            // layoutControlGroup6
......
877 878
            this.layoutControlItem10});
878 879
            this.layoutControlGroup6.Location = new System.Drawing.Point(0, 0);
879 880
            this.layoutControlGroup6.Name = "layoutControlGroup6";
880
            this.layoutControlGroup6.Size = new System.Drawing.Size(772, 679);
881
            this.layoutControlGroup6.Size = new System.Drawing.Size(772, 685);
881 882
            this.layoutControlGroup6.Text = "ID2 Line List";
882 883
            // 
883 884
            // layoutControlItem10
......
885 886
            this.layoutControlItem10.Control = this.gridControlLine;
886 887
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
887 888
            this.layoutControlItem10.Name = "layoutControlItem10";
888
            this.layoutControlItem10.Size = new System.Drawing.Size(748, 636);
889
            this.layoutControlItem10.Size = new System.Drawing.Size(748, 642);
889 890
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
890 891
            this.layoutControlItem10.TextVisible = false;
891 892
            // 
......
895 896
            this.layoutControlGroup8});
896 897
            this.GroupLineNumber.Location = new System.Drawing.Point(0, 0);
897 898
            this.GroupLineNumber.Name = "GroupLineNumber";
898
            this.GroupLineNumber.Size = new System.Drawing.Size(772, 679);
899
            this.GroupLineNumber.Size = new System.Drawing.Size(772, 685);
899 900
            this.GroupLineNumber.Text = "Line Number";
900 901
            // 
901 902
            // layoutControlGroup8
......
906 907
            this.layoutControlItem18});
907 908
            this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
908 909
            this.layoutControlGroup8.Name = "layoutControlGroup8";
909
            this.layoutControlGroup8.Size = new System.Drawing.Size(772, 679);
910
            this.layoutControlGroup8.Size = new System.Drawing.Size(772, 685);
910 911
            this.layoutControlGroup8.Text = "ID2 Line Number";
911 912
            // 
912 913
            // layoutControlItem13
......
914 915
            this.layoutControlItem13.Control = this.gridControlLineNumber;
915 916
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 24);
916 917
            this.layoutControlItem13.Name = "layoutControlItem13";
917
            this.layoutControlItem13.Size = new System.Drawing.Size(748, 612);
918
            this.layoutControlItem13.Size = new System.Drawing.Size(748, 618);
918 919
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
919 920
            this.layoutControlItem13.TextVisible = false;
920 921
            // 
......
946 947
            this.layoutControlGroup7});
947 948
            this.GroupAttribute.Location = new System.Drawing.Point(0, 0);
948 949
            this.GroupAttribute.Name = "GroupAttribute";
949
            this.GroupAttribute.Size = new System.Drawing.Size(772, 679);
950
            this.GroupAttribute.Size = new System.Drawing.Size(772, 685);
950 951
            this.GroupAttribute.Text = "Attribute";
951 952
            // 
952 953
            // layoutControlGroup7
......
955 956
            this.layoutControlItem11});
956 957
            this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
957 958
            this.layoutControlGroup7.Name = "layoutControlGroup7";
958
            this.layoutControlGroup7.Size = new System.Drawing.Size(772, 679);
959
            this.layoutControlGroup7.Size = new System.Drawing.Size(772, 685);
959 960
            this.layoutControlGroup7.Text = "ID2 Attribute List";
960 961
            // 
961 962
            // layoutControlItem11
......
963 964
            this.layoutControlItem11.Control = this.gridControlAttribute;
964 965
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
965 966
            this.layoutControlItem11.Name = "layoutControlItem11";
966
            this.layoutControlItem11.Size = new System.Drawing.Size(748, 636);
967
            this.layoutControlItem11.Size = new System.Drawing.Size(748, 642);
967 968
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
968 969
            this.layoutControlItem11.TextVisible = false;
969 970
            // 
......
978 979
            this.layoutControlGroup14});
979 980
            this.GroupETCSetting.Location = new System.Drawing.Point(0, 0);
980 981
            this.GroupETCSetting.Name = "GroupETCSetting";
981
            this.GroupETCSetting.Size = new System.Drawing.Size(772, 679);
982
            this.GroupETCSetting.Size = new System.Drawing.Size(772, 685);
982 983
            this.GroupETCSetting.Text = "ETC Setting";
983 984
            // 
984 985
            // emptySpaceItem3
......
986 987
            this.emptySpaceItem3.AllowHotTrack = false;
987 988
            this.emptySpaceItem3.Location = new System.Drawing.Point(0, 359);
988 989
            this.emptySpaceItem3.Name = "emptySpaceItem3";
989
            this.emptySpaceItem3.Size = new System.Drawing.Size(772, 320);
990
            this.emptySpaceItem3.Size = new System.Drawing.Size(772, 326);
990 991
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
991 992
            // 
992 993
            // layoutControlGroup9
......
1120 1121
            this.layoutControlGroupSnapGrid});
1121 1122
            this.GroupGridSetting.Location = new System.Drawing.Point(0, 0);
1122 1123
            this.GroupGridSetting.Name = "GroupGridSetting";
1123
            this.GroupGridSetting.Size = new System.Drawing.Size(772, 679);
1124
            this.GroupGridSetting.Size = new System.Drawing.Size(772, 685);
1124 1125
            this.GroupGridSetting.Text = "Grid Setting";
1125 1126
            // 
1126 1127
            // emptySpaceItem4
......
1128 1129
            this.emptySpaceItem4.AllowHotTrack = false;
1129 1130
            this.emptySpaceItem4.Location = new System.Drawing.Point(0, 157);
1130 1131
            this.emptySpaceItem4.Name = "emptySpaceItem4";
1131
            this.emptySpaceItem4.Size = new System.Drawing.Size(772, 522);
1132
            this.emptySpaceItem4.Size = new System.Drawing.Size(772, 528);
1132 1133
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
1133 1134
            // 
1134 1135
            // layoutControlGroupSnapGrid
......
1201 1202
            // layoutControlItem12
1202 1203
            // 
1203 1204
            this.layoutControlItem12.Control = this.btnClose;
1204
            this.layoutControlItem12.Location = new System.Drawing.Point(1025, 727);
1205
            this.layoutControlItem12.Location = new System.Drawing.Point(1025, 732);
1205 1206
            this.layoutControlItem12.MaxSize = new System.Drawing.Size(90, 40);
1206 1207
            this.layoutControlItem12.MinSize = new System.Drawing.Size(90, 40);
1207 1208
            this.layoutControlItem12.Name = "layoutControlItem12";
......
1213 1214
            // layoutControlItem4
1214 1215
            // 
1215 1216
            this.layoutControlItem4.Control = this.btnSave;
1216
            this.layoutControlItem4.Location = new System.Drawing.Point(922, 727);
1217
            this.layoutControlItem4.Location = new System.Drawing.Point(922, 732);
1217 1218
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(88, 40);
1218 1219
            this.layoutControlItem4.MinSize = new System.Drawing.Size(88, 40);
1219 1220
            this.layoutControlItem4.Name = "layoutControlItem4";
......
1225 1226
            // emptySpaceItem1
1226 1227
            // 
1227 1228
            this.emptySpaceItem1.AllowHotTrack = false;
1228
            this.emptySpaceItem1.Location = new System.Drawing.Point(1010, 727);
1229
            this.emptySpaceItem1.Location = new System.Drawing.Point(1010, 732);
1229 1230
            this.emptySpaceItem1.MaxSize = new System.Drawing.Size(15, 40);
1230 1231
            this.emptySpaceItem1.MinSize = new System.Drawing.Size(15, 40);
1231 1232
            this.emptySpaceItem1.Name = "emptySpaceItem1";
DTI_PID/SPPIDConverter/Form/MappingForm.cs
158 158
                if (DBNull.Value.Equals(item["LEADERLINE"]))
159 159
                    item["LEADERLINE"] = false;
160 160
            }
161

  
161
            SPPIDAttributeDT.Columns["ITEMTYPE"].Caption = "Item Type";
162 162
            RepositoryItemLookUpEdit lookUpEdit = new RepositoryItemLookUpEdit();
163 163
            lookUpEdit.BeginInit();
164 164
            lookUpEdit.DataSource = SPPIDAttributeDT;

내보내기 Unified diff

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