From 23199659e15f69ad012ee55e9387d098230855d5 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期三, 11 八月 2021 16:06:25 +0800
Subject: [PATCH] 工艺路线新增字段
---
PlanM/计划管理/Gy_RoutingBill.designer.cs | 381 ++++++++++++++++++++++++++++++++++++------------------
1 files changed, 253 insertions(+), 128 deletions(-)
diff --git "a/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.designer.cs" "b/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.designer.cs"
index fad1016..1cc9378 100644
--- "a/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.designer.cs"
+++ "b/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.designer.cs"
@@ -45,6 +45,8 @@
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.sh = new System.Windows.Forms.ToolStripButton();
this.qsh = new System.Windows.Forms.ToolStripButton();
+ this.sy = new System.Windows.Forms.ToolStripButton();
+ this.fsy = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.sz = new System.Windows.Forms.ToolStripButton();
this.syz = new System.Windows.Forms.ToolStripButton();
@@ -79,6 +81,10 @@
this.P1 = new System.Windows.Forms.Panel();
this.pic1 = new System.Windows.Forms.PictureBox();
this.gbUp = new System.Windows.Forms.GroupBox();
+ this.chkHUseFlag = new System.Windows.Forms.CheckBox();
+ this.cmdHGroupID = new System.Windows.Forms.Button();
+ this.txtHGroupID = new System.Windows.Forms.TextBox();
+ this.label31 = new System.Windows.Forms.Label();
this.txtHMainPrice = new System.Windows.Forms.TextBox();
this.label30 = new System.Windows.Forms.Label();
this.txtHDelSourceRate = new System.Windows.Forms.TextBox();
@@ -123,6 +129,10 @@
this.cmbSourceBillType = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
+ this.txtHUseDate = new System.Windows.Forms.Label();
+ this.label33 = new System.Windows.Forms.Label();
+ this.txtHUseMan = new System.Windows.Forms.Label();
+ this.label35 = new System.Windows.Forms.Label();
this.txtHDeleteDate = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.txtHDeleteMan = new System.Windows.Forms.Label();
@@ -149,16 +159,16 @@
this.grdMain = new System.Windows.Forms.DataGridView();
this.grdSum = new System.Windows.Forms.DataGridView();
this.grdPrint = new System.Windows.Forms.DataGridView();
- this.cmdHGroupID = new System.Windows.Forms.Button();
- this.txtHGroupID = new System.Windows.Forms.TextBox();
- this.label31 = new System.Windows.Forms.Label();
- this.txtHUseDate = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.txtHUseMan = new System.Windows.Forms.Label();
- this.label35 = new System.Windows.Forms.Label();
- this.chkHUseFlag = new System.Windows.Forms.CheckBox();
- this.sy = new System.Windows.Forms.ToolStripButton();
- this.fsy = new System.Windows.Forms.ToolStripButton();
+ this.label32 = new System.Windows.Forms.Label();
+ this.textHPicNumVer = new System.Windows.Forms.TextBox();
+ this.textHPicNumAssemble = new System.Windows.Forms.TextBox();
+ this.label34 = new System.Windows.Forms.Label();
+ this.textHMaterTexture = new System.Windows.Forms.TextBox();
+ this.label36 = new System.Windows.Forms.Label();
+ this.textHProductNum = new System.Windows.Forms.TextBox();
+ this.label37 = new System.Windows.Forms.Label();
+ this.textHVerNum = new System.Windows.Forms.TextBox();
+ this.label38 = new System.Windows.Forms.Label();
this.Tool.SuspendLayout();
this.P1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
@@ -211,7 +221,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(1314, 50);
this.Tool.Stretch = true;
this.Tool.TabIndex = 17;
this.Tool.Text = "toolStrip1";
@@ -378,6 +388,34 @@
this.qsh.Visible = false;
this.qsh.Click += new System.EventHandler(this.qsh_Click);
//
+ // sy
+ //
+ this.sy.AutoSize = false;
+ this.sy.Image = ((System.Drawing.Image)(resources.GetObject("sy.Image")));
+ this.sy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.sy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+ this.sy.ImageTransparentColor = System.Drawing.Color.White;
+ this.sy.Name = "sy";
+ this.sy.Size = new System.Drawing.Size(35, 47);
+ this.sy.Text = "浣跨敤";
+ this.sy.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.sy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.sy.Click += new System.EventHandler(this.sy_Click);
+ //
+ // fsy
+ //
+ this.fsy.AutoSize = false;
+ this.fsy.Image = ((System.Drawing.Image)(resources.GetObject("fsy.Image")));
+ this.fsy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.fsy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+ this.fsy.ImageTransparentColor = System.Drawing.Color.White;
+ this.fsy.Name = "fsy";
+ this.fsy.Size = new System.Drawing.Size(35, 47);
+ this.fsy.Text = "鍙栨秷";
+ this.fsy.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.fsy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.fsy.Click += new System.EventHandler(this.fsy_Click);
+ //
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
@@ -481,7 +519,7 @@
this.qt.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.qt.ImageTransparentColor = System.Drawing.Color.White;
this.qt.Name = "qt";
- this.qt.Size = new System.Drawing.Size(42, 47);
+ this.qt.Size = new System.Drawing.Size(45, 47);
this.qt.Text = "鍏朵粬";
this.qt.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.qt.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -489,64 +527,64 @@
// 鍏抽棴ToolStripMenuItem
//
this.鍏抽棴ToolStripMenuItem.Name = "鍏抽棴ToolStripMenuItem";
- this.鍏抽棴ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
+ this.鍏抽棴ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.鍏抽棴ToolStripMenuItem.Text = "鍏抽棴";
this.鍏抽棴ToolStripMenuItem.Click += new System.EventHandler(this.鍏抽棴ToolStripMenuItem_Click);
//
// 鍙嶅叧闂璗oolStripMenuItem
//
this.鍙嶅叧闂璗oolStripMenuItem.Name = "鍙嶅叧闂璗oolStripMenuItem";
- this.鍙嶅叧闂璗oolStripMenuItem.Size = new System.Drawing.Size(152, 22);
+ this.鍙嶅叧闂璗oolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.鍙嶅叧闂璗oolStripMenuItem.Text = "鍙嶅叧闂�";
this.鍙嶅叧闂璗oolStripMenuItem.Click += new System.EventHandler(this.鍙嶅叧闂璗oolStripMenuItem_Click);
//
// toolStripSeparator15
//
this.toolStripSeparator15.Name = "toolStripSeparator15";
- this.toolStripSeparator15.Size = new System.Drawing.Size(149, 6);
+ this.toolStripSeparator15.Size = new System.Drawing.Size(133, 6);
//
// 瀹℃牳ToolStripMenuItem
//
this.瀹℃牳ToolStripMenuItem.Name = "瀹℃牳ToolStripMenuItem";
- this.瀹℃牳ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
+ this.瀹℃牳ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.瀹℃牳ToolStripMenuItem.Text = "瀹℃牳";
this.瀹℃牳ToolStripMenuItem.Click += new System.EventHandler(this.瀹℃牳ToolStripMenuItem_Click);
//
// 鍙嶅鏍窽oolStripMenuItem
//
this.鍙嶅鏍窽oolStripMenuItem.Name = "鍙嶅鏍窽oolStripMenuItem";
- this.鍙嶅鏍窽oolStripMenuItem.Size = new System.Drawing.Size(152, 22);
+ this.鍙嶅鏍窽oolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.鍙嶅鏍窽oolStripMenuItem.Text = "鍙嶅鏍�";
this.鍙嶅鏍窽oolStripMenuItem.Click += new System.EventHandler(this.鍙嶅鏍窽oolStripMenuItem_Click);
//
// toolStripSeparator14
//
this.toolStripSeparator14.Name = "toolStripSeparator14";
- this.toolStripSeparator14.Size = new System.Drawing.Size(149, 6);
+ this.toolStripSeparator14.Size = new System.Drawing.Size(133, 6);
//
// 浣滃簾ToolStripMenuItem
//
this.浣滃簾ToolStripMenuItem.Name = "浣滃簾ToolStripMenuItem";
- this.浣滃簾ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
+ this.浣滃簾ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.浣滃簾ToolStripMenuItem.Text = "浣滃簾";
this.浣滃簾ToolStripMenuItem.Click += new System.EventHandler(this.浣滃簾ToolStripMenuItem_Click);
//
// 鎾ら攢浣滃簾ToolStripMenuItem
//
this.鎾ら攢浣滃簾ToolStripMenuItem.Name = "鎾ら攢浣滃簾ToolStripMenuItem";
- this.鎾ら攢浣滃簾ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
+ this.鎾ら攢浣滃簾ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.鎾ら攢浣滃簾ToolStripMenuItem.Text = "鎾ら攢浣滃簾";
this.鎾ら攢浣滃簾ToolStripMenuItem.Click += new System.EventHandler(this.鎾ら攢浣滃簾ToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
+ this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
//
// 闅愯棌鍒楄缃甌oolStripMenuItem
//
this.闅愯棌鍒楄缃甌oolStripMenuItem.Name = "闅愯棌鍒楄缃甌oolStripMenuItem";
- this.闅愯棌鍒楄缃甌oolStripMenuItem.Size = new System.Drawing.Size(152, 22);
+ this.闅愯棌鍒楄缃甌oolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.闅愯棌鍒楄缃甌oolStripMenuItem.Text = "闅愯棌鍒楄缃�";
this.闅愯棌鍒楄缃甌oolStripMenuItem.Click += new System.EventHandler(this.闅愯棌鍒楄缃甌oolStripMenuItem_Click);
//
@@ -583,7 +621,7 @@
this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
this.mrlk.Name = "mrlk";
- this.mrlk.Size = new System.Drawing.Size(57, 47);
+ this.mrlk.Size = new System.Drawing.Size(60, 47);
this.mrlk.Text = "榛樿鍒楀";
this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -603,7 +641,7 @@
this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.bclk.ImageTransparentColor = System.Drawing.Color.White;
this.bclk.Name = "bclk";
- this.bclk.Size = new System.Drawing.Size(57, 47);
+ this.bclk.Size = new System.Drawing.Size(60, 47);
this.bclk.Text = "淇濆瓨鍒楀";
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -673,7 +711,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, 273);
+ this.P1.Size = new System.Drawing.Size(1234, 273);
this.P1.TabIndex = 31;
//
// pic1
@@ -689,6 +727,16 @@
// gbUp
//
this.gbUp.BackColor = System.Drawing.Color.Transparent;
+ this.gbUp.Controls.Add(this.textHVerNum);
+ this.gbUp.Controls.Add(this.label38);
+ this.gbUp.Controls.Add(this.textHProductNum);
+ this.gbUp.Controls.Add(this.label37);
+ this.gbUp.Controls.Add(this.textHMaterTexture);
+ this.gbUp.Controls.Add(this.label36);
+ this.gbUp.Controls.Add(this.textHPicNumAssemble);
+ this.gbUp.Controls.Add(this.label34);
+ this.gbUp.Controls.Add(this.textHPicNumVer);
+ this.gbUp.Controls.Add(this.label32);
this.gbUp.Controls.Add(this.chkHUseFlag);
this.gbUp.Controls.Add(this.cmdHGroupID);
this.gbUp.Controls.Add(this.txtHGroupID);
@@ -737,9 +785,52 @@
this.gbUp.Controls.Add(this.txtHUnitID);
this.gbUp.Location = new System.Drawing.Point(14, 50);
this.gbUp.Name = "gbUp";
- this.gbUp.Size = new System.Drawing.Size(892, 216);
+ this.gbUp.Size = new System.Drawing.Size(1199, 216);
this.gbUp.TabIndex = 33;
this.gbUp.TabStop = false;
+ //
+ // chkHUseFlag
+ //
+ this.chkHUseFlag.AutoSize = true;
+ this.chkHUseFlag.Enabled = false;
+ this.chkHUseFlag.Location = new System.Drawing.Point(769, 187);
+ this.chkHUseFlag.Name = "chkHUseFlag";
+ this.chkHUseFlag.Size = new System.Drawing.Size(72, 16);
+ this.chkHUseFlag.TabIndex = 134;
+ this.chkHUseFlag.Text = "鏄惁鍚敤";
+ this.chkHUseFlag.UseVisualStyleBackColor = true;
+ //
+ // cmdHGroupID
+ //
+ this.cmdHGroupID.BackColor = System.Drawing.Color.Transparent;
+ this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image")));
+ this.cmdHGroupID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
+ this.cmdHGroupID.Location = new System.Drawing.Point(828, 106);
+ this.cmdHGroupID.Name = "cmdHGroupID";
+ this.cmdHGroupID.Size = new System.Drawing.Size(22, 22);
+ this.cmdHGroupID.TabIndex = 133;
+ this.cmdHGroupID.UseVisualStyleBackColor = false;
+ this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
+ //
+ // txtHGroupID
+ //
+ this.txtHGroupID.BackColor = System.Drawing.Color.Beige;
+ this.txtHGroupID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.txtHGroupID.Location = new System.Drawing.Point(667, 105);
+ this.txtHGroupID.Name = "txtHGroupID";
+ this.txtHGroupID.Size = new System.Drawing.Size(161, 21);
+ this.txtHGroupID.TabIndex = 132;
+ this.txtHGroupID.TextChanged += new System.EventHandler(this.txtHGroupID_TextChanged);
+ //
+ // label31
+ //
+ this.label31.AutoSize = true;
+ this.label31.ForeColor = System.Drawing.Color.Black;
+ this.label31.Location = new System.Drawing.Point(606, 108);
+ this.label31.Name = "label31";
+ this.label31.Size = new System.Drawing.Size(53, 12);
+ this.label31.TabIndex = 131;
+ this.label31.Text = "鐢熶骇鐝粍";
//
// txtHMainPrice
//
@@ -1210,8 +1301,48 @@
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(41, 649);
this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(937, 93);
+ this.panel2.Size = new System.Drawing.Size(1234, 93);
this.panel2.TabIndex = 32;
+ //
+ // txtHUseDate
+ //
+ this.txtHUseDate.BackColor = System.Drawing.Color.Transparent;
+ this.txtHUseDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
+ this.txtHUseDate.Location = new System.Drawing.Point(361, 47);
+ this.txtHUseDate.Name = "txtHUseDate";
+ this.txtHUseDate.Size = new System.Drawing.Size(80, 15);
+ this.txtHUseDate.TabIndex = 23;
+ //
+ // label33
+ //
+ this.label33.AutoSize = true;
+ this.label33.BackColor = System.Drawing.Color.Transparent;
+ this.label33.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
+ this.label33.Location = new System.Drawing.Point(302, 50);
+ this.label33.Name = "label33";
+ this.label33.Size = new System.Drawing.Size(53, 12);
+ this.label33.TabIndex = 22;
+ this.label33.Text = "鍚敤鏃ユ湡";
+ //
+ // txtHUseMan
+ //
+ this.txtHUseMan.BackColor = System.Drawing.Color.Transparent;
+ this.txtHUseMan.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
+ this.txtHUseMan.Location = new System.Drawing.Point(361, 13);
+ this.txtHUseMan.Name = "txtHUseMan";
+ this.txtHUseMan.Size = new System.Drawing.Size(80, 15);
+ this.txtHUseMan.TabIndex = 21;
+ //
+ // label35
+ //
+ this.label35.AutoSize = true;
+ this.label35.BackColor = System.Drawing.Color.Transparent;
+ this.label35.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
+ this.label35.Location = new System.Drawing.Point(302, 16);
+ this.label35.Name = "label35";
+ this.label35.Size = new System.Drawing.Size(41, 12);
+ this.label35.TabIndex = 20;
+ this.label35.Text = "鍚敤浜�";
//
// txtHDeleteDate
//
@@ -1429,7 +1560,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(1275, 50);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(39, 692);
this.panel3.TabIndex = 34;
@@ -1448,15 +1579,15 @@
this.grdMain.ReadOnly = true;
this.grdMain.RowHeadersWidth = 30;
this.grdMain.RowTemplate.Height = 23;
- this.grdMain.Size = new System.Drawing.Size(937, 307);
+ this.grdMain.Size = new System.Drawing.Size(1234, 307);
this.grdMain.TabIndex = 44;
- this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll);
- this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
- this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave);
- this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
this.grdMain.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged);
- this.grdMain.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing);
+ this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
+ this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
+ this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave);
this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
+ this.grdMain.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing);
+ this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll);
//
// grdSum
//
@@ -1470,7 +1601,7 @@
this.grdSum.ReadOnly = true;
this.grdSum.RowTemplate.Height = 23;
this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.grdSum.Size = new System.Drawing.Size(937, 19);
+ this.grdSum.Size = new System.Drawing.Size(1234, 19);
this.grdSum.TabIndex = 45;
//
// grdPrint
@@ -1483,123 +1614,107 @@
this.grdPrint.TabIndex = 46;
this.grdPrint.Visible = false;
//
- // cmdHGroupID
+ // label32
//
- this.cmdHGroupID.BackColor = System.Drawing.Color.Transparent;
- this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image")));
- this.cmdHGroupID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
- this.cmdHGroupID.Location = new System.Drawing.Point(828, 106);
- this.cmdHGroupID.Name = "cmdHGroupID";
- this.cmdHGroupID.Size = new System.Drawing.Size(22, 22);
- this.cmdHGroupID.TabIndex = 133;
- this.cmdHGroupID.UseVisualStyleBackColor = false;
- this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
+ this.label32.AutoSize = true;
+ this.label32.ForeColor = System.Drawing.Color.Black;
+ this.label32.Location = new System.Drawing.Point(884, 23);
+ this.label32.Name = "label32";
+ this.label32.Size = new System.Drawing.Size(53, 12);
+ this.label32.TabIndex = 135;
+ this.label32.Text = "鍥惧彿鐗堟湰";
//
- // txtHGroupID
+ // textHPicNumVer
//
- this.txtHGroupID.BackColor = System.Drawing.Color.Beige;
- this.txtHGroupID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.txtHGroupID.Location = new System.Drawing.Point(667, 105);
- this.txtHGroupID.Name = "txtHGroupID";
- this.txtHGroupID.Size = new System.Drawing.Size(161, 21);
- this.txtHGroupID.TabIndex = 132;
- this.txtHGroupID.TextChanged += new System.EventHandler(this.txtHGroupID_TextChanged);
+ this.textHPicNumVer.BackColor = System.Drawing.Color.Beige;
+ this.textHPicNumVer.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHPicNumVer.Location = new System.Drawing.Point(967, 20);
+ this.textHPicNumVer.Name = "textHPicNumVer";
+ this.textHPicNumVer.Size = new System.Drawing.Size(187, 21);
+ this.textHPicNumVer.TabIndex = 136;
//
- // label31
+ // textHPicNumAssemble
//
- this.label31.AutoSize = true;
- this.label31.ForeColor = System.Drawing.Color.Black;
- this.label31.Location = new System.Drawing.Point(606, 108);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(53, 12);
- this.label31.TabIndex = 131;
- this.label31.Text = "鐢熶骇鐝粍";
+ this.textHPicNumAssemble.BackColor = System.Drawing.Color.Beige;
+ this.textHPicNumAssemble.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHPicNumAssemble.Location = new System.Drawing.Point(967, 51);
+ this.textHPicNumAssemble.Name = "textHPicNumAssemble";
+ this.textHPicNumAssemble.Size = new System.Drawing.Size(187, 21);
+ this.textHPicNumAssemble.TabIndex = 138;
//
- // txtHUseDate
+ // label34
//
- this.txtHUseDate.BackColor = System.Drawing.Color.Transparent;
- this.txtHUseDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHUseDate.Location = new System.Drawing.Point(361, 47);
- this.txtHUseDate.Name = "txtHUseDate";
- this.txtHUseDate.Size = new System.Drawing.Size(80, 15);
- this.txtHUseDate.TabIndex = 23;
+ this.label34.AutoSize = true;
+ this.label34.ForeColor = System.Drawing.Color.Black;
+ this.label34.Location = new System.Drawing.Point(884, 54);
+ this.label34.Name = "label34";
+ this.label34.Size = new System.Drawing.Size(53, 12);
+ this.label34.TabIndex = 137;
+ this.label34.Text = "鎬昏鍥惧彿";
//
- // label33
+ // textHMaterTexture
//
- this.label33.AutoSize = true;
- this.label33.BackColor = System.Drawing.Color.Transparent;
- this.label33.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label33.Location = new System.Drawing.Point(302, 50);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(53, 12);
- this.label33.TabIndex = 22;
- this.label33.Text = "鍚敤鏃ユ湡";
+ this.textHMaterTexture.BackColor = System.Drawing.Color.Beige;
+ this.textHMaterTexture.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHMaterTexture.Location = new System.Drawing.Point(967, 78);
+ this.textHMaterTexture.Name = "textHMaterTexture";
+ this.textHMaterTexture.Size = new System.Drawing.Size(187, 21);
+ this.textHMaterTexture.TabIndex = 140;
//
- // txtHUseMan
+ // label36
//
- this.txtHUseMan.BackColor = System.Drawing.Color.Transparent;
- this.txtHUseMan.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHUseMan.Location = new System.Drawing.Point(361, 13);
- this.txtHUseMan.Name = "txtHUseMan";
- this.txtHUseMan.Size = new System.Drawing.Size(80, 15);
- this.txtHUseMan.TabIndex = 21;
+ this.label36.AutoSize = true;
+ this.label36.ForeColor = System.Drawing.Color.Black;
+ this.label36.Location = new System.Drawing.Point(884, 82);
+ this.label36.Name = "label36";
+ this.label36.Size = new System.Drawing.Size(29, 12);
+ this.label36.TabIndex = 139;
+ this.label36.Text = "鏉愯川";
//
- // label35
+ // textHProductNum
//
- this.label35.AutoSize = true;
- this.label35.BackColor = System.Drawing.Color.Transparent;
- this.label35.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label35.Location = new System.Drawing.Point(302, 16);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(41, 12);
- this.label35.TabIndex = 20;
- this.label35.Text = "鍚敤浜�";
+ this.textHProductNum.BackColor = System.Drawing.Color.Beige;
+ this.textHProductNum.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHProductNum.Location = new System.Drawing.Point(967, 110);
+ this.textHProductNum.Name = "textHProductNum";
+ this.textHProductNum.Size = new System.Drawing.Size(187, 21);
+ this.textHProductNum.TabIndex = 142;
//
- // chkHUseFlag
+ // label37
//
- this.chkHUseFlag.AutoSize = true;
- this.chkHUseFlag.Enabled = false;
- this.chkHUseFlag.Location = new System.Drawing.Point(769, 187);
- this.chkHUseFlag.Name = "chkHUseFlag";
- this.chkHUseFlag.Size = new System.Drawing.Size(72, 16);
- this.chkHUseFlag.TabIndex = 134;
- this.chkHUseFlag.Text = "鏄惁鍚敤";
- this.chkHUseFlag.UseVisualStyleBackColor = true;
+ this.label37.AutoSize = true;
+ this.label37.ForeColor = System.Drawing.Color.Black;
+ this.label37.Location = new System.Drawing.Point(884, 113);
+ this.label37.Name = "label37";
+ this.label37.Size = new System.Drawing.Size(53, 12);
+ this.label37.TabIndex = 141;
+ this.label37.Text = "鎴愬搧缂栧彿";
//
- // sy
+ // textHVerNum
//
- this.sy.AutoSize = false;
- this.sy.Image = ((System.Drawing.Image)(resources.GetObject("sy.Image")));
- this.sy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.sy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.sy.ImageTransparentColor = System.Drawing.Color.White;
- this.sy.Name = "sy";
- this.sy.Size = new System.Drawing.Size(35, 47);
- this.sy.Text = "浣跨敤";
- this.sy.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.sy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.sy.Click += new System.EventHandler(this.sy_Click);
+ this.textHVerNum.BackColor = System.Drawing.Color.Beige;
+ this.textHVerNum.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.textHVerNum.Location = new System.Drawing.Point(967, 137);
+ this.textHVerNum.Name = "textHVerNum";
+ this.textHVerNum.Size = new System.Drawing.Size(187, 21);
+ this.textHVerNum.TabIndex = 144;
//
- // fsy
+ // label38
//
- this.fsy.AutoSize = false;
- this.fsy.Image = ((System.Drawing.Image)(resources.GetObject("fsy.Image")));
- this.fsy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.fsy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.fsy.ImageTransparentColor = System.Drawing.Color.White;
- this.fsy.Name = "fsy";
- this.fsy.Size = new System.Drawing.Size(35, 47);
- this.fsy.Text = "鍙栨秷";
- this.fsy.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.fsy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.fsy.Click += new System.EventHandler(this.fsy_Click);
+ this.label38.AutoSize = true;
+ this.label38.ForeColor = System.Drawing.Color.Black;
+ this.label38.Location = new System.Drawing.Point(884, 140);
+ this.label38.Name = "label38";
+ this.label38.Size = new System.Drawing.Size(29, 12);
+ this.label38.TabIndex = 143;
+ this.label38.Text = "鐗堟湰";
//
// Gy_RoutingBill
//
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, 742);
+ this.ClientSize = new System.Drawing.Size(1314, 742);
this.Controls.Add(this.grdMain);
this.Controls.Add(this.grdSum);
this.Controls.Add(this.panel2);
@@ -1618,9 +1733,9 @@
this.Name = "Gy_RoutingBill";
this.Text = "鍗曟嵁缂栬緫";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Gy_RoutingBill_FormClosing);
this.Load += new System.EventHandler(this.Gy_RoutingBill_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Gy_RoutingBill_Paint);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Gy_RoutingBill_FormClosing);
this.Resize += new System.EventHandler(this.Gy_RoutingBill_Resize);
this.Tool.ResumeLayout(false);
this.Tool.PerformLayout();
@@ -1769,5 +1884,15 @@
private System.Windows.Forms.CheckBox chkHUseFlag;
private System.Windows.Forms.ToolStripButton sy;
private System.Windows.Forms.ToolStripButton fsy;
+ private System.Windows.Forms.TextBox textHVerNum;
+ private System.Windows.Forms.Label label38;
+ private System.Windows.Forms.TextBox textHProductNum;
+ private System.Windows.Forms.Label label37;
+ private System.Windows.Forms.TextBox textHMaterTexture;
+ private System.Windows.Forms.Label label36;
+ private System.Windows.Forms.TextBox textHPicNumAssemble;
+ private System.Windows.Forms.Label label34;
+ private System.Windows.Forms.TextBox textHPicNumVer;
+ private System.Windows.Forms.Label label32;
}
}
\ No newline at end of file
--
Gitblit v1.9.1