namespace Core.StlMes.Client.PlnSaleOrd { partial class FrmOrderJg { /// /// 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.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab(); Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab(); Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab(); this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl(); this.controlOrderZgM1 = new Core.StlMes.Client.PlnSaleOrd.工序订单.Control.ControlOrderZgM(); this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl(); this.controlOrderDbkM1 = new Core.StlMes.Client.PlnSaleOrd.工序订单.Control.ControlOrderDbkM(); this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl(); this.controlOrderRclM1 = new Core.StlMes.Client.PlnSaleOrd.工序订单.Control.ControlOrderRclM(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl(); this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage(); this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel(); this.txtTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.txtProPlanId = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.chcProPlanId = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.chcTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.txtOrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.chcOrderNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel(); this.controlOrderJgxM1 = new Core.StlMes.Client.PlnSaleOrd.工序订单.Control.ControlOrderJgxM(); this.ultraTabPageControl1.SuspendLayout(); this.ultraTabPageControl2.SuspendLayout(); this.ultraTabPageControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit(); this.ultraTabControl1.SuspendLayout(); this.ultraPanel1.ClientArea.SuspendLayout(); this.ultraPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtProPlanId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chcProPlanId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chcTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chcOrderNo)).BeginInit(); this.ultraPanel2.ClientArea.SuspendLayout(); this.ultraPanel2.SuspendLayout(); this.SuspendLayout(); // // ultraTabPageControl1 // this.ultraTabPageControl1.Controls.Add(this.controlOrderZgM1); this.ultraTabPageControl1.Location = new System.Drawing.Point(2, 21); this.ultraTabPageControl1.Name = "ultraTabPageControl1"; this.ultraTabPageControl1.Size = new System.Drawing.Size(1256, 186); // // controlOrderZgM1 // this.controlOrderZgM1.Dock = System.Windows.Forms.DockStyle.Fill; this.controlOrderZgM1.Location = new System.Drawing.Point(0, 0); this.controlOrderZgM1.Name = "controlOrderZgM1"; this.controlOrderZgM1.Size = new System.Drawing.Size(1256, 186); this.controlOrderZgM1.TabIndex = 0; // // ultraTabPageControl2 // this.ultraTabPageControl2.Controls.Add(this.controlOrderDbkM1); this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000); this.ultraTabPageControl2.Name = "ultraTabPageControl2"; this.ultraTabPageControl2.Size = new System.Drawing.Size(1256, 186); // // controlOrderDbkM1 // this.controlOrderDbkM1.Dock = System.Windows.Forms.DockStyle.Fill; this.controlOrderDbkM1.Location = new System.Drawing.Point(0, 0); this.controlOrderDbkM1.Name = "controlOrderDbkM1"; this.controlOrderDbkM1.Size = new System.Drawing.Size(1256, 186); this.controlOrderDbkM1.TabIndex = 3; // // ultraTabPageControl3 // this.ultraTabPageControl3.Controls.Add(this.controlOrderRclM1); this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000); this.ultraTabPageControl3.Name = "ultraTabPageControl3"; this.ultraTabPageControl3.Size = new System.Drawing.Size(1256, 186); // // controlOrderRclM1 // this.controlOrderRclM1.Dock = System.Windows.Forms.DockStyle.Fill; this.controlOrderRclM1.Location = new System.Drawing.Point(0, 0); this.controlOrderRclM1.Name = "controlOrderRclM1"; this.controlOrderRclM1.Size = new System.Drawing.Size(1256, 186); this.controlOrderRclM1.TabIndex = 0; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.controlOrderJgxM1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.ultraTabControl1); this.splitContainer1.Size = new System.Drawing.Size(1260, 475); this.splitContainer1.SplitterDistance = 262; this.splitContainer1.TabIndex = 0; // // ultraTabControl1 // this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1); this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1); this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2); this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3); this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraTabControl1.Location = new System.Drawing.Point(0, 0); this.ultraTabControl1.Name = "ultraTabControl1"; this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1; this.ultraTabControl1.Size = new System.Drawing.Size(1260, 209); this.ultraTabControl1.TabIndex = 0; ultraTab1.Key = "1"; ultraTab1.TabPage = this.ultraTabPageControl1; ultraTab1.Text = "轧管工序订单"; ultraTab2.Key = "2"; ultraTab2.TabPage = this.ultraTabPageControl2; ultraTab2.Text = "镦拔扩工序订单"; ultraTab3.Key = "3"; ultraTab3.TabPage = this.ultraTabPageControl3; ultraTab3.Text = "热处理工序订单"; this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] { ultraTab1, ultraTab2, ultraTab3}); this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005; this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged); // // ultraTabSharedControlsPage1 // this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000); this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1"; this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1256, 186); // // ultraPanel1 // // // ultraPanel1.ClientArea // this.ultraPanel1.ClientArea.Controls.Add(this.txtTime); this.ultraPanel1.ClientArea.Controls.Add(this.txtProPlanId); this.ultraPanel1.ClientArea.Controls.Add(this.chcProPlanId); this.ultraPanel1.ClientArea.Controls.Add(this.chcTime); this.ultraPanel1.ClientArea.Controls.Add(this.txtOrderNo); this.ultraPanel1.ClientArea.Controls.Add(this.chcOrderNo); this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraPanel1.Location = new System.Drawing.Point(0, 0); this.ultraPanel1.Name = "ultraPanel1"; this.ultraPanel1.Size = new System.Drawing.Size(1260, 40); this.ultraPanel1.TabIndex = 1; // // txtTime // this.txtTime.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista; this.txtTime.Enabled = false; this.txtTime.Location = new System.Drawing.Point(529, 10); this.txtTime.MaskInput = "yyyy-mm"; this.txtTime.Name = "txtTime"; this.txtTime.Size = new System.Drawing.Size(120, 21); this.txtTime.TabIndex = 6; // // txtProPlanId // this.txtProPlanId.Enabled = false; this.txtProPlanId.Location = new System.Drawing.Point(325, 10); this.txtProPlanId.Name = "txtProPlanId"; this.txtProPlanId.Size = new System.Drawing.Size(120, 21); this.txtProPlanId.TabIndex = 5; // // chcProPlanId // this.chcProPlanId.AutoSize = true; this.chcProPlanId.Location = new System.Drawing.Point(210, 12); this.chcProPlanId.Name = "chcProPlanId"; this.chcProPlanId.Size = new System.Drawing.Size(108, 19); this.chcProPlanId.TabIndex = 3; this.chcProPlanId.Text = "加工线订单编号"; this.chcProPlanId.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged); // // chcTime // this.chcTime.AutoSize = true; this.chcTime.Location = new System.Drawing.Point(451, 12); this.chcTime.Name = "chcTime"; this.chcTime.Size = new System.Drawing.Size(71, 19); this.chcTime.TabIndex = 2; this.chcTime.Text = "生产年月"; this.chcTime.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged); // // txtOrderNo // this.txtOrderNo.Enabled = false; this.txtOrderNo.Location = new System.Drawing.Point(84, 10); this.txtOrderNo.Name = "txtOrderNo"; this.txtOrderNo.Size = new System.Drawing.Size(120, 21); this.txtOrderNo.TabIndex = 1; // // chcOrderNo // this.chcOrderNo.AutoSize = true; this.chcOrderNo.Location = new System.Drawing.Point(19, 12); this.chcOrderNo.Name = "chcOrderNo"; this.chcOrderNo.Size = new System.Drawing.Size(59, 19); this.chcOrderNo.TabIndex = 0; this.chcOrderNo.Text = "合同号"; this.chcOrderNo.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged); // // ultraPanel2 // // // ultraPanel2.ClientArea // this.ultraPanel2.ClientArea.Controls.Add(this.splitContainer1); this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraPanel2.Location = new System.Drawing.Point(0, 40); this.ultraPanel2.Name = "ultraPanel2"; this.ultraPanel2.Size = new System.Drawing.Size(1260, 475); this.ultraPanel2.TabIndex = 2; // // controlOrderJgxM1 // this.controlOrderJgxM1.Dock = System.Windows.Forms.DockStyle.Fill; this.controlOrderJgxM1.Location = new System.Drawing.Point(0, 0); this.controlOrderJgxM1.Name = "controlOrderJgxM1"; this.controlOrderJgxM1.Size = new System.Drawing.Size(1260, 262); this.controlOrderJgxM1.TabIndex = 0; // // FrmOrderJg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1260, 515); this.Controls.Add(this.ultraPanel2); this.Controls.Add(this.ultraPanel1); this.Name = "FrmOrderJg"; this.Text = "加工工序订单"; this.Load += new System.EventHandler(this.FrmOrderJg_Load); this.ultraTabPageControl1.ResumeLayout(false); this.ultraTabPageControl2.ResumeLayout(false); this.ultraTabPageControl3.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit(); this.ultraTabControl1.ResumeLayout(false); this.ultraPanel1.ClientArea.ResumeLayout(false); this.ultraPanel1.ClientArea.PerformLayout(); this.ultraPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtProPlanId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chcProPlanId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chcTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chcOrderNo)).EndInit(); this.ultraPanel2.ClientArea.ResumeLayout(false); this.ultraPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1; private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1; private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2; private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3; private Infragistics.Win.Misc.UltraPanel ultraPanel1; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtProPlanId; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcProPlanId; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcTime; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrderNo; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcOrderNo; private Infragistics.Win.Misc.UltraPanel ultraPanel2; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor txtTime; private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1; private 工序订单.Control.ControlOrderZgM controlOrderZgM1; private 工序订单.Control.ControlOrderDbkM controlOrderDbkM1; private 工序订单.Control.ControlOrderRclM controlOrderRclM1; private 工序订单.Control.ControlOrderJgxM controlOrderJgxM1; } }