namespace Core.StlMes.Client.SaleOrder.Dialog
{
partial class PopupAudit
{
///
/// 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()
{
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupAudit));
this.btnSubmit = new System.Windows.Forms.Button();
this.txtAudit = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.cmbAuditType = new Core.Mes.Client.Comm.Control.LabelComboBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbAuditType.ComboBox)).BeginInit();
this.SuspendLayout();
//
// btnSubmit
//
this.btnSubmit.Location = new System.Drawing.Point(189, 11);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(75, 23);
this.btnSubmit.TabIndex = 0;
this.btnSubmit.Text = "确认";
this.btnSubmit.UseVisualStyleBackColor = true;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// txtAudit
//
this.txtAudit.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtAudit.Location = new System.Drawing.Point(0, 55);
this.txtAudit.MaxLength = 50;
this.txtAudit.Multiline = true;
this.txtAudit.Name = "txtAudit";
this.txtAudit.Size = new System.Drawing.Size(283, 150);
this.txtAudit.TabIndex = 2;
//
// panel1
//
this.panel1.Controls.Add(this.btnSubmit);
this.panel1.Controls.Add(this.cmbAuditType);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(283, 55);
this.panel1.TabIndex = 3;
//
// cmbAuditType
//
this.cmbAuditType.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.cmbAuditType.CheckBox.AutoSize = true;
this.cmbAuditType.CheckBox.Checked = true;
this.cmbAuditType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.cmbAuditType.CheckBox.Location = new System.Drawing.Point(4, 4);
this.cmbAuditType.CheckBox.Name = "checkBox1";
this.cmbAuditType.CheckBox.Size = new System.Drawing.Size(15, 14);
this.cmbAuditType.CheckBox.TabIndex = 0;
this.cmbAuditType.CheckBox.UseVisualStyleBackColor = true;
this.cmbAuditType.CheckBox.Visible = false;
//
//
//
this.cmbAuditType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmbAuditType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
valueListItem1.DataValue = "";
valueListItem1.DisplayText = "通过";
valueListItem2.DataValue = "";
valueListItem2.DisplayText = "不通过";
this.cmbAuditType.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2});
this.cmbAuditType.ComboBox.Location = new System.Drawing.Point(0, 0);
this.cmbAuditType.ComboBox.Name = "comboBox1";
this.cmbAuditType.ComboBox.Size = new System.Drawing.Size(107, 21);
this.cmbAuditType.ComboBox.TabIndex = 1;
//
//
//
this.cmbAuditType.Label.AutoSize = true;
this.cmbAuditType.Label.BackColor = System.Drawing.Color.Transparent;
this.cmbAuditType.Label.Location = new System.Drawing.Point(4, 4);
this.cmbAuditType.Label.Name = "label1";
this.cmbAuditType.Label.Size = new System.Drawing.Size(53, 12);
this.cmbAuditType.Label.TabIndex = 2;
this.cmbAuditType.Label.Text = "审核结果";
this.cmbAuditType.Location = new System.Drawing.Point(14, 12);
this.cmbAuditType.Name = "cmbAuditType";
this.cmbAuditType.Size = new System.Drawing.Size(167, 21);
this.cmbAuditType.TabIndex = 1;
//
// PopupAudit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(283, 205);
this.Controls.Add(this.txtAudit);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(299, 244);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(299, 244);
this.Name = "PopupAudit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "审核";
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.cmbAuditType.ComboBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnSubmit;
public System.Windows.Forms.Button BtnSubmit
{
get { return btnSubmit; }
set { btnSubmit = value; }
}
private Core.Mes.Client.Comm.Control.LabelComboBox cmbAuditType;
private System.Windows.Forms.TextBox txtAudit;
public System.Windows.Forms.TextBox TxtAudit
{
get { return txtAudit; }
set { txtAudit = value; }
}
private System.Windows.Forms.Panel panel1;
public Core.Mes.Client.Comm.Control.LabelComboBox CmbAuditType
{
get { return cmbAuditType; }
set { cmbAuditType = value; }
}
}
}