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.
266 lines
11 KiB
266 lines
11 KiB
namespace Stone.WinModule.BasicData
|
|
{
|
|
partial class frmProdnoRule2Detail
|
|
{
|
|
/// <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.txtSort = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtValue = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtCode = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtRuletype = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtCartype = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtRR = new System.Windows.Forms.CheckBox();
|
|
this.txtRL = new System.Windows.Forms.CheckBox();
|
|
this.txtFR = new System.Windows.Forms.CheckBox();
|
|
this.txtFL = new System.Windows.Forms.CheckBox();
|
|
this.txtGroups = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(123, 343);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(336, 343);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(249, 343);
|
|
//
|
|
// txtSort
|
|
//
|
|
this.txtSort.Location = new System.Drawing.Point(147, 291);
|
|
this.txtSort.Name = "txtSort";
|
|
this.txtSort.Size = new System.Drawing.Size(270, 21);
|
|
this.txtSort.TabIndex = 9;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(66, 294);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
|
this.label5.TabIndex = 124;
|
|
this.label5.Text = "sort";
|
|
//
|
|
// txtValue
|
|
//
|
|
this.txtValue.Location = new System.Drawing.Point(147, 217);
|
|
this.txtValue.Name = "txtValue";
|
|
this.txtValue.Size = new System.Drawing.Size(270, 21);
|
|
this.txtValue.TabIndex = 7;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(66, 220);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(35, 12);
|
|
this.label4.TabIndex = 123;
|
|
this.label4.Text = "value";
|
|
//
|
|
// txtCode
|
|
//
|
|
this.txtCode.Location = new System.Drawing.Point(147, 180);
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(270, 21);
|
|
this.txtCode.TabIndex = 6;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(66, 183);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
|
this.label3.TabIndex = 122;
|
|
this.label3.Text = "code";
|
|
//
|
|
// txtRuletype
|
|
//
|
|
this.txtRuletype.Location = new System.Drawing.Point(147, 72);
|
|
this.txtRuletype.Name = "txtRuletype";
|
|
this.txtRuletype.ReadOnly = true;
|
|
this.txtRuletype.Size = new System.Drawing.Size(270, 21);
|
|
this.txtRuletype.TabIndex = 1;
|
|
this.txtRuletype.Text = "选配区";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(66, 75);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 121;
|
|
this.label2.Text = "ruletype";
|
|
//
|
|
// txtCartype
|
|
//
|
|
this.txtCartype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtCartype.FormattingEnabled = true;
|
|
this.txtCartype.Location = new System.Drawing.Point(147, 35);
|
|
this.txtCartype.Name = "txtCartype";
|
|
this.txtCartype.Size = new System.Drawing.Size(270, 20);
|
|
this.txtCartype.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(66, 39);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(47, 12);
|
|
this.label1.TabIndex = 120;
|
|
this.label1.Text = "cartype";
|
|
//
|
|
// txtRR
|
|
//
|
|
this.txtRR.AutoSize = true;
|
|
this.txtRR.Location = new System.Drawing.Point(313, 143);
|
|
this.txtRR.Name = "txtRR";
|
|
this.txtRR.Size = new System.Drawing.Size(36, 16);
|
|
this.txtRR.TabIndex = 5;
|
|
this.txtRR.Text = "RR";
|
|
this.txtRR.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtRL
|
|
//
|
|
this.txtRL.AutoSize = true;
|
|
this.txtRL.Location = new System.Drawing.Point(146, 143);
|
|
this.txtRL.Name = "txtRL";
|
|
this.txtRL.Size = new System.Drawing.Size(36, 16);
|
|
this.txtRL.TabIndex = 4;
|
|
this.txtRL.Text = "RL";
|
|
this.txtRL.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtFR
|
|
//
|
|
this.txtFR.AutoSize = true;
|
|
this.txtFR.Location = new System.Drawing.Point(313, 112);
|
|
this.txtFR.Name = "txtFR";
|
|
this.txtFR.Size = new System.Drawing.Size(36, 16);
|
|
this.txtFR.TabIndex = 3;
|
|
this.txtFR.Text = "FR";
|
|
this.txtFR.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtFL
|
|
//
|
|
this.txtFL.AutoSize = true;
|
|
this.txtFL.Location = new System.Drawing.Point(146, 112);
|
|
this.txtFL.Name = "txtFL";
|
|
this.txtFL.Size = new System.Drawing.Size(36, 16);
|
|
this.txtFL.TabIndex = 2;
|
|
this.txtFL.Text = "FL";
|
|
this.txtFL.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtGroups
|
|
//
|
|
this.txtGroups.Location = new System.Drawing.Point(146, 254);
|
|
this.txtGroups.Name = "txtGroups";
|
|
this.txtGroups.Size = new System.Drawing.Size(270, 21);
|
|
this.txtGroups.TabIndex = 8;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(65, 257);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(41, 12);
|
|
this.label6.TabIndex = 130;
|
|
this.label6.Text = "groups";
|
|
//
|
|
// frmProdnoRule2Detail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(493, 446);
|
|
this.Controls.Add(this.txtGroups);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.txtRR);
|
|
this.Controls.Add(this.txtRL);
|
|
this.Controls.Add(this.txtFR);
|
|
this.Controls.Add(this.txtFL);
|
|
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 = "frmProdnoRule2Detail";
|
|
this.Load += new System.EventHandler(this.frmProdnoRule2Detail_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.Controls.SetChildIndex(this.txtFL, 0);
|
|
this.Controls.SetChildIndex(this.txtFR, 0);
|
|
this.Controls.SetChildIndex(this.txtRL, 0);
|
|
this.Controls.SetChildIndex(this.txtRR, 0);
|
|
this.Controls.SetChildIndex(this.label6, 0);
|
|
this.Controls.SetChildIndex(this.txtGroups, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtSort;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtValue;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtCode;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtRuletype;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox txtCartype;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckBox txtRR;
|
|
private System.Windows.Forms.CheckBox txtRL;
|
|
private System.Windows.Forms.CheckBox txtFR;
|
|
private System.Windows.Forms.CheckBox txtFL;
|
|
private System.Windows.Forms.TextBox txtGroups;
|
|
private System.Windows.Forms.Label label6;
|
|
}
|
|
}
|
|
|