프로젝트

일반

사용자정보

개정판 171f18d7

ID171f18d7cc621a4aa03e5bc5a6909fe5b08bbb0d
상위 1d02c891
하위 9811c0f3, 39938acd

유성호이(가) 일년 이상 전에 추가함

issue #0000
Project Manager > Convert 버튼 생성 및 이벤트 생성
- 마크업 convert에 필요한 버튼 생성

Change-Id: Ia560e3f7ac558edac8040ef4c1a4d2f04b7a3e5e

차이점 보기:

ID2.Manager/ID2.Manager/Main.Designer.cs
100 100
            this.radRibbonBarGroupExcel = new Telerik.WinControls.UI.RadRibbonBarGroup();
101 101
            this.radButtonElementExcelImport = new Telerik.WinControls.UI.RadButtonElement();
102 102
            this.radButtonElementExcelExport = new Telerik.WinControls.UI.RadButtonElement();
103
            this.radRibbonBarGroup2 = new Telerik.WinControls.UI.RadRibbonBarGroup();
104
            this.radButtonElementDelete = new Telerik.WinControls.UI.RadButtonElement();
103 105
            this.radButtonElementSaveCommand = new Telerik.WinControls.UI.RadButtonElement();
104 106
            this.radButtonElementRefreshCommand = new Telerik.WinControls.UI.RadButtonElement();
105 107
            this.LayoutMain = new System.Windows.Forms.TableLayoutPanel();
......
184 186
            this.DockValidation = new Telerik.WinControls.UI.Docking.DocumentWindow();
185 187
            this.LayoutValidation = new System.Windows.Forms.TableLayoutPanel();
186 188
            this.DockTabStripComment = new Telerik.WinControls.UI.Docking.ToolTabStrip();
187
            this.radRibbonBarGroup2 = new Telerik.WinControls.UI.RadRibbonBarGroup();
188
            this.radButtonElementDelete = new Telerik.WinControls.UI.RadButtonElement();
189
            this.radRibbonBarGroup3 = new Telerik.WinControls.UI.RadRibbonBarGroup();
190
            this.radButtonElementConvert = new Telerik.WinControls.UI.RadButtonElement();
189 191
            ((System.ComponentModel.ISupportInitialize)(this.ID2ManagerRadRibbonBar)).BeginInit();
190 192
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBarBackstageViewID2Manager)).BeginInit();
191 193
            this.radRibbonBarBackstageViewID2Manager.SuspendLayout();
......
404 406
            this.ribbonTabProjMgt.IsSelected = true;
405 407
            this.ribbonTabProjMgt.Items.AddRange(new Telerik.WinControls.RadItem[] {
406 408
            this.radRibbonBarGroupExcel,
407
            this.radRibbonBarGroup2});
409
            this.radRibbonBarGroup2,
410
            this.radRibbonBarGroup3});
408 411
            this.ribbonTabProjMgt.Name = "ribbonTabProjMgt";
409 412
            this.ribbonTabProjMgt.Text = "Project Manager";
410 413
            this.ribbonTabProjMgt.UseMnemonic = false;
......
433 436
            this.radButtonElementExcelExport.TextAlignment = System.Drawing.ContentAlignment.BottomCenter;
434 437
            this.radButtonElementExcelExport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
435 438
            // 
439
            // radRibbonBarGroup2
440
            // 
441
            this.radRibbonBarGroup2.Items.AddRange(new Telerik.WinControls.RadItem[] {
442
            this.radButtonElementDelete});
443
            this.radRibbonBarGroup2.Name = "radRibbonBarGroup2";
444
            this.radRibbonBarGroup2.Text = "Delete";
445
            // 
446
            // radButtonElementDelete
447
            // 
448
            this.radButtonElementDelete.Name = "radButtonElementDelete";
449
            this.radButtonElementDelete.Text = "<html> DWG <p> Delete </html>";
450
            // 
436 451
            // radButtonElementSaveCommand
437 452
            // 
438 453
            this.radButtonElementSaveCommand.Image = global::ID2.Manager.Properties.Resources.Save16x16;
......
483 498
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
484 499
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
485 500
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
486
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 74F));
501
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
487 502
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 2);
488 503
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 2);
489 504
            this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 2);
......
538 553
            this.radDropDownListFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
539 554
            this.radDropDownListFrReviewStatus.DropDownAnimationEnabled = true;
540 555
            this.radDropDownListFrReviewStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
541
            this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(360, 60);
556
            this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(359, 60);
542 557
            this.radDropDownListFrReviewStatus.Name = "radDropDownListFrReviewStatus";
543
            this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(121, 20);
558
            this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(120, 20);
544 559
            this.radDropDownListFrReviewStatus.TabIndex = 18;
545 560
            // 
546 561
            // radDropDownListToIsDiscussion
......
550 565
            this.radDropDownListToIsDiscussion.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
551 566
            this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 60);
552 567
            this.radDropDownListToIsDiscussion.Name = "radDropDownListToIsDiscussion";
553
            this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(121, 20);
568
            this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(120, 20);
554 569
            this.radDropDownListToIsDiscussion.TabIndex = 17;
555 570
            // 
556 571
            // radLabelFrReviewStatus
557 572
            // 
558 573
            this.radLabelFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
559 574
            this.radLabelFrReviewStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
560
            this.radLabelFrReviewStatus.Location = new System.Drawing.Point(274, 62);
575
            this.radLabelFrReviewStatus.Location = new System.Drawing.Point(273, 62);
561 576
            this.radLabelFrReviewStatus.Name = "radLabelFrReviewStatus";
562 577
            this.radLabelFrReviewStatus.Size = new System.Drawing.Size(59, 17);
563 578
            this.radLabelFrReviewStatus.TabIndex = 7;
......
587 602
            // 
588 603
            this.radLabelAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
589 604
            this.radLabelAVEVAStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
590
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(488, 90);
605
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(486, 90);
591 606
            this.radLabelAVEVAStatus.Name = "radLabelAVEVAStatus";
592 607
            this.radLabelAVEVAStatus.Size = new System.Drawing.Size(86, 17);
593 608
            this.radLabelAVEVAStatus.TabIndex = 8;
......
597 612
            // 
598 613
            this.radLabelJobLevel.Anchor = System.Windows.Forms.AnchorStyles.Left;
599 614
            this.radLabelJobLevel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
600
            this.radLabelJobLevel.Location = new System.Drawing.Point(488, 34);
615
            this.radLabelJobLevel.Location = new System.Drawing.Point(486, 34);
601 616
            this.radLabelJobLevel.Name = "radLabelJobLevel";
602 617
            this.radLabelJobLevel.Size = new System.Drawing.Size(47, 17);
603 618
            this.radLabelJobLevel.TabIndex = 7;
......
648 663
            this.radButtonSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
649 664
            this.radButtonSearch.Cursor = System.Windows.Forms.Cursors.Default;
650 665
            this.radButtonSearch.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
651
            this.radButtonSearch.Location = new System.Drawing.Point(923, 32);
666
            this.radButtonSearch.Location = new System.Drawing.Point(921, 32);
652 667
            this.radButtonSearch.Name = "radButtonSearch";
653 668
            this.tableLayoutPanelCondition.SetRowSpan(this.radButtonSearch, 5);
654 669
            this.radButtonSearch.Size = new System.Drawing.Size(54, 138);
......
662 677
            this.radDropDownListProject.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
663 678
            this.radDropDownListProject.Location = new System.Drawing.Point(146, 32);
664 679
            this.radDropDownListProject.Name = "radDropDownListProject";
665
            this.radDropDownListProject.Size = new System.Drawing.Size(121, 20);
680
            this.radDropDownListProject.Size = new System.Drawing.Size(120, 20);
666 681
            this.radDropDownListProject.TabIndex = 7;
667 682
            // 
668 683
            // radLabelDocumentNo
669 684
            // 
670 685
            this.radLabelDocumentNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
671 686
            this.radLabelDocumentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
672
            this.radLabelDocumentNo.Location = new System.Drawing.Point(702, 34);
687
            this.radLabelDocumentNo.Location = new System.Drawing.Point(699, 34);
673 688
            this.radLabelDocumentNo.Name = "radLabelDocumentNo";
674 689
            this.radLabelDocumentNo.Size = new System.Drawing.Size(52, 17);
675 690
            this.radLabelDocumentNo.TabIndex = 6;
......
678 693
            // radTextBoxDocumentNo
679 694
            // 
680 695
            this.radTextBoxDocumentNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
681
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(788, 32);
696
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(785, 32);
682 697
            this.radTextBoxDocumentNo.Name = "radTextBoxDocumentNo";
683
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(121, 20);
698
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(120, 20);
684 699
            this.radTextBoxDocumentNo.TabIndex = 8;
685 700
            // 
686 701
            // radLabelPersonInCharge
687 702
            // 
688 703
            this.radLabelPersonInCharge.Anchor = System.Windows.Forms.AnchorStyles.Left;
689 704
            this.radLabelPersonInCharge.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
690
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(274, 34);
705
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(273, 34);
691 706
            this.radLabelPersonInCharge.Name = "radLabelPersonInCharge";
692 707
            this.radLabelPersonInCharge.Size = new System.Drawing.Size(47, 17);
693 708
            this.radLabelPersonInCharge.TabIndex = 6;
......
698 713
            this.radDropDownListPersonInCharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
699 714
            this.radDropDownListPersonInCharge.DropDownAnimationEnabled = true;
700 715
            this.radDropDownListPersonInCharge.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
701
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(360, 32);
716
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(359, 32);
702 717
            this.radDropDownListPersonInCharge.Name = "radDropDownListPersonInCharge";
703
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(121, 20);
718
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(120, 20);
704 719
            this.radDropDownListPersonInCharge.TabIndex = 9;
705 720
            // 
706 721
            // radLabel1
......
718 733
            this.radDropDownListJobLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
719 734
            this.radDropDownListJobLevel.DropDownAnimationEnabled = true;
720 735
            this.radDropDownListJobLevel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
721
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(574, 32);
736
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(572, 32);
722 737
            this.radDropDownListJobLevel.Name = "radDropDownListJobLevel";
723
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(121, 20);
738
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(120, 20);
724 739
            this.radDropDownListJobLevel.TabIndex = 11;
725 740
            // 
726 741
            // radLabelID2Status
......
737 752
            // 
738 753
            this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.Left;
739 754
            this.radLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
740
            this.radLabel10.Location = new System.Drawing.Point(274, 118);
755
            this.radLabel10.Location = new System.Drawing.Point(273, 118);
741 756
            this.radLabel10.Name = "radLabel10";
742 757
            this.radLabel10.Size = new System.Drawing.Size(61, 17);
743 758
            this.radLabel10.TabIndex = 9;
......
750 765
            this.radDropDownListID2Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
751 766
            this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 88);
752 767
            this.radDropDownListID2Status.Name = "radDropDownListID2Status";
753
            this.radDropDownListID2Status.Size = new System.Drawing.Size(121, 20);
768
            this.radDropDownListID2Status.Size = new System.Drawing.Size(120, 20);
754 769
            this.radDropDownListID2Status.TabIndex = 13;
755 770
            // 
756 771
            // radDropDownListAVEVAStatus
......
758 773
            this.radDropDownListAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
759 774
            this.radDropDownListAVEVAStatus.DropDownAnimationEnabled = true;
760 775
            this.radDropDownListAVEVAStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
761
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(574, 88);
776
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(572, 88);
762 777
            this.radDropDownListAVEVAStatus.Name = "radDropDownListAVEVAStatus";
763
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(121, 20);
778
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(120, 20);
764 779
            this.radDropDownListAVEVAStatus.TabIndex = 14;
765 780
            // 
766 781
            // radDropDownListProdIsResult
......
770 785
            this.radDropDownListProdIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
771 786
            this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 116);
772 787
            this.radDropDownListProdIsResult.Name = "radDropDownListProdIsResult";
773
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(121, 20);
788
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(120, 20);
774 789
            this.radDropDownListProdIsResult.TabIndex = 15;
775 790
            // 
776 791
            // radDropDownListClientIsResult
......
778 793
            this.radDropDownListClientIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
779 794
            this.radDropDownListClientIsResult.DropDownAnimationEnabled = true;
780 795
            this.radDropDownListClientIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
781
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(360, 116);
796
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(359, 116);
782 797
            this.radDropDownListClientIsResult.Name = "radDropDownListClientIsResult";
783
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(121, 20);
798
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(120, 20);
784 799
            this.radDropDownListClientIsResult.TabIndex = 16;
785 800
            // 
786 801
            // radLabel6
......
797 812
            // 
798 813
            this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Left;
799 814
            this.radLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
800
            this.radLabel7.Location = new System.Drawing.Point(274, 148);
815
            this.radLabel7.Location = new System.Drawing.Point(273, 148);
801 816
            this.radLabel7.Name = "radLabel7";
802 817
            this.radLabel7.Size = new System.Drawing.Size(72, 17);
803 818
            this.radLabel7.TabIndex = 12;
......
820 835
            this.radDropDownListGateway.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
821 836
            this.radDropDownListGateway.Location = new System.Drawing.Point(146, 147);
822 837
            this.radDropDownListGateway.Name = "radDropDownListGateway";
823
            this.radDropDownListGateway.Size = new System.Drawing.Size(121, 20);
838
            this.radDropDownListGateway.Size = new System.Drawing.Size(120, 20);
824 839
            this.radDropDownListGateway.TabIndex = 19;
825 840
            // 
826 841
            // radDropDownListRegistration
......
828 843
            this.radDropDownListRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
829 844
            this.radDropDownListRegistration.DropDownAnimationEnabled = true;
830 845
            this.radDropDownListRegistration.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
831
            this.radDropDownListRegistration.Location = new System.Drawing.Point(360, 147);
846
            this.radDropDownListRegistration.Location = new System.Drawing.Point(359, 147);
832 847
            this.radDropDownListRegistration.Name = "radDropDownListRegistration";
833
            this.radDropDownListRegistration.Size = new System.Drawing.Size(121, 20);
848
            this.radDropDownListRegistration.Size = new System.Drawing.Size(120, 20);
834 849
            this.radDropDownListRegistration.TabIndex = 20;
835 850
            // 
836 851
            // radLabel8
......
922 937
            // 
923 938
            this.radLabelID2Issues.Anchor = System.Windows.Forms.AnchorStyles.Left;
924 939
            this.radLabelID2Issues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
925
            this.radLabelID2Issues.Location = new System.Drawing.Point(274, 90);
940
            this.radLabelID2Issues.Location = new System.Drawing.Point(273, 90);
926 941
            this.radLabelID2Issues.Name = "radLabelID2Issues";
927 942
            this.radLabelID2Issues.Size = new System.Drawing.Size(59, 17);
928 943
            this.radLabelID2Issues.TabIndex = 23;
......
932 947
            // 
933 948
            this.radLabelAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
934 949
            this.radLabelAVEVAIssues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
935
            this.radLabelAVEVAIssues.Location = new System.Drawing.Point(702, 90);
950
            this.radLabelAVEVAIssues.Location = new System.Drawing.Point(699, 90);
936 951
            this.radLabelAVEVAIssues.Name = "radLabelAVEVAIssues";
937 952
            this.radLabelAVEVAIssues.Size = new System.Drawing.Size(81, 17);
938 953
            this.radLabelAVEVAIssues.TabIndex = 24;
......
943 958
            this.radDropDownListID2Issues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
944 959
            this.radDropDownListID2Issues.DropDownAnimationEnabled = true;
945 960
            this.radDropDownListID2Issues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
946
            this.radDropDownListID2Issues.Location = new System.Drawing.Point(360, 88);
961
            this.radDropDownListID2Issues.Location = new System.Drawing.Point(359, 88);
947 962
            this.radDropDownListID2Issues.Name = "radDropDownListID2Issues";
948
            this.radDropDownListID2Issues.Size = new System.Drawing.Size(121, 20);
963
            this.radDropDownListID2Issues.Size = new System.Drawing.Size(120, 20);
949 964
            this.radDropDownListID2Issues.TabIndex = 25;
950 965
            // 
951 966
            // radDropDownListAVEVAIssues
......
953 968
            this.radDropDownListAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
954 969
            this.radDropDownListAVEVAIssues.DropDownAnimationEnabled = true;
955 970
            this.radDropDownListAVEVAIssues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
956
            this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(788, 88);
971
            this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(785, 88);
957 972
            this.radDropDownListAVEVAIssues.Name = "radDropDownListAVEVAIssues";
958
            this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(121, 20);
973
            this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(120, 20);
959 974
            this.radDropDownListAVEVAIssues.TabIndex = 26;
960 975
            // 
961 976
            // tableLayoutPanelGroup
......
1780 1795
            this.DockTabStripComment.TabIndex = 4;
1781 1796
            this.DockTabStripComment.TabStop = false;
1782 1797
            // 
1783
            // radRibbonBarGroup2
1798
            // radRibbonBarGroup3
1784 1799
            // 
1785
            this.radRibbonBarGroup2.Items.AddRange(new Telerik.WinControls.RadItem[] {
1786
            this.radButtonElementDelete});
1787
            this.radRibbonBarGroup2.Name = "radRibbonBarGroup2";
1788
            this.radRibbonBarGroup2.Text = "Delete";
1800
            this.radRibbonBarGroup3.Items.AddRange(new Telerik.WinControls.RadItem[] {
1801
            this.radButtonElementConvert});
1802
            this.radRibbonBarGroup3.Name = "radRibbonBarGroup3";
1803
            this.radRibbonBarGroup3.Text = "Markup";
1789 1804
            // 
1790
            // radButtonElementDelete
1805
            // radButtonElementConvert
1791 1806
            // 
1792
            this.radButtonElementDelete.Name = "radButtonElementDelete";
1793
            this.radButtonElementDelete.Text = "<html> DWG <p> Delete </html>";
1807
            this.radButtonElementConvert.Name = "radButtonElementConvert";
1808
            this.radButtonElementConvert.Text = "Convert";
1794 1809
            // 
1795 1810
            // Main
1796 1811
            // 
......
1998 2013
        private Telerik.WinControls.UI.RadDropDownList radDropDownListAVEVAIssues;
1999 2014
        private Telerik.WinControls.UI.RadRibbonBarGroup radRibbonBarGroup2;
2000 2015
        private Telerik.WinControls.UI.RadButtonElement radButtonElementDelete;
2016
        private Telerik.WinControls.UI.RadRibbonBarGroup radRibbonBarGroup3;
2017
        private Telerik.WinControls.UI.RadButtonElement radButtonElementConvert;
2001 2018
    }
2002 2019
}
ID2.Manager/ID2.Manager/Main.cs
90 90
            this.radButtonElementExcelImport.Click += RadButtonElementExcelImport_Click;
91 91
            this.radButtonElementExcelExport.Click += RadButtonElementExcelExport_Click;
92 92
            this.radButtonElementDelete.Click += RadButtonElementDelete_Click;
93
            this.radButtonElementConvert.Click += RadButtonElementConvert_Click;
93 94

  
94 95
            this.radButtonDateClear.Click += RadButtonDateClear_Click;
95 96

  
......
2121 2122
            }
2122 2123
        }
2123 2124

  
2125
        private void RadButtonElementConvert_Click(object sender, EventArgs e)
2126
        {
2127
            RadMessageBox.Show($"Markus Convert 실행!!", Globals.Name, MessageBoxButtons.OK, RadMessageIcon.Info);
2128
        }
2129

  
2124 2130
        #region Save event
2125 2131

  
2126 2132
        private void SetSaved()

내보내기 Unified diff

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