namespace Core.StlMes.Client.PlnSaleOrd { partial class FrmSteelMakingOrder { /// /// 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.components = new System.ComponentModel.Container(); Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Commit"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query"); Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSteelMakingOrder)); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Commit"); Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel"); Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance(); this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel(); this.timeYear = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.comPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.chcPline = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.chcTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.txtProPlanId = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.chcProPlanId = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this._ControlOrderPlan_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._ControlOrderPlan_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._ControlOrderPlan_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._ControlOrderPlan_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel(); this.controlOrderPlan1 = new Core.StlMes.Client.PlnSaleOrd.炼钢计划.control.ControlOrderPlan(); this.ultraPanel1.ClientArea.SuspendLayout(); this.ultraPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.timeYear)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comPline)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chcPline)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chcTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtProPlanId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chcProPlanId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.FrmBase_Fill_Panel.SuspendLayout(); this.SuspendLayout(); // // ultraPanel1 // // // ultraPanel1.ClientArea // this.ultraPanel1.ClientArea.Controls.Add(this.timeYear); this.ultraPanel1.ClientArea.Controls.Add(this.comPline); this.ultraPanel1.ClientArea.Controls.Add(this.chcPline); this.ultraPanel1.ClientArea.Controls.Add(this.chcTime); this.ultraPanel1.ClientArea.Controls.Add(this.txtProPlanId); this.ultraPanel1.ClientArea.Controls.Add(this.chcProPlanId); 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(1063, 40); this.ultraPanel1.TabIndex = 1; // // timeYear // this.timeYear.Location = new System.Drawing.Point(313, 10); this.timeYear.Name = "timeYear"; this.timeYear.ReadOnly = true; this.timeYear.Size = new System.Drawing.Size(120, 21); this.timeYear.TabIndex = 5; // // comPline // this.comPline.Location = new System.Drawing.Point(102, 10); this.comPline.Name = "comPline"; this.comPline.Size = new System.Drawing.Size(120, 21); this.comPline.TabIndex = 4; // // chcPline // this.chcPline.AutoSize = true; this.chcPline.Checked = true; this.chcPline.CheckState = System.Windows.Forms.CheckState.Checked; this.chcPline.Location = new System.Drawing.Point(24, 11); this.chcPline.Name = "chcPline"; this.chcPline.Size = new System.Drawing.Size(71, 19); this.chcPline.TabIndex = 3; this.chcPline.Text = "铸造产线"; this.chcPline.CheckedChanged += new System.EventHandler(this.chcPline_CheckedChanged); // // chcTime // this.chcTime.AutoSize = true; this.chcTime.Location = new System.Drawing.Point(235, 11); 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.chcPline_CheckedChanged); // // txtProPlanId // this.txtProPlanId.Location = new System.Drawing.Point(528, 10); this.txtProPlanId.Name = "txtProPlanId"; this.txtProPlanId.ReadOnly = true; this.txtProPlanId.Size = new System.Drawing.Size(120, 21); this.txtProPlanId.TabIndex = 1; // // chcProPlanId // this.chcProPlanId.AutoSize = true; this.chcProPlanId.Location = new System.Drawing.Point(451, 11); this.chcProPlanId.Name = "chcProPlanId"; this.chcProPlanId.Size = new System.Drawing.Size(71, 19); this.chcProPlanId.TabIndex = 0; this.chcProPlanId.Text = "订单编号"; this.chcProPlanId.CheckedChanged += new System.EventHandler(this.chcPline_CheckedChanged); // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase); this.ultraToolbarsManager1.ShowFullMenusDelay = 500; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool3, buttonTool5}); ultraToolbar1.Text = "UltraToolbar1"; this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); appearance23.Image = ((object)(resources.GetObject("appearance23.Image"))); buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance23; buttonTool2.SharedPropsInternal.Caption = "查询"; buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance24.Image = ((object)(resources.GetObject("appearance24.Image"))); buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance24; buttonTool4.SharedPropsInternal.Caption = "确认"; buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance25.Image = ((object)(resources.GetObject("appearance25.Image"))); buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance25; buttonTool6.SharedPropsInternal.Caption = "取消"; buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool2, buttonTool4, buttonTool6}); this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick); // // _ControlOrderPlan_Toolbars_Dock_Area_Top // this._ControlOrderPlan_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._ControlOrderPlan_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control; this._ControlOrderPlan_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._ControlOrderPlan_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._ControlOrderPlan_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._ControlOrderPlan_Toolbars_Dock_Area_Top.Name = "_ControlOrderPlan_Toolbars_Dock_Area_Top"; this._ControlOrderPlan_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1063, 24); this._ControlOrderPlan_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // _ControlOrderPlan_Toolbars_Dock_Area_Bottom // this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control; this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 457); this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.Name = "_ControlOrderPlan_Toolbars_Dock_Area_Bottom"; this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1063, 0); this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // _ControlOrderPlan_Toolbars_Dock_Area_Left // this._ControlOrderPlan_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._ControlOrderPlan_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control; this._ControlOrderPlan_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._ControlOrderPlan_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._ControlOrderPlan_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24); this._ControlOrderPlan_Toolbars_Dock_Area_Left.Name = "_ControlOrderPlan_Toolbars_Dock_Area_Left"; this._ControlOrderPlan_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 433); this._ControlOrderPlan_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // _ControlOrderPlan_Toolbars_Dock_Area_Right // this._ControlOrderPlan_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._ControlOrderPlan_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control; this._ControlOrderPlan_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._ControlOrderPlan_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._ControlOrderPlan_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1063, 24); this._ControlOrderPlan_Toolbars_Dock_Area_Right.Name = "_ControlOrderPlan_Toolbars_Dock_Area_Right"; this._ControlOrderPlan_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 433); this._ControlOrderPlan_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // FrmBase_Fill_Panel // this.FrmBase_Fill_Panel.Controls.Add(this.controlOrderPlan1); this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel1); this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 24); this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel"; this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1063, 433); this.FrmBase_Fill_Panel.TabIndex = 10; // // controlOrderPlan1 // this.controlOrderPlan1.Dock = System.Windows.Forms.DockStyle.Fill; this.controlOrderPlan1.Location = new System.Drawing.Point(0, 40); this.controlOrderPlan1.Name = "controlOrderPlan1"; this.controlOrderPlan1.Size = new System.Drawing.Size(1063, 393); this.controlOrderPlan1.TabIndex = 2; // // FrmSteelMakingOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1063, 457); this.Controls.Add(this.FrmBase_Fill_Panel); this.Controls.Add(this._ControlOrderPlan_Toolbars_Dock_Area_Left); this.Controls.Add(this._ControlOrderPlan_Toolbars_Dock_Area_Right); this.Controls.Add(this._ControlOrderPlan_Toolbars_Dock_Area_Top); this.Controls.Add(this._ControlOrderPlan_Toolbars_Dock_Area_Bottom); this.Name = "FrmSteelMakingOrder"; this.Text = "订单选择"; this.Load += new System.EventHandler(this.FrmSteelMakingOrder_Load); this.ultraPanel1.ClientArea.ResumeLayout(false); this.ultraPanel1.ClientArea.PerformLayout(); this.ultraPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.timeYear)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comPline)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chcPline)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chcTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtProPlanId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chcProPlanId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); this.FrmBase_Fill_Panel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraPanel ultraPanel1; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor timeYear; private Infragistics.Win.UltraWinEditors.UltraComboEditor comPline; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcPline; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcTime; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtProPlanId; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcProPlanId; private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1; private System.Windows.Forms.Panel FrmBase_Fill_Panel; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ControlOrderPlan_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ControlOrderPlan_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ControlOrderPlan_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ControlOrderPlan_Toolbars_Dock_Area_Bottom; private 炼钢计划.control.ControlOrderPlan controlOrderPlan1; } }