namespace Dongke.IBOSS.PRD.Client.PCModule
{
partial class F_PC_0101_1_7
{
///
/// 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(F_PC_0101_1_7));
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblTestMouldFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbTestMouldFlag = new Dongke.WinForm.Controls.CmbComboBox();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(120, 82);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 13;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(31, 82);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 12;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// lblTestMouldFlag
//
this.lblTestMouldFlag.AutoSize = true;
this.lblTestMouldFlag.BackColor = System.Drawing.Color.Transparent;
this.lblTestMouldFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTestMouldFlag.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblTestMouldFlag.Location = new System.Drawing.Point(21, 31);
this.lblTestMouldFlag.Name = "lblTestMouldFlag";
this.lblTestMouldFlag.Size = new System.Drawing.Size(53, 12);
this.lblTestMouldFlag.TabIndex = 17;
this.lblTestMouldFlag.Text = "试验状态";
//
// cmbTestMouldFlag
//
this.cmbTestMouldFlag.FormattingEnabled = true;
this.cmbTestMouldFlag.Location = new System.Drawing.Point(80, 28);
this.cmbTestMouldFlag.Name = "cmbTestMouldFlag";
this.cmbTestMouldFlag.Size = new System.Drawing.Size(120, 20);
this.cmbTestMouldFlag.TabIndex = 18;
//
// F_PC_0101_1_7
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(216, 137);
this.Controls.Add(this.cmbTestMouldFlag);
this.Controls.Add(this.lblTestMouldFlag);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_PC_0101_1_7";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "试验状态";
this.Load += new System.EventHandler(this.F_PC_0101_1_2_Load);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.lblTestMouldFlag, 0);
this.Controls.SetChildIndex(this.cmbTestMouldFlag, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Label lblTestMouldFlag;
private WinForm.Controls.CmbComboBox cmbTestMouldFlag;
}
}