Files

636 lines
36 KiB
C#
Raw Permalink Normal View History

2025-07-16 18:08:40 +08:00
namespace LargeSquareOne
{
partial class FrmRecipe
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dgvProdModel = new System.Windows.Forms.DataGridView();
this.ModelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.dgvPara = new System.Windows.Forms.DataGridView();
this.ParaValueMax = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Uint = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.ChallengeButton = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.ChallengeCodeText = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.CodeText4 = new System.Windows.Forms.TextBox();
this.CodeText3 = new System.Windows.Forms.TextBox();
this.CodeText2 = new System.Windows.Forms.TextBox();
this.CodeText1 = new System.Windows.Forms.TextBox();
this.txtMaterialCode = new System.Windows.Forms.TextBox();
this.btnDelProductModel = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.txtProductModel = new System.Windows.Forms.TextBox();
this.lb_Model = new System.Windows.Forms.Label();
this.btn_Save = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.btn_Add = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvProdModel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPara)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dgvProdModel);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
2025-07-24 16:39:47 +08:00
this.splitContainer1.Size = new System.Drawing.Size(1370, 734);
2025-07-16 18:08:40 +08:00
this.splitContainer1.SplitterDistance = 334;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 0;
//
// dgvProdModel
//
this.dgvProdModel.AllowUserToAddRows = false;
this.dgvProdModel.AllowUserToDeleteRows = false;
this.dgvProdModel.AllowUserToResizeRows = false;
this.dgvProdModel.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.dgvProdModel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvProdModel.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvProdModel.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvProdModel.ColumnHeadersHeight = 40;
this.dgvProdModel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvProdModel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ModelName,
this.MaterialCode,
this.Column1});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvProdModel.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvProdModel.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvProdModel.EnableHeadersVisualStyles = false;
this.dgvProdModel.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgvProdModel.Location = new System.Drawing.Point(0, 0);
this.dgvProdModel.Name = "dgvProdModel";
this.dgvProdModel.ReadOnly = true;
this.dgvProdModel.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvProdModel.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvProdModel.RowHeadersWidth = 55;
this.dgvProdModel.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvProdModel.RowTemplate.Height = 40;
this.dgvProdModel.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvProdModel.Size = new System.Drawing.Size(334, 734);
this.dgvProdModel.TabIndex = 27;
this.dgvProdModel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProdModel_CellClick);
this.dgvProdModel.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvProdModel_RowPostPaint);
//
// ModelName
//
this.ModelName.DataPropertyName = "ModelName";
this.ModelName.FillWeight = 136.0544F;
this.ModelName.HeaderText = "生产型号";
this.ModelName.Name = "ModelName";
this.ModelName.ReadOnly = true;
this.ModelName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// MaterialCode
//
this.MaterialCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.MaterialCode.DataPropertyName = "MaterialCode";
this.MaterialCode.FillWeight = 63.94557F;
this.MaterialCode.HeaderText = "物料编码";
this.MaterialCode.Name = "MaterialCode";
this.MaterialCode.ReadOnly = true;
//
// Column1
//
this.Column1.DataPropertyName = "Remark";
this.Column1.HeaderText = "备注";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.IsSplitterFixed = true;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.dgvPara);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.AutoScroll = true;
this.splitContainer2.Panel2.Controls.Add(this.comboBox1);
this.splitContainer2.Panel2.Controls.Add(this.comboBox2);
this.splitContainer2.Panel2.Controls.Add(this.ChallengeButton);
this.splitContainer2.Panel2.Controls.Add(this.label10);
this.splitContainer2.Panel2.Controls.Add(this.label9);
this.splitContainer2.Panel2.Controls.Add(this.label8);
this.splitContainer2.Panel2.Controls.Add(this.ChallengeCodeText);
this.splitContainer2.Panel2.Controls.Add(this.button1);
this.splitContainer2.Panel2.Controls.Add(this.label7);
this.splitContainer2.Panel2.Controls.Add(this.label6);
this.splitContainer2.Panel2.Controls.Add(this.label5);
this.splitContainer2.Panel2.Controls.Add(this.label3);
this.splitContainer2.Panel2.Controls.Add(this.CodeText4);
this.splitContainer2.Panel2.Controls.Add(this.CodeText3);
this.splitContainer2.Panel2.Controls.Add(this.CodeText2);
this.splitContainer2.Panel2.Controls.Add(this.CodeText1);
this.splitContainer2.Panel2.Controls.Add(this.txtMaterialCode);
this.splitContainer2.Panel2.Controls.Add(this.btnDelProductModel);
this.splitContainer2.Panel2.Controls.Add(this.label4);
this.splitContainer2.Panel2.Controls.Add(this.txtProductModel);
this.splitContainer2.Panel2.Controls.Add(this.lb_Model);
this.splitContainer2.Panel2.Controls.Add(this.btn_Save);
this.splitContainer2.Panel2.Controls.Add(this.label1);
this.splitContainer2.Panel2.Controls.Add(this.btn_Add);
this.splitContainer2.Panel2.Controls.Add(this.label2);
2025-07-24 16:39:47 +08:00
this.splitContainer2.Size = new System.Drawing.Size(1035, 734);
this.splitContainer2.SplitterDistance = 757;
2025-07-16 18:08:40 +08:00
this.splitContainer2.SplitterWidth = 1;
this.splitContainer2.TabIndex = 0;
//
// dgvPara
//
this.dgvPara.AllowUserToAddRows = false;
this.dgvPara.AllowUserToDeleteRows = false;
this.dgvPara.AllowUserToResizeRows = false;
this.dgvPara.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.dgvPara.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvPara.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvPara.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvPara.ColumnHeadersHeight = 40;
this.dgvPara.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvPara.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ParaValueMax,
this.Uint,
this.dataGridViewTextBoxColumn48});
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvPara.DefaultCellStyle = dataGridViewCellStyle5;
this.dgvPara.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvPara.EnableHeadersVisualStyles = false;
this.dgvPara.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgvPara.Location = new System.Drawing.Point(0, 0);
this.dgvPara.Name = "dgvPara";
this.dgvPara.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvPara.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvPara.RowHeadersWidth = 55;
this.dgvPara.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvPara.RowTemplate.Height = 40;
this.dgvPara.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
2025-07-24 16:39:47 +08:00
this.dgvPara.Size = new System.Drawing.Size(757, 734);
2025-07-16 18:08:40 +08:00
this.dgvPara.TabIndex = 26;
this.dgvPara.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPara_CellClick);
this.dgvPara.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvPara_RowPostPaint);
//
// ParaValueMax
//
this.ParaValueMax.DataPropertyName = "ChallengeBarCode";
this.ParaValueMax.HeaderText = "极限件条码";
this.ParaValueMax.Name = "ParaValueMax";
this.ParaValueMax.Width = 525;
//
// Uint
//
this.Uint.DataPropertyName = "CodeMessage";
this.Uint.HeaderText = "芯包信息";
this.Uint.Name = "Uint";
this.Uint.ReadOnly = true;
//
// dataGridViewTextBoxColumn48
//
this.dataGridViewTextBoxColumn48.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn48.DataPropertyName = "WeldingCCD";
this.dataGridViewTextBoxColumn48.HeaderText = "工位";
this.dataGridViewTextBoxColumn48.Name = "dataGridViewTextBoxColumn48";
this.dataGridViewTextBoxColumn48.ReadOnly = true;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
2025-07-24 16:39:47 +08:00
"芯包"});
2025-07-16 18:08:40 +08:00
this.comboBox1.Location = new System.Drawing.Point(104, 640);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 28);
this.comboBox1.TabIndex = 27;
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
2025-07-24 16:39:47 +08:00
"外观检"});
2025-07-16 18:08:40 +08:00
this.comboBox2.Location = new System.Drawing.Point(104, 682);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 28);
this.comboBox2.TabIndex = 28;
//
// ChallengeButton
//
this.ChallengeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
this.ChallengeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ChallengeButton.Font = new System.Drawing.Font("微软雅黑", 11.5F);
this.ChallengeButton.ForeColor = System.Drawing.Color.White;
this.ChallengeButton.Location = new System.Drawing.Point(24, 732);
this.ChallengeButton.Name = "ChallengeButton";
this.ChallengeButton.Size = new System.Drawing.Size(253, 36);
this.ChallengeButton.TabIndex = 42;
this.ChallengeButton.Text = "添加条码";
this.ChallengeButton.UseVisualStyleBackColor = false;
this.ChallengeButton.Click += new System.EventHandler(this.ChallengeButton_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.White;
this.label10.Location = new System.Drawing.Point(16, 685);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(51, 20);
this.label10.TabIndex = 41;
this.label10.Text = "工位:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(14, 643);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(79, 20);
this.label9.TabIndex = 39;
this.label9.Text = "条码信息:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(11, 599);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(93, 20);
this.label8.TabIndex = 37;
this.label8.Text = "极限件条码:";
//
// ChallengeCodeText
//
this.ChallengeCodeText.Font = new System.Drawing.Font("微软雅黑", 12F);
this.ChallengeCodeText.Location = new System.Drawing.Point(104, 595);
this.ChallengeCodeText.Name = "ChallengeCodeText";
this.ChallengeCodeText.Size = new System.Drawing.Size(178, 29);
this.ChallengeCodeText.TabIndex = 36;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("微软雅黑", 11.5F);
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Location = new System.Drawing.Point(23, 531);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(253, 36);
this.button1.TabIndex = 35;
this.button1.Text = "确认上传";
this.button1.UseVisualStyleBackColor = false;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(19, 475);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(87, 20);
this.label7.TabIndex = 34;
this.label7.Text = "手持扫码4:";
this.label7.Visible = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(19, 427);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(87, 20);
this.label6.TabIndex = 33;
this.label6.Text = "手持扫码3:";
this.label6.Visible = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(19, 381);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 20);
this.label5.TabIndex = 32;
this.label5.Text = "手持扫码2:";
this.label5.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(19, 334);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(87, 20);
this.label3.TabIndex = 31;
this.label3.Text = "手持扫码1:";
this.label3.Visible = false;
//
// CodeText4
//
this.CodeText4.Font = new System.Drawing.Font("微软雅黑", 12F);
this.CodeText4.Location = new System.Drawing.Point(105, 471);
this.CodeText4.Name = "CodeText4";
this.CodeText4.Size = new System.Drawing.Size(178, 29);
this.CodeText4.TabIndex = 30;
this.CodeText4.Visible = false;
//
// CodeText3
//
this.CodeText3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.CodeText3.Location = new System.Drawing.Point(105, 423);
this.CodeText3.Name = "CodeText3";
this.CodeText3.Size = new System.Drawing.Size(178, 29);
this.CodeText3.TabIndex = 29;
this.CodeText3.Visible = false;
//
// CodeText2
//
this.CodeText2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.CodeText2.Location = new System.Drawing.Point(105, 377);
this.CodeText2.Name = "CodeText2";
this.CodeText2.Size = new System.Drawing.Size(178, 29);
this.CodeText2.TabIndex = 28;
this.CodeText2.Visible = false;
//
// CodeText1
//
this.CodeText1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.CodeText1.Location = new System.Drawing.Point(106, 330);
this.CodeText1.Name = "CodeText1";
this.CodeText1.Size = new System.Drawing.Size(178, 29);
this.CodeText1.TabIndex = 27;
this.CodeText1.Visible = false;
//
// txtMaterialCode
//
this.txtMaterialCode.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtMaterialCode.Location = new System.Drawing.Point(104, 91);
this.txtMaterialCode.Name = "txtMaterialCode";
this.txtMaterialCode.Size = new System.Drawing.Size(132, 29);
this.txtMaterialCode.TabIndex = 26;
//
// btnDelProductModel
//
this.btnDelProductModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
this.btnDelProductModel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDelProductModel.Font = new System.Drawing.Font("微软雅黑", 11.5F);
this.btnDelProductModel.ForeColor = System.Drawing.Color.White;
this.btnDelProductModel.Location = new System.Drawing.Point(161, 251);
this.btnDelProductModel.Name = "btnDelProductModel";
this.btnDelProductModel.Size = new System.Drawing.Size(101, 36);
this.btnDelProductModel.TabIndex = 23;
this.btnDelProductModel.Text = "删除型号";
this.btnDelProductModel.UseVisualStyleBackColor = false;
this.btnDelProductModel.Click += new System.EventHandler(this.btnDelProductModel_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(19, 95);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(79, 20);
this.label4.TabIndex = 25;
this.label4.Text = "物料编码:";
//
// txtProductModel
//
this.txtProductModel.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtProductModel.Location = new System.Drawing.Point(104, 53);
this.txtProductModel.Name = "txtProductModel";
this.txtProductModel.Size = new System.Drawing.Size(132, 29);
this.txtProductModel.TabIndex = 20;
//
// lb_Model
//
this.lb_Model.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lb_Model.ForeColor = System.Drawing.Color.White;
this.lb_Model.Location = new System.Drawing.Point(113, 203);
this.lb_Model.Name = "lb_Model";
this.lb_Model.Size = new System.Drawing.Size(132, 30);
this.lb_Model.TabIndex = 19;
this.lb_Model.Text = "THPR";
this.lb_Model.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_Save
//
this.btn_Save.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
this.btn_Save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Save.Font = new System.Drawing.Font("微软雅黑", 11.5F);
this.btn_Save.ForeColor = System.Drawing.Color.White;
this.btn_Save.Location = new System.Drawing.Point(23, 251);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(101, 36);
this.btn_Save.TabIndex = 22;
this.btn_Save.Text = "保存参数";
this.btn_Save.UseVisualStyleBackColor = false;
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(28, 206);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 20);
this.label1.TabIndex = 17;
this.label1.Text = "当前型号:";
//
// btn_Add
//
this.btn_Add.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
this.btn_Add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Add.Font = new System.Drawing.Font("微软雅黑", 11.5F);
this.btn_Add.ForeColor = System.Drawing.Color.White;
this.btn_Add.Location = new System.Drawing.Point(23, 139);
this.btn_Add.Name = "btn_Add";
this.btn_Add.Size = new System.Drawing.Size(253, 36);
this.btn_Add.TabIndex = 21;
this.btn_Add.Text = "添加型号";
this.btn_Add.UseVisualStyleBackColor = false;
this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(19, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(79, 20);
this.label2.TabIndex = 18;
this.label2.Text = "生产型号:";
//
// FrmRecipe
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
2025-07-24 16:39:47 +08:00
this.ClientSize = new System.Drawing.Size(1370, 734);
2025-07-16 18:08:40 +08:00
this.Controls.Add(this.splitContainer1);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "FrmRecipe";
this.Text = "参数设置";
this.Load += new System.EventHandler(this.FrmRecipe_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvProdModel)).EndInit();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPara)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox txtProductModel;
private System.Windows.Forms.Label lb_Model;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnDelProductModel;
private System.Windows.Forms.Button btn_Save;
private System.Windows.Forms.Button btn_Add;
private System.Windows.Forms.TextBox txtMaterialCode;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.DataGridView dgvProdModel;
private System.Windows.Forms.DataGridView dgvPara;
private System.Windows.Forms.DataGridViewTextBoxColumn ModelName;
private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox CodeText4;
private System.Windows.Forms.TextBox CodeText3;
private System.Windows.Forms.TextBox CodeText2;
private System.Windows.Forms.TextBox CodeText1;
private System.Windows.Forms.DataGridViewTextBoxColumn ParaValueMax;
private System.Windows.Forms.DataGridViewTextBoxColumn Uint;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn48;
private System.Windows.Forms.Button ChallengeButton;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox ChallengeCodeText;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
}
}