From d90f2151bbd8bb2683e441b87915178c846cb2e5 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 18 十二月 2024 13:44:05 +0800
Subject: [PATCH] 生产领料单
---
DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
index 1d0aebf..1aa4132 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
@@ -99,7 +99,7 @@
this.gv_createdBy.AppearanceCell.Options.UseFont = true;
this.gv_createdBy.Caption = "寤虹珛鑰�";
this.gv_createdBy.FieldName = "createBy";
- this.gv_createdBy.MinWidth = 25;
+ this.gv_createdBy.MinWidth = 50;
this.gv_createdBy.Name = "gv_createdBy";
this.gv_createdBy.OptionsColumn.AllowEdit = false;
this.gv_createdBy.Tag = "query_check_by";
@@ -113,13 +113,13 @@
this.gv_createDate.AppearanceCell.Options.UseFont = true;
this.gv_createDate.Caption = "寤虹珛鏃ユ湡";
this.gv_createDate.FieldName = "createTime";
- this.gv_createDate.MinWidth = 25;
+ this.gv_createDate.MinWidth = 180;
this.gv_createDate.Name = "gv_createDate";
this.gv_createDate.OptionsColumn.AllowEdit = false;
this.gv_createDate.Tag = "query_check_date";
this.gv_createDate.Visible = true;
this.gv_createDate.VisibleIndex = 7;
- this.gv_createDate.Width = 94;
+ this.gv_createDate.Width = 180;
//
// gv_flagIncludeDocCode
//
@@ -183,13 +183,13 @@
this.gv_ruleFormat.AppearanceCell.Options.UseFont = true;
this.gv_ruleFormat.Caption = "缂栫爜瑙勫垯";
this.gv_ruleFormat.FieldName = "docFormat";
- this.gv_ruleFormat.MinWidth = 150;
+ this.gv_ruleFormat.MinWidth = 300;
this.gv_ruleFormat.Name = "gv_ruleFormat";
this.gv_ruleFormat.OptionsColumn.AllowEdit = false;
this.gv_ruleFormat.Tag = "query_DOC_FORMAT";
this.gv_ruleFormat.Visible = true;
this.gv_ruleFormat.VisibleIndex = 1;
- this.gv_ruleFormat.Width = 150;
+ this.gv_ruleFormat.Width = 300;
//
// gv_docCode
//
@@ -197,17 +197,18 @@
this.gv_docCode.AppearanceCell.Options.UseFont = true;
this.gv_docCode.Caption = "鍗曟嵁绫诲瀷";
this.gv_docCode.FieldName = "docCode";
- this.gv_docCode.MinWidth = 25;
+ this.gv_docCode.MinWidth = 120;
this.gv_docCode.Name = "gv_docCode";
this.gv_docCode.OptionsColumn.AllowEdit = false;
this.gv_docCode.Tag = "query_DOC_CODE";
this.gv_docCode.Visible = true;
this.gv_docCode.VisibleIndex = 0;
- this.gv_docCode.Width = 94;
+ this.gv_docCode.Width = 120;
//
// toolBarMenu1
//
this.toolBarMenu1.chkParameter = "SYS_DOC_RULE,check_date,check_status,check_by";
+ this.toolBarMenu1.currentAction = null;
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
this.toolBarMenu1.guidKey = null;
this.toolBarMenu1.isSetBtn = false;
@@ -281,7 +282,7 @@
this.xtraTabPage1.Controls.Add(this.pageBar1);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(947, 548);
- this.xtraTabPage1.Text = "鏁版嵁鏌ヨ";
+ this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
//
// pageBar1
//
@@ -299,9 +300,8 @@
//
this.xtraTabPage2.Controls.Add(this.panel1);
this.xtraTabPage2.Name = "xtraTabPage2";
- this.xtraTabPage2.PageEnabled = false;
this.xtraTabPage2.Size = new System.Drawing.Size(947, 548);
- this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
+ this.xtraTabPage2.Text = "鏁版嵁璇︾粏";
//
// panel1
//
--
Gitblit v1.9.3