From 6f242d5de973bde5f93e1443f46c97e23009d9ab Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 26 十月 2023 20:49:46 +0800 Subject: [PATCH] 信用额度申请单 --- PlanM/计划管理/Gy_RoutingBill.designer.cs | 529 ++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 343 insertions(+), 186 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..483057e 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,22 @@ this.P1 = new System.Windows.Forms.Panel(); this.pic1 = new System.Windows.Forms.PictureBox(); this.gbUp = new System.Windows.Forms.GroupBox(); + this.cmbHOrgID = new System.Windows.Forms.ComboBox(); + this.label39 = new System.Windows.Forms.Label(); + this.textHVerNum = new System.Windows.Forms.TextBox(); + this.label38 = new System.Windows.Forms.Label(); + this.textHProductNum = new System.Windows.Forms.TextBox(); + this.label37 = new System.Windows.Forms.Label(); + this.textHMaterTexture = new System.Windows.Forms.TextBox(); + this.label36 = new System.Windows.Forms.Label(); + this.textHPicNumAssemble = new System.Windows.Forms.TextBox(); + this.label34 = new System.Windows.Forms.Label(); + this.textHPicNumVer = new System.Windows.Forms.TextBox(); + this.label32 = new System.Windows.Forms.Label(); + 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 +141,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 +171,6 @@ 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.Tool.SuspendLayout(); this.P1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit(); @@ -211,7 +223,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 +390,35 @@ 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.Visible = false; + this.fsy.Click += new System.EventHandler(this.fsy_Click); + // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; @@ -481,7 +522,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 +530,70 @@ // 鍏抽棴ToolStripMenuItem // this.鍏抽棴ToolStripMenuItem.Name = "鍏抽棴ToolStripMenuItem"; - this.鍏抽棴ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.鍏抽棴ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.鍏抽棴ToolStripMenuItem.Text = "鍏抽棴"; + this.鍏抽棴ToolStripMenuItem.Visible = false; 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(180, 22); this.鍙嶅叧闂璗oolStripMenuItem.Text = "鍙嶅叧闂�"; + this.鍙嶅叧闂璗oolStripMenuItem.Visible = false; 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(177, 6); // // 瀹℃牳ToolStripMenuItem // this.瀹℃牳ToolStripMenuItem.Name = "瀹℃牳ToolStripMenuItem"; - this.瀹℃牳ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.瀹℃牳ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.瀹℃牳ToolStripMenuItem.Text = "瀹℃牳"; + this.瀹℃牳ToolStripMenuItem.Visible = false; 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(180, 22); this.鍙嶅鏍窽oolStripMenuItem.Text = "鍙嶅鏍�"; + this.鍙嶅鏍窽oolStripMenuItem.Visible = false; 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(177, 6); // // 浣滃簾ToolStripMenuItem // this.浣滃簾ToolStripMenuItem.Name = "浣滃簾ToolStripMenuItem"; - this.浣滃簾ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.浣滃簾ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.浣滃簾ToolStripMenuItem.Text = "浣滃簾"; + this.浣滃簾ToolStripMenuItem.Visible = false; 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(180, 22); this.鎾ら攢浣滃簾ToolStripMenuItem.Text = "鎾ら攢浣滃簾"; + this.鎾ら攢浣滃簾ToolStripMenuItem.Visible = false; 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(177, 6); // // 闅愯棌鍒楄缃甌oolStripMenuItem // this.闅愯棌鍒楄缃甌oolStripMenuItem.Name = "闅愯棌鍒楄缃甌oolStripMenuItem"; - this.闅愯棌鍒楄缃甌oolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.闅愯棌鍒楄缃甌oolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.闅愯棌鍒楄缃甌oolStripMenuItem.Text = "闅愯棌鍒楄缃�"; this.闅愯棌鍒楄缃甌oolStripMenuItem.Click += new System.EventHandler(this.闅愯棌鍒楄缃甌oolStripMenuItem_Click); // @@ -583,7 +630,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 +650,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; @@ -628,7 +675,7 @@ // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.Black; - this.label2.Location = new System.Drawing.Point(18, 21); + this.label2.Location = new System.Drawing.Point(28, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 19; @@ -647,7 +694,7 @@ // this.txtHUnitID.BackColor = System.Drawing.Color.Beige; this.txtHUnitID.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHUnitID.Location = new System.Drawing.Point(91, 79); + this.txtHUnitID.Location = new System.Drawing.Point(91, 75); this.txtHUnitID.Name = "txtHUnitID"; this.txtHUnitID.Size = new System.Drawing.Size(166, 21); this.txtHUnitID.TabIndex = 24; @@ -658,7 +705,7 @@ // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Black; - this.label4.Location = new System.Drawing.Point(19, 82); + this.label4.Location = new System.Drawing.Point(28, 79); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 23; @@ -673,7 +720,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 +736,18 @@ // gbUp // this.gbUp.BackColor = System.Drawing.Color.Transparent; + this.gbUp.Controls.Add(this.cmbHOrgID); + this.gbUp.Controls.Add(this.label39); + 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,15 +796,172 @@ 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; + // + // cmbHOrgID + // + this.cmbHOrgID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cmbHOrgID.FormattingEnabled = true; + this.cmbHOrgID.Location = new System.Drawing.Point(966, 156); + this.cmbHOrgID.Name = "cmbHOrgID"; + this.cmbHOrgID.Size = new System.Drawing.Size(188, 20); + this.cmbHOrgID.TabIndex = 146; + // + // label39 + // + this.label39.AutoSize = true; + this.label39.ForeColor = System.Drawing.Color.Black; + this.label39.Location = new System.Drawing.Point(903, 160); + this.label39.Name = "label39"; + this.label39.Size = new System.Drawing.Size(53, 12); + this.label39.TabIndex = 145; + this.label39.Text = "缁� 缁�"; + // + // textHVerNum + // + this.textHVerNum.BackColor = System.Drawing.Color.Beige; + this.textHVerNum.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.textHVerNum.Location = new System.Drawing.Point(967, 129); + this.textHVerNum.Name = "textHVerNum"; + this.textHVerNum.Size = new System.Drawing.Size(187, 21); + this.textHVerNum.TabIndex = 144; + // + // label38 + // + this.label38.AutoSize = true; + this.label38.ForeColor = System.Drawing.Color.Black; + this.label38.Location = new System.Drawing.Point(903, 133); + this.label38.Name = "label38"; + this.label38.Size = new System.Drawing.Size(53, 12); + this.label38.TabIndex = 143; + this.label38.Text = "鐗� 鏈�"; + // + // textHProductNum + // + this.textHProductNum.BackColor = System.Drawing.Color.Beige; + this.textHProductNum.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.textHProductNum.Location = new System.Drawing.Point(967, 102); + this.textHProductNum.Name = "textHProductNum"; + this.textHProductNum.Size = new System.Drawing.Size(187, 21); + this.textHProductNum.TabIndex = 142; + // + // label37 + // + this.label37.AutoSize = true; + this.label37.ForeColor = System.Drawing.Color.Black; + this.label37.Location = new System.Drawing.Point(903, 106); + this.label37.Name = "label37"; + this.label37.Size = new System.Drawing.Size(53, 12); + this.label37.TabIndex = 141; + this.label37.Text = "鎴愬搧缂栧彿"; + // + // textHMaterTexture + // + this.textHMaterTexture.BackColor = System.Drawing.Color.Beige; + this.textHMaterTexture.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.textHMaterTexture.Location = new System.Drawing.Point(967, 75); + this.textHMaterTexture.Name = "textHMaterTexture"; + this.textHMaterTexture.Size = new System.Drawing.Size(187, 21); + this.textHMaterTexture.TabIndex = 140; + // + // label36 + // + this.label36.AutoSize = true; + this.label36.ForeColor = System.Drawing.Color.Black; + this.label36.Location = new System.Drawing.Point(903, 79); + this.label36.Name = "label36"; + this.label36.Size = new System.Drawing.Size(53, 12); + this.label36.TabIndex = 139; + this.label36.Text = "鏉� 璐�"; + // + // textHPicNumAssemble + // + this.textHPicNumAssemble.BackColor = System.Drawing.Color.Beige; + this.textHPicNumAssemble.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.textHPicNumAssemble.Location = new System.Drawing.Point(967, 48); + this.textHPicNumAssemble.Name = "textHPicNumAssemble"; + this.textHPicNumAssemble.Size = new System.Drawing.Size(187, 21); + this.textHPicNumAssemble.TabIndex = 138; + // + // label34 + // + this.label34.AutoSize = true; + this.label34.ForeColor = System.Drawing.Color.Black; + this.label34.Location = new System.Drawing.Point(903, 52); + this.label34.Name = "label34"; + this.label34.Size = new System.Drawing.Size(53, 12); + this.label34.TabIndex = 137; + this.label34.Text = "鎬昏鍥惧彿"; + // + // textHPicNumVer + // + this.textHPicNumVer.BackColor = System.Drawing.Color.Beige; + this.textHPicNumVer.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.textHPicNumVer.Location = new System.Drawing.Point(967, 21); + this.textHPicNumVer.Name = "textHPicNumVer"; + this.textHPicNumVer.Size = new System.Drawing.Size(187, 21); + this.textHPicNumVer.TabIndex = 136; + // + // label32 + // + this.label32.AutoSize = true; + this.label32.ForeColor = System.Drawing.Color.Black; + this.label32.Location = new System.Drawing.Point(903, 25); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(53, 12); + this.label32.TabIndex = 135; + this.label32.Text = "鍥惧彿鐗堟湰"; + // + // 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, 101); + 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, 102); + 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(605, 106); + this.label31.Name = "label31"; + this.label31.Size = new System.Drawing.Size(53, 12); + this.label31.TabIndex = 131; + this.label31.Text = "鐢熶骇鐝粍"; // // txtHMainPrice // this.txtHMainPrice.BackColor = System.Drawing.Color.Beige; this.txtHMainPrice.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHMainPrice.Location = new System.Drawing.Point(667, 132); + this.txtHMainPrice.Location = new System.Drawing.Point(667, 129); this.txtHMainPrice.Name = "txtHMainPrice"; this.txtHMainPrice.Size = new System.Drawing.Size(187, 21); this.txtHMainPrice.TabIndex = 130; @@ -754,7 +970,7 @@ // this.label30.AutoSize = true; this.label30.ForeColor = System.Drawing.Color.Black; - this.label30.Location = new System.Drawing.Point(605, 135); + this.label30.Location = new System.Drawing.Point(605, 133); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(53, 12); this.label30.TabIndex = 129; @@ -764,7 +980,7 @@ // this.txtHDelSourceRate.BackColor = System.Drawing.Color.Beige; this.txtHDelSourceRate.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHDelSourceRate.Location = new System.Drawing.Point(667, 160); + this.txtHDelSourceRate.Location = new System.Drawing.Point(667, 156); this.txtHDelSourceRate.Name = "txtHDelSourceRate"; this.txtHDelSourceRate.Size = new System.Drawing.Size(187, 21); this.txtHDelSourceRate.TabIndex = 128; @@ -773,7 +989,7 @@ // this.label29.AutoSize = true; this.label29.ForeColor = System.Drawing.Color.Black; - this.label29.Location = new System.Drawing.Point(596, 163); + this.label29.Location = new System.Drawing.Point(593, 160); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(65, 12); this.label29.TabIndex = 127; @@ -783,7 +999,7 @@ // this.txtHAddSourceRate.BackColor = System.Drawing.Color.Beige; this.txtHAddSourceRate.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHAddSourceRate.Location = new System.Drawing.Point(384, 160); + this.txtHAddSourceRate.Location = new System.Drawing.Point(384, 156); this.txtHAddSourceRate.Name = "txtHAddSourceRate"; this.txtHAddSourceRate.Size = new System.Drawing.Size(187, 21); this.txtHAddSourceRate.TabIndex = 126; @@ -792,7 +1008,7 @@ // this.label28.AutoSize = true; this.label28.ForeColor = System.Drawing.Color.Black; - this.label28.Location = new System.Drawing.Point(310, 163); + this.label28.Location = new System.Drawing.Point(312, 160); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(65, 12); this.label28.TabIndex = 125; @@ -802,7 +1018,7 @@ // this.txtHStdSourceQty.BackColor = System.Drawing.Color.Beige; this.txtHStdSourceQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHStdSourceQty.Location = new System.Drawing.Point(92, 160); + this.txtHStdSourceQty.Location = new System.Drawing.Point(91, 156); this.txtHStdSourceQty.Name = "txtHStdSourceQty"; this.txtHStdSourceQty.Size = new System.Drawing.Size(187, 21); this.txtHStdSourceQty.TabIndex = 124; @@ -811,7 +1027,7 @@ // this.label26.AutoSize = true; this.label26.ForeColor = System.Drawing.Color.Black; - this.label26.Location = new System.Drawing.Point(18, 163); + this.label26.Location = new System.Drawing.Point(16, 160); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(65, 12); this.label26.TabIndex = 123; @@ -822,7 +1038,7 @@ this.cmdHMainCenterID.BackColor = System.Drawing.Color.Transparent; this.cmdHMainCenterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMainCenterID.Image"))); this.cmdHMainCenterID.ImageAlign = System.Drawing.ContentAlignment.TopRight; - this.cmdHMainCenterID.Location = new System.Drawing.Point(546, 106); + this.cmdHMainCenterID.Location = new System.Drawing.Point(546, 101); this.cmdHMainCenterID.Name = "cmdHMainCenterID"; this.cmdHMainCenterID.Size = new System.Drawing.Size(22, 22); this.cmdHMainCenterID.TabIndex = 122; @@ -834,7 +1050,7 @@ this.cmdHMainProcID.BackColor = System.Drawing.Color.Transparent; this.cmdHMainProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMainProcID.Image"))); this.cmdHMainProcID.ImageAlign = System.Drawing.ContentAlignment.TopRight; - this.cmdHMainProcID.Location = new System.Drawing.Point(257, 105); + this.cmdHMainProcID.Location = new System.Drawing.Point(257, 101); this.cmdHMainProcID.Name = "cmdHMainProcID"; this.cmdHMainProcID.Size = new System.Drawing.Size(22, 22); this.cmdHMainProcID.TabIndex = 121; @@ -849,7 +1065,7 @@ this.cmbHMainTimeUnit.Items.AddRange(new object[] { "灏忔椂", "澶�"}); - this.cmbHMainTimeUnit.Location = new System.Drawing.Point(667, 80); + this.cmbHMainTimeUnit.Location = new System.Drawing.Point(667, 75); this.cmbHMainTimeUnit.Name = "cmbHMainTimeUnit"; this.cmbHMainTimeUnit.Size = new System.Drawing.Size(187, 20); this.cmbHMainTimeUnit.TabIndex = 120; @@ -858,7 +1074,7 @@ // this.label24.AutoSize = true; this.label24.ForeColor = System.Drawing.Color.Black; - this.label24.Location = new System.Drawing.Point(608, 83); + this.label24.Location = new System.Drawing.Point(605, 79); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(53, 12); this.label24.TabIndex = 119; @@ -868,7 +1084,7 @@ // this.txtHMainUnitTime.BackColor = System.Drawing.Color.Beige; this.txtHMainUnitTime.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHMainUnitTime.Location = new System.Drawing.Point(385, 132); + this.txtHMainUnitTime.Location = new System.Drawing.Point(385, 129); this.txtHMainUnitTime.Name = "txtHMainUnitTime"; this.txtHMainUnitTime.Size = new System.Drawing.Size(183, 21); this.txtHMainUnitTime.TabIndex = 92; @@ -877,7 +1093,7 @@ // this.label18.AutoSize = true; this.label18.ForeColor = System.Drawing.Color.Black; - this.label18.Location = new System.Drawing.Point(322, 136); + this.label18.Location = new System.Drawing.Point(324, 133); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(53, 12); this.label18.TabIndex = 91; @@ -887,7 +1103,7 @@ // this.txtHMainWorkQty.BackColor = System.Drawing.Color.Beige; this.txtHMainWorkQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHMainWorkQty.Location = new System.Drawing.Point(92, 133); + this.txtHMainWorkQty.Location = new System.Drawing.Point(91, 129); this.txtHMainWorkQty.Name = "txtHMainWorkQty"; this.txtHMainWorkQty.Size = new System.Drawing.Size(187, 21); this.txtHMainWorkQty.TabIndex = 90; @@ -896,7 +1112,7 @@ // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.Black; - this.label12.Location = new System.Drawing.Point(18, 136); + this.label12.Location = new System.Drawing.Point(28, 133); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(53, 12); this.label12.TabIndex = 89; @@ -906,7 +1122,7 @@ // this.txtHMainCenterID.BackColor = System.Drawing.Color.Beige; this.txtHMainCenterID.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHMainCenterID.Location = new System.Drawing.Point(385, 105); + this.txtHMainCenterID.Location = new System.Drawing.Point(385, 102); this.txtHMainCenterID.Name = "txtHMainCenterID"; this.txtHMainCenterID.Size = new System.Drawing.Size(161, 21); this.txtHMainCenterID.TabIndex = 88; @@ -916,7 +1132,7 @@ // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Black; - this.label7.Location = new System.Drawing.Point(324, 108); + this.label7.Location = new System.Drawing.Point(324, 106); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 87; @@ -926,7 +1142,7 @@ // this.txtHMainProcID.BackColor = System.Drawing.Color.Beige; this.txtHMainProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHMainProcID.Location = new System.Drawing.Point(92, 106); + this.txtHMainProcID.Location = new System.Drawing.Point(91, 102); this.txtHMainProcID.Name = "txtHMainProcID"; this.txtHMainProcID.Size = new System.Drawing.Size(165, 21); this.txtHMainProcID.TabIndex = 86; @@ -936,7 +1152,7 @@ // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Black; - this.label6.Location = new System.Drawing.Point(18, 109); + this.label6.Location = new System.Drawing.Point(28, 106); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 85; @@ -956,7 +1172,7 @@ // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.Black; - this.label3.Location = new System.Drawing.Point(605, 54); + this.label3.Location = new System.Drawing.Point(605, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 83; @@ -966,7 +1182,7 @@ // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.Black; - this.label1.Location = new System.Drawing.Point(324, 54); + this.label1.Location = new System.Drawing.Point(324, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 82; @@ -975,7 +1191,7 @@ // txtHMaterModel // this.txtHMaterModel.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHMaterModel.Location = new System.Drawing.Point(667, 51); + this.txtHMaterModel.Location = new System.Drawing.Point(667, 48); this.txtHMaterModel.Name = "txtHMaterModel"; this.txtHMaterModel.ReadOnly = true; this.txtHMaterModel.Size = new System.Drawing.Size(187, 21); @@ -985,7 +1201,7 @@ // txtHMaterName // this.txtHMaterName.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHMaterName.Location = new System.Drawing.Point(385, 50); + this.txtHMaterName.Location = new System.Drawing.Point(385, 48); this.txtHMaterName.Name = "txtHMaterName"; this.txtHMaterName.ReadOnly = true; this.txtHMaterName.Size = new System.Drawing.Size(183, 21); @@ -997,7 +1213,7 @@ this.cmdHMaterID.BackColor = System.Drawing.Color.Transparent; this.cmdHMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMaterID.Image"))); this.cmdHMaterID.ImageAlign = System.Drawing.ContentAlignment.TopRight; - this.cmdHMaterID.Location = new System.Drawing.Point(257, 49); + this.cmdHMaterID.Location = new System.Drawing.Point(257, 47); this.cmdHMaterID.Name = "cmdHMaterID"; this.cmdHMaterID.Size = new System.Drawing.Size(22, 22); this.cmdHMaterID.TabIndex = 79; @@ -1009,7 +1225,7 @@ this.cmdHRoutingGroupID.BackColor = System.Drawing.Color.Transparent; this.cmdHRoutingGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHRoutingGroupID.Image"))); this.cmdHRoutingGroupID.ImageAlign = System.Drawing.ContentAlignment.TopRight; - this.cmdHRoutingGroupID.Location = new System.Drawing.Point(546, 75); + this.cmdHRoutingGroupID.Location = new System.Drawing.Point(546, 74); this.cmdHRoutingGroupID.Name = "cmdHRoutingGroupID"; this.cmdHRoutingGroupID.Size = new System.Drawing.Size(22, 22); this.cmdHRoutingGroupID.TabIndex = 78; @@ -1021,7 +1237,7 @@ this.cmdHUnitID.BackColor = System.Drawing.Color.Transparent; this.cmdHUnitID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHUnitID.Image"))); this.cmdHUnitID.ImageAlign = System.Drawing.ContentAlignment.TopRight; - this.cmdHUnitID.Location = new System.Drawing.Point(257, 77); + this.cmdHUnitID.Location = new System.Drawing.Point(257, 74); this.cmdHUnitID.Name = "cmdHUnitID"; this.cmdHUnitID.Size = new System.Drawing.Size(22, 22); this.cmdHUnitID.TabIndex = 77; @@ -1032,7 +1248,7 @@ // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.Black; - this.label5.Location = new System.Drawing.Point(300, 80); + this.label5.Location = new System.Drawing.Point(300, 79); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 12); this.label5.TabIndex = 62; @@ -1041,7 +1257,7 @@ // txtHRoutingGroupID // this.txtHRoutingGroupID.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHRoutingGroupID.Location = new System.Drawing.Point(385, 77); + this.txtHRoutingGroupID.Location = new System.Drawing.Point(385, 75); this.txtHRoutingGroupID.Name = "txtHRoutingGroupID"; this.txtHRoutingGroupID.Size = new System.Drawing.Size(161, 21); this.txtHRoutingGroupID.TabIndex = 63; @@ -1051,7 +1267,7 @@ // this.txtHName.BackColor = System.Drawing.Color.Beige; this.txtHName.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHName.Location = new System.Drawing.Point(667, 20); + this.txtHName.Location = new System.Drawing.Point(667, 21); this.txtHName.Name = "txtHName"; this.txtHName.Size = new System.Drawing.Size(187, 21); this.txtHName.TabIndex = 59; @@ -1060,7 +1276,7 @@ // this.label22.AutoSize = true; this.label22.ForeColor = System.Drawing.Color.Black; - this.label22.Location = new System.Drawing.Point(581, 23); + this.label22.Location = new System.Drawing.Point(581, 25); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(77, 12); this.label22.TabIndex = 58; @@ -1069,7 +1285,7 @@ // txtHRemark // this.txtHRemark.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHRemark.Location = new System.Drawing.Point(91, 187); + this.txtHRemark.Location = new System.Drawing.Point(91, 183); this.txtHRemark.Name = "txtHRemark"; this.txtHRemark.Size = new System.Drawing.Size(480, 21); this.txtHRemark.TabIndex = 57; @@ -1078,7 +1294,7 @@ // this.label20.AutoSize = true; this.label20.ForeColor = System.Drawing.Color.Black; - this.label20.Location = new System.Drawing.Point(18, 190); + this.label20.Location = new System.Drawing.Point(28, 190); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(53, 12); this.label20.TabIndex = 56; @@ -1099,7 +1315,7 @@ // this.label16.AutoSize = true; this.label16.ForeColor = System.Drawing.Color.Black; - this.label16.Location = new System.Drawing.Point(18, 50); + this.label16.Location = new System.Drawing.Point(28, 52); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(53, 12); this.label16.TabIndex = 43; @@ -1118,7 +1334,7 @@ // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.Black; - this.label9.Location = new System.Drawing.Point(324, 23); + this.label9.Location = new System.Drawing.Point(324, 25); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 31; @@ -1210,8 +1426,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 +1685,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 +1704,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 +1726,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 +1739,12 @@ this.grdPrint.TabIndex = 46; this.grdPrint.Visible = false; // - // 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 = "鐢熶骇鐝粍"; - // - // 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 = "鍚敤浜�"; - // - // 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; - // - // 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); - // // 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 +1763,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 +1914,17 @@ 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; + private System.Windows.Forms.ComboBox cmbHOrgID; + private System.Windows.Forms.Label label39; } } \ No newline at end of file -- Gitblit v1.9.1