|
namespace Sc_WeightToSNBarcode_Single
|
{
|
partial class Sc_WeightToSNBarcode
|
{
|
/// <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()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.HSourceTitle = new System.Windows.Forms.Label();
|
this.comboBox_Source = new System.Windows.Forms.ComboBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.textBox_DZC = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.textBox_LowLimitValue = new System.Windows.Forms.TextBox();
|
this.textBox_UpLimitValue = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.textBox_PWD = new System.Windows.Forms.TextBox();
|
this.button_lock = new System.Windows.Forms.Button();
|
this.button_Unlock = new System.Windows.Forms.Button();
|
this.label4 = new System.Windows.Forms.Label();
|
this.label5 = new System.Windows.Forms.Label();
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
|
this.SuspendLayout();
|
//
|
// HSourceTitle
|
//
|
this.HSourceTitle.AutoSize = true;
|
this.HSourceTitle.Location = new System.Drawing.Point(46, 30);
|
this.HSourceTitle.Name = "HSourceTitle";
|
this.HSourceTitle.Size = new System.Drawing.Size(106, 24);
|
this.HSourceTitle.TabIndex = 0;
|
this.HSourceTitle.Text = "生产资源";
|
//
|
// comboBox_Source
|
//
|
this.comboBox_Source.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBox_Source.FormattingEnabled = true;
|
this.comboBox_Source.Location = new System.Drawing.Point(159, 26);
|
this.comboBox_Source.Name = "comboBox_Source";
|
this.comboBox_Source.Size = new System.Drawing.Size(211, 32);
|
this.comboBox_Source.TabIndex = 1;
|
this.comboBox_Source.SelectedIndexChanged += new System.EventHandler(this.comboBox_Source_SelectedIndexChanged);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(405, 32);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(82, 24);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "电子秤";
|
//
|
// textBox_DZC
|
//
|
this.textBox_DZC.Location = new System.Drawing.Point(500, 27);
|
this.textBox_DZC.Name = "textBox_DZC";
|
this.textBox_DZC.Size = new System.Drawing.Size(211, 35);
|
this.textBox_DZC.TabIndex = 3;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(67, 96);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(82, 24);
|
this.label2.TabIndex = 4;
|
this.label2.Text = "下限值";
|
//
|
// textBox_LowLimitValue
|
//
|
this.textBox_LowLimitValue.Location = new System.Drawing.Point(159, 92);
|
this.textBox_LowLimitValue.Name = "textBox_LowLimitValue";
|
this.textBox_LowLimitValue.Size = new System.Drawing.Size(211, 35);
|
this.textBox_LowLimitValue.TabIndex = 5;
|
this.textBox_LowLimitValue.TextChanged += new System.EventHandler(this.textBox_LowLimitValue_TextChanged);
|
this.textBox_LowLimitValue.LostFocus += new System.EventHandler(this.textBox_LowLimitValue_LostFocus);
|
//
|
// textBox_UpLimitValue
|
//
|
this.textBox_UpLimitValue.Location = new System.Drawing.Point(500, 96);
|
this.textBox_UpLimitValue.Name = "textBox_UpLimitValue";
|
this.textBox_UpLimitValue.Size = new System.Drawing.Size(211, 35);
|
this.textBox_UpLimitValue.TabIndex = 7;
|
this.textBox_UpLimitValue.TextChanged += new System.EventHandler(this.textBox_UpLimitValue_TextChanged);
|
this.textBox_UpLimitValue.LostFocus += new System.EventHandler(this.TextBox_UpLimitValue_LostFocus);
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(408, 100);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(82, 24);
|
this.label3.TabIndex = 6;
|
this.label3.Text = "上限值";
|
//
|
// textBox_PWD
|
//
|
this.textBox_PWD.Location = new System.Drawing.Point(249, 293);
|
this.textBox_PWD.Name = "textBox_PWD";
|
this.textBox_PWD.PasswordChar = '*';
|
this.textBox_PWD.Size = new System.Drawing.Size(287, 35);
|
this.textBox_PWD.TabIndex = 8;
|
//
|
// button_lock
|
//
|
this.button_lock.Location = new System.Drawing.Point(249, 356);
|
this.button_lock.Name = "button_lock";
|
this.button_lock.Size = new System.Drawing.Size(107, 48);
|
this.button_lock.TabIndex = 9;
|
this.button_lock.Text = "锁定";
|
this.button_lock.UseVisualStyleBackColor = true;
|
this.button_lock.Click += new System.EventHandler(this.button_lock_Click);
|
//
|
// button_Unlock
|
//
|
this.button_Unlock.Location = new System.Drawing.Point(429, 356);
|
this.button_Unlock.Name = "button_Unlock";
|
this.button_Unlock.Size = new System.Drawing.Size(107, 48);
|
this.button_Unlock.TabIndex = 10;
|
this.button_Unlock.Text = "解锁";
|
this.button_Unlock.UseVisualStyleBackColor = true;
|
this.button_Unlock.Click += new System.EventHandler(this.button_Unlock_Click);
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(308, 255);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(166, 24);
|
this.label4.TabIndex = 11;
|
this.label4.Text = "锁定/解锁密码";
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(88, 168);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(58, 24);
|
this.label5.TabIndex = 12;
|
this.label5.Text = "端口";
|
//
|
// comboBox1
|
//
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBox1.FormattingEnabled = true;
|
this.comboBox1.Location = new System.Drawing.Point(159, 163);
|
this.comboBox1.Name = "comboBox1";
|
this.comboBox1.Size = new System.Drawing.Size(211, 32);
|
this.comboBox1.TabIndex = 13;
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
//
|
// Sc_WeightToSNBarcode
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
this.Controls.Add(this.comboBox1);
|
this.Controls.Add(this.label5);
|
this.Controls.Add(this.label4);
|
this.Controls.Add(this.button_Unlock);
|
this.Controls.Add(this.button_lock);
|
this.Controls.Add(this.textBox_PWD);
|
this.Controls.Add(this.textBox_UpLimitValue);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.textBox_LowLimitValue);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.textBox_DZC);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.comboBox_Source);
|
this.Controls.Add(this.HSourceTitle);
|
this.Name = "Sc_WeightToSNBarcode";
|
this.Text = "称重过站程序";
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
|
this.Load += new System.EventHandler(this.Sc_WeightToSNBarcode_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label HSourceTitle;
|
private System.Windows.Forms.ComboBox comboBox_Source;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox textBox_DZC;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox textBox_LowLimitValue;
|
private System.Windows.Forms.TextBox textBox_UpLimitValue;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox textBox_PWD;
|
private System.Windows.Forms.Button button_lock;
|
private System.Windows.Forms.Button button_Unlock;
|
private System.Windows.Forms.Label label4;
|
public System.IO.Ports.SerialPort serialPort1;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.ComboBox comboBox1;
|
}
|
}
|