You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
279 lines
12 KiB
279 lines
12 KiB
namespace Stone.WinModule.BasicData
|
|
{
|
|
partial class frmLocationDetail
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.txtCode = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtPartType = new System.Windows.Forms.ComboBox();
|
|
this.txtCOM = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtLightAddress = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtLocationType = new System.Windows.Forms.ComboBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtEnabled = new System.Windows.Forms.ComboBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txtAssyType = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.chkPreAssyType = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(35, 290);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(248, 290);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(161, 290);
|
|
//
|
|
// txtCode
|
|
//
|
|
this.txtCode.Location = new System.Drawing.Point(107, 37);
|
|
this.txtCode.MaxLength = 6;
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(222, 21);
|
|
this.txtCode.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(37, 40);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 112;
|
|
this.label1.Text = "库位代码:";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(107, 64);
|
|
this.txtName.MaxLength = 7;
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(222, 21);
|
|
this.txtName.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(37, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 120;
|
|
this.label2.Text = "库位名称:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(37, 121);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
|
this.label4.TabIndex = 122;
|
|
this.label4.Text = "零件类型:";
|
|
//
|
|
// txtPartType
|
|
//
|
|
this.txtPartType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtPartType.FormattingEnabled = true;
|
|
this.txtPartType.Location = new System.Drawing.Point(107, 117);
|
|
this.txtPartType.Name = "txtPartType";
|
|
this.txtPartType.Size = new System.Drawing.Size(222, 20);
|
|
this.txtPartType.TabIndex = 3;
|
|
//
|
|
// txtCOM
|
|
//
|
|
this.txtCOM.Location = new System.Drawing.Point(107, 169);
|
|
this.txtCOM.MaxLength = 2;
|
|
this.txtCOM.Name = "txtCOM";
|
|
this.txtCOM.Size = new System.Drawing.Size(222, 21);
|
|
this.txtCOM.TabIndex = 5;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(61, 175);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(41, 12);
|
|
this.label5.TabIndex = 125;
|
|
this.label5.Text = "端口:";
|
|
//
|
|
// txtLightAddress
|
|
//
|
|
this.txtLightAddress.Location = new System.Drawing.Point(107, 196);
|
|
this.txtLightAddress.MaxLength = 2;
|
|
this.txtLightAddress.Name = "txtLightAddress";
|
|
this.txtLightAddress.Size = new System.Drawing.Size(222, 21);
|
|
this.txtLightAddress.TabIndex = 6;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(49, 202);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
this.label6.TabIndex = 127;
|
|
this.label6.Text = "灯地址:";
|
|
//
|
|
// txtLocationType
|
|
//
|
|
this.txtLocationType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtLocationType.FormattingEnabled = true;
|
|
this.txtLocationType.Location = new System.Drawing.Point(107, 91);
|
|
this.txtLocationType.Name = "txtLocationType";
|
|
this.txtLocationType.Size = new System.Drawing.Size(222, 20);
|
|
this.txtLocationType.TabIndex = 2;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(37, 94);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(65, 12);
|
|
this.label7.TabIndex = 129;
|
|
this.label7.Text = "库位类型:";
|
|
//
|
|
// txtEnabled
|
|
//
|
|
this.txtEnabled.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtEnabled.FormattingEnabled = true;
|
|
this.txtEnabled.Location = new System.Drawing.Point(107, 223);
|
|
this.txtEnabled.Name = "txtEnabled";
|
|
this.txtEnabled.Size = new System.Drawing.Size(222, 20);
|
|
this.txtEnabled.TabIndex = 7;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(60, 229);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(41, 12);
|
|
this.label8.TabIndex = 131;
|
|
this.label8.Text = "状态:";
|
|
//
|
|
// txtAssyType
|
|
//
|
|
this.txtAssyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtAssyType.FormattingEnabled = true;
|
|
this.txtAssyType.Location = new System.Drawing.Point(107, 143);
|
|
this.txtAssyType.Name = "txtAssyType";
|
|
this.txtAssyType.Size = new System.Drawing.Size(222, 20);
|
|
this.txtAssyType.TabIndex = 4;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(37, 148);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(65, 12);
|
|
this.label9.TabIndex = 133;
|
|
this.label9.Text = "装配类型:";
|
|
//
|
|
// chkPreAssyType
|
|
//
|
|
this.chkPreAssyType.AutoSize = true;
|
|
this.chkPreAssyType.Location = new System.Drawing.Point(107, 261);
|
|
this.chkPreAssyType.Name = "chkPreAssyType";
|
|
this.chkPreAssyType.Size = new System.Drawing.Size(48, 16);
|
|
this.chkPreAssyType.TabIndex = 134;
|
|
this.chkPreAssyType.Text = "预装";
|
|
this.chkPreAssyType.UseVisualStyleBackColor = true;
|
|
//
|
|
// frmLocationDetail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(388, 364);
|
|
this.Controls.Add(this.chkPreAssyType);
|
|
this.Controls.Add(this.txtAssyType);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.txtEnabled);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.txtLocationType);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.txtLightAddress);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.txtCOM);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtPartType);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtName);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtCode);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "frmLocationDetail";
|
|
this.Load += new System.EventHandler(this.frmLocationDetail_Load);
|
|
this.Controls.SetChildIndex(this.btnOK, 0);
|
|
this.Controls.SetChildIndex(this.btnClose, 0);
|
|
this.Controls.SetChildIndex(this.btnAddNewLine, 0);
|
|
this.Controls.SetChildIndex(this.label1, 0);
|
|
this.Controls.SetChildIndex(this.txtCode, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.txtName, 0);
|
|
this.Controls.SetChildIndex(this.label4, 0);
|
|
this.Controls.SetChildIndex(this.txtPartType, 0);
|
|
this.Controls.SetChildIndex(this.label5, 0);
|
|
this.Controls.SetChildIndex(this.txtCOM, 0);
|
|
this.Controls.SetChildIndex(this.label6, 0);
|
|
this.Controls.SetChildIndex(this.txtLightAddress, 0);
|
|
this.Controls.SetChildIndex(this.label7, 0);
|
|
this.Controls.SetChildIndex(this.txtLocationType, 0);
|
|
this.Controls.SetChildIndex(this.label8, 0);
|
|
this.Controls.SetChildIndex(this.txtEnabled, 0);
|
|
this.Controls.SetChildIndex(this.label9, 0);
|
|
this.Controls.SetChildIndex(this.txtAssyType, 0);
|
|
this.Controls.SetChildIndex(this.chkPreAssyType, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TextBox txtCode;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox txtPartType;
|
|
private System.Windows.Forms.TextBox txtCOM;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtLightAddress;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ComboBox txtLocationType;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.ComboBox txtEnabled;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.ComboBox txtAssyType;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.CheckBox chkPreAssyType;
|
|
}
|
|
}
|
|
|