namespace Core.StlMes.Client.Qcm
{
partial class FrmInputStdName
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInputStdName));
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
this.SuspendLayout();
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(270, 60);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(75, 29);
this.ultraButton1.TabIndex = 1;
this.ultraButton1.Text = "确认";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(370, 60);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.Size = new System.Drawing.Size(75, 29);
this.ultraButton2.TabIndex = 2;
this.ultraButton2.Text = "取消";
this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
//
// labelTextBox1
//
//
//
//
this.labelTextBox1.CheckBox.AutoSize = true;
this.labelTextBox1.CheckBox.Checked = true;
this.labelTextBox1.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
this.labelTextBox1.CheckBox.Name = "checkBox1";
this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelTextBox1.CheckBox.TabIndex = 1;
this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
this.labelTextBox1.CheckBox.Visible = false;
//
//
//
this.labelTextBox1.Label.AutoSize = true;
this.labelTextBox1.Label.Location = new System.Drawing.Point(5, 5);
this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelTextBox1.Label.Name = "label1";
this.labelTextBox1.Label.Size = new System.Drawing.Size(82, 15);
this.labelTextBox1.Label.TabIndex = 0;
this.labelTextBox1.Label.Text = "新标准名称";
this.labelTextBox1.Location = new System.Drawing.Point(13, 13);
this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.labelTextBox1.Name = "labelTextBox1";
this.labelTextBox1.Size = new System.Drawing.Size(453, 26);
this.labelTextBox1.TabIndex = 0;
//
//
//
this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
this.labelTextBox1.TextBox.Name = "textBox1";
this.labelTextBox1.TextBox.Size = new System.Drawing.Size(362, 25);
this.labelTextBox1.TextBox.TabIndex = 1;
//
// FrmInputStdName
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(479, 101);
this.Controls.Add(this.ultraButton2);
this.Controls.Add(this.ultraButton1);
this.Controls.Add(this.labelTextBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmInputStdName";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "请输入新标准名称";
this.Load += new System.EventHandler(this.FrmInputStdName_Load);
this.ResumeLayout(false);
}
#endregion
private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.Misc.UltraButton ultraButton2;
}
}