namespace Core.StlMes.Client.PlnSaleOrd { partial class FrmJxjh { /// /// 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.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.txtTime = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.comPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel(); this.timeBeign = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.timeEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.comStyle = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.buttonAdd = new Infragistics.Win.Misc.UltraButton(); this.buttonCancel = new Infragistics.Win.Misc.UltraButton(); ((System.ComponentModel.ISupportInitialize)(this.txtTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comPline)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.timeBeign)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.timeEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comStyle)).BeginInit(); this.SuspendLayout(); // // ultraLabel1 // this.ultraLabel1.AutoSize = true; this.ultraLabel1.Location = new System.Drawing.Point(83, 34); this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(89, 24); this.ultraLabel1.TabIndex = 0; this.ultraLabel1.Text = "工序产线"; // // txtTime // this.txtTime.Location = new System.Drawing.Point(164, 112); 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 = 1; this.txtTime.ValueChanged += new System.EventHandler(this.txtTime_ValueChanged); // // comPline // this.comPline.DropDownListWidth = -1; this.comPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.comPline.Enabled = false; this.comPline.Location = new System.Drawing.Point(164, 28); 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 = 2; // // ultraLabel2 // this.ultraLabel2.AutoSize = true; this.ultraLabel2.Location = new System.Drawing.Point(49, 202); this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ultraLabel2.Name = "ultraLabel2"; this.ultraLabel2.Size = new System.Drawing.Size(131, 24); this.ultraLabel2.TabIndex = 3; this.ultraLabel2.Text = "计划结束时间"; // // ultraLabel3 // this.ultraLabel3.AutoSize = true; this.ultraLabel3.Location = new System.Drawing.Point(49, 160); this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ultraLabel3.Name = "ultraLabel3"; this.ultraLabel3.Size = new System.Drawing.Size(131, 24); this.ultraLabel3.TabIndex = 4; this.ultraLabel3.Text = "计划开始时间"; // // ultraLabel4 // this.ultraLabel4.AutoSize = true; this.ultraLabel4.Location = new System.Drawing.Point(49, 119); 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 = 5; this.ultraLabel4.Text = "检修耗时(时)"; // // ultraLabel5 // this.ultraLabel5.AutoSize = true; this.ultraLabel5.Location = new System.Drawing.Point(83, 79); this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ultraLabel5.Name = "ultraLabel5"; this.ultraLabel5.Size = new System.Drawing.Size(89, 24); this.ultraLabel5.TabIndex = 6; this.ultraLabel5.Text = "检修类型"; // // timeBeign // this.timeBeign.Location = new System.Drawing.Point(164, 154); 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 = 7; // // timeEnd // this.timeEnd.Location = new System.Drawing.Point(164, 202); 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 = 8; // // comStyle // this.comStyle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.comStyle.Location = new System.Drawing.Point(164, 71); 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 = 9; // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(125, 254); 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 = 10; this.buttonAdd.Text = "新增"; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(237, 255); 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 = 11; this.buttonCancel.Text = "取消"; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // FrmJxjh // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(475, 316); 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 = "FrmJxjh"; this.Text = "检修计划"; this.Load += new System.EventHandler(this.FrmJxjh_Load); ((System.ComponentModel.ISupportInitialize)(this.txtTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comPline)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.timeBeign)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.timeEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comStyle)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.Misc.UltraLabel ultraLabel1; private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtTime; private Infragistics.Win.UltraWinEditors.UltraComboEditor comPline; private Infragistics.Win.Misc.UltraLabel ultraLabel2; private Infragistics.Win.Misc.UltraLabel ultraLabel3; private Infragistics.Win.Misc.UltraLabel ultraLabel4; private Infragistics.Win.Misc.UltraLabel ultraLabel5; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor timeBeign; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor timeEnd; private Infragistics.Win.UltraWinEditors.UltraComboEditor comStyle; private Infragistics.Win.Misc.UltraButton buttonAdd; private Infragistics.Win.Misc.UltraButton buttonCancel; } }