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.
331 lines
14 KiB
331 lines
14 KiB
namespace Stone.WinModule.BasicData
|
|
{
|
|
partial class frmModunoABaseDetail
|
|
{
|
|
/// <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.label10 = new System.Windows.Forms.Label();
|
|
this.txtRL = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txtDescription = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txtQlevel = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtRR = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtFR = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtFL = new System.Windows.Forms.TextBox();
|
|
this.txtModuno = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtCartype = new System.Windows.Forms.TextBox();
|
|
this.txtCharacter = new System.Windows.Forms.ComboBox();
|
|
this.txtVoided = new System.Windows.Forms.CheckBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtProdno = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(105, 342);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(318, 342);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(231, 342);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(36, 124);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(17, 12);
|
|
this.label10.TabIndex = 221;
|
|
this.label10.Text = "RL";
|
|
//
|
|
// txtRL
|
|
//
|
|
this.txtRL.Location = new System.Drawing.Point(113, 120);
|
|
this.txtRL.MaxLength = 1;
|
|
this.txtRL.Name = "txtRL";
|
|
this.txtRL.Size = new System.Drawing.Size(86, 21);
|
|
this.txtRL.TabIndex = 5;
|
|
this.txtRL.Text = "0";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(36, 225);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(71, 12);
|
|
this.label9.TabIndex = 220;
|
|
this.label9.Text = "description";
|
|
//
|
|
// txtDescription
|
|
//
|
|
this.txtDescription.Location = new System.Drawing.Point(113, 221);
|
|
this.txtDescription.MaxLength = 50;
|
|
this.txtDescription.Name = "txtDescription";
|
|
this.txtDescription.Size = new System.Drawing.Size(290, 21);
|
|
this.txtDescription.TabIndex = 9;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(36, 195);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(41, 12);
|
|
this.label8.TabIndex = 219;
|
|
this.label8.Text = "Qlevel";
|
|
//
|
|
// txtQlevel
|
|
//
|
|
this.txtQlevel.Location = new System.Drawing.Point(113, 191);
|
|
this.txtQlevel.MaxLength = 5;
|
|
this.txtQlevel.Name = "txtQlevel";
|
|
this.txtQlevel.Size = new System.Drawing.Size(290, 21);
|
|
this.txtQlevel.TabIndex = 8;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(36, 160);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(59, 12);
|
|
this.label7.TabIndex = 218;
|
|
this.label7.Text = "character";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(283, 124);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(17, 12);
|
|
this.label6.TabIndex = 217;
|
|
this.label6.Text = "RR";
|
|
//
|
|
// txtRR
|
|
//
|
|
this.txtRR.Location = new System.Drawing.Point(317, 120);
|
|
this.txtRR.MaxLength = 1;
|
|
this.txtRR.Name = "txtRR";
|
|
this.txtRR.Size = new System.Drawing.Size(86, 21);
|
|
this.txtRR.TabIndex = 6;
|
|
this.txtRR.Text = "0";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(283, 93);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(17, 12);
|
|
this.label5.TabIndex = 216;
|
|
this.label5.Text = "FR";
|
|
//
|
|
// txtFR
|
|
//
|
|
this.txtFR.Location = new System.Drawing.Point(317, 89);
|
|
this.txtFR.MaxLength = 1;
|
|
this.txtFR.Name = "txtFR";
|
|
this.txtFR.Size = new System.Drawing.Size(86, 21);
|
|
this.txtFR.TabIndex = 4;
|
|
this.txtFR.Text = "0";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(36, 93);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(17, 12);
|
|
this.label4.TabIndex = 215;
|
|
this.label4.Text = "FL";
|
|
//
|
|
// txtFL
|
|
//
|
|
this.txtFL.Location = new System.Drawing.Point(113, 89);
|
|
this.txtFL.MaxLength = 1;
|
|
this.txtFL.Name = "txtFL";
|
|
this.txtFL.Size = new System.Drawing.Size(86, 21);
|
|
this.txtFL.TabIndex = 3;
|
|
this.txtFL.Text = "0";
|
|
//
|
|
// txtModuno
|
|
//
|
|
this.txtModuno.Location = new System.Drawing.Point(113, 27);
|
|
this.txtModuno.MaxLength = 50;
|
|
this.txtModuno.Name = "txtModuno";
|
|
this.txtModuno.Size = new System.Drawing.Size(290, 21);
|
|
this.txtModuno.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(36, 31);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 212;
|
|
this.label1.Text = "moduno";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(36, 61);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(47, 12);
|
|
this.label2.TabIndex = 213;
|
|
this.label2.Text = "cartype";
|
|
//
|
|
// txtCartype
|
|
//
|
|
this.txtCartype.Location = new System.Drawing.Point(113, 57);
|
|
this.txtCartype.MaxLength = 50;
|
|
this.txtCartype.Name = "txtCartype";
|
|
this.txtCartype.Size = new System.Drawing.Size(290, 21);
|
|
this.txtCartype.TabIndex = 2;
|
|
//
|
|
// txtCharacter
|
|
//
|
|
this.txtCharacter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtCharacter.FormattingEnabled = true;
|
|
this.txtCharacter.Location = new System.Drawing.Point(113, 156);
|
|
this.txtCharacter.Name = "txtCharacter";
|
|
this.txtCharacter.Size = new System.Drawing.Size(290, 20);
|
|
this.txtCharacter.TabIndex = 7;
|
|
//
|
|
// txtVoided
|
|
//
|
|
this.txtVoided.AutoSize = true;
|
|
this.txtVoided.Location = new System.Drawing.Point(109, 296);
|
|
this.txtVoided.Name = "txtVoided";
|
|
this.txtVoided.Size = new System.Drawing.Size(60, 16);
|
|
this.txtVoided.TabIndex = 11;
|
|
this.txtVoided.Text = "voided";
|
|
this.txtVoided.UseVisualStyleBackColor = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(36, 256);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 223;
|
|
this.label3.Text = "prodno";
|
|
//
|
|
// txtProdno
|
|
//
|
|
this.txtProdno.Location = new System.Drawing.Point(113, 252);
|
|
this.txtProdno.MaxLength = 30;
|
|
this.txtProdno.Name = "txtProdno";
|
|
this.txtProdno.Size = new System.Drawing.Size(290, 21);
|
|
this.txtProdno.TabIndex = 10;
|
|
//
|
|
// frmModunoABaseDetail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(440, 401);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtProdno);
|
|
this.Controls.Add(this.txtVoided);
|
|
this.Controls.Add(this.txtCharacter);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.txtRL);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.txtDescription);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.txtQlevel);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.txtRR);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtFR);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtFL);
|
|
this.Controls.Add(this.txtModuno);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtCartype);
|
|
this.Name = "frmModunoABaseDetail";
|
|
this.Load += new System.EventHandler(this.frmModunoABaseDetail_Load);
|
|
this.Controls.SetChildIndex(this.btnOK, 0);
|
|
this.Controls.SetChildIndex(this.btnClose, 0);
|
|
this.Controls.SetChildIndex(this.btnAddNewLine, 0);
|
|
this.Controls.SetChildIndex(this.txtCartype, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.label1, 0);
|
|
this.Controls.SetChildIndex(this.txtModuno, 0);
|
|
this.Controls.SetChildIndex(this.txtFL, 0);
|
|
this.Controls.SetChildIndex(this.label4, 0);
|
|
this.Controls.SetChildIndex(this.txtFR, 0);
|
|
this.Controls.SetChildIndex(this.label5, 0);
|
|
this.Controls.SetChildIndex(this.txtRR, 0);
|
|
this.Controls.SetChildIndex(this.label6, 0);
|
|
this.Controls.SetChildIndex(this.label7, 0);
|
|
this.Controls.SetChildIndex(this.txtQlevel, 0);
|
|
this.Controls.SetChildIndex(this.label8, 0);
|
|
this.Controls.SetChildIndex(this.txtDescription, 0);
|
|
this.Controls.SetChildIndex(this.label9, 0);
|
|
this.Controls.SetChildIndex(this.txtRL, 0);
|
|
this.Controls.SetChildIndex(this.label10, 0);
|
|
this.Controls.SetChildIndex(this.txtCharacter, 0);
|
|
this.Controls.SetChildIndex(this.txtVoided, 0);
|
|
this.Controls.SetChildIndex(this.txtProdno, 0);
|
|
this.Controls.SetChildIndex(this.label3, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox txtRL;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txtDescription;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox txtQlevel;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtRR;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtFR;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtFL;
|
|
private System.Windows.Forms.TextBox txtModuno;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtCartype;
|
|
private System.Windows.Forms.ComboBox txtCharacter;
|
|
private System.Windows.Forms.CheckBox txtVoided;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtProdno;
|
|
}
|
|
}
|
|
|