프로젝트

일반

사용자정보

개정판 ef46d107

IDef46d10797da233495f1e926af046afa01192da5
상위 2810b131
하위 9ad79eff

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

issue #0000
- 조회조건 영역 collapse expand 되도록 수정
- search 버튼 클릭 시 자동 collapse

Change-Id: I71bf5728cbade1caf4345616d9db457e82280527

차이점 보기:

ID2.Manager/ID2.Manager/Main.Designer.cs
197 197
            this.DockValidation = new Telerik.WinControls.UI.Docking.DocumentWindow();
198 198
            this.LayoutValidation = new System.Windows.Forms.TableLayoutPanel();
199 199
            this.DockTabStripComment = new Telerik.WinControls.UI.Docking.ToolTabStrip();
200
            this.radCollapsiblePanelCondition = new Telerik.WinControls.UI.RadCollapsiblePanel();
200 201
            ((System.ComponentModel.ISupportInitialize)(this.ID2ManagerRadRibbonBar)).BeginInit();
201 202
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBarBackstageViewID2Manager)).BeginInit();
202 203
            this.radRibbonBarBackstageViewID2Manager.SuspendLayout();
......
269 270
            this.DockValidation.SuspendLayout();
270 271
            ((System.ComponentModel.ISupportInitialize)(this.DockTabStripComment)).BeginInit();
271 272
            this.DockTabStripComment.SuspendLayout();
273
            ((System.ComponentModel.ISupportInitialize)(this.radCollapsiblePanelCondition)).BeginInit();
274
            this.radCollapsiblePanelCondition.PanelContainer.SuspendLayout();
275
            this.radCollapsiblePanelCondition.SuspendLayout();
272 276
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
273 277
            this.SuspendLayout();
274 278
            // 
......
543 547
            this.LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F));
544 548
            this.LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
545 549
            this.LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F));
546
            this.LayoutMain.Controls.Add(this.tableLayoutPanelCondition, 1, 0);
547
            this.LayoutMain.Controls.Add(this.tableLayoutPanelGroup, 1, 1);
548
            this.LayoutMain.Controls.Add(this.tableLayoutMain, 1, 2);
550
            this.LayoutMain.Controls.Add(this.tableLayoutPanelGroup, 1, 2);
551
            this.LayoutMain.Controls.Add(this.tableLayoutMain, 1, 3);
552
            this.LayoutMain.Controls.Add(this.radCollapsiblePanelCondition, 1, 0);
549 553
            this.LayoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
550 554
            this.LayoutMain.Location = new System.Drawing.Point(0, 0);
551 555
            this.LayoutMain.Name = "LayoutMain";
552
            this.LayoutMain.RowCount = 3;
553
            this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 180F));
556
            this.LayoutMain.RowCount = 4;
557
            this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 210F));
558
            this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
554 559
            this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
555 560
            this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
556
            this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
557 561
            this.LayoutMain.Size = new System.Drawing.Size(1009, 598);
558 562
            this.LayoutMain.TabIndex = 0;
559 563
            // 
......
571 575
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
572 576
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
573 577
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
574
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F));
578
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F));
575 579
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 2);
576 580
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 2);
577 581
            this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 2);
......
609 613
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListID2Issues, 4, 3);
610 614
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListAVEVAIssues, 8, 3);
611 615
            this.tableLayoutPanelCondition.Dock = System.Windows.Forms.DockStyle.Fill;
612
            this.tableLayoutPanelCondition.Location = new System.Drawing.Point(8, 3);
616
            this.tableLayoutPanelCondition.Location = new System.Drawing.Point(0, 0);
613 617
            this.tableLayoutPanelCondition.Name = "tableLayoutPanelCondition";
614 618
            this.tableLayoutPanelCondition.RowCount = 6;
615 619
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
......
618 622
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
619 623
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
620 624
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
621
            this.tableLayoutPanelCondition.Size = new System.Drawing.Size(993, 174);
625
            this.tableLayoutPanelCondition.Size = new System.Drawing.Size(997, 182);
622 626
            this.tableLayoutPanelCondition.TabIndex = 6;
623 627
            // 
624 628
            // radDropDownListFrReviewStatus
......
626 630
            this.radDropDownListFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
627 631
            this.radDropDownListFrReviewStatus.DropDownAnimationEnabled = true;
628 632
            this.radDropDownListFrReviewStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
629
            this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(362, 60);
633
            this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(363, 65);
630 634
            this.radDropDownListFrReviewStatus.Name = "radDropDownListFrReviewStatus";
631
            this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(123, 20);
635
            this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(124, 20);
632 636
            this.radDropDownListFrReviewStatus.TabIndex = 18;
633 637
            // 
634 638
            // radDropDownListToIsDiscussion
......
636 640
            this.radDropDownListToIsDiscussion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
637 641
            this.radDropDownListToIsDiscussion.DropDownAnimationEnabled = true;
638 642
            this.radDropDownListToIsDiscussion.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
639
            this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 60);
643
            this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 65);
640 644
            this.radDropDownListToIsDiscussion.Name = "radDropDownListToIsDiscussion";
641
            this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(123, 20);
645
            this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(124, 20);
642 646
            this.radDropDownListToIsDiscussion.TabIndex = 17;
643 647
            // 
644 648
            // radLabelFrReviewStatus
645 649
            // 
646 650
            this.radLabelFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
647 651
            this.radLabelFrReviewStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
648
            this.radLabelFrReviewStatus.Location = new System.Drawing.Point(276, 62);
652
            this.radLabelFrReviewStatus.Location = new System.Drawing.Point(277, 67);
649 653
            this.radLabelFrReviewStatus.Name = "radLabelFrReviewStatus";
650 654
            this.radLabelFrReviewStatus.Size = new System.Drawing.Size(59, 17);
651 655
            this.radLabelFrReviewStatus.TabIndex = 7;
......
655 659
            // 
656 660
            this.radLabelToIsDiscussion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
657 661
            this.radLabelToIsDiscussion.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
658
            this.radLabelToIsDiscussion.Location = new System.Drawing.Point(60, 62);
662
            this.radLabelToIsDiscussion.Location = new System.Drawing.Point(60, 67);
659 663
            this.radLabelToIsDiscussion.Name = "radLabelToIsDiscussion";
660 664
            this.radLabelToIsDiscussion.Size = new System.Drawing.Size(68, 17);
661 665
            this.radLabelToIsDiscussion.TabIndex = 7;
......
665 669
            // 
666 670
            this.radLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
667 671
            this.radLabel9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
668
            this.radLabel9.Location = new System.Drawing.Point(60, 118);
672
            this.radLabel9.Location = new System.Drawing.Point(60, 127);
669 673
            this.radLabel9.Name = "radLabel9";
670 674
            this.radLabel9.Size = new System.Drawing.Size(74, 17);
671 675
            this.radLabel9.TabIndex = 8;
......
675 679
            // 
676 680
            this.radLabelAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
677 681
            this.radLabelAVEVAStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
678
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(492, 90);
682
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(494, 97);
679 683
            this.radLabelAVEVAStatus.Name = "radLabelAVEVAStatus";
680 684
            this.radLabelAVEVAStatus.Size = new System.Drawing.Size(86, 17);
681 685
            this.radLabelAVEVAStatus.TabIndex = 8;
......
685 689
            // 
686 690
            this.radLabelJobLevel.Anchor = System.Windows.Forms.AnchorStyles.Left;
687 691
            this.radLabelJobLevel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
688
            this.radLabelJobLevel.Location = new System.Drawing.Point(492, 34);
692
            this.radLabelJobLevel.Location = new System.Drawing.Point(494, 37);
689 693
            this.radLabelJobLevel.Name = "radLabelJobLevel";
690 694
            this.radLabelJobLevel.Size = new System.Drawing.Size(47, 17);
691 695
            this.radLabelJobLevel.TabIndex = 7;
......
695 699
            // 
696 700
            this.radLabel4.Anchor = System.Windows.Forms.AnchorStyles.Left;
697 701
            this.radLabel4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
698
            this.radLabel4.Location = new System.Drawing.Point(4, 118);
702
            this.radLabel4.Location = new System.Drawing.Point(4, 127);
699 703
            this.radLabel4.Name = "radLabel4";
700 704
            this.radLabel4.Size = new System.Drawing.Size(34, 17);
701 705
            this.radLabel4.TabIndex = 6;
......
705 709
            // 
706 710
            this.radLabel3.Anchor = System.Windows.Forms.AnchorStyles.Left;
707 711
            this.radLabel3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
708
            this.radLabel3.Location = new System.Drawing.Point(4, 90);
712
            this.radLabel3.Location = new System.Drawing.Point(4, 97);
709 713
            this.radLabel3.Name = "radLabel3";
710 714
            this.radLabel3.Size = new System.Drawing.Size(34, 17);
711 715
            this.radLabel3.TabIndex = 6;
......
715 719
            // 
716 720
            this.radLabel2.Anchor = System.Windows.Forms.AnchorStyles.Left;
717 721
            this.radLabel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
718
            this.radLabel2.Location = new System.Drawing.Point(4, 62);
722
            this.radLabel2.Location = new System.Drawing.Point(4, 67);
719 723
            this.radLabel2.Name = "radLabel2";
720 724
            this.radLabel2.Size = new System.Drawing.Size(34, 17);
721 725
            this.radLabel2.TabIndex = 6;
......
725 729
            // 
726 730
            this.radLabelTeam.Anchor = System.Windows.Forms.AnchorStyles.Left;
727 731
            this.radLabelTeam.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
728
            this.radLabelTeam.Location = new System.Drawing.Point(60, 34);
732
            this.radLabelTeam.Location = new System.Drawing.Point(60, 37);
729 733
            this.radLabelTeam.Name = "radLabelTeam";
730 734
            this.radLabelTeam.Size = new System.Drawing.Size(38, 17);
731 735
            this.radLabelTeam.TabIndex = 5;
......
736 740
            this.radButtonSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
737 741
            this.radButtonSearch.Cursor = System.Windows.Forms.Cursors.Default;
738 742
            this.radButtonSearch.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
739
            this.radButtonSearch.Location = new System.Drawing.Point(929, 32);
743
            this.radButtonSearch.Location = new System.Drawing.Point(933, 34);
740 744
            this.radButtonSearch.Name = "radButtonSearch";
741 745
            this.tableLayoutPanelCondition.SetRowSpan(this.radButtonSearch, 5);
742
            this.radButtonSearch.Size = new System.Drawing.Size(54, 138);
746
            this.radButtonSearch.Size = new System.Drawing.Size(54, 144);
743 747
            this.radButtonSearch.TabIndex = 3;
744 748
            this.radButtonSearch.Text = "Search";
745 749
            // 
......
748 752
            this.radDropDownListProject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
749 753
            this.radDropDownListProject.DropDownAnimationEnabled = true;
750 754
            this.radDropDownListProject.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
751
            this.radDropDownListProject.Location = new System.Drawing.Point(146, 32);
755
            this.radDropDownListProject.Location = new System.Drawing.Point(146, 35);
752 756
            this.radDropDownListProject.Name = "radDropDownListProject";
753
            this.radDropDownListProject.Size = new System.Drawing.Size(123, 20);
757
            this.radDropDownListProject.Size = new System.Drawing.Size(124, 20);
754 758
            this.radDropDownListProject.TabIndex = 7;
755 759
            // 
756 760
            // radLabelDocumentNo
757 761
            // 
758 762
            this.radLabelDocumentNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
759 763
            this.radLabelDocumentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
760
            this.radLabelDocumentNo.Location = new System.Drawing.Point(708, 34);
764
            this.radLabelDocumentNo.Location = new System.Drawing.Point(711, 37);
761 765
            this.radLabelDocumentNo.Name = "radLabelDocumentNo";
762 766
            this.radLabelDocumentNo.Size = new System.Drawing.Size(52, 17);
763 767
            this.radLabelDocumentNo.TabIndex = 6;
......
766 770
            // radTextBoxDocumentNo
767 771
            // 
768 772
            this.radTextBoxDocumentNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
769
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(794, 32);
773
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(797, 35);
770 774
            this.radTextBoxDocumentNo.Name = "radTextBoxDocumentNo";
771
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(123, 20);
775
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(124, 20);
772 776
            this.radTextBoxDocumentNo.TabIndex = 8;
773 777
            // 
774 778
            // radLabelPersonInCharge
775 779
            // 
776 780
            this.radLabelPersonInCharge.Anchor = System.Windows.Forms.AnchorStyles.Left;
777 781
            this.radLabelPersonInCharge.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
778
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(276, 34);
782
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(277, 37);
779 783
            this.radLabelPersonInCharge.Name = "radLabelPersonInCharge";
780 784
            this.radLabelPersonInCharge.Size = new System.Drawing.Size(47, 17);
781 785
            this.radLabelPersonInCharge.TabIndex = 6;
......
786 790
            this.radDropDownListPersonInCharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
787 791
            this.radDropDownListPersonInCharge.DropDownAnimationEnabled = true;
788 792
            this.radDropDownListPersonInCharge.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
789
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(362, 32);
793
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(363, 35);
790 794
            this.radDropDownListPersonInCharge.Name = "radDropDownListPersonInCharge";
791
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(123, 20);
795
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(124, 20);
792 796
            this.radDropDownListPersonInCharge.TabIndex = 9;
793 797
            // 
794 798
            // radLabel1
795 799
            // 
796 800
            this.radLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
797 801
            this.radLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
798
            this.radLabel1.Location = new System.Drawing.Point(4, 34);
802
            this.radLabel1.Location = new System.Drawing.Point(4, 37);
799 803
            this.radLabel1.Name = "radLabel1";
800 804
            this.radLabel1.Size = new System.Drawing.Size(34, 17);
801 805
            this.radLabel1.TabIndex = 10;
......
806 810
            this.radDropDownListJobLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
807 811
            this.radDropDownListJobLevel.DropDownAnimationEnabled = true;
808 812
            this.radDropDownListJobLevel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
809
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(578, 32);
813
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(580, 35);
810 814
            this.radDropDownListJobLevel.Name = "radDropDownListJobLevel";
811
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(123, 20);
815
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(124, 20);
812 816
            this.radDropDownListJobLevel.TabIndex = 11;
813 817
            // 
814 818
            // radLabelID2Status
815 819
            // 
816 820
            this.radLabelID2Status.Anchor = System.Windows.Forms.AnchorStyles.Left;
817 821
            this.radLabelID2Status.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
818
            this.radLabelID2Status.Location = new System.Drawing.Point(60, 90);
822
            this.radLabelID2Status.Location = new System.Drawing.Point(60, 97);
819 823
            this.radLabelID2Status.Name = "radLabelID2Status";
820 824
            this.radLabelID2Status.Size = new System.Drawing.Size(64, 17);
821 825
            this.radLabelID2Status.TabIndex = 7;
......
825 829
            // 
826 830
            this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.Left;
827 831
            this.radLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
828
            this.radLabel10.Location = new System.Drawing.Point(276, 118);
832
            this.radLabel10.Location = new System.Drawing.Point(277, 127);
829 833
            this.radLabel10.Name = "radLabel10";
830 834
            this.radLabel10.Size = new System.Drawing.Size(61, 17);
831 835
            this.radLabel10.TabIndex = 9;
......
836 840
            this.radDropDownListID2Status.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
837 841
            this.radDropDownListID2Status.DropDownAnimationEnabled = true;
838 842
            this.radDropDownListID2Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
839
            this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 88);
843
            this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 95);
840 844
            this.radDropDownListID2Status.Name = "radDropDownListID2Status";
841
            this.radDropDownListID2Status.Size = new System.Drawing.Size(123, 20);
845
            this.radDropDownListID2Status.Size = new System.Drawing.Size(124, 20);
842 846
            this.radDropDownListID2Status.TabIndex = 13;
843 847
            // 
844 848
            // radDropDownListAVEVAStatus
......
846 850
            this.radDropDownListAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
847 851
            this.radDropDownListAVEVAStatus.DropDownAnimationEnabled = true;
848 852
            this.radDropDownListAVEVAStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
849
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(578, 88);
853
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(580, 95);
850 854
            this.radDropDownListAVEVAStatus.Name = "radDropDownListAVEVAStatus";
851
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(123, 20);
855
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(124, 20);
852 856
            this.radDropDownListAVEVAStatus.TabIndex = 14;
853 857
            // 
854 858
            // radDropDownListProdIsResult
......
856 860
            this.radDropDownListProdIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
857 861
            this.radDropDownListProdIsResult.DropDownAnimationEnabled = true;
858 862
            this.radDropDownListProdIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
859
            this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 116);
863
            this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 125);
860 864
            this.radDropDownListProdIsResult.Name = "radDropDownListProdIsResult";
861
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(123, 20);
865
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(124, 20);
862 866
            this.radDropDownListProdIsResult.TabIndex = 15;
863 867
            // 
864 868
            // radDropDownListClientIsResult
......
866 870
            this.radDropDownListClientIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
867 871
            this.radDropDownListClientIsResult.DropDownAnimationEnabled = true;
868 872
            this.radDropDownListClientIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
869
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(362, 116);
873
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(363, 125);
870 874
            this.radDropDownListClientIsResult.Name = "radDropDownListClientIsResult";
871
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(123, 20);
875
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(124, 20);
872 876
            this.radDropDownListClientIsResult.TabIndex = 16;
873 877
            // 
874 878
            // radLabel6
875 879
            // 
876 880
            this.radLabel6.Anchor = System.Windows.Forms.AnchorStyles.Left;
877 881
            this.radLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
878
            this.radLabel6.Location = new System.Drawing.Point(4, 148);
882
            this.radLabel6.Location = new System.Drawing.Point(4, 157);
879 883
            this.radLabel6.Name = "radLabel6";
880 884
            this.radLabel6.Size = new System.Drawing.Size(49, 17);
881 885
            this.radLabel6.TabIndex = 10;
......
885 889
            // 
886 890
            this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Left;
887 891
            this.radLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
888
            this.radLabel7.Location = new System.Drawing.Point(276, 148);
892
            this.radLabel7.Location = new System.Drawing.Point(277, 157);
889 893
            this.radLabel7.Name = "radLabel7";
890 894
            this.radLabel7.Size = new System.Drawing.Size(72, 17);
891 895
            this.radLabel7.TabIndex = 12;
......
895 899
            // 
896 900
            this.radLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
897 901
            this.radLabel5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
898
            this.radLabel5.Location = new System.Drawing.Point(60, 148);
902
            this.radLabel5.Location = new System.Drawing.Point(60, 157);
899 903
            this.radLabel5.Name = "radLabel5";
900 904
            this.radLabel5.Size = new System.Drawing.Size(55, 17);
901 905
            this.radLabel5.TabIndex = 11;
......
906 910
            this.radDropDownListGateway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
907 911
            this.radDropDownListGateway.DropDownAnimationEnabled = true;
908 912
            this.radDropDownListGateway.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
909
            this.radDropDownListGateway.Location = new System.Drawing.Point(146, 147);
913
            this.radDropDownListGateway.Location = new System.Drawing.Point(146, 156);
910 914
            this.radDropDownListGateway.Name = "radDropDownListGateway";
911
            this.radDropDownListGateway.Size = new System.Drawing.Size(123, 20);
915
            this.radDropDownListGateway.Size = new System.Drawing.Size(124, 20);
912 916
            this.radDropDownListGateway.TabIndex = 19;
913 917
            // 
914 918
            // radDropDownListRegistration
......
916 920
            this.radDropDownListRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
917 921
            this.radDropDownListRegistration.DropDownAnimationEnabled = true;
918 922
            this.radDropDownListRegistration.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
919
            this.radDropDownListRegistration.Location = new System.Drawing.Point(362, 147);
923
            this.radDropDownListRegistration.Location = new System.Drawing.Point(363, 156);
920 924
            this.radDropDownListRegistration.Name = "radDropDownListRegistration";
921
            this.radDropDownListRegistration.Size = new System.Drawing.Size(123, 20);
925
            this.radDropDownListRegistration.Size = new System.Drawing.Size(124, 20);
922 926
            this.radDropDownListRegistration.TabIndex = 20;
923 927
            // 
924 928
            // radLabel8
925 929
            // 
926 930
            this.radLabel8.Anchor = System.Windows.Forms.AnchorStyles.Left;
927 931
            this.radLabel8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
928
            this.radLabel8.Location = new System.Drawing.Point(4, 6);
932
            this.radLabel8.Location = new System.Drawing.Point(4, 7);
929 933
            this.radLabel8.Name = "radLabel8";
930 934
            this.radLabel8.Size = new System.Drawing.Size(33, 17);
931 935
            this.radLabel8.TabIndex = 21;
......
952 956
            this.tableLayoutPanelDate.Name = "tableLayoutPanelDate";
953 957
            this.tableLayoutPanelDate.RowCount = 1;
954 958
            this.tableLayoutPanelDate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
955
            this.tableLayoutPanelDate.Size = new System.Drawing.Size(935, 27);
959
            this.tableLayoutPanelDate.Size = new System.Drawing.Size(939, 29);
956 960
            this.tableLayoutPanelDate.TabIndex = 22;
957 961
            // 
958 962
            // radCheckedDropDownListDateType
959 963
            // 
960 964
            this.radCheckedDropDownListDateType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
961 965
            this.radCheckedDropDownListDateType.DropDownAnimationEnabled = true;
962
            this.radCheckedDropDownListDateType.Location = new System.Drawing.Point(3, 3);
966
            this.radCheckedDropDownListDateType.Location = new System.Drawing.Point(3, 4);
963 967
            this.radCheckedDropDownListDateType.Name = "radCheckedDropDownListDateType";
964 968
            this.radCheckedDropDownListDateType.Size = new System.Drawing.Size(444, 20);
965 969
            this.radCheckedDropDownListDateType.TabIndex = 0;
......
967 971
            // radDateTimePickerFr
968 972
            // 
969 973
            this.radDateTimePickerFr.Anchor = System.Windows.Forms.AnchorStyles.Left;
970
            this.radDateTimePickerFr.Location = new System.Drawing.Point(453, 3);
974
            this.radDateTimePickerFr.Location = new System.Drawing.Point(453, 4);
971 975
            this.radDateTimePickerFr.Name = "radDateTimePickerFr";
972 976
            this.radDateTimePickerFr.NullText = "No date selected";
973 977
            this.radDateTimePickerFr.Size = new System.Drawing.Size(144, 20);
......
979 983
            // radDateTimePickerTo
980 984
            // 
981 985
            this.radDateTimePickerTo.Anchor = System.Windows.Forms.AnchorStyles.Right;
982
            this.radDateTimePickerTo.Location = new System.Drawing.Point(633, 3);
986
            this.radDateTimePickerTo.Location = new System.Drawing.Point(633, 4);
983 987
            this.radDateTimePickerTo.Name = "radDateTimePickerTo";
984 988
            this.radDateTimePickerTo.NullText = "No date selected";
985 989
            this.radDateTimePickerTo.Size = new System.Drawing.Size(144, 20);
......
991 995
            // radButtonDateClear
992 996
            // 
993 997
            this.radButtonDateClear.Anchor = System.Windows.Forms.AnchorStyles.Left;
994
            this.radButtonDateClear.Location = new System.Drawing.Point(783, 5);
998
            this.radButtonDateClear.Location = new System.Drawing.Point(783, 6);
995 999
            this.radButtonDateClear.Name = "radButtonDateClear";
996 1000
            this.radButtonDateClear.Size = new System.Drawing.Size(19, 16);
997 1001
            this.radButtonDateClear.TabIndex = 3;
......
1000 1004
            // radLabelSplit
1001 1005
            // 
1002 1006
            this.radLabelSplit.Anchor = System.Windows.Forms.AnchorStyles.None;
1003
            this.radLabelSplit.Location = new System.Drawing.Point(608, 4);
1007
            this.radLabelSplit.Location = new System.Drawing.Point(608, 5);
1004 1008
            this.radLabelSplit.Name = "radLabelSplit";
1005 1009
            this.radLabelSplit.Size = new System.Drawing.Size(14, 18);
1006 1010
            this.radLabelSplit.TabIndex = 4;
......
1010 1014
            // 
1011 1015
            this.radLabelID2Issues.Anchor = System.Windows.Forms.AnchorStyles.Left;
1012 1016
            this.radLabelID2Issues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1013
            this.radLabelID2Issues.Location = new System.Drawing.Point(276, 90);
1017
            this.radLabelID2Issues.Location = new System.Drawing.Point(277, 97);
1014 1018
            this.radLabelID2Issues.Name = "radLabelID2Issues";
1015 1019
            this.radLabelID2Issues.Size = new System.Drawing.Size(59, 17);
1016 1020
            this.radLabelID2Issues.TabIndex = 23;
......
1020 1024
            // 
1021 1025
            this.radLabelAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1022 1026
            this.radLabelAVEVAIssues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1023
            this.radLabelAVEVAIssues.Location = new System.Drawing.Point(708, 90);
1027
            this.radLabelAVEVAIssues.Location = new System.Drawing.Point(711, 97);
1024 1028
            this.radLabelAVEVAIssues.Name = "radLabelAVEVAIssues";
1025 1029
            this.radLabelAVEVAIssues.Size = new System.Drawing.Size(81, 17);
1026 1030
            this.radLabelAVEVAIssues.TabIndex = 24;
......
1031 1035
            this.radDropDownListID2Issues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1032 1036
            this.radDropDownListID2Issues.DropDownAnimationEnabled = true;
1033 1037
            this.radDropDownListID2Issues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1034
            this.radDropDownListID2Issues.Location = new System.Drawing.Point(362, 88);
1038
            this.radDropDownListID2Issues.Location = new System.Drawing.Point(363, 95);
1035 1039
            this.radDropDownListID2Issues.Name = "radDropDownListID2Issues";
1036
            this.radDropDownListID2Issues.Size = new System.Drawing.Size(123, 20);
1040
            this.radDropDownListID2Issues.Size = new System.Drawing.Size(124, 20);
1037 1041
            this.radDropDownListID2Issues.TabIndex = 25;
1038 1042
            // 
1039 1043
            // radDropDownListAVEVAIssues
......
1041 1045
            this.radDropDownListAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1042 1046
            this.radDropDownListAVEVAIssues.DropDownAnimationEnabled = true;
1043 1047
            this.radDropDownListAVEVAIssues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1044
            this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(794, 88);
1048
            this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(797, 95);
1045 1049
            this.radDropDownListAVEVAIssues.Name = "radDropDownListAVEVAIssues";
1046
            this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(123, 20);
1050
            this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(124, 20);
1047 1051
            this.radDropDownListAVEVAIssues.TabIndex = 26;
1048 1052
            // 
1049 1053
            // tableLayoutPanelGroup
......
1063 1067
            this.tableLayoutPanelGroup.Controls.Add(this.radCheckBox1, 2, 0);
1064 1068
            this.tableLayoutPanelGroup.Controls.Add(this.radCheckBox2, 1, 0);
1065 1069
            this.tableLayoutPanelGroup.Dock = System.Windows.Forms.DockStyle.Fill;
1066
            this.tableLayoutPanelGroup.Location = new System.Drawing.Point(8, 183);
1070
            this.tableLayoutPanelGroup.Location = new System.Drawing.Point(8, 218);
1067 1071
            this.tableLayoutPanelGroup.Name = "tableLayoutPanelGroup";
1068 1072
            this.tableLayoutPanelGroup.RowCount = 1;
1069 1073
            this.tableLayoutPanelGroup.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
......
1137 1141
            this.tableLayoutMain.Controls.Add(this.radCommandBar1, 0, 0);
1138 1142
            this.tableLayoutMain.Controls.Add(this.lbSelectAndTotal, 1, 0);
1139 1143
            this.tableLayoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
1140
            this.tableLayoutMain.Location = new System.Drawing.Point(6, 211);
1144
            this.tableLayoutMain.Location = new System.Drawing.Point(6, 246);
1141 1145
            this.tableLayoutMain.Margin = new System.Windows.Forms.Padding(1);
1142 1146
            this.tableLayoutMain.Name = "tableLayoutMain";
1143 1147
            this.tableLayoutMain.RowCount = 2;
1144 1148
            this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
1145 1149
            this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
1146
            this.tableLayoutMain.Size = new System.Drawing.Size(997, 386);
1150
            this.tableLayoutMain.Size = new System.Drawing.Size(997, 351);
1147 1151
            this.tableLayoutMain.TabIndex = 8;
1148 1152
            // 
1149 1153
            // radGridViewDocuments
......
1492 1496
            gridViewRelation1});
1493 1497
            this.radGridViewDocuments.RightToLeft = System.Windows.Forms.RightToLeft.No;
1494 1498
            this.radGridViewDocuments.ShowHeaderCellButtons = true;
1495
            this.radGridViewDocuments.Size = new System.Drawing.Size(991, 344);
1499
            this.radGridViewDocuments.Size = new System.Drawing.Size(991, 309);
1496 1500
            this.radGridViewDocuments.TabIndex = 0;
1497 1501
            // 
1498 1502
            // radCommandBar1
......
1687 1691
            // 
1688 1692
            // radPageViewPageAutoCAD
1689 1693
            // 
1694
            this.radPageViewPageAutoCAD.ItemSize = new System.Drawing.SizeF(63F, 28F);
1690 1695
            this.radPageViewPageAutoCAD.Location = new System.Drawing.Point(10, 37);
1691 1696
            this.radPageViewPageAutoCAD.Name = "radPageViewPageAutoCAD";
1692 1697
            this.radPageViewPageAutoCAD.Size = new System.Drawing.Size(258, 146);
......
1886 1891
            this.DockTabStripComment.TabIndex = 4;
1887 1892
            this.DockTabStripComment.TabStop = false;
1888 1893
            // 
1894
            // radCollapsiblePanelCondition
1895
            // 
1896
            this.radCollapsiblePanelCondition.Dock = System.Windows.Forms.DockStyle.Fill;
1897
            this.radCollapsiblePanelCondition.HeaderText = "Hide";
1898
            this.radCollapsiblePanelCondition.HorizontalHeaderAlignment = Telerik.WinControls.UI.RadHorizontalAlignment.Right;
1899
            this.radCollapsiblePanelCondition.Location = new System.Drawing.Point(5, 0);
1900
            this.radCollapsiblePanelCondition.Margin = new System.Windows.Forms.Padding(0);
1901
            this.radCollapsiblePanelCondition.Name = "radCollapsiblePanelCondition";
1902
            // 
1903
            // radCollapsiblePanelCondition.PanelContainer
1904
            // 
1905
            this.radCollapsiblePanelCondition.PanelContainer.Controls.Add(this.tableLayoutPanelCondition);
1906
            this.radCollapsiblePanelCondition.PanelContainer.Size = new System.Drawing.Size(997, 182);
1907
            this.radCollapsiblePanelCondition.Size = new System.Drawing.Size(999, 210);
1908
            this.radCollapsiblePanelCondition.TabIndex = 9;
1909
            // 
1889 1910
            // Main
1890 1911
            // 
1891 1912
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
......
1977 1998
            this.DockValidation.ResumeLayout(false);
1978 1999
            ((System.ComponentModel.ISupportInitialize)(this.DockTabStripComment)).EndInit();
1979 2000
            this.DockTabStripComment.ResumeLayout(false);
2001
            this.radCollapsiblePanelCondition.PanelContainer.ResumeLayout(false);
2002
            ((System.ComponentModel.ISupportInitialize)(this.radCollapsiblePanelCondition)).EndInit();
2003
            this.radCollapsiblePanelCondition.ResumeLayout(false);
1980 2004
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
1981 2005
            this.ResumeLayout(false);
1982 2006
            this.PerformLayout();
......
2103 2127
        private Telerik.WinControls.UI.RadMenuItem radMenuItemWindows8;
2104 2128
        private Telerik.WinControls.UI.CommandBarSeparator commandBarSeparator4;
2105 2129
        private Telerik.WinControls.UI.RadMenuItem radMenuItemControlDefault;
2130
        private Telerik.WinControls.UI.RadCollapsiblePanel radCollapsiblePanelCondition;
2106 2131
    }
2107 2132
}
ID2.Manager/ID2.Manager/Main.cs
108 108
            this.radDropDownListGateway.SelectedIndexChanged += RadDropDownList_SelectedIndexChanged;
109 109
            this.radDropDownListRegistration.SelectedIndexChanged += RadDropDownList_SelectedIndexChanged;
110 110

  
111
            this.radCollapsiblePanelCondition.Collapsed += RadCollapsiblePanelCondition_Collapsed;
112
            this.radCollapsiblePanelCondition.Expanded += RadCollapsiblePanelCondition_Expanded;
113

  
111 114
            this.radCheckBox1.CheckStateChanged += RadCheckBox_CheckStateChanged;
112 115
            this.radCheckBox2.CheckStateChanged += RadCheckBox_CheckStateChanged;
113 116
            this.radCheckBox3.CheckStateChanged += RadCheckBox_CheckStateChanged;
......
1347 1350
            }
1348 1351
        }
1349 1352

  
1353
        private void RadCollapsiblePanelCondition_Collapsed(object sender, EventArgs e)
1354
        {
1355
            this.radCollapsiblePanelCondition.HeaderText = "Show";
1356
            this.LayoutMain.RowStyles[0] = new RowStyle() { SizeType = SizeType.Absolute, Height = 30F };
1357
        }
1358

  
1359
        private void RadCollapsiblePanelCondition_Expanded(object sender, EventArgs e)
1360
        {
1361
            this.radCollapsiblePanelCondition.HeaderText = "Hide";
1362
            this.LayoutMain.RowStyles[0] = new RowStyle() { SizeType = SizeType.Absolute, Height = 210F };
1363
        }
1364

  
1350 1365
        private void RadCheckBox_CheckStateChanged(object sender, EventArgs e)
1351 1366
        {
1352 1367
            if (sender is RadCheckBox checkBox)
......
1395 1410
        {
1396 1411
            try
1397 1412
            {
1413
                BeginInvoke(new Action(() =>
1414
                {
1415
                    this.radCollapsiblePanelCondition.Collapse();
1416
                }));
1417

  
1398 1418
                this.GetDocList();
1399 1419
            }
1400 1420
            catch (Exception ex)

내보내기 Unified diff

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