From 2066a7e10e20433f7445431d6d34a9026c29f663 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 23 十二月 2024 08:43:43 +0800 Subject: [PATCH] 细节 --- DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs index b1fa771..e81cf69 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs @@ -119,6 +119,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 +182,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 +196,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 +210,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 +224,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 +236,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 +250,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 +264,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 +355,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 +373,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 // @@ -634,7 +634,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(); -- Gitblit v1.9.3