예제 #1
0
        private void reJustSize(string sd)
        {
            switch (sd)
            {
            case "1":
                cof.adjustHeight(this.xapFormControl, "fg_propc", Ids3, -94);
                break;

            case "2":
                cof.adjustHeight(this.xapFormControl, "fg_propc", Ids2, -25);
                break;

            case "3":
                cof.adjustHeight(this.xapFormControl, "fg_propc", Ids3, -121);
                break;
            }
        }