增加固体饮料批号初版

This commit is contained in:
2026-04-29 09:52:08 +08:00
parent 7f7eb32ca3
commit add4308b91
17 changed files with 354 additions and 90 deletions

View File

@@ -114,6 +114,8 @@ namespace FATrace.App
dtpSearchStartTime = new DateTimePicker();
dataGridView1 = new DataGridView();
label22 = new Label();
txtSolidBeveBatch = new TextBox();
label33 = new Label();
statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
splitContainer1.Panel1.SuspendLayout();
@@ -457,10 +459,9 @@ namespace FATrace.App
panel3.Controls.Add(txtRtWeight);
panel3.Controls.Add(label8);
panel3.Controls.Add(label10);
panel3.Dock = DockStyle.Top;
panel3.Location = new Point(3, 377);
panel3.Location = new Point(3, 415);
panel3.Name = "panel3";
panel3.Size = new Size(878, 176);
panel3.Size = new Size(878, 140);
panel3.TabIndex = 3;
//
// btnReprint
@@ -490,7 +491,7 @@ namespace FATrace.App
//
btnWeightPrint.Font = new Font("Microsoft YaHei UI", 20F, FontStyle.Bold);
btnWeightPrint.ForeColor = SystemColors.ControlDarkDark;
btnWeightPrint.Location = new Point(670, 95);
btnWeightPrint.Location = new Point(670, 63);
btnWeightPrint.Name = "btnWeightPrint";
btnWeightPrint.Size = new Size(190, 71);
btnWeightPrint.TabIndex = 9;
@@ -502,7 +503,7 @@ namespace FATrace.App
//
txtCode.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
txtCode.ForeColor = Color.Blue;
txtCode.Location = new Point(129, 127);
txtCode.Location = new Point(129, 96);
txtCode.Name = "txtCode";
txtCode.ReadOnly = true;
txtCode.Size = new Size(410, 33);
@@ -513,7 +514,7 @@ namespace FATrace.App
label13.AutoSize = true;
label13.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 134);
label13.ForeColor = SystemColors.WindowFrame;
label13.Location = new Point(30, 130);
label13.Location = new Point(30, 99);
label13.Name = "label13";
label13.Size = new Size(107, 26);
label13.TabIndex = 15;
@@ -563,6 +564,8 @@ namespace FATrace.App
// panel2
//
panel2.BorderStyle = BorderStyle.FixedSingle;
panel2.Controls.Add(txtSolidBeveBatch);
panel2.Controls.Add(label33);
panel2.Controls.Add(pictureBox3);
panel2.Controls.Add(lblRawUseStateTip);
panel2.Controls.Add(btnClearRaw);
@@ -582,7 +585,7 @@ namespace FATrace.App
panel2.Dock = DockStyle.Top;
panel2.Location = new Point(3, 221);
panel2.Name = "panel2";
panel2.Size = new Size(878, 156);
panel2.Size = new Size(878, 192);
panel2.TabIndex = 2;
//
// pictureBox3
@@ -601,7 +604,7 @@ namespace FATrace.App
lblRawUseStateTip.BackColor = Color.LightSalmon;
lblRawUseStateTip.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 134);
lblRawUseStateTip.ForeColor = SystemColors.ButtonHighlight;
lblRawUseStateTip.Location = new Point(168, 106);
lblRawUseStateTip.Location = new Point(168, 150);
lblRawUseStateTip.Name = "lblRawUseStateTip";
lblRawUseStateTip.Size = new Size(247, 34);
lblRawUseStateTip.TabIndex = 11;
@@ -613,7 +616,7 @@ namespace FATrace.App
//
btnClearRaw.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
btnClearRaw.ForeColor = SystemColors.ControlDarkDark;
btnClearRaw.Location = new Point(581, 93);
btnClearRaw.Location = new Point(581, 137);
btnClearRaw.Name = "btnClearRaw";
btnClearRaw.Size = new Size(154, 47);
btnClearRaw.TabIndex = 10;
@@ -626,7 +629,7 @@ namespace FATrace.App
lblRawUseState.BackColor = Color.Tomato;
lblRawUseState.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 134);
lblRawUseState.ForeColor = SystemColors.ButtonHighlight;
lblRawUseState.Location = new Point(24, 97);
lblRawUseState.Location = new Point(24, 141);
lblRawUseState.Name = "lblRawUseState";
lblRawUseState.Size = new Size(129, 43);
lblRawUseState.TabIndex = 9;
@@ -649,7 +652,7 @@ namespace FATrace.App
//
btnTrueProInput.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 134);
btnTrueProInput.ForeColor = SystemColors.ControlDarkDark;
btnTrueProInput.Location = new Point(741, 93);
btnTrueProInput.Location = new Point(741, 137);
btnTrueProInput.Name = "btnTrueProInput";
btnTrueProInput.Size = new Size(119, 47);
btnTrueProInput.TabIndex = 8;
@@ -825,7 +828,7 @@ namespace FATrace.App
btnRawName1.Name = "btnRawName1";
btnRawName1.Size = new Size(266, 48);
btnRawName1.TabIndex = 1;
btnRawName1.Text = "1121000265 瑞士乳杆菌GCL1815";
btnRawName1.Text = "1121000265 瑞士乳杆菌(固体饮料)";
btnRawName1.UseVisualStyleBackColor = true;
btnRawName1.Click += btnRawName1_Click;
//
@@ -1097,6 +1100,25 @@ namespace FATrace.App
label22.Text = "历史数据";
label22.TextAlign = ContentAlignment.MiddleCenter;
//
// txtSolidBeveBatch
//
txtSolidBeveBatch.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
txtSolidBeveBatch.Location = new Point(314, 102);
txtSolidBeveBatch.Name = "txtSolidBeveBatch";
txtSolidBeveBatch.Size = new Size(184, 32);
txtSolidBeveBatch.TabIndex = 16;
//
// label33
//
label33.AutoSize = true;
label33.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point, 134);
label33.ForeColor = SystemColors.WindowFrame;
label33.Location = new Point(180, 105);
label33.Name = "label33";
label33.Size = new Size(145, 26);
label33.TabIndex = 15;
label33.Text = "固体饮料批次:";
//
// frmMain
//
AutoScaleDimensions = new SizeF(7F, 17F);
@@ -1232,5 +1254,7 @@ namespace FATrace.App
private PictureBox pictureBox5;
private Label label31;
private Button btnConfigSave;
private TextBox txtSolidBeveBatch;
private Label label33;
}
}