개정판 30835cf7
issue #0000 dock 수정
Change-Id: I2febc623018a085071d8f36c2ba88bac57015db7
ID2.Manager/ID2.Manager/DefalutDockLayout.xml | ||
---|---|---|
7 | 7 |
<Telerik.WinControls.UI.Docking.DocumentTabStrip SelectedIndex="1" Size="1013, 585" Location="0, 0" CausesValidation="False" Name="DockMainTabStrip" TabIndex="0" TabStop="False"> |
8 | 8 |
<SizeInfo SplitterCorrection="0, 0" AutoSizeScale="0, 0" /> |
9 | 9 |
<Controls> |
10 |
<Telerik.WinControls.UI.Docking.ToolWindow Caption="" PreviousDockState="Floating" Name="DockWindowMain" Size="1326, 771" Location="6, 26" AccessibleDescription="DockWindowMain" AccessibleName="DockWindowMain" Font="굴림, 9pt" Text="Main" />
|
|
10 |
<Telerik.WinControls.UI.Docking.ToolWindow Caption="" PreviousDockState="Floating" Name="DockWindowMain" Size="1001, 553" Location="6, 26" AccessibleDescription="DockWindowMain" AccessibleName="DockWindowMain" Font="굴림, 9pt" Text="Main" />
|
|
11 | 11 |
<Telerik.WinControls.UI.Docking.DocumentWindow IsPinned="False" CloseAction="Hide" PreviousDockState="Floating" Name="DockValidation" Size="1001, 550" Location="6, 29" AccessibleDescription="DockValidation" AccessibleName="DockValidation" Font="굴림, 9pt" Text="Validation" /> |
12 | 12 |
</Controls> |
13 | 13 |
</Telerik.WinControls.UI.Docking.DocumentTabStrip> |
ID2.Manager/ID2.Manager/Main.Designer.cs | ||
---|---|---|
442 | 442 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
443 | 443 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
444 | 444 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
445 |
this.LayoutMain.Size = new System.Drawing.Size(1326, 771);
|
|
445 |
this.LayoutMain.Size = new System.Drawing.Size(1009, 598);
|
|
446 | 446 |
this.LayoutMain.TabIndex = 0; |
447 | 447 |
// |
448 | 448 |
// tableLayoutPanelCondition |
... | ... | |
459 | 459 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
460 | 460 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F)); |
461 | 461 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
462 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 303F));
|
|
462 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 305F));
|
|
463 | 463 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 1); |
464 | 464 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 1); |
465 | 465 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 1); |
... | ... | |
501 | 501 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.83333F)); |
502 | 502 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.83333F)); |
503 | 503 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
504 |
this.tableLayoutPanelCondition.Size = new System.Drawing.Size(1305, 144);
|
|
504 |
this.tableLayoutPanelCondition.Size = new System.Drawing.Size(988, 144);
|
|
505 | 505 |
this.tableLayoutPanelCondition.TabIndex = 6; |
506 | 506 |
// |
507 | 507 |
// radDropDownListFrReviewStatus |
... | ... | |
509 | 509 |
this.radDropDownListFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
510 | 510 |
this.radDropDownListFrReviewStatus.DropDownAnimationEnabled = true; |
511 | 511 |
this.radDropDownListFrReviewStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
512 |
this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(382, 34);
|
|
512 |
this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(302, 34);
|
|
513 | 513 |
this.radDropDownListFrReviewStatus.Name = "radDropDownListFrReviewStatus"; |
514 |
this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(143, 20);
|
|
514 |
this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(63, 20);
|
|
515 | 515 |
this.radDropDownListFrReviewStatus.TabIndex = 18; |
516 | 516 |
// |
517 | 517 |
// radDropDownListToIsDiscussion |
... | ... | |
521 | 521 |
this.radDropDownListToIsDiscussion.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
522 | 522 |
this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 34); |
523 | 523 |
this.radDropDownListToIsDiscussion.Name = "radDropDownListToIsDiscussion"; |
524 |
this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(143, 20);
|
|
524 |
this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(63, 20);
|
|
525 | 525 |
this.radDropDownListToIsDiscussion.TabIndex = 17; |
526 | 526 |
// |
527 | 527 |
// radLabelFrReviewStatus |
528 | 528 |
// |
529 | 529 |
this.radLabelFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
530 | 530 |
this.radLabelFrReviewStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
531 |
this.radLabelFrReviewStatus.Location = new System.Drawing.Point(296, 35);
|
|
531 |
this.radLabelFrReviewStatus.Location = new System.Drawing.Point(216, 35);
|
|
532 | 532 |
this.radLabelFrReviewStatus.Name = "radLabelFrReviewStatus"; |
533 | 533 |
this.radLabelFrReviewStatus.Size = new System.Drawing.Size(59, 17); |
534 | 534 |
this.radLabelFrReviewStatus.TabIndex = 7; |
... | ... | |
558 | 558 |
// |
559 | 559 |
this.radLabelAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
560 | 560 |
this.radLabelAVEVAStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
561 |
this.radLabelAVEVAStatus.Location = new System.Drawing.Point(296, 64);
|
|
561 |
this.radLabelAVEVAStatus.Location = new System.Drawing.Point(216, 64);
|
|
562 | 562 |
this.radLabelAVEVAStatus.Name = "radLabelAVEVAStatus"; |
563 | 563 |
this.radLabelAVEVAStatus.Size = new System.Drawing.Size(86, 17); |
564 | 564 |
this.radLabelAVEVAStatus.TabIndex = 8; |
... | ... | |
568 | 568 |
// |
569 | 569 |
this.radLabelIsID2Work.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
570 | 570 |
this.radLabelIsID2Work.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
571 |
this.radLabelIsID2Work.Location = new System.Drawing.Point(532, 35);
|
|
571 |
this.radLabelIsID2Work.Location = new System.Drawing.Point(372, 35);
|
|
572 | 572 |
this.radLabelIsID2Work.Name = "radLabelIsID2Work"; |
573 | 573 |
this.radLabelIsID2Work.Size = new System.Drawing.Size(80, 17); |
574 | 574 |
this.radLabelIsID2Work.TabIndex = 6; |
... | ... | |
578 | 578 |
// |
579 | 579 |
this.radLabelJobLevel.Anchor = System.Windows.Forms.AnchorStyles.Left; |
580 | 580 |
this.radLabelJobLevel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
581 |
this.radLabelJobLevel.Location = new System.Drawing.Point(532, 6);
|
|
581 |
this.radLabelJobLevel.Location = new System.Drawing.Point(372, 6);
|
|
582 | 582 |
this.radLabelJobLevel.Name = "radLabelJobLevel"; |
583 | 583 |
this.radLabelJobLevel.Size = new System.Drawing.Size(47, 17); |
584 | 584 |
this.radLabelJobLevel.TabIndex = 7; |
... | ... | |
629 | 629 |
this.radButtonSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); |
630 | 630 |
this.radButtonSearch.Cursor = System.Windows.Forms.Cursors.Default; |
631 | 631 |
this.radButtonSearch.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
632 |
this.radButtonSearch.Location = new System.Drawing.Point(1125, 4);
|
|
632 |
this.radButtonSearch.Location = new System.Drawing.Point(807, 4);
|
|
633 | 633 |
this.radButtonSearch.Name = "radButtonSearch"; |
634 | 634 |
this.tableLayoutPanelCondition.SetRowSpan(this.radButtonSearch, 5); |
635 | 635 |
this.radButtonSearch.Size = new System.Drawing.Size(54, 136); |
... | ... | |
643 | 643 |
this.radDropDownListProject.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
644 | 644 |
this.radDropDownListProject.Location = new System.Drawing.Point(146, 5); |
645 | 645 |
this.radDropDownListProject.Name = "radDropDownListProject"; |
646 |
this.radDropDownListProject.Size = new System.Drawing.Size(143, 20);
|
|
646 |
this.radDropDownListProject.Size = new System.Drawing.Size(63, 20);
|
|
647 | 647 |
this.radDropDownListProject.TabIndex = 7; |
648 | 648 |
// |
649 | 649 |
// radLabelDocumentNo |
650 | 650 |
// |
651 | 651 |
this.radLabelDocumentNo.Anchor = System.Windows.Forms.AnchorStyles.Left; |
652 | 652 |
this.radLabelDocumentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
653 |
this.radLabelDocumentNo.Location = new System.Drawing.Point(768, 6);
|
|
653 |
this.radLabelDocumentNo.Location = new System.Drawing.Point(528, 6);
|
|
654 | 654 |
this.radLabelDocumentNo.Name = "radLabelDocumentNo"; |
655 | 655 |
this.radLabelDocumentNo.Size = new System.Drawing.Size(49, 17); |
656 | 656 |
this.radLabelDocumentNo.TabIndex = 6; |
... | ... | |
659 | 659 |
// radTextBoxDocumentNo |
660 | 660 |
// |
661 | 661 |
this.radTextBoxDocumentNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
662 |
this.radTextBoxDocumentNo.Location = new System.Drawing.Point(854, 5);
|
|
662 |
this.radTextBoxDocumentNo.Location = new System.Drawing.Point(614, 5);
|
|
663 | 663 |
this.radTextBoxDocumentNo.Name = "radTextBoxDocumentNo"; |
664 |
this.radTextBoxDocumentNo.Size = new System.Drawing.Size(143, 20);
|
|
664 |
this.radTextBoxDocumentNo.Size = new System.Drawing.Size(63, 20);
|
|
665 | 665 |
this.radTextBoxDocumentNo.TabIndex = 8; |
666 | 666 |
// |
667 | 667 |
// radLabelPersonInCharge |
668 | 668 |
// |
669 | 669 |
this.radLabelPersonInCharge.Anchor = System.Windows.Forms.AnchorStyles.Left; |
670 | 670 |
this.radLabelPersonInCharge.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
671 |
this.radLabelPersonInCharge.Location = new System.Drawing.Point(296, 6);
|
|
671 |
this.radLabelPersonInCharge.Location = new System.Drawing.Point(216, 6);
|
|
672 | 672 |
this.radLabelPersonInCharge.Name = "radLabelPersonInCharge"; |
673 | 673 |
this.radLabelPersonInCharge.Size = new System.Drawing.Size(47, 17); |
674 | 674 |
this.radLabelPersonInCharge.TabIndex = 6; |
... | ... | |
679 | 679 |
this.radDropDownListPersonInCharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
680 | 680 |
this.radDropDownListPersonInCharge.DropDownAnimationEnabled = true; |
681 | 681 |
this.radDropDownListPersonInCharge.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
682 |
this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(382, 5);
|
|
682 |
this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(302, 5);
|
|
683 | 683 |
this.radDropDownListPersonInCharge.Name = "radDropDownListPersonInCharge"; |
684 |
this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(143, 20);
|
|
684 |
this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(63, 20);
|
|
685 | 685 |
this.radDropDownListPersonInCharge.TabIndex = 9; |
686 | 686 |
// |
687 | 687 |
// radLabel1 |
... | ... | |
699 | 699 |
this.radDropDownListJobLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
700 | 700 |
this.radDropDownListJobLevel.DropDownAnimationEnabled = true; |
701 | 701 |
this.radDropDownListJobLevel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
702 |
this.radDropDownListJobLevel.Location = new System.Drawing.Point(618, 5);
|
|
702 |
this.radDropDownListJobLevel.Location = new System.Drawing.Point(458, 5);
|
|
703 | 703 |
this.radDropDownListJobLevel.Name = "radDropDownListJobLevel"; |
704 |
this.radDropDownListJobLevel.Size = new System.Drawing.Size(143, 20);
|
|
704 |
this.radDropDownListJobLevel.Size = new System.Drawing.Size(63, 20);
|
|
705 | 705 |
this.radDropDownListJobLevel.TabIndex = 11; |
706 | 706 |
// |
707 | 707 |
// radLabelID2Status |
... | ... | |
718 | 718 |
// |
719 | 719 |
this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.Left; |
720 | 720 |
this.radLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
721 |
this.radLabel10.Location = new System.Drawing.Point(296, 93);
|
|
721 |
this.radLabel10.Location = new System.Drawing.Point(216, 93);
|
|
722 | 722 |
this.radLabel10.Name = "radLabel10"; |
723 | 723 |
this.radLabel10.Size = new System.Drawing.Size(61, 17); |
724 | 724 |
this.radLabel10.TabIndex = 9; |
... | ... | |
729 | 729 |
this.radDropDownListIsID2Work.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
730 | 730 |
this.radDropDownListIsID2Work.DropDownAnimationEnabled = true; |
731 | 731 |
this.radDropDownListIsID2Work.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
732 |
this.radDropDownListIsID2Work.Location = new System.Drawing.Point(618, 34);
|
|
732 |
this.radDropDownListIsID2Work.Location = new System.Drawing.Point(458, 34);
|
|
733 | 733 |
this.radDropDownListIsID2Work.Name = "radDropDownListIsID2Work"; |
734 |
this.radDropDownListIsID2Work.Size = new System.Drawing.Size(143, 20);
|
|
734 |
this.radDropDownListIsID2Work.Size = new System.Drawing.Size(63, 20);
|
|
735 | 735 |
this.radDropDownListIsID2Work.TabIndex = 12; |
736 | 736 |
// |
737 | 737 |
// radDropDownListID2Status |
... | ... | |
741 | 741 |
this.radDropDownListID2Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
742 | 742 |
this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 63); |
743 | 743 |
this.radDropDownListID2Status.Name = "radDropDownListID2Status"; |
744 |
this.radDropDownListID2Status.Size = new System.Drawing.Size(143, 20);
|
|
744 |
this.radDropDownListID2Status.Size = new System.Drawing.Size(63, 20);
|
|
745 | 745 |
this.radDropDownListID2Status.TabIndex = 13; |
746 | 746 |
// |
747 | 747 |
// radDropDownListAVEVAStatus |
... | ... | |
749 | 749 |
this.radDropDownListAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
750 | 750 |
this.radDropDownListAVEVAStatus.DropDownAnimationEnabled = true; |
751 | 751 |
this.radDropDownListAVEVAStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
752 |
this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(382, 63);
|
|
752 |
this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(302, 63);
|
|
753 | 753 |
this.radDropDownListAVEVAStatus.Name = "radDropDownListAVEVAStatus"; |
754 |
this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(143, 20);
|
|
754 |
this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(63, 20);
|
|
755 | 755 |
this.radDropDownListAVEVAStatus.TabIndex = 14; |
756 | 756 |
// |
757 | 757 |
// radDropDownListProdIsResult |
... | ... | |
761 | 761 |
this.radDropDownListProdIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
762 | 762 |
this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 92); |
763 | 763 |
this.radDropDownListProdIsResult.Name = "radDropDownListProdIsResult"; |
764 |
this.radDropDownListProdIsResult.Size = new System.Drawing.Size(143, 20);
|
|
764 |
this.radDropDownListProdIsResult.Size = new System.Drawing.Size(63, 20);
|
|
765 | 765 |
this.radDropDownListProdIsResult.TabIndex = 15; |
766 | 766 |
// |
767 | 767 |
// radDropDownListClientIsResult |
... | ... | |
769 | 769 |
this.radDropDownListClientIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
770 | 770 |
this.radDropDownListClientIsResult.DropDownAnimationEnabled = true; |
771 | 771 |
this.radDropDownListClientIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
772 |
this.radDropDownListClientIsResult.Location = new System.Drawing.Point(382, 92);
|
|
772 |
this.radDropDownListClientIsResult.Location = new System.Drawing.Point(302, 92);
|
|
773 | 773 |
this.radDropDownListClientIsResult.Name = "radDropDownListClientIsResult"; |
774 |
this.radDropDownListClientIsResult.Size = new System.Drawing.Size(143, 20);
|
|
774 |
this.radDropDownListClientIsResult.Size = new System.Drawing.Size(63, 20);
|
|
775 | 775 |
this.radDropDownListClientIsResult.TabIndex = 16; |
776 | 776 |
// |
777 | 777 |
// radLabel6 |
... | ... | |
788 | 788 |
// |
789 | 789 |
this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Left; |
790 | 790 |
this.radLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
791 |
this.radLabel7.Location = new System.Drawing.Point(296, 121);
|
|
791 |
this.radLabel7.Location = new System.Drawing.Point(216, 121);
|
|
792 | 792 |
this.radLabel7.Name = "radLabel7"; |
793 | 793 |
this.radLabel7.Size = new System.Drawing.Size(72, 17); |
794 | 794 |
this.radLabel7.TabIndex = 12; |
... | ... | |
811 | 811 |
this.radDropDownListGateway.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
812 | 812 |
this.radDropDownListGateway.Location = new System.Drawing.Point(146, 120); |
813 | 813 |
this.radDropDownListGateway.Name = "radDropDownListGateway"; |
814 |
this.radDropDownListGateway.Size = new System.Drawing.Size(143, 20);
|
|
814 |
this.radDropDownListGateway.Size = new System.Drawing.Size(63, 20);
|
|
815 | 815 |
this.radDropDownListGateway.TabIndex = 19; |
816 | 816 |
// |
817 | 817 |
// radDropDownListRegistration |
... | ... | |
819 | 819 |
this.radDropDownListRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
820 | 820 |
this.radDropDownListRegistration.DropDownAnimationEnabled = true; |
821 | 821 |
this.radDropDownListRegistration.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
822 |
this.radDropDownListRegistration.Location = new System.Drawing.Point(382, 120);
|
|
822 |
this.radDropDownListRegistration.Location = new System.Drawing.Point(302, 120);
|
|
823 | 823 |
this.radDropDownListRegistration.Name = "radDropDownListRegistration"; |
824 |
this.radDropDownListRegistration.Size = new System.Drawing.Size(143, 20);
|
|
824 |
this.radDropDownListRegistration.Size = new System.Drawing.Size(63, 20);
|
|
825 | 825 |
this.radDropDownListRegistration.TabIndex = 20; |
826 | 826 |
// |
827 | 827 |
// tableLayoutPanelGroup |
... | ... | |
845 | 845 |
this.tableLayoutPanelGroup.Name = "tableLayoutPanelGroup"; |
846 | 846 |
this.tableLayoutPanelGroup.RowCount = 1; |
847 | 847 |
this.tableLayoutPanelGroup.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
848 |
this.tableLayoutPanelGroup.Size = new System.Drawing.Size(1305, 24);
|
|
848 |
this.tableLayoutPanelGroup.Size = new System.Drawing.Size(988, 24);
|
|
849 | 849 |
this.tableLayoutPanelGroup.TabIndex = 7; |
850 | 850 |
// |
851 | 851 |
// radLabelGroupVIew |
... | ... | |
921 | 921 |
this.tableLayoutMain.RowCount = 2; |
922 | 922 |
this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
923 | 923 |
this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
924 |
this.tableLayoutMain.Size = new System.Drawing.Size(1309, 559);
|
|
924 |
this.tableLayoutMain.Size = new System.Drawing.Size(992, 386);
|
|
925 | 925 |
this.tableLayoutMain.TabIndex = 8; |
926 | 926 |
// |
927 | 927 |
// radGridViewDocuments |
... | ... | |
1270 | 1270 |
gridViewRelation1}); |
1271 | 1271 |
this.radGridViewDocuments.RightToLeft = System.Windows.Forms.RightToLeft.No; |
1272 | 1272 |
this.radGridViewDocuments.ShowHeaderCellButtons = true; |
1273 |
this.radGridViewDocuments.Size = new System.Drawing.Size(1303, 517);
|
|
1273 |
this.radGridViewDocuments.Size = new System.Drawing.Size(986, 344);
|
|
1274 | 1274 |
this.radGridViewDocuments.TabIndex = 0; |
1275 | 1275 |
// |
1276 | 1276 |
// radCommandBar1 |
... | ... | |
1284 | 1284 |
this.radCommandBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren; |
1285 | 1285 |
this.radCommandBar1.Rows.AddRange(new Telerik.WinControls.UI.CommandBarRowElement[] { |
1286 | 1286 |
this.commandBarRowSearch}); |
1287 |
this.radCommandBar1.Size = new System.Drawing.Size(1083, 30);
|
|
1287 |
this.radCommandBar1.Size = new System.Drawing.Size(766, 30);
|
|
1288 | 1288 |
this.radCommandBar1.TabIndex = 1; |
1289 | 1289 |
// |
1290 | 1290 |
// commandBarRowSearch |
... | ... | |
1436 | 1436 |
this.lbSelectAndTotal.AutoSize = true; |
1437 | 1437 |
this.lbSelectAndTotal.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); |
1438 | 1438 |
this.lbSelectAndTotal.ForeColor = System.Drawing.Color.Red; |
1439 |
this.lbSelectAndTotal.Location = new System.Drawing.Point(1204, 0);
|
|
1439 |
this.lbSelectAndTotal.Location = new System.Drawing.Point(887, 0);
|
|
1440 | 1440 |
this.lbSelectAndTotal.Name = "lbSelectAndTotal"; |
1441 | 1441 |
this.lbSelectAndTotal.Size = new System.Drawing.Size(102, 36); |
1442 | 1442 |
this.lbSelectAndTotal.TabIndex = 2; |
... | ... | |
1457 | 1457 |
// |
1458 | 1458 |
// radPageViewPageAutoCAD |
1459 | 1459 |
// |
1460 |
this.radPageViewPageAutoCAD.ItemSize = new System.Drawing.SizeF(63F, 28F); |
|
1461 | 1460 |
this.radPageViewPageAutoCAD.Location = new System.Drawing.Point(10, 37); |
1462 | 1461 |
this.radPageViewPageAutoCAD.Name = "radPageViewPageAutoCAD"; |
1463 | 1462 |
this.radPageViewPageAutoCAD.Size = new System.Drawing.Size(258, 146); |
... | ... | |
1556 | 1555 |
// |
1557 | 1556 |
this.DockContainerMain.CausesValidation = false; |
1558 | 1557 |
this.DockContainerMain.Controls.Add(this.DockMainTabStrip); |
1558 |
this.DockContainerMain.Dock = System.Windows.Forms.DockStyle.Fill; |
|
1559 | 1559 |
this.DockContainerMain.Name = "DockContainerMain"; |
1560 | 1560 |
// |
1561 | 1561 |
// |
... | ... | |
1576 | 1576 |
// |
1577 | 1577 |
// |
1578 | 1578 |
this.DockMainTabStrip.RootElement.MinSize = new System.Drawing.Size(25, 25); |
1579 |
this.DockMainTabStrip.SelectedIndex = 1;
|
|
1579 |
this.DockMainTabStrip.SelectedIndex = 0;
|
|
1580 | 1580 |
this.DockMainTabStrip.Size = new System.Drawing.Size(1021, 633); |
1581 | 1581 |
this.DockMainTabStrip.TabIndex = 0; |
1582 | 1582 |
this.DockMainTabStrip.TabStop = false; |
... | ... | |
1588 | 1588 |
this.DockWindowMain.Caption = null; |
1589 | 1589 |
this.DockWindowMain.Controls.Add(this.LayoutMain); |
1590 | 1590 |
this.DockWindowMain.Font = new System.Drawing.Font("굴림", 9F); |
1591 |
this.DockWindowMain.Location = new System.Drawing.Point(6, 26);
|
|
1591 |
this.DockWindowMain.Location = new System.Drawing.Point(6, 29);
|
|
1592 | 1592 |
this.DockWindowMain.Name = "DockWindowMain"; |
1593 | 1593 |
this.DockWindowMain.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Floating; |
1594 |
this.DockWindowMain.Size = new System.Drawing.Size(1326, 771);
|
|
1594 |
this.DockWindowMain.Size = new System.Drawing.Size(1009, 598);
|
|
1595 | 1595 |
this.DockWindowMain.Text = "Main"; |
1596 | 1596 |
// |
1597 | 1597 |
// DockValidation |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
223 | 223 |
} |
224 | 224 |
|
225 | 225 |
}; |
226 |
|
|
226 |
|
|
227 | 227 |
this.DockMain.DockWindowClosed += (snd, evt) => |
228 | 228 |
{ |
229 | 229 |
evt.DockWindow.DockState = Telerik.WinControls.UI.Docking.DockState.AutoHide; |
230 |
|
|
230 |
|
|
231 | 231 |
//Telerik.WinControls.UI.Docking.AutoHidePosition tabPosition = Telerik.WinControls.UI.Docking.AutoHidePosition.Right; |
232 | 232 |
|
233 | 233 |
|
... | ... | |
250 | 250 |
|
251 | 251 |
// dockWindows.Add(evt.DockWindow); |
252 | 252 |
//} |
253 |
|
|
253 |
|
|
254 | 254 |
|
255 | 255 |
//this.DockMain.AutoHideWindows(dockWindows, tabPosition); |
256 | 256 |
}; |
... | ... | |
1320 | 1320 |
{ |
1321 | 1321 |
if (e.Row is GridViewDataRowInfo) |
1322 | 1322 |
{ |
1323 |
System.Diagnostics.Debug.WriteLine(e.CellElement.GetType().Name); |
|
1324 |
|
|
1325 | 1323 |
if (e.CellElement is GridRowHeaderCellElement) |
1326 | 1324 |
{ |
1327 | 1325 |
// if (e.CellElement.RowIndex > -1) |
내보내기 Unified diff