winform+dev的前后台分离标准项目
lg
2024-08-27 3aa008c8ce56cbd4cc981ba10a8b4c143208ad48
DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs
@@ -49,10 +49,11 @@
            this.txtMenuName = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.txtParentMenuName = new DevExpress.XtraEditors.TreeListLookUpEdit();
            this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.lbGuid = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIdx)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).BeginInit();
@@ -60,10 +61,10 @@
            ((System.ComponentModel.ISupportInitialize)(this.txtMenuIco.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).BeginInit();
            this.panel1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
            this.tabPage1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelControl7
@@ -278,8 +279,27 @@
            this.panel1.Size = new System.Drawing.Size(480, 425);
            this.panel1.TabIndex = 0;
            // 
            // txtParentMenuName
            //
            this.txtParentMenuName.Location = new System.Drawing.Point(114, 11);
            this.txtParentMenuName.Name = "txtParentMenuName";
            this.txtParentMenuName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtParentMenuName.Properties.TreeList = this.treeListLookUpEdit1TreeList;
            this.txtParentMenuName.Size = new System.Drawing.Size(294, 24);
            this.txtParentMenuName.TabIndex = 116;
            //
            // treeListLookUpEdit1TreeList
            //
            this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
            this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
            this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
            this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
            this.treeListLookUpEdit1TreeList.TabIndex = 0;
            //
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.lbGuid);
            this.tabPage1.Controls.Add(this.panel1);
            this.tabPage1.Location = new System.Drawing.Point(4, 27);
            this.tabPage1.Name = "tabPage1";
@@ -299,23 +319,14 @@
            this.tabControl1.Size = new System.Drawing.Size(715, 515);
            this.tabControl1.TabIndex = 1;
            // 
            // txtParentMenuName
            // lbGuid
            // 
            this.txtParentMenuName.Location = new System.Drawing.Point(114, 11);
            this.txtParentMenuName.Name = "txtParentMenuName";
            this.txtParentMenuName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtParentMenuName.Properties.TreeList = this.treeListLookUpEdit1TreeList;
            this.txtParentMenuName.Size = new System.Drawing.Size(294, 24);
            this.txtParentMenuName.TabIndex = 116;
            //
            // treeListLookUpEdit1TreeList
            //
            this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
            this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
            this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
            this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
            this.treeListLookUpEdit1TreeList.TabIndex = 0;
            this.lbGuid.AutoSize = true;
            this.lbGuid.Location = new System.Drawing.Point(66, 438);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(39, 18);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Text = "guid:";
            // 
            // SysMenuAdd
            // 
@@ -333,10 +344,11 @@
            ((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.tabPage1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
@@ -367,5 +379,6 @@
        private System.Windows.Forms.TabControl tabControl1;
        private DevExpress.XtraEditors.TreeListLookUpEdit txtParentMenuName;
        private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
        private System.Windows.Forms.Label lbGuid;
    }
}