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/BasicData/Frm_Supplier.Designer.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs index 2ebd71d..b0f5e38 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs @@ -516,18 +516,19 @@ this.gv_id.AppearanceCell.Options.UseFont = true; this.gv_id.Caption = "渚涘簲鍟咺D"; this.gv_id.FieldName = "id"; - this.gv_id.MinWidth = 70; + this.gv_id.MinWidth = 80; this.gv_id.Name = "gv_id"; this.gv_id.OptionsColumn.AllowEdit = false; this.gv_id.Tag = "query_a.id"; this.gv_id.UnboundDataType = typeof(string); this.gv_id.Visible = true; this.gv_id.VisibleIndex = 1; - this.gv_id.Width = 70; + this.gv_id.Width = 80; // // 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; @@ -635,7 +636,6 @@ // this.xtraTabPage2.Controls.Add(this.panel1); this.xtraTabPage2.Name = "xtraTabPage2"; - this.xtraTabPage2.PageEnabled = false; this.xtraTabPage2.Size = new System.Drawing.Size(990, 510); this.xtraTabPage2.Text = "鏁版嵁璇︾粏"; // @@ -717,6 +717,7 @@ this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "Frm_Supplier"; + this.Text = "渚涘簲鍟嗕俊鎭�"; ((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fstaffid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_lxr.Properties)).EndInit(); -- Gitblit v1.9.3