lu
2025-02-22 363156238c2443d2759e541e65a0f1f148c654ec
DevApp/Gs.DevApp/UserControl/showLayOut.cs
@@ -19,17 +19,11 @@
            InitializeComponent();
            this.btnCancel.Click += BtnCancel_Click;
            this.btnSave.Click += BtnSave_Click;
            this.btnHf.Click += BtnHf_Click;
        }
        private void BtnHf_Click(object sender, EventArgs e)
        {
            _setLyout(0);
        }
        private void BtnSave_Click(object sender, EventArgs e)
        {
            _setLyout(1);
            _setLyout();
        }
        private void BtnCancel_Click(object sender, EventArgs e)
@@ -38,7 +32,7 @@
        }
        private void _setLyout(int type)
        private void _setLyout()
        {
            //  --col1,100,101,102,103,104,105,1,title&col2,100,101,102,103,104,105,1,title
            if (txt_layOut.SelectedIndex <= 0)
@@ -87,10 +81,9 @@
            }
            var _obj = new
            {
                applyUserGuid = txt_layOut.SelectedIndex,
                layoutLst = sb.ToString(),
                formPath = formNamespace,
                intType = type
                intType = txt_layOut.SelectedIndex,
            };
            try
            {