From 5999970a9c140401cb456ed65db6662214ea22f9 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期一, 06 十二月 2021 17:39:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
WorkM/流转卡管理/Sc_ProcessExchangeBill.designer.cs | 159 +++++++++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 143 insertions(+), 16 deletions(-)
diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill.designer.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill.designer.cs"
index 7ef3e61..91b7ee3 100644
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill.designer.cs"
+++ "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill.designer.cs"
@@ -79,6 +79,15 @@
this.tabControl2 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.gbUp = new System.Windows.Forms.GroupBox();
+ this.textHProductNum = new System.Windows.Forms.TextBox();
+ this.textHMaterTexture = new System.Windows.Forms.TextBox();
+ this.label62 = new System.Windows.Forms.Label();
+ this.textHVerNum = new System.Windows.Forms.TextBox();
+ this.label63 = new System.Windows.Forms.Label();
+ this.label64 = new System.Windows.Forms.Label();
+ this.label65 = new System.Windows.Forms.Label();
+ this.textHPicNumAssemble = new System.Windows.Forms.TextBox();
+ this.label66 = new System.Windows.Forms.Label();
this.label42 = new System.Windows.Forms.Label();
this.txtHProjectNum = new System.Windows.Forms.TextBox();
this.cmdEquipMentID = new System.Windows.Forms.Button();
@@ -226,6 +235,7 @@
this.grdSum = new System.Windows.Forms.DataGridView();
this.panel6 = new System.Windows.Forms.Panel();
this.lblHStockQty = new System.Windows.Forms.Label();
+ this.textHPicNumVer = new System.Windows.Forms.TextBox();
this.Tool.SuspendLayout();
this.P1.SuspendLayout();
this.tabControl2.SuspendLayout();
@@ -286,7 +296,7 @@
this.Tool.Location = new System.Drawing.Point(0, 0);
this.Tool.Name = "Tool";
this.Tool.Padding = new System.Windows.Forms.Padding(0);
- this.Tool.Size = new System.Drawing.Size(1017, 50);
+ this.Tool.Size = new System.Drawing.Size(1348, 50);
this.Tool.Stretch = true;
this.Tool.TabIndex = 17;
this.Tool.Text = "toolStrip1";
@@ -748,7 +758,7 @@
this.lblCaption.Font = new System.Drawing.Font("瀹嬩綋", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCaption.Location = new System.Drawing.Point(0, 0);
this.lblCaption.Name = "lblCaption";
- this.lblCaption.Size = new System.Drawing.Size(937, 34);
+ this.lblCaption.Size = new System.Drawing.Size(1268, 34);
this.lblCaption.TabIndex = 18;
this.lblCaption.Text = "鍗曟嵁缂栬緫";
this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -762,7 +772,7 @@
this.P1.Dock = System.Windows.Forms.DockStyle.Top;
this.P1.Location = new System.Drawing.Point(41, 50);
this.P1.Name = "P1";
- this.P1.Size = new System.Drawing.Size(937, 254);
+ this.P1.Size = new System.Drawing.Size(1268, 254);
this.P1.TabIndex = 31;
//
// tabControl2
@@ -775,7 +785,7 @@
this.tabControl2.Margin = new System.Windows.Forms.Padding(2);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
- this.tabControl2.Size = new System.Drawing.Size(937, 220);
+ this.tabControl2.Size = new System.Drawing.Size(1268, 220);
this.tabControl2.TabIndex = 310;
//
// tabPage2
@@ -785,7 +795,7 @@
this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage2.Size = new System.Drawing.Size(929, 194);
+ this.tabPage2.Size = new System.Drawing.Size(1260, 194);
this.tabPage2.TabIndex = 0;
this.tabPage2.Text = "琛ㄥご淇℃伅";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -793,6 +803,16 @@
// gbUp
//
this.gbUp.BackColor = System.Drawing.Color.Lavender;
+ this.gbUp.Controls.Add(this.textHPicNumVer);
+ this.gbUp.Controls.Add(this.textHProductNum);
+ this.gbUp.Controls.Add(this.textHMaterTexture);
+ this.gbUp.Controls.Add(this.label62);
+ this.gbUp.Controls.Add(this.textHVerNum);
+ this.gbUp.Controls.Add(this.label63);
+ this.gbUp.Controls.Add(this.label64);
+ this.gbUp.Controls.Add(this.label65);
+ this.gbUp.Controls.Add(this.textHPicNumAssemble);
+ this.gbUp.Controls.Add(this.label66);
this.gbUp.Controls.Add(this.label42);
this.gbUp.Controls.Add(this.txtHProjectNum);
this.gbUp.Controls.Add(this.cmdEquipMentID);
@@ -838,9 +858,96 @@
this.gbUp.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbUp.Location = new System.Drawing.Point(2, 2);
this.gbUp.Name = "gbUp";
- this.gbUp.Size = new System.Drawing.Size(925, 190);
+ this.gbUp.Size = new System.Drawing.Size(1256, 190);
this.gbUp.TabIndex = 33;
this.gbUp.TabStop = false;
+ //
+ // textHProductNum
+ //
+ this.textHProductNum.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHProductNum.Location = new System.Drawing.Point(1001, 106);
+ this.textHProductNum.Name = "textHProductNum";
+ this.textHProductNum.Size = new System.Drawing.Size(189, 21);
+ this.textHProductNum.TabIndex = 336;
+ this.textHProductNum.Tag = "0";
+ //
+ // textHMaterTexture
+ //
+ this.textHMaterTexture.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHMaterTexture.Location = new System.Drawing.Point(1001, 80);
+ this.textHMaterTexture.Name = "textHMaterTexture";
+ this.textHMaterTexture.Size = new System.Drawing.Size(189, 21);
+ this.textHMaterTexture.TabIndex = 335;
+ this.textHMaterTexture.Tag = "0";
+ //
+ // label62
+ //
+ this.label62.AutoSize = true;
+ this.label62.ForeColor = System.Drawing.Color.Black;
+ this.label62.Location = new System.Drawing.Point(928, 138);
+ this.label62.Name = "label62";
+ this.label62.Size = new System.Drawing.Size(53, 12);
+ this.label62.TabIndex = 333;
+ this.label62.Text = "鐗� 鏈�";
+ //
+ // textHVerNum
+ //
+ this.textHVerNum.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHVerNum.Location = new System.Drawing.Point(1000, 134);
+ this.textHVerNum.Name = "textHVerNum";
+ this.textHVerNum.Size = new System.Drawing.Size(189, 21);
+ this.textHVerNum.TabIndex = 334;
+ this.textHVerNum.Tag = "0";
+ //
+ // label63
+ //
+ this.label63.AutoSize = true;
+ this.label63.ForeColor = System.Drawing.Color.Black;
+ this.label63.Location = new System.Drawing.Point(928, 110);
+ this.label63.Name = "label63";
+ this.label63.Size = new System.Drawing.Size(53, 12);
+ this.label63.TabIndex = 330;
+ this.label63.Text = "鎴愬搧缂栧彿";
+ //
+ // label64
+ //
+ this.label64.AutoSize = true;
+ this.label64.ForeColor = System.Drawing.Color.Black;
+ this.label64.Location = new System.Drawing.Point(926, 27);
+ this.label64.Name = "label64";
+ this.label64.Size = new System.Drawing.Size(53, 12);
+ this.label64.TabIndex = 328;
+ this.label64.Text = "鍥惧彿鐗堟湰";
+ //
+ // label65
+ //
+ this.label65.AutoSize = true;
+ this.label65.ForeColor = System.Drawing.Color.Black;
+ this.label65.Location = new System.Drawing.Point(927, 56);
+ this.label65.Name = "label65";
+ this.label65.Size = new System.Drawing.Size(53, 12);
+ this.label65.TabIndex = 326;
+ this.label65.Text = "鎬昏鍥惧彿";
+ //
+ // textHPicNumAssemble
+ //
+ this.textHPicNumAssemble.BackColor = System.Drawing.SystemColors.Window;
+ this.textHPicNumAssemble.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHPicNumAssemble.Location = new System.Drawing.Point(1001, 52);
+ this.textHPicNumAssemble.Name = "textHPicNumAssemble";
+ this.textHPicNumAssemble.Size = new System.Drawing.Size(188, 21);
+ this.textHPicNumAssemble.TabIndex = 327;
+ this.textHPicNumAssemble.Tag = "0";
+ //
+ // label66
+ //
+ this.label66.AutoSize = true;
+ this.label66.ForeColor = System.Drawing.Color.Black;
+ this.label66.Location = new System.Drawing.Point(926, 84);
+ this.label66.Name = "label66";
+ this.label66.Size = new System.Drawing.Size(53, 12);
+ this.label66.TabIndex = 323;
+ this.label66.Text = "鏉� 璐�";
//
// label42
//
@@ -1305,7 +1412,7 @@
this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage3.Size = new System.Drawing.Size(929, 194);
+ this.tabPage3.Size = new System.Drawing.Size(1260, 194);
this.tabPage3.TabIndex = 1;
this.tabPage3.Text = "鍏朵粬淇℃伅";
//
@@ -1643,7 +1750,7 @@
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage4.Size = new System.Drawing.Size(929, 194);
+ this.tabPage4.Size = new System.Drawing.Size(1260, 194);
this.tabPage4.TabIndex = 2;
this.tabPage4.Text = "妫�绉荤エ淇℃伅";
//
@@ -2105,7 +2212,7 @@
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(41, 526);
this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(937, 73);
+ this.panel2.Size = new System.Drawing.Size(1268, 73);
this.panel2.TabIndex = 32;
//
// txtHDeleteDate
@@ -2324,7 +2431,7 @@
// panel3
//
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel3.Location = new System.Drawing.Point(978, 50);
+ this.panel3.Location = new System.Drawing.Point(1309, 50);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(39, 549);
this.panel3.TabIndex = 34;
@@ -2347,7 +2454,7 @@
this.tabControl1.Location = new System.Drawing.Point(41, 304);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(937, 222);
+ this.tabControl1.Size = new System.Drawing.Size(1268, 222);
this.tabControl1.TabIndex = 55;
//
// tabPage1
@@ -2358,7 +2465,7 @@
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(929, 196);
+ this.tabPage1.Size = new System.Drawing.Size(1260, 196);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "鏄庣粏淇℃伅";
this.tabPage1.UseVisualStyleBackColor = true;
@@ -2377,7 +2484,7 @@
this.grdMain.ReadOnly = true;
this.grdMain.RowHeadersWidth = 30;
this.grdMain.RowTemplate.Height = 23;
- this.grdMain.Size = new System.Drawing.Size(923, 146);
+ this.grdMain.Size = new System.Drawing.Size(1254, 146);
this.grdMain.TabIndex = 58;
this.grdMain.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged);
this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
@@ -2402,7 +2509,7 @@
this.grdSum.RowHeadersWidth = 51;
this.grdSum.RowTemplate.Height = 23;
this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.grdSum.Size = new System.Drawing.Size(923, 19);
+ this.grdSum.Size = new System.Drawing.Size(1254, 19);
this.grdSum.TabIndex = 57;
//
// panel6
@@ -2413,7 +2520,7 @@
this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel6.Location = new System.Drawing.Point(3, 168);
this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(923, 25);
+ this.panel6.Size = new System.Drawing.Size(1254, 25);
this.panel6.TabIndex = 56;
//
// lblHStockQty
@@ -2424,12 +2531,22 @@
this.lblHStockQty.Size = new System.Drawing.Size(0, 12);
this.lblHStockQty.TabIndex = 0;
//
+ // textHPicNumVer
+ //
+ this.textHPicNumVer.BackColor = System.Drawing.SystemColors.Window;
+ this.textHPicNumVer.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHPicNumVer.Location = new System.Drawing.Point(1000, 23);
+ this.textHPicNumVer.Name = "textHPicNumVer";
+ this.textHPicNumVer.Size = new System.Drawing.Size(188, 21);
+ this.textHPicNumVer.TabIndex = 337;
+ this.textHPicNumVer.Tag = "0";
+ //
// Sc_ProcessExchangeBill
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Lavender;
- this.ClientSize = new System.Drawing.Size(1017, 599);
+ this.ClientSize = new System.Drawing.Size(1348, 599);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.P1);
@@ -2674,5 +2791,15 @@
private System.Windows.Forms.Label label43;
private System.Windows.Forms.ToolStripMenuItem 闅愯棌鍒楄缃甌oolStripMenuItem;
private System.Windows.Forms.ToolStripButton fz;
+ private System.Windows.Forms.TextBox textHProductNum;
+ private System.Windows.Forms.TextBox textHMaterTexture;
+ private System.Windows.Forms.Label label62;
+ private System.Windows.Forms.TextBox textHVerNum;
+ private System.Windows.Forms.Label label63;
+ private System.Windows.Forms.Label label64;
+ private System.Windows.Forms.Label label65;
+ private System.Windows.Forms.TextBox textHPicNumAssemble;
+ private System.Windows.Forms.Label label66;
+ private System.Windows.Forms.TextBox textHPicNumVer;
}
}
\ No newline at end of file
--
Gitblit v1.9.1