You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
298 lines
13 KiB
C#
298 lines
13 KiB
C#
namespace Mesnac.Action.ChemicalWeighing.BinManage
|
|
{
|
|
partial class FrmBin
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.textWeight_Medium = new System.Windows.Forms.TextBox();
|
|
this.textWeight_Low = new System.Windows.Forms.TextBox();
|
|
this.textWeight_Advance = new System.Windows.Forms.TextBox();
|
|
this.textSpeed_Hight = new System.Windows.Forms.TextBox();
|
|
this.textSpeed_Medium = new System.Windows.Forms.TextBox();
|
|
this.textSpeed_Low = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txtBinName = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.txtQRCode = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(136, 40);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(114, 28);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "料仓号:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(136, 193);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(114, 28);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "物料名:";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(261, 34);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(274, 39);
|
|
this.textBox1.TabIndex = 2;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(261, 190);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(274, 36);
|
|
this.comboBox1.TabIndex = 3;
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(279, 572);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(92, 45);
|
|
this.btnOK.TabIndex = 4;
|
|
this.btnOK.Text = "确定";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(411, 572);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(95, 47);
|
|
this.btnCancel.TabIndex = 5;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// textWeight_Medium
|
|
//
|
|
this.textWeight_Medium.Location = new System.Drawing.Point(261, 239);
|
|
this.textWeight_Medium.Name = "textWeight_Medium";
|
|
this.textWeight_Medium.Size = new System.Drawing.Size(274, 39);
|
|
this.textWeight_Medium.TabIndex = 2;
|
|
//
|
|
// textWeight_Low
|
|
//
|
|
this.textWeight_Low.Location = new System.Drawing.Point(261, 293);
|
|
this.textWeight_Low.Name = "textWeight_Low";
|
|
this.textWeight_Low.Size = new System.Drawing.Size(274, 39);
|
|
this.textWeight_Low.TabIndex = 2;
|
|
//
|
|
// textWeight_Advance
|
|
//
|
|
this.textWeight_Advance.Location = new System.Drawing.Point(261, 347);
|
|
this.textWeight_Advance.Name = "textWeight_Advance";
|
|
this.textWeight_Advance.Size = new System.Drawing.Size(274, 39);
|
|
this.textWeight_Advance.TabIndex = 2;
|
|
//
|
|
// textSpeed_Hight
|
|
//
|
|
this.textSpeed_Hight.Location = new System.Drawing.Point(259, 400);
|
|
this.textSpeed_Hight.Name = "textSpeed_Hight";
|
|
this.textSpeed_Hight.Size = new System.Drawing.Size(274, 39);
|
|
this.textSpeed_Hight.TabIndex = 2;
|
|
//
|
|
// textSpeed_Medium
|
|
//
|
|
this.textSpeed_Medium.Location = new System.Drawing.Point(259, 455);
|
|
this.textSpeed_Medium.Name = "textSpeed_Medium";
|
|
this.textSpeed_Medium.Size = new System.Drawing.Size(274, 39);
|
|
this.textSpeed_Medium.TabIndex = 2;
|
|
//
|
|
// textSpeed_Low
|
|
//
|
|
this.textSpeed_Low.Location = new System.Drawing.Point(259, 507);
|
|
this.textSpeed_Low.Name = "textSpeed_Low";
|
|
this.textSpeed_Low.Size = new System.Drawing.Size(274, 39);
|
|
this.textSpeed_Low.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(160, 461);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(85, 28);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "中速:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(161, 403);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(85, 28);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "高速:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(134, 350);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(114, 28);
|
|
this.label5.TabIndex = 8;
|
|
this.label5.Text = "提前量:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(108, 295);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(143, 28);
|
|
this.label6.TabIndex = 9;
|
|
this.label6.Text = "低速重量:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(109, 242);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(143, 28);
|
|
this.label7.TabIndex = 10;
|
|
this.label7.Text = "中速重量:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(160, 513);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(85, 28);
|
|
this.label8.TabIndex = 6;
|
|
this.label8.Text = "低速:";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(111, 86);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(143, 28);
|
|
this.label9.TabIndex = 0;
|
|
this.label9.Text = "料仓名称:";
|
|
//
|
|
// txtBinName
|
|
//
|
|
this.txtBinName.Location = new System.Drawing.Point(261, 83);
|
|
this.txtBinName.Name = "txtBinName";
|
|
this.txtBinName.Size = new System.Drawing.Size(274, 39);
|
|
this.txtBinName.TabIndex = 2;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(164, 140);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(85, 28);
|
|
this.label10.TabIndex = 0;
|
|
this.label10.Text = "条码:";
|
|
//
|
|
// txtQRCode
|
|
//
|
|
this.txtQRCode.Location = new System.Drawing.Point(261, 134);
|
|
this.txtQRCode.Name = "txtQRCode";
|
|
this.txtQRCode.Size = new System.Drawing.Size(274, 39);
|
|
this.txtQRCode.TabIndex = 2;
|
|
//
|
|
// FrmBin
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 28F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(641, 644);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.textSpeed_Low);
|
|
this.Controls.Add(this.textSpeed_Medium);
|
|
this.Controls.Add(this.textSpeed_Hight);
|
|
this.Controls.Add(this.textWeight_Advance);
|
|
this.Controls.Add(this.textWeight_Low);
|
|
this.Controls.Add(this.textWeight_Medium);
|
|
this.Controls.Add(this.txtQRCode);
|
|
this.Controls.Add(this.txtBinName);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|
this.Name = "FrmBin";
|
|
this.Text = "修改料仓物料";
|
|
this.Load += new System.EventHandler(this.FrmBin_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.TextBox textWeight_Medium;
|
|
private System.Windows.Forms.TextBox textWeight_Low;
|
|
private System.Windows.Forms.TextBox textWeight_Advance;
|
|
private System.Windows.Forms.TextBox textSpeed_Hight;
|
|
private System.Windows.Forms.TextBox textSpeed_Medium;
|
|
private System.Windows.Forms.TextBox textSpeed_Low;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txtBinName;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox txtQRCode;
|
|
}
|
|
} |