lu
2025-01-21 66ac4f8184e2b5a386fd60abfce9252f4a79b583
细节
已修改1个文件
26 ■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
@@ -63,6 +63,7 @@
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txt_isStatus = new DevExpress.XtraEditors.CheckEdit();
            this.txt_staffId = new Gs.DevApp.UserControl.UcLookStaff();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
@@ -85,7 +86,6 @@
            this.lbPwd = new DevExpress.XtraEditors.LabelControl();
            this.txt_userName = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.txt_isStatus = new DevExpress.XtraEditors.CheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
@@ -95,6 +95,7 @@
            this.xtraTabPage1.SuspendLayout();
            this.xtraTabPage2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_account.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_address.Properties)).BeginInit();
@@ -102,7 +103,6 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_email.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_password.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_userName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // isLocked
@@ -191,6 +191,8 @@
            this.gridColumn2.MaxWidth = 50;
            this.gridColumn2.MinWidth = 50;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.OptionsColumn.AllowEdit = false;
            this.gridColumn2.Tag = "query_flag_Online";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width = 50;
@@ -408,6 +410,15 @@
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(795, 426);
            this.panel1.TabIndex = 1;
            //
            // txt_isStatus
            //
            this.txt_isStatus.Location = new System.Drawing.Point(125, 286);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Properties.Caption = "";
            this.txt_isStatus.Size = new System.Drawing.Size(94, 24);
            this.txt_isStatus.TabIndex = 227;
            this.txt_isStatus.Tag = "moren.true";
            // 
            // txt_staffId
            // 
@@ -639,15 +650,6 @@
            this.labelControl2.TabIndex = 94;
            this.labelControl2.Text = "账号名称:";
            // 
            // txt_isStatus
            //
            this.txt_isStatus.Location = new System.Drawing.Point(125, 286);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Properties.Caption = "";
            this.txt_isStatus.Size = new System.Drawing.Size(94, 24);
            this.txt_isStatus.TabIndex = 227;
            this.txt_isStatus.Tag = "moren.true";
            //
            // User
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -667,6 +669,7 @@
            this.xtraTabPage2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_account.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_address.Properties)).EndInit();
@@ -674,7 +677,6 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_email.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_password.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_userName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
            this.ResumeLayout(false);
        }