FrmSteelMakingOrder.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmSteelMakingOrder
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Commit");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  34. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSteelMakingOrder));
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Commit");
  37. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
  39. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  40. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  41. this.timeYear = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  42. this.comPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  43. this.chcPline = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  44. this.chcTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  45. this.txtProPlanId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  46. this.chcProPlanId = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  47. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  48. this._ControlOrderPlan_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  49. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  50. this._ControlOrderPlan_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  51. this._ControlOrderPlan_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  53. this.controlOrderPlan1 = new Core.StlMes.Client.PlnSaleOrd.炼钢计划.control.ControlOrderPlan();
  54. this.ultraPanel1.ClientArea.SuspendLayout();
  55. this.ultraPanel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.timeYear)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.comPline)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.chcPline)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.chcTime)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtProPlanId)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.chcProPlanId)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  63. this.FrmBase_Fill_Panel.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // ultraPanel1
  67. //
  68. //
  69. // ultraPanel1.ClientArea
  70. //
  71. this.ultraPanel1.ClientArea.Controls.Add(this.timeYear);
  72. this.ultraPanel1.ClientArea.Controls.Add(this.comPline);
  73. this.ultraPanel1.ClientArea.Controls.Add(this.chcPline);
  74. this.ultraPanel1.ClientArea.Controls.Add(this.chcTime);
  75. this.ultraPanel1.ClientArea.Controls.Add(this.txtProPlanId);
  76. this.ultraPanel1.ClientArea.Controls.Add(this.chcProPlanId);
  77. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  79. this.ultraPanel1.Name = "ultraPanel1";
  80. this.ultraPanel1.Size = new System.Drawing.Size(1063, 40);
  81. this.ultraPanel1.TabIndex = 1;
  82. //
  83. // timeYear
  84. //
  85. this.timeYear.Location = new System.Drawing.Point(313, 10);
  86. this.timeYear.Name = "timeYear";
  87. this.timeYear.ReadOnly = true;
  88. this.timeYear.Size = new System.Drawing.Size(120, 21);
  89. this.timeYear.TabIndex = 5;
  90. //
  91. // comPline
  92. //
  93. this.comPline.Location = new System.Drawing.Point(102, 10);
  94. this.comPline.Name = "comPline";
  95. this.comPline.Size = new System.Drawing.Size(120, 21);
  96. this.comPline.TabIndex = 4;
  97. //
  98. // chcPline
  99. //
  100. this.chcPline.AutoSize = true;
  101. this.chcPline.Checked = true;
  102. this.chcPline.CheckState = System.Windows.Forms.CheckState.Checked;
  103. this.chcPline.Location = new System.Drawing.Point(24, 11);
  104. this.chcPline.Name = "chcPline";
  105. this.chcPline.Size = new System.Drawing.Size(71, 19);
  106. this.chcPline.TabIndex = 3;
  107. this.chcPline.Text = "铸造产线";
  108. this.chcPline.CheckedChanged += new System.EventHandler(this.chcPline_CheckedChanged);
  109. //
  110. // chcTime
  111. //
  112. this.chcTime.AutoSize = true;
  113. this.chcTime.Location = new System.Drawing.Point(235, 11);
  114. this.chcTime.Name = "chcTime";
  115. this.chcTime.Size = new System.Drawing.Size(71, 19);
  116. this.chcTime.TabIndex = 2;
  117. this.chcTime.Text = "生产年月";
  118. this.chcTime.CheckedChanged += new System.EventHandler(this.chcPline_CheckedChanged);
  119. //
  120. // txtProPlanId
  121. //
  122. this.txtProPlanId.Location = new System.Drawing.Point(528, 10);
  123. this.txtProPlanId.Name = "txtProPlanId";
  124. this.txtProPlanId.ReadOnly = true;
  125. this.txtProPlanId.Size = new System.Drawing.Size(120, 21);
  126. this.txtProPlanId.TabIndex = 1;
  127. //
  128. // chcProPlanId
  129. //
  130. this.chcProPlanId.AutoSize = true;
  131. this.chcProPlanId.Location = new System.Drawing.Point(451, 11);
  132. this.chcProPlanId.Name = "chcProPlanId";
  133. this.chcProPlanId.Size = new System.Drawing.Size(71, 19);
  134. this.chcProPlanId.TabIndex = 0;
  135. this.chcProPlanId.Text = "订单编号";
  136. this.chcProPlanId.CheckedChanged += new System.EventHandler(this.chcPline_CheckedChanged);
  137. //
  138. // ultraToolbarsManager1
  139. //
  140. this.ultraToolbarsManager1.DesignerFlags = 1;
  141. this.ultraToolbarsManager1.DockWithinContainer = this;
  142. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  143. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  144. ultraToolbar1.DockedColumn = 0;
  145. ultraToolbar1.DockedRow = 0;
  146. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  147. buttonTool1,
  148. buttonTool3,
  149. buttonTool5});
  150. ultraToolbar1.Text = "UltraToolbar1";
  151. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  152. ultraToolbar1});
  153. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  154. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  155. buttonTool2.SharedPropsInternal.Caption = "查询";
  156. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  157. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  158. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  159. buttonTool4.SharedPropsInternal.Caption = "确认";
  160. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  161. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  162. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  163. buttonTool6.SharedPropsInternal.Caption = "取消";
  164. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  165. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  166. buttonTool2,
  167. buttonTool4,
  168. buttonTool6});
  169. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  170. //
  171. // _ControlOrderPlan_Toolbars_Dock_Area_Top
  172. //
  173. this._ControlOrderPlan_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  174. this._ControlOrderPlan_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  175. this._ControlOrderPlan_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  176. this._ControlOrderPlan_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  177. this._ControlOrderPlan_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  178. this._ControlOrderPlan_Toolbars_Dock_Area_Top.Name = "_ControlOrderPlan_Toolbars_Dock_Area_Top";
  179. this._ControlOrderPlan_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1063, 24);
  180. this._ControlOrderPlan_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  181. //
  182. // _ControlOrderPlan_Toolbars_Dock_Area_Bottom
  183. //
  184. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  185. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  186. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  187. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  188. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 457);
  189. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.Name = "_ControlOrderPlan_Toolbars_Dock_Area_Bottom";
  190. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1063, 0);
  191. this._ControlOrderPlan_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  192. //
  193. // _ControlOrderPlan_Toolbars_Dock_Area_Left
  194. //
  195. this._ControlOrderPlan_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  196. this._ControlOrderPlan_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  197. this._ControlOrderPlan_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  198. this._ControlOrderPlan_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  199. this._ControlOrderPlan_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  200. this._ControlOrderPlan_Toolbars_Dock_Area_Left.Name = "_ControlOrderPlan_Toolbars_Dock_Area_Left";
  201. this._ControlOrderPlan_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 433);
  202. this._ControlOrderPlan_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  203. //
  204. // _ControlOrderPlan_Toolbars_Dock_Area_Right
  205. //
  206. this._ControlOrderPlan_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  207. this._ControlOrderPlan_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  208. this._ControlOrderPlan_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  209. this._ControlOrderPlan_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  210. this._ControlOrderPlan_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1063, 24);
  211. this._ControlOrderPlan_Toolbars_Dock_Area_Right.Name = "_ControlOrderPlan_Toolbars_Dock_Area_Right";
  212. this._ControlOrderPlan_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 433);
  213. this._ControlOrderPlan_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  214. //
  215. // FrmBase_Fill_Panel
  216. //
  217. this.FrmBase_Fill_Panel.Controls.Add(this.controlOrderPlan1);
  218. this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel1);
  219. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  220. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 24);
  222. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  223. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1063, 433);
  224. this.FrmBase_Fill_Panel.TabIndex = 10;
  225. //
  226. // controlOrderPlan1
  227. //
  228. this.controlOrderPlan1.Dock = System.Windows.Forms.DockStyle.Fill;
  229. this.controlOrderPlan1.Location = new System.Drawing.Point(0, 40);
  230. this.controlOrderPlan1.Name = "controlOrderPlan1";
  231. this.controlOrderPlan1.Size = new System.Drawing.Size(1063, 393);
  232. this.controlOrderPlan1.TabIndex = 2;
  233. //
  234. // FrmSteelMakingOrder
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.ClientSize = new System.Drawing.Size(1063, 457);
  239. this.Controls.Add(this.FrmBase_Fill_Panel);
  240. this.Controls.Add(this._ControlOrderPlan_Toolbars_Dock_Area_Left);
  241. this.Controls.Add(this._ControlOrderPlan_Toolbars_Dock_Area_Right);
  242. this.Controls.Add(this._ControlOrderPlan_Toolbars_Dock_Area_Top);
  243. this.Controls.Add(this._ControlOrderPlan_Toolbars_Dock_Area_Bottom);
  244. this.Name = "FrmSteelMakingOrder";
  245. this.Text = "订单选择";
  246. this.Load += new System.EventHandler(this.FrmSteelMakingOrder_Load);
  247. this.ultraPanel1.ClientArea.ResumeLayout(false);
  248. this.ultraPanel1.ClientArea.PerformLayout();
  249. this.ultraPanel1.ResumeLayout(false);
  250. ((System.ComponentModel.ISupportInitialize)(this.timeYear)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.comPline)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.chcPline)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.chcTime)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.txtProPlanId)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.chcProPlanId)).EndInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  257. this.FrmBase_Fill_Panel.ResumeLayout(false);
  258. this.ResumeLayout(false);
  259. }
  260. #endregion
  261. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  262. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor timeYear;
  263. private Infragistics.Win.UltraWinEditors.UltraComboEditor comPline;
  264. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcPline;
  265. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcTime;
  266. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtProPlanId;
  267. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcProPlanId;
  268. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  269. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  270. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ControlOrderPlan_Toolbars_Dock_Area_Left;
  271. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ControlOrderPlan_Toolbars_Dock_Area_Right;
  272. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ControlOrderPlan_Toolbars_Dock_Area_Top;
  273. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ControlOrderPlan_Toolbars_Dock_Area_Bottom;
  274. private 炼钢计划.control.ControlOrderPlan controlOrderPlan1;
  275. }
  276. }