From 74df9dfff2c73f969626a4cdcbbc27fdcb421107 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 21 四月 2022 11:09:21 +0800
Subject: [PATCH] 扫码系统新增生产领料、直接调拨校验数量控制参数
---
BaseSet/公用资料/其他基础资料/Gy_StdWorkTimes.Designer.cs | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_StdWorkTimes.Designer.cs" "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_StdWorkTimes.Designer.cs"
index 7fcc134..2300b7d 100644
--- "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_StdWorkTimes.Designer.cs"
+++ "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_StdWorkTimes.Designer.cs"
@@ -87,12 +87,14 @@
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.bclk = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
+ this.grdMain1 = new System.Windows.Forms.DataGridView();
this.P1.SuspendLayout();
this.gbUp.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
this.Tool.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.grdMain1)).BeginInit();
this.SuspendLayout();
//
// P1
@@ -383,6 +385,7 @@
// timer1
//
this.timer1.Enabled = true;
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// panel2
//
@@ -744,11 +747,36 @@
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 62);
//
+ // grdMain1
+ //
+ this.grdMain1.AllowUserToAddRows = false;
+ this.grdMain1.AllowUserToDeleteRows = false;
+ this.grdMain1.BackgroundColor = System.Drawing.Color.WhiteSmoke;
+ this.grdMain1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
+ this.grdMain1.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
+ this.grdMain1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.grdMain1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.grdMain1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.grdMain1.Location = new System.Drawing.Point(52, 291);
+ this.grdMain1.Margin = new System.Windows.Forms.Padding(4);
+ this.grdMain1.Name = "grdMain1";
+ this.grdMain1.ReadOnly = true;
+ this.grdMain1.RowHeadersWidth = 30;
+ this.grdMain1.RowTemplate.Height = 23;
+ this.grdMain1.Size = new System.Drawing.Size(1109, 497);
+ this.grdMain1.TabIndex = 59;
+ this.grdMain1.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged);
+ this.grdMain1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
+ this.grdMain1.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave);
+ this.grdMain1.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing);
+ this.grdMain1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll);
+ //
// Gy_StdWorkTimes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1216, 928);
+ this.Controls.Add(this.grdMain1);
this.Controls.Add(this.P1);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
@@ -773,6 +801,7 @@
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
this.Tool.ResumeLayout(false);
this.Tool.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.grdMain1)).EndInit();
this.ResumeLayout(false);
}
@@ -835,5 +864,6 @@
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
+ private System.Windows.Forms.DataGridView grdMain1;
}
}
\ No newline at end of file
--
Gitblit v1.9.1