lu
2025-01-08 07c98b01b357c37a75353370bc95430e814543f3
DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
@@ -63,7 +63,6 @@
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txt_isStatus = new System.Windows.Forms.CheckBox();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.txt_account = new DevExpress.XtraEditors.TextEdit();
@@ -79,11 +78,12 @@
            this.tipPwd = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.txt_password = new DevExpress.XtraEditors.TextEdit();
            this.lbPwd = new DevExpress.XtraEditors.LabelControl();
            this.txt_userName = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.txt_isStatus = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
@@ -112,6 +112,7 @@
            this.isLocked.Name = "isLocked";
            this.isLocked.OptionsColumn.AllowEdit = false;
            this.isLocked.Tag = "query_IS_STATUS";
            this.isLocked.UnboundDataType = typeof(bool);
            this.isLocked.Visible = true;
            this.isLocked.VisibleIndex = 7;
            this.isLocked.Width = 94;
@@ -119,6 +120,7 @@
            // toolBarMenu1
            // 
            this.toolBarMenu1.chkParameter = null;
            this.toolBarMenu1.currentAction = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
@@ -181,7 +183,7 @@
            this.account.AppearanceCell.Options.UseFont = true;
            this.account.Caption = "登录账号";
            this.account.FieldName = "account";
            this.account.MinWidth = 25;
            this.account.MinWidth = 50;
            this.account.Name = "account";
            this.account.OptionsColumn.AllowEdit = false;
            this.account.Tag = "query_ACCOUNT";
@@ -195,7 +197,7 @@
            this.userName.AppearanceCell.Options.UseFont = true;
            this.userName.Caption = "用户名";
            this.userName.FieldName = "userName";
            this.userName.MinWidth = 25;
            this.userName.MinWidth = 50;
            this.userName.Name = "userName";
            this.userName.OptionsColumn.AllowEdit = false;
            this.userName.Tag = "query_USER_NAME";
@@ -209,7 +211,7 @@
            this.tel.AppearanceCell.Options.UseFont = true;
            this.tel.Caption = "联系电话";
            this.tel.FieldName = "tel";
            this.tel.MinWidth = 25;
            this.tel.MinWidth = 50;
            this.tel.Name = "tel";
            this.tel.OptionsColumn.AllowEdit = false;
            this.tel.Tag = "query_tel";
@@ -223,7 +225,7 @@
            this.email.AppearanceCell.Options.UseFont = true;
            this.email.Caption = "邮箱";
            this.email.FieldName = "email";
            this.email.MinWidth = 25;
            this.email.MinWidth = 50;
            this.email.Name = "email";
            this.email.OptionsColumn.AllowEdit = false;
            this.email.Tag = "query_email";
@@ -235,7 +237,7 @@
            // 
            this.colCreateBy.Caption = "建立者";
            this.colCreateBy.FieldName = "createBy";
            this.colCreateBy.MinWidth = 25;
            this.colCreateBy.MinWidth = 50;
            this.colCreateBy.Name = "colCreateBy";
            this.colCreateBy.OptionsColumn.AllowEdit = false;
            this.colCreateBy.Tag = "query_CREATE_BY";
@@ -249,13 +251,13 @@
            this.createTime.AppearanceCell.Options.UseFont = true;
            this.createTime.Caption = "建立时间";
            this.createTime.FieldName = "createTime";
            this.createTime.MinWidth = 25;
            this.createTime.MinWidth = 180;
            this.createTime.Name = "createTime";
            this.createTime.OptionsColumn.AllowEdit = false;
            this.createTime.Tag = "query_CREATE_TIME";
            this.createTime.Visible = true;
            this.createTime.VisibleIndex = 5;
            this.createTime.Width = 94;
            this.createTime.Width = 180;
            // 
            // lastLoginTime
            // 
@@ -263,13 +265,13 @@
            this.lastLoginTime.AppearanceCell.Options.UseFont = true;
            this.lastLoginTime.Caption = "最近登录时间";
            this.lastLoginTime.FieldName = "lastloginTime";
            this.lastLoginTime.MinWidth = 25;
            this.lastLoginTime.MinWidth = 180;
            this.lastLoginTime.Name = "lastLoginTime";
            this.lastLoginTime.OptionsColumn.AllowEdit = false;
            this.lastLoginTime.Tag = "query_LASTLOGIN_TIME";
            this.lastLoginTime.Visible = true;
            this.lastLoginTime.VisibleIndex = 6;
            this.lastLoginTime.Width = 94;
            this.lastLoginTime.Width = 180;
            // 
            // loginCounter
            // 
@@ -354,7 +356,7 @@
            this.xtraTabPage1.Controls.Add(this.pageBar1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(736, 570);
            this.xtraTabPage1.Text = "数据查询";
            this.xtraTabPage1.Text = "数据列表";
            // 
            // pageBar1
            // 
@@ -372,9 +374,8 @@
            // 
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.PageEnabled = false;
            this.xtraTabPage2.Size = new System.Drawing.Size(736, 570);
            this.xtraTabPage2.Text = "数据编辑";
            this.xtraTabPage2.Text = "数据详细";
            // 
            // panel1
            // 
@@ -405,15 +406,6 @@
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(585, 426);
            this.panel1.TabIndex = 1;
            //
            // txt_isStatus
            //
            this.txt_isStatus.AutoSize = true;
            this.txt_isStatus.Location = new System.Drawing.Point(125, 342);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Size = new System.Drawing.Size(18, 17);
            this.txt_isStatus.TabIndex = 133;
            this.txt_isStatus.UseVisualStyleBackColor = true;
            // 
            // labelControl11
            // 
@@ -573,17 +565,6 @@
            this.labelControl6.TabIndex = 103;
            this.labelControl6.Text = "邮箱:";
            // 
            // labelControl5
            //
            this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl5.Appearance.Options.UseFont = true;
            this.labelControl5.Location = new System.Drawing.Point(31, 340);
            this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(85, 21);
            this.labelControl5.TabIndex = 101;
            this.labelControl5.Text = "启用状态:";
            //
            // txt_password
            // 
            this.txt_password.Location = new System.Drawing.Point(125, 56);
@@ -626,6 +607,26 @@
            this.labelControl2.TabIndex = 94;
            this.labelControl2.Text = "姓名:";
            // 
            // labelControl5
            //
            this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl5.Appearance.Options.UseFont = true;
            this.labelControl5.Location = new System.Drawing.Point(31, 340);
            this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(85, 21);
            this.labelControl5.TabIndex = 101;
            this.labelControl5.Text = "启用状态:";
            //
            // txt_isStatus
            //
            this.txt_isStatus.AutoSize = true;
            this.txt_isStatus.Location = new System.Drawing.Point(125, 342);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Size = new System.Drawing.Size(18, 17);
            this.txt_isStatus.TabIndex = 133;
            this.txt_isStatus.UseVisualStyleBackColor = true;
            //
            // User
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -634,7 +635,7 @@
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Name = "User";
            this.Text = "User";
            this.Text = "用户管理";
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
@@ -687,7 +688,6 @@
        private DevExpress.XtraEditors.LabelControl tipPwd;
        private DevExpress.XtraEditors.LabelControl labelControl9;
        private DevExpress.XtraEditors.LabelControl labelControl6;
        private DevExpress.XtraEditors.LabelControl labelControl5;
        private DevExpress.XtraEditors.TextEdit txt_password;
        private DevExpress.XtraEditors.LabelControl lbPwd;
        private DevExpress.XtraEditors.TextEdit txt_userName;
@@ -698,7 +698,8 @@
        private DevExpress.XtraGrid.Columns.GridColumn account;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
        private System.Windows.Forms.CheckBox txt_isStatus;
        private DevExpress.XtraGrid.Columns.GridColumn colCreateBy;
        private System.Windows.Forms.CheckBox txt_isStatus;
        private DevExpress.XtraEditors.LabelControl labelControl5;
    }
}