namespace Core.StlMes.Client.PlnSaleOrd
{
partial class FrmCL
{
///
/// 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.buttonCancel = new Infragistics.Win.Misc.UltraButton();
this.buttonAdd = new Infragistics.Win.Misc.UltraButton();
this.comStyle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.timeEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.timeBeign = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.comPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.txtTime = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
((System.ComponentModel.ISupportInitialize)(this.comStyle)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.timeEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.timeBeign)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comPline)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
this.SuspendLayout();
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(159, 348);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(119, 30);
this.buttonCancel.TabIndex = 23;
this.buttonCancel.Text = "取消";
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonAdd
//
this.buttonAdd.Location = new System.Drawing.Point(51, 346);
this.buttonAdd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(100, 32);
this.buttonAdd.TabIndex = 22;
this.buttonAdd.Text = "新增";
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
//
// comStyle
//
this.comStyle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.comStyle.Location = new System.Drawing.Point(132, 41);
this.comStyle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comStyle.Name = "comStyle";
this.comStyle.Size = new System.Drawing.Size(192, 24);
this.comStyle.TabIndex = 21;
//
// timeEnd
//
this.timeEnd.Location = new System.Drawing.Point(132, 139);
this.timeEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.timeEnd.MaskInput = "yyyy-mm-dd hh:mm:ss";
this.timeEnd.Name = "timeEnd";
this.timeEnd.ReadOnly = true;
this.timeEnd.Size = new System.Drawing.Size(192, 24);
this.timeEnd.TabIndex = 20;
//
// timeBeign
//
this.timeBeign.Location = new System.Drawing.Point(132, 105);
this.timeBeign.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.timeBeign.MaskInput = "yyyy-mm-dd hh:mm:ss";
this.timeBeign.Name = "timeBeign";
this.timeBeign.ReadOnly = true;
this.timeBeign.Size = new System.Drawing.Size(192, 24);
this.timeBeign.TabIndex = 19;
//
// ultraLabel5
//
this.ultraLabel5.AutoSize = true;
this.ultraLabel5.Location = new System.Drawing.Point(52, 48);
this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(67, 19);
this.ultraLabel5.TabIndex = 18;
this.ultraLabel5.Text = "检修类型";
//
// ultraLabel4
//
this.ultraLabel4.AutoSize = true;
this.ultraLabel4.Location = new System.Drawing.Point(19, 79);
this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(98, 19);
this.ultraLabel4.TabIndex = 17;
this.ultraLabel4.Text = "承揽耗时(时)";
//
// ultraLabel3
//
this.ultraLabel3.AutoSize = true;
this.ultraLabel3.Location = new System.Drawing.Point(19, 111);
this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(98, 19);
this.ultraLabel3.TabIndex = 16;
this.ultraLabel3.Text = "计划开始时间";
//
// ultraLabel2
//
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(19, 145);
this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(98, 19);
this.ultraLabel2.TabIndex = 15;
this.ultraLabel2.Text = "计划结束时间";
//
// comPline
//
this.comPline.DropDownListWidth = -1;
this.comPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.comPline.Location = new System.Drawing.Point(132, 9);
this.comPline.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comPline.Name = "comPline";
this.comPline.Size = new System.Drawing.Size(192, 24);
this.comPline.TabIndex = 14;
//
// txtTime
//
this.txtTime.Location = new System.Drawing.Point(132, 72);
this.txtTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtTime.MaskInput = "{double:6.1}";
this.txtTime.Name = "txtTime";
this.txtTime.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
this.txtTime.Size = new System.Drawing.Size(192, 24);
this.txtTime.TabIndex = 13;
//
// ultraLabel1
//
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(52, 15);
this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(67, 19);
this.ultraLabel1.TabIndex = 12;
this.ultraLabel1.Text = "承揽产线";
//
// ultraLabel6
//
this.ultraLabel6.AutoSize = true;
this.ultraLabel6.Location = new System.Drawing.Point(85, 245);
this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel6.Name = "ultraLabel6";
this.ultraLabel6.Size = new System.Drawing.Size(36, 19);
this.ultraLabel6.TabIndex = 24;
this.ultraLabel6.Text = "备注";
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(132, 172);
this.txtMemo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(192, 162);
this.txtMemo.TabIndex = 25;
//
// FrmCL
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(372, 392);
this.Controls.Add(this.txtMemo);
this.Controls.Add(this.ultraLabel6);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.comStyle);
this.Controls.Add(this.timeEnd);
this.Controls.Add(this.timeBeign);
this.Controls.Add(this.ultraLabel5);
this.Controls.Add(this.ultraLabel4);
this.Controls.Add(this.ultraLabel3);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.comPline);
this.Controls.Add(this.txtTime);
this.Controls.Add(this.ultraLabel1);
this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.Name = "FrmCL";
this.Text = "承揽";
this.Load += new System.EventHandler(this.FrmCL_Load);
((System.ComponentModel.ISupportInitialize)(this.comStyle)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.timeEnd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.timeBeign)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comPline)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.Misc.UltraButton buttonCancel;
private Infragistics.Win.Misc.UltraButton buttonAdd;
private Infragistics.Win.UltraWinEditors.UltraComboEditor comStyle;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor timeEnd;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor timeBeign;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.UltraWinEditors.UltraComboEditor comPline;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtTime;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
}
}