winform+dev的前后台分离标准项目
lg
2024-08-30 8d36c9cf06313786dbf5ee2cdf7cdd06d1857f01
DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
@@ -50,17 +50,17 @@
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 91);
            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
            this.toolBarMenu1.TabIndex = 0;
            // 
            // gc_Main
            // 
            this.gc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gc_Main.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gc_Main.Location = new System.Drawing.Point(0, 91);
            this.gc_Main.Location = new System.Drawing.Point(0, 80);
            this.gc_Main.MainView = this.gridView1;
            this.gc_Main.Name = "gc_Main";
            this.gc_Main.Size = new System.Drawing.Size(1128, 361);
            this.gc_Main.Size = new System.Drawing.Size(1128, 372);
            this.gc_Main.TabIndex = 1;
            this.gc_Main.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
@@ -83,6 +83,8 @@
            // 
            // account
            // 
            this.account.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.account.AppearanceCell.Options.UseFont = true;
            this.account.Caption = "登录账号";
            this.account.FieldName = "account";
            this.account.MinWidth = 25;
@@ -93,6 +95,8 @@
            // 
            // userName
            // 
            this.userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.userName.AppearanceCell.Options.UseFont = true;
            this.userName.Caption = "用户名";
            this.userName.FieldName = "userName";
            this.userName.MinWidth = 25;
@@ -103,6 +107,8 @@
            // 
            // tel
            // 
            this.tel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.tel.AppearanceCell.Options.UseFont = true;
            this.tel.Caption = "联系电话";
            this.tel.FieldName = "tel";
            this.tel.MinWidth = 25;
@@ -113,6 +119,8 @@
            // 
            // email
            // 
            this.email.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.email.AppearanceCell.Options.UseFont = true;
            this.email.Caption = "邮箱";
            this.email.FieldName = "email";
            this.email.MinWidth = 25;
@@ -123,6 +131,8 @@
            // 
            // createTime
            // 
            this.createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.createTime.AppearanceCell.Options.UseFont = true;
            this.createTime.Caption = "建立时间";
            this.createTime.FieldName = "createTime";
            this.createTime.MinWidth = 25;
@@ -133,6 +143,8 @@
            // 
            // lastLoginTime
            // 
            this.lastLoginTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lastLoginTime.AppearanceCell.Options.UseFont = true;
            this.lastLoginTime.Caption = "最近登录时间";
            this.lastLoginTime.FieldName = "lastLoginTime";
            this.lastLoginTime.MinWidth = 25;
@@ -143,8 +155,10 @@
            // 
            // isLocked
            // 
            this.isLocked.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.isLocked.AppearanceCell.Options.UseFont = true;
            this.isLocked.Caption = "状态";
            this.isLocked.FieldName = "isLocked";
            this.isLocked.FieldName = "isLockedTxt";
            this.isLocked.MinWidth = 25;
            this.isLocked.Name = "isLocked";
            this.isLocked.Visible = true;
@@ -153,6 +167,8 @@
            // 
            // loginCounter
            // 
            this.loginCounter.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.loginCounter.AppearanceCell.Options.UseFont = true;
            this.loginCounter.Caption = "登录次数";
            this.loginCounter.FieldName = "loginCounter";
            this.loginCounter.MinWidth = 25;