lg
2024-09-13 c685ae1bcb234616e8930621a4b087f4e8fd98bb
DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
@@ -51,7 +51,7 @@
            this.lbGuid = new System.Windows.Forms.Label();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.txt_status = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txt_isStatus = new DevExpress.XtraEditors.ComboBoxEdit();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.trv = new System.Windows.Forms.TreeView();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
@@ -63,7 +63,7 @@
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_roleName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_rolRemark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
@@ -148,7 +148,7 @@
            // status
            // 
            this.status.Caption = "状态";
            this.status.FieldName = "statusTxt";
            this.status.FieldName = "isStatusTxt";
            this.status.MinWidth = 25;
            this.status.Name = "status";
            this.status.OptionsColumn.AllowEdit = false;
@@ -159,7 +159,7 @@
            // createDate
            // 
            this.createDate.Caption = "建立时间";
            this.createDate.FieldName = "createDate";
            this.createDate.FieldName = "edtTime";
            this.createDate.MinWidth = 25;
            this.createDate.Name = "createDate";
            this.createDate.OptionsColumn.AllowEdit = false;
@@ -199,7 +199,7 @@
            this.panel1.Controls.Add(this.lbGuid);
            this.panel1.Controls.Add(this.labelControl9);
            this.panel1.Controls.Add(this.labelControl5);
            this.panel1.Controls.Add(this.txt_status);
            this.panel1.Controls.Add(this.txt_isStatus);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(62, 49);
            this.panel1.Name = "panel1";
@@ -299,22 +299,22 @@
            this.labelControl5.TabIndex = 101;
            this.labelControl5.Text = "角色状态:";
            // 
            // txt_status
            // txt_isStatus
            // 
            this.txt_status.Location = new System.Drawing.Point(123, 152);
            this.txt_status.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txt_status.Name = "txt_status";
            this.txt_status.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_status.Properties.Appearance.Options.UseFont = true;
            this.txt_status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            this.txt_isStatus.Location = new System.Drawing.Point(123, 152);
            this.txt_isStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_isStatus.Properties.Appearance.Options.UseFont = true;
            this.txt_isStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_status.Properties.Items.AddRange(new object[] {
            this.txt_isStatus.Properties.Items.AddRange(new object[] {
            "-请选择-",
            "正常",
            "禁用"});
            this.txt_status.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_status.Size = new System.Drawing.Size(297, 28);
            this.txt_status.TabIndex = 100;
            this.txt_isStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_isStatus.Size = new System.Drawing.Size(297, 28);
            this.txt_isStatus.TabIndex = 100;
            // 
            // groupBox1
            // 
@@ -357,7 +357,7 @@
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_roleName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_rolRemark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
@@ -385,7 +385,7 @@
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.LabelControl labelControl9;
        private DevExpress.XtraEditors.LabelControl labelControl5;
        private DevExpress.XtraEditors.ComboBoxEdit txt_status;
        private DevExpress.XtraEditors.ComboBoxEdit txt_isStatus;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraGrid.Columns.GridColumn createDate;
    }