From 2ac90163499626a2e2c4b4a46219b944dc6c9b17 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期三, 06 九月 2023 13:45:30 +0800 Subject: [PATCH] 1 --- WarM/条码打印/Kf_WeighToBarCode_StationOutBill.designer.cs | 164 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 133 insertions(+), 31 deletions(-) diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Kf_WeighToBarCode_StationOutBill.designer.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Kf_WeighToBarCode_StationOutBill.designer.cs" index ec7a0b6..3575e62 100644 --- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Kf_WeighToBarCode_StationOutBill.designer.cs" +++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Kf_WeighToBarCode_StationOutBill.designer.cs" @@ -30,8 +30,8 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Kf_WeighToBarCode_StationOutBill)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.Tool = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.mrlk = new System.Windows.Forms.ToolStripButton(); @@ -55,6 +55,13 @@ this.label4 = new System.Windows.Forms.Label(); this.txtHMaterNumber = new System.Windows.Forms.TextBox(); this.gbUp = new System.Windows.Forms.GroupBox(); + this.cmdHCenterID = new System.Windows.Forms.Button(); + this.cmdHGroupID = new System.Windows.Forms.Button(); + this.cmdHSourceID = new System.Windows.Forms.Button(); + this.label15 = new System.Windows.Forms.Label(); + this.txtHBarcodeNo = new System.Windows.Forms.TextBox(); + this.label18 = new System.Windows.Forms.Label(); + this.txtHWeightQyt = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.txtHProcNo = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); @@ -270,14 +277,14 @@ this.grdMain.AllowUserToDeleteRows = false; this.grdMain.BackgroundColor = System.Drawing.SystemColors.ControlLightLight; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle1.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.grdMain.DefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle3.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.grdMain.DefaultCellStyle = dataGridViewCellStyle3; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.Location = new System.Drawing.Point(3, 3); this.grdMain.Margin = new System.Windows.Forms.Padding(0); @@ -315,7 +322,7 @@ this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.Black; - this.label3.Location = new System.Drawing.Point(272, 88); + this.label3.Location = new System.Drawing.Point(662, 116); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 52; @@ -325,10 +332,10 @@ // this.txtHProcID.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHProcID.Location = new System.Drawing.Point(303, 84); + this.txtHProcID.Location = new System.Drawing.Point(693, 112); this.txtHProcID.Name = "txtHProcID"; this.txtHProcID.ReadOnly = true; - this.txtHProcID.Size = new System.Drawing.Size(112, 21); + this.txtHProcID.Size = new System.Drawing.Size(108, 21); this.txtHProcID.TabIndex = 53; this.txtHProcID.TextChanged += new System.EventHandler(this.txtHProcID_TextChanged); // @@ -356,6 +363,13 @@ // gbUp // this.gbUp.BackColor = System.Drawing.Color.Transparent; + this.gbUp.Controls.Add(this.cmdHCenterID); + this.gbUp.Controls.Add(this.cmdHGroupID); + this.gbUp.Controls.Add(this.cmdHSourceID); + this.gbUp.Controls.Add(this.label15); + this.gbUp.Controls.Add(this.txtHBarcodeNo); + this.gbUp.Controls.Add(this.label18); + this.gbUp.Controls.Add(this.txtHWeightQyt); this.gbUp.Controls.Add(this.label17); this.gbUp.Controls.Add(this.txtHProcNo); this.gbUp.Controls.Add(this.label16); @@ -399,12 +413,88 @@ this.gbUp.TabIndex = 58; this.gbUp.TabStop = false; // + // cmdHCenterID + // + this.cmdHCenterID.BackColor = System.Drawing.Color.Transparent; + this.cmdHCenterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHCenterID.Image"))); + this.cmdHCenterID.ImageAlign = System.Drawing.ContentAlignment.TopRight; + this.cmdHCenterID.Location = new System.Drawing.Point(409, 111); + this.cmdHCenterID.Name = "cmdHCenterID"; + this.cmdHCenterID.Size = new System.Drawing.Size(22, 22); + this.cmdHCenterID.TabIndex = 332; + this.cmdHCenterID.UseVisualStyleBackColor = false; + this.cmdHCenterID.Click += new System.EventHandler(this.cmdHCenterID_Click); + // + // 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(201, 111); + this.cmdHGroupID.Name = "cmdHGroupID"; + this.cmdHGroupID.Size = new System.Drawing.Size(22, 22); + this.cmdHGroupID.TabIndex = 331; + this.cmdHGroupID.UseVisualStyleBackColor = false; + this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click); + // + // cmdHSourceID + // + this.cmdHSourceID.BackColor = System.Drawing.Color.Transparent; + this.cmdHSourceID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID.Image"))); + this.cmdHSourceID.ImageAlign = System.Drawing.ContentAlignment.TopRight; + this.cmdHSourceID.Location = new System.Drawing.Point(604, 111); + this.cmdHSourceID.Name = "cmdHSourceID"; + this.cmdHSourceID.Size = new System.Drawing.Size(22, 22); + this.cmdHSourceID.TabIndex = 330; + this.cmdHSourceID.UseVisualStyleBackColor = false; + this.cmdHSourceID.Click += new System.EventHandler(this.cmdHSourceID_Click); + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label15.ForeColor = System.Drawing.Color.Black; + this.label15.Location = new System.Drawing.Point(466, 88); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(29, 12); + this.label15.TabIndex = 328; + this.label15.Text = "鍖呭彿"; + // + // txtHBarcodeNo + // + this.txtHBarcodeNo.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.txtHBarcodeNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.txtHBarcodeNo.Location = new System.Drawing.Point(498, 84); + this.txtHBarcodeNo.Name = "txtHBarcodeNo"; + this.txtHBarcodeNo.Size = new System.Drawing.Size(128, 21); + this.txtHBarcodeNo.TabIndex = 329; + // + // label18 + // + this.label18.AutoSize = true; + this.label18.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label18.ForeColor = System.Drawing.Color.Black; + this.label18.Location = new System.Drawing.Point(272, 88); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(29, 12); + this.label18.TabIndex = 326; + this.label18.Text = "閲嶉噺"; + // + // txtHWeightQyt + // + this.txtHWeightQyt.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.txtHWeightQyt.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.txtHWeightQyt.Location = new System.Drawing.Point(303, 84); + this.txtHWeightQyt.Name = "txtHWeightQyt"; + this.txtHWeightQyt.Size = new System.Drawing.Size(128, 21); + this.txtHWeightQyt.TabIndex = 327; + // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label17.ForeColor = System.Drawing.Color.Black; - this.label17.Location = new System.Drawing.Point(454, 88); + this.label17.Location = new System.Drawing.Point(650, 88); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(41, 12); this.label17.TabIndex = 324; @@ -414,18 +504,18 @@ // this.txtHProcNo.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHProcNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHProcNo.Location = new System.Drawing.Point(498, 84); + this.txtHProcNo.Location = new System.Drawing.Point(693, 84); this.txtHProcNo.Name = "txtHProcNo"; - this.txtHProcNo.ReadOnly = true; this.txtHProcNo.Size = new System.Drawing.Size(128, 21); this.txtHProcNo.TabIndex = 325; + this.txtHProcNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHProcNo_KeyDown); // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label16.ForeColor = System.Drawing.Color.Black; - this.label16.Location = new System.Drawing.Point(626, 88); + this.label16.Location = new System.Drawing.Point(27, 144); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(65, 12); this.label16.TabIndex = 320; @@ -435,7 +525,7 @@ // this.txtHICMOBillNo.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHICMOBillNo.Location = new System.Drawing.Point(693, 84); + this.txtHICMOBillNo.Location = new System.Drawing.Point(95, 140); this.txtHICMOBillNo.Name = "txtHICMOBillNo"; this.txtHICMOBillNo.ReadOnly = true; this.txtHICMOBillNo.Size = new System.Drawing.Size(128, 21); @@ -459,15 +549,17 @@ this.txtHCenterID.Location = new System.Drawing.Point(303, 112); this.txtHCenterID.Name = "txtHCenterID"; this.txtHCenterID.ReadOnly = true; - this.txtHCenterID.Size = new System.Drawing.Size(128, 21); + this.txtHCenterID.Size = new System.Drawing.Size(108, 21); this.txtHCenterID.TabIndex = 319; + this.txtHCenterID.TextChanged += new System.EventHandler(this.txtHCenterID_TextChanged); // // cmdHProcID // this.cmdHProcID.BackColor = System.Drawing.Color.Transparent; + this.cmdHProcID.Enabled = false; this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image"))); this.cmdHProcID.ImageAlign = System.Drawing.ContentAlignment.TopRight; - this.cmdHProcID.Location = new System.Drawing.Point(409, 83); + this.cmdHProcID.Location = new System.Drawing.Point(799, 111); this.cmdHProcID.Name = "cmdHProcID"; this.cmdHProcID.Size = new System.Drawing.Size(22, 22); this.cmdHProcID.TabIndex = 317; @@ -570,9 +662,11 @@ this.txtHSourceID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSourceID.Location = new System.Drawing.Point(498, 112); this.txtHSourceID.Name = "txtHSourceID"; - this.txtHSourceID.ReadOnly = true; - this.txtHSourceID.Size = new System.Drawing.Size(128, 21); + this.txtHSourceID.Size = new System.Drawing.Size(108, 21); this.txtHSourceID.TabIndex = 151; + this.txtHSourceID.Click += new System.EventHandler(this.txtHSourceID_Click); + this.txtHSourceID.TextChanged += new System.EventHandler(this.txtHSourceID_TextChanged); + this.txtHSourceID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtHSourceID_KeyPress); // // label9 // @@ -592,8 +686,9 @@ this.txtHGroupID.Location = new System.Drawing.Point(95, 112); this.txtHGroupID.Name = "txtHGroupID"; this.txtHGroupID.ReadOnly = true; - this.txtHGroupID.Size = new System.Drawing.Size(128, 21); + this.txtHGroupID.Size = new System.Drawing.Size(108, 21); this.txtHGroupID.TabIndex = 149; + this.txtHGroupID.TextChanged += new System.EventHandler(this.txtHGroupID_TextChanged); // // label7 // @@ -733,14 +828,14 @@ this.grdSub.AllowUserToDeleteRows = false; this.grdSub.BackgroundColor = System.Drawing.SystemColors.ControlLightLight; this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle2.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.grdSub.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle4.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.grdSub.DefaultCellStyle = dataGridViewCellStyle4; this.grdSub.Dock = System.Windows.Forms.DockStyle.Fill; this.grdSub.Location = new System.Drawing.Point(0, 73); this.grdSub.Margin = new System.Windows.Forms.Padding(0); @@ -973,5 +1068,12 @@ private System.Windows.Forms.TextBox txtHICMOBillNo; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox txtHProcNo; + private System.Windows.Forms.Label label15; + private System.Windows.Forms.TextBox txtHBarcodeNo; + private System.Windows.Forms.Label label18; + private System.Windows.Forms.TextBox txtHWeightQyt; + private System.Windows.Forms.Button cmdHSourceID; + private System.Windows.Forms.Button cmdHCenterID; + private System.Windows.Forms.Button cmdHGroupID; } } \ No newline at end of file -- Gitblit v1.9.1