namespace Core.StlMes.Client.YdmPipeManage.Dialog
{
partial class MonomerDialog
{
///
/// 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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.panel2 = new System.Windows.Forms.Panel();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.panel3 = new System.Windows.Forms.Panel();
this.cmbProduct = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.ultraButton1);
this.panel1.Controls.Add(this.ultraCheckEditor1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(249, 33);
this.panel1.TabIndex = 0;
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(143, 5);
this.ultraButton1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(56, 23);
this.ultraButton1.TabIndex = 1;
this.ultraButton1.Text = "确认";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// ultraCheckEditor1
//
this.ultraCheckEditor1.AutoSize = true;
this.ultraCheckEditor1.Location = new System.Drawing.Point(14, 9);
this.ultraCheckEditor1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.ultraCheckEditor1.Name = "ultraCheckEditor1";
this.ultraCheckEditor1.Size = new System.Drawing.Size(71, 19);
this.ultraCheckEditor1.TabIndex = 0;
this.ultraCheckEditor1.Text = "是否补轧";
this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
//
// panel2
//
this.panel2.Controls.Add(this.ultraTextEditor1);
this.panel2.Controls.Add(this.panel3);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 33);
this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(249, 224);
this.panel2.TabIndex = 1;
//
// ultraTextEditor1
//
this.ultraTextEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraTextEditor1.Location = new System.Drawing.Point(0, 33);
this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.ultraTextEditor1.Multiline = true;
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.Size = new System.Drawing.Size(249, 191);
this.ultraTextEditor1.TabIndex = 0;
//
// panel3
//
this.panel3.Controls.Add(this.cmbProduct);
this.panel3.Controls.Add(this.ultraLabel7);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Margin = new System.Windows.Forms.Padding(2);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(249, 33);
this.panel3.TabIndex = 1;
//
// cmbProduct
//
this.cmbProduct.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbProduct.Location = new System.Drawing.Point(97, 5);
this.cmbProduct.Name = "cmbProduct";
this.cmbProduct.Size = new System.Drawing.Size(100, 21);
this.cmbProduct.TabIndex = 15;
//
// ultraLabel7
//
this.ultraLabel7.Location = new System.Drawing.Point(31, 8);
this.ultraLabel7.Name = "ultraLabel7";
this.ultraLabel7.Size = new System.Drawing.Size(63, 21);
this.ultraLabel7.TabIndex = 14;
this.ultraLabel7.Text = "成品区分";
//
// MonomerDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(249, 257);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "MonomerDialog";
this.Text = "脱单说明";
this.Load += new System.EventHandler(this.MonomerDialog_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
private System.Windows.Forms.Panel panel2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private System.Windows.Forms.Panel panel3;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbProduct;
private Infragistics.Win.Misc.UltraLabel ultraLabel7;
}
}