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.
186 lines
7.4 KiB
186 lines
7.4 KiB
namespace Stone.WinModule.BasicData
|
|
{
|
|
partial class frmProdnoRule1Detail
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.txtCartype = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtRuletype = new System.Windows.Forms.TextBox();
|
|
this.txtCode = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtValue = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtSort = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(94, 281);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(307, 281);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(220, 281);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(37, 50);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(47, 12);
|
|
this.label1.TabIndex = 106;
|
|
this.label1.Text = "cartype";
|
|
//
|
|
// txtCartype
|
|
//
|
|
this.txtCartype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtCartype.FormattingEnabled = true;
|
|
this.txtCartype.Location = new System.Drawing.Point(118, 46);
|
|
this.txtCartype.Name = "txtCartype";
|
|
this.txtCartype.Size = new System.Drawing.Size(270, 20);
|
|
this.txtCartype.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(37, 86);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 108;
|
|
this.label2.Text = "ruletype";
|
|
//
|
|
// txtRuletype
|
|
//
|
|
this.txtRuletype.Location = new System.Drawing.Point(118, 83);
|
|
this.txtRuletype.Name = "txtRuletype";
|
|
this.txtRuletype.ReadOnly = true;
|
|
this.txtRuletype.Size = new System.Drawing.Size(270, 21);
|
|
this.txtRuletype.TabIndex = 1;
|
|
this.txtRuletype.Text = "装饰板";
|
|
//
|
|
// txtCode
|
|
//
|
|
this.txtCode.Location = new System.Drawing.Point(118, 119);
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(270, 21);
|
|
this.txtCode.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(37, 122);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
|
this.label3.TabIndex = 110;
|
|
this.label3.Text = "code";
|
|
//
|
|
// txtValue
|
|
//
|
|
this.txtValue.Location = new System.Drawing.Point(118, 157);
|
|
this.txtValue.Name = "txtValue";
|
|
this.txtValue.Size = new System.Drawing.Size(270, 21);
|
|
this.txtValue.TabIndex = 3;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(37, 160);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(35, 12);
|
|
this.label4.TabIndex = 112;
|
|
this.label4.Text = "value";
|
|
//
|
|
// txtSort
|
|
//
|
|
this.txtSort.Location = new System.Drawing.Point(118, 195);
|
|
this.txtSort.Name = "txtSort";
|
|
this.txtSort.Size = new System.Drawing.Size(270, 21);
|
|
this.txtSort.TabIndex = 4;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(37, 198);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
|
this.label5.TabIndex = 114;
|
|
this.label5.Text = "sort";
|
|
//
|
|
// frmProdnoRule1Detail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(445, 373);
|
|
this.Controls.Add(this.txtSort);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtValue);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtCode);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtRuletype);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtCartype);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "frmProdnoRule1Detail";
|
|
this.Load += new System.EventHandler(this.frmProdnoRule1Detail_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.txtCartype, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.txtRuletype, 0);
|
|
this.Controls.SetChildIndex(this.label3, 0);
|
|
this.Controls.SetChildIndex(this.txtCode, 0);
|
|
this.Controls.SetChildIndex(this.label4, 0);
|
|
this.Controls.SetChildIndex(this.txtValue, 0);
|
|
this.Controls.SetChildIndex(this.label5, 0);
|
|
this.Controls.SetChildIndex(this.txtSort, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox txtCartype;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtRuletype;
|
|
private System.Windows.Forms.TextBox txtCode;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtValue;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtSort;
|
|
private System.Windows.Forms.Label label5;
|
|
}
|
|
}
|
|
|