FrmMaterialSeparate.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. namespace Core.StlMes.Client.PlnSaleOrd.PlanStove.Dlg
  2. {
  3. partial class FrmMaterialSeparate
  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.Appearance appearance16 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL_NO");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL_NAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STORAGE_NO", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_ORDER_ID");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BATCH_NO");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BATCH_GROUD_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADECODE");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADENAME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_DIMATER");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_HEIGHT");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_LEN");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_LEN_MIN");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_LEN_MAX");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_COUNT");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WEIGHT");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEAT_PLAN_NO");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GX_PLAN_NO");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USER_ACT_COUNT", 0);
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USER_ACT_WEIGHT", 1);
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Choose", 2);
  52. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  76. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("search");
  77. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("separate");
  78. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("close");
  79. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("separate");
  80. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  81. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMaterialSeparate));
  82. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("close");
  83. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("search");
  85. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  86. this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  87. this.FrmMaterialSeprate_Fill_Panel = new System.Windows.Forms.Panel();
  88. this.groupBox3 = new System.Windows.Forms.GroupBox();
  89. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  90. this.dataSet1 = new System.Data.DataSet();
  91. this.dataTable1 = new System.Data.DataTable();
  92. this.dataColumn1 = new System.Data.DataColumn();
  93. this.dataColumn2 = new System.Data.DataColumn();
  94. this.dataColumn3 = new System.Data.DataColumn();
  95. this.dataColumn4 = new System.Data.DataColumn();
  96. this.dataColumn5 = new System.Data.DataColumn();
  97. this.dataColumn6 = new System.Data.DataColumn();
  98. this.dataColumn7 = new System.Data.DataColumn();
  99. this.dataColumn8 = new System.Data.DataColumn();
  100. this.dataColumn9 = new System.Data.DataColumn();
  101. this.dataColumn10 = new System.Data.DataColumn();
  102. this.dataColumn11 = new System.Data.DataColumn();
  103. this.dataColumn12 = new System.Data.DataColumn();
  104. this.dataColumn13 = new System.Data.DataColumn();
  105. this.dataColumn14 = new System.Data.DataColumn();
  106. this.dataColumn15 = new System.Data.DataColumn();
  107. this.dataColumn16 = new System.Data.DataColumn();
  108. this.dataColumn17 = new System.Data.DataColumn();
  109. this.dataColumn19 = new System.Data.DataColumn();
  110. this.groupBox2 = new System.Windows.Forms.GroupBox();
  111. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  112. this.groupBox1 = new System.Windows.Forms.GroupBox();
  113. this.CB_BATCH = new System.Windows.Forms.CheckBox();
  114. this.TB_BATCH = new System.Windows.Forms.TextBox();
  115. this.CB_STOVE = new System.Windows.Forms.CheckBox();
  116. this.TB_STOVE = new System.Windows.Forms.TextBox();
  117. this.CB_MAT_NO = new System.Windows.Forms.CheckBox();
  118. this.TB_MAT = new System.Windows.Forms.TextBox();
  119. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  120. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  121. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  122. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  123. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  124. this.plnZyDbkMEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  125. this.plnZyJgxMEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  126. this.plnZyRclMEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  127. this.plnZyZgMEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  128. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
  129. this.FrmMaterialSeprate_Fill_Panel.SuspendLayout();
  130. this.groupBox3.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  134. this.groupBox2.SuspendLayout();
  135. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  136. this.groupBox1.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.plnZyDbkMEntityBindingSource)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.plnZyJgxMEntityBindingSource)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.plnZyRclMEntityBindingSource)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.plnZyZgMEntityBindingSource)).BeginInit();
  142. this.SuspendLayout();
  143. //
  144. // ultraNumericEditor1
  145. //
  146. this.ultraNumericEditor1.Location = new System.Drawing.Point(892, 17);
  147. this.ultraNumericEditor1.Name = "ultraNumericEditor1";
  148. this.ultraNumericEditor1.PromptChar = ' ';
  149. this.ultraNumericEditor1.Size = new System.Drawing.Size(100, 21);
  150. this.ultraNumericEditor1.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
  151. this.ultraNumericEditor1.TabIndex = 2;
  152. this.ultraNumericEditor1.Visible = false;
  153. //
  154. // FrmMaterialSeprate_Fill_Panel
  155. //
  156. this.FrmMaterialSeprate_Fill_Panel.Controls.Add(this.groupBox3);
  157. this.FrmMaterialSeprate_Fill_Panel.Controls.Add(this.groupBox2);
  158. this.FrmMaterialSeprate_Fill_Panel.Controls.Add(this.groupBox1);
  159. this.FrmMaterialSeprate_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  160. this.FrmMaterialSeprate_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.FrmMaterialSeprate_Fill_Panel.Location = new System.Drawing.Point(0, 24);
  162. this.FrmMaterialSeprate_Fill_Panel.Name = "FrmMaterialSeprate_Fill_Panel";
  163. this.FrmMaterialSeprate_Fill_Panel.Size = new System.Drawing.Size(1354, 607);
  164. this.FrmMaterialSeprate_Fill_Panel.TabIndex = 0;
  165. //
  166. // groupBox3
  167. //
  168. this.groupBox3.Controls.Add(this.ultraNumericEditor1);
  169. this.groupBox3.Controls.Add(this.ultraGrid1);
  170. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.groupBox3.Location = new System.Drawing.Point(0, 10);
  172. this.groupBox3.Name = "groupBox3";
  173. this.groupBox3.Size = new System.Drawing.Size(1354, 390);
  174. this.groupBox3.TabIndex = 2;
  175. this.groupBox3.TabStop = false;
  176. this.groupBox3.Text = "物料";
  177. //
  178. // ultraGrid1
  179. //
  180. this.ultraGrid1.DataMember = "Table1";
  181. this.ultraGrid1.DataSource = this.dataSet1;
  182. appearance16.BackColor = System.Drawing.SystemColors.Window;
  183. appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  184. this.ultraGrid1.DisplayLayout.Appearance = appearance16;
  185. ultraGridColumn1.Header.VisiblePosition = 1;
  186. ultraGridColumn2.Header.VisiblePosition = 2;
  187. ultraGridColumn3.Header.VisiblePosition = 4;
  188. ultraGridColumn4.Header.VisiblePosition = 9;
  189. ultraGridColumn5.Header.VisiblePosition = 3;
  190. ultraGridColumn6.Header.VisiblePosition = 10;
  191. ultraGridColumn7.Header.VisiblePosition = 11;
  192. ultraGridColumn8.Header.VisiblePosition = 12;
  193. ultraGridColumn9.Header.VisiblePosition = 13;
  194. ultraGridColumn10.Header.VisiblePosition = 14;
  195. ultraGridColumn11.Header.VisiblePosition = 15;
  196. ultraGridColumn12.Header.VisiblePosition = 16;
  197. ultraGridColumn13.Header.VisiblePosition = 19;
  198. ultraGridColumn14.Header.VisiblePosition = 20;
  199. ultraGridColumn15.Header.Caption = "库存总支数";
  200. ultraGridColumn15.Header.VisiblePosition = 6;
  201. ultraGridColumn16.Header.Caption = "库存总重量";
  202. ultraGridColumn16.Header.VisiblePosition = 8;
  203. ultraGridColumn17.Header.VisiblePosition = 17;
  204. ultraGridColumn18.Header.VisiblePosition = 18;
  205. ultraGridColumn19.DataType = typeof(long);
  206. ultraGridColumn19.EditorComponent = this.ultraNumericEditor1;
  207. ultraGridColumn19.Header.Caption = "脱单支数";
  208. ultraGridColumn19.Header.VisiblePosition = 5;
  209. ultraGridColumn19.MaskInput = "";
  210. ultraGridColumn19.PromptChar = ' ';
  211. ultraGridColumn20.Header.Caption = "脱单重量";
  212. ultraGridColumn20.Header.VisiblePosition = 7;
  213. ultraGridColumn21.DataType = typeof(bool);
  214. ultraGridColumn21.Header.Caption = "";
  215. ultraGridColumn21.Header.VisiblePosition = 0;
  216. ultraGridBand1.Columns.AddRange(new object[] {
  217. ultraGridColumn1,
  218. ultraGridColumn2,
  219. ultraGridColumn3,
  220. ultraGridColumn4,
  221. ultraGridColumn5,
  222. ultraGridColumn6,
  223. ultraGridColumn7,
  224. ultraGridColumn8,
  225. ultraGridColumn9,
  226. ultraGridColumn10,
  227. ultraGridColumn11,
  228. ultraGridColumn12,
  229. ultraGridColumn13,
  230. ultraGridColumn14,
  231. ultraGridColumn15,
  232. ultraGridColumn16,
  233. ultraGridColumn17,
  234. ultraGridColumn18,
  235. ultraGridColumn19,
  236. ultraGridColumn20,
  237. ultraGridColumn21});
  238. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  239. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  240. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  241. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  242. appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
  243. appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
  244. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  245. appearance17.BorderColor = System.Drawing.SystemColors.Window;
  246. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance17;
  247. appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
  248. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance18;
  249. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  250. appearance19.BackColor = System.Drawing.SystemColors.ControlLightLight;
  251. appearance19.BackColor2 = System.Drawing.SystemColors.Control;
  252. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  253. appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
  254. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance19;
  255. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  256. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  257. appearance20.BackColor = System.Drawing.SystemColors.Window;
  258. appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
  259. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance20;
  260. appearance21.BackColor = System.Drawing.SystemColors.Highlight;
  261. appearance21.ForeColor = System.Drawing.SystemColors.HighlightText;
  262. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance21;
  263. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  264. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  265. appearance22.BackColor = System.Drawing.SystemColors.Window;
  266. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance22;
  267. appearance23.BorderColor = System.Drawing.Color.Silver;
  268. appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  269. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance23;
  270. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  271. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  272. appearance24.BackColor = System.Drawing.SystemColors.Control;
  273. appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
  274. appearance24.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  275. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  276. appearance24.BorderColor = System.Drawing.SystemColors.Window;
  277. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance24;
  278. appearance25.TextHAlignAsString = "Left";
  279. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance25;
  280. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  281. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  282. appearance26.BackColor = System.Drawing.SystemColors.Window;
  283. appearance26.BorderColor = System.Drawing.Color.Silver;
  284. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance26;
  285. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  286. appearance27.BackColor = System.Drawing.SystemColors.ControlLight;
  287. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance27;
  288. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  289. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  290. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  291. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.ultraGrid1.Location = new System.Drawing.Point(3, 17);
  294. this.ultraGrid1.Name = "ultraGrid1";
  295. this.ultraGrid1.Size = new System.Drawing.Size(1348, 370);
  296. this.ultraGrid1.TabIndex = 1;
  297. this.ultraGrid1.Text = "ultraGrid1";
  298. //
  299. // dataSet1
  300. //
  301. this.dataSet1.DataSetName = "NewDataSet";
  302. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  303. this.dataTable1});
  304. //
  305. // dataTable1
  306. //
  307. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  308. this.dataColumn1,
  309. this.dataColumn2,
  310. this.dataColumn3,
  311. this.dataColumn4,
  312. this.dataColumn5,
  313. this.dataColumn6,
  314. this.dataColumn7,
  315. this.dataColumn8,
  316. this.dataColumn9,
  317. this.dataColumn10,
  318. this.dataColumn11,
  319. this.dataColumn12,
  320. this.dataColumn13,
  321. this.dataColumn14,
  322. this.dataColumn15,
  323. this.dataColumn16,
  324. this.dataColumn17,
  325. this.dataColumn19});
  326. this.dataTable1.TableName = "Table1";
  327. //
  328. // dataColumn1
  329. //
  330. this.dataColumn1.Caption = "物料编码";
  331. this.dataColumn1.ColumnName = "MATERIAL_NO";
  332. //
  333. // dataColumn2
  334. //
  335. this.dataColumn2.Caption = "物料名称";
  336. this.dataColumn2.ColumnName = "MATERIAL_NAME";
  337. //
  338. // dataColumn3
  339. //
  340. this.dataColumn3.Caption = "仓库编码";
  341. this.dataColumn3.ColumnName = "STORAGE_NO";
  342. //
  343. // dataColumn4
  344. //
  345. this.dataColumn4.Caption = "工序生产订单号";
  346. this.dataColumn4.ColumnName = "PRO_ORDER_ID";
  347. //
  348. // dataColumn5
  349. //
  350. this.dataColumn5.Caption = "判定炉号";
  351. this.dataColumn5.ColumnName = "JUDGE_STOVE_NO";
  352. //
  353. // dataColumn6
  354. //
  355. this.dataColumn6.Caption = "批号";
  356. this.dataColumn6.ColumnName = "BATCH_NO";
  357. //
  358. // dataColumn7
  359. //
  360. this.dataColumn7.Caption = "组号";
  361. this.dataColumn7.ColumnName = "BATCH_GROUD_NO";
  362. //
  363. // dataColumn8
  364. //
  365. this.dataColumn8.Caption = "钢种代码";
  366. this.dataColumn8.ColumnName = "GRADECODE";
  367. //
  368. // dataColumn9
  369. //
  370. this.dataColumn9.Caption = "钢种名称";
  371. this.dataColumn9.ColumnName = "GRADENAME";
  372. //
  373. // dataColumn10
  374. //
  375. this.dataColumn10.Caption = "外径";
  376. this.dataColumn10.ColumnName = "ACT_DIMATER";
  377. //
  378. // dataColumn11
  379. //
  380. this.dataColumn11.Caption = "壁厚";
  381. this.dataColumn11.ColumnName = "ACT_HEIGHT";
  382. //
  383. // dataColumn12
  384. //
  385. this.dataColumn12.Caption = "长度";
  386. this.dataColumn12.ColumnName = "ACT_LEN";
  387. //
  388. // dataColumn13
  389. //
  390. this.dataColumn13.Caption = "长度上限";
  391. this.dataColumn13.ColumnName = "ACT_LEN_MIN";
  392. //
  393. // dataColumn14
  394. //
  395. this.dataColumn14.Caption = "长度下限";
  396. this.dataColumn14.ColumnName = "ACT_LEN_MAX";
  397. //
  398. // dataColumn15
  399. //
  400. this.dataColumn15.Caption = "物料库总支数";
  401. this.dataColumn15.ColumnName = "ACT_COUNT";
  402. //
  403. // dataColumn16
  404. //
  405. this.dataColumn16.Caption = "物料库总重量";
  406. this.dataColumn16.ColumnName = "ACT_WEIGHT";
  407. //
  408. // dataColumn17
  409. //
  410. this.dataColumn17.Caption = "轧管炉计划号";
  411. this.dataColumn17.ColumnName = "HEAT_PLAN_NO";
  412. //
  413. // dataColumn19
  414. //
  415. this.dataColumn19.Caption = "工序排产序号";
  416. this.dataColumn19.ColumnName = "GX_PLAN_NO";
  417. //
  418. // groupBox2
  419. //
  420. this.groupBox2.Controls.Add(this.ultraGrid2);
  421. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  422. this.groupBox2.Location = new System.Drawing.Point(0, 400);
  423. this.groupBox2.Name = "groupBox2";
  424. this.groupBox2.Size = new System.Drawing.Size(1354, 207);
  425. this.groupBox2.TabIndex = 1;
  426. this.groupBox2.TabStop = false;
  427. this.groupBox2.Text = "作业计划";
  428. //
  429. // ultraGrid2
  430. //
  431. appearance1.BackColor = System.Drawing.SystemColors.Window;
  432. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  433. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  434. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  435. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  436. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  437. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  438. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  439. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  440. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  441. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  442. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  443. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  444. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  445. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  446. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  447. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  448. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  449. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  450. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  451. appearance7.BackColor = System.Drawing.SystemColors.Window;
  452. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  453. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  454. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  455. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  456. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  457. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  458. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  459. appearance15.BackColor = System.Drawing.SystemColors.Window;
  460. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance15;
  461. appearance8.BorderColor = System.Drawing.Color.Silver;
  462. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  463. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance8;
  464. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  465. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  466. appearance6.BackColor = System.Drawing.SystemColors.Control;
  467. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  468. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  469. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  470. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  471. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  472. appearance5.TextHAlignAsString = "Left";
  473. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance5;
  474. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  475. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  476. appearance14.BackColor = System.Drawing.SystemColors.Window;
  477. appearance14.BorderColor = System.Drawing.Color.Silver;
  478. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance14;
  479. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  480. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  481. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  482. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  483. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  484. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  485. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  486. this.ultraGrid2.Location = new System.Drawing.Point(3, 17);
  487. this.ultraGrid2.Name = "ultraGrid2";
  488. this.ultraGrid2.Size = new System.Drawing.Size(1348, 187);
  489. this.ultraGrid2.TabIndex = 0;
  490. this.ultraGrid2.Text = "ultraGrid2";
  491. //
  492. // groupBox1
  493. //
  494. this.groupBox1.Controls.Add(this.CB_BATCH);
  495. this.groupBox1.Controls.Add(this.TB_BATCH);
  496. this.groupBox1.Controls.Add(this.CB_STOVE);
  497. this.groupBox1.Controls.Add(this.TB_STOVE);
  498. this.groupBox1.Controls.Add(this.CB_MAT_NO);
  499. this.groupBox1.Controls.Add(this.TB_MAT);
  500. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  501. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  502. this.groupBox1.Name = "groupBox1";
  503. this.groupBox1.Size = new System.Drawing.Size(1354, 10);
  504. this.groupBox1.TabIndex = 0;
  505. this.groupBox1.TabStop = false;
  506. this.groupBox1.Text = "物料查询";
  507. this.groupBox1.Visible = false;
  508. //
  509. // CB_BATCH
  510. //
  511. this.CB_BATCH.AutoSize = true;
  512. this.CB_BATCH.Location = new System.Drawing.Point(504, 23);
  513. this.CB_BATCH.Name = "CB_BATCH";
  514. this.CB_BATCH.Size = new System.Drawing.Size(72, 16);
  515. this.CB_BATCH.TabIndex = 6;
  516. this.CB_BATCH.Text = "性能批号";
  517. this.CB_BATCH.UseVisualStyleBackColor = true;
  518. //
  519. // TB_BATCH
  520. //
  521. this.TB_BATCH.Location = new System.Drawing.Point(581, 20);
  522. this.TB_BATCH.Name = "TB_BATCH";
  523. this.TB_BATCH.Size = new System.Drawing.Size(100, 21);
  524. this.TB_BATCH.TabIndex = 5;
  525. //
  526. // CB_STOVE
  527. //
  528. this.CB_STOVE.AutoSize = true;
  529. this.CB_STOVE.Location = new System.Drawing.Point(305, 23);
  530. this.CB_STOVE.Name = "CB_STOVE";
  531. this.CB_STOVE.Size = new System.Drawing.Size(48, 16);
  532. this.CB_STOVE.TabIndex = 4;
  533. this.CB_STOVE.Text = "炉号";
  534. this.CB_STOVE.UseVisualStyleBackColor = true;
  535. //
  536. // TB_STOVE
  537. //
  538. this.TB_STOVE.Location = new System.Drawing.Point(359, 20);
  539. this.TB_STOVE.Name = "TB_STOVE";
  540. this.TB_STOVE.Size = new System.Drawing.Size(100, 21);
  541. this.TB_STOVE.TabIndex = 3;
  542. //
  543. // CB_MAT_NO
  544. //
  545. this.CB_MAT_NO.AutoSize = true;
  546. this.CB_MAT_NO.Location = new System.Drawing.Point(27, 23);
  547. this.CB_MAT_NO.Name = "CB_MAT_NO";
  548. this.CB_MAT_NO.Size = new System.Drawing.Size(72, 16);
  549. this.CB_MAT_NO.TabIndex = 2;
  550. this.CB_MAT_NO.Text = "物料编码";
  551. this.CB_MAT_NO.UseVisualStyleBackColor = true;
  552. //
  553. // TB_MAT
  554. //
  555. this.TB_MAT.Location = new System.Drawing.Point(104, 20);
  556. this.TB_MAT.Name = "TB_MAT";
  557. this.TB_MAT.Size = new System.Drawing.Size(162, 21);
  558. this.TB_MAT.TabIndex = 1;
  559. //
  560. // _FrmMaterialSeprate_Toolbars_Dock_Area_Left
  561. //
  562. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  563. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  564. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  565. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  566. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  567. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left.Name = "_FrmMaterialSeprate_Toolbars_Dock_Area_Left";
  568. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 607);
  569. this._FrmMaterialSeprate_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  570. //
  571. // _FrmMaterialSeprate_Toolbars_Dock_Area_Right
  572. //
  573. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  574. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  575. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  576. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  577. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1354, 24);
  578. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right.Name = "_FrmMaterialSeprate_Toolbars_Dock_Area_Right";
  579. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 607);
  580. this._FrmMaterialSeprate_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  581. //
  582. // _FrmMaterialSeprate_Toolbars_Dock_Area_Top
  583. //
  584. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  585. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  586. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  587. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  588. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  589. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top.Name = "_FrmMaterialSeprate_Toolbars_Dock_Area_Top";
  590. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1354, 24);
  591. this._FrmMaterialSeprate_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  592. //
  593. // _FrmMaterialSeprate_Toolbars_Dock_Area_Bottom
  594. //
  595. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  596. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  597. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  598. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  599. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 631);
  600. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom.Name = "_FrmMaterialSeprate_Toolbars_Dock_Area_Bottom";
  601. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1354, 0);
  602. this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  603. //
  604. // ultraToolbarsManager1
  605. //
  606. this.ultraToolbarsManager1.DesignerFlags = 1;
  607. this.ultraToolbarsManager1.DockWithinContainer = this;
  608. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  609. ultraToolbar1.DockedColumn = 0;
  610. ultraToolbar1.DockedRow = 0;
  611. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  612. buttonTool5,
  613. buttonTool1,
  614. buttonTool2});
  615. ultraToolbar1.Text = "UltraToolbar1";
  616. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  617. ultraToolbar1});
  618. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  619. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  620. buttonTool3.SharedPropsInternal.Caption = "脱单";
  621. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  622. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  623. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  624. buttonTool4.SharedPropsInternal.Caption = "取消";
  625. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  626. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  627. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  628. buttonTool6.SharedPropsInternal.Caption = "查询";
  629. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  630. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  631. buttonTool3,
  632. buttonTool4,
  633. buttonTool6});
  634. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  635. //
  636. // plnZyDbkMEntityBindingSource
  637. //
  638. this.plnZyDbkMEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PlnSaleOrd.PlanStove.entity.PlnZyDbkMEntity);
  639. //
  640. // plnZyJgxMEntityBindingSource
  641. //
  642. this.plnZyJgxMEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PlnSaleOrd.PlanStove.entity.PlnZyJgxMEntity);
  643. //
  644. // plnZyRclMEntityBindingSource
  645. //
  646. this.plnZyRclMEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PlnSaleOrd.PlanStove.entity.PlnZyRclMEntity);
  647. //
  648. // plnZyZgMEntityBindingSource
  649. //
  650. this.plnZyZgMEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PlnSaleOrd.PlanStove.entity.PlnZyZgMEntity);
  651. //
  652. // FrmMaterialSeparate
  653. //
  654. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  655. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  656. this.ClientSize = new System.Drawing.Size(1354, 631);
  657. this.Controls.Add(this.FrmMaterialSeprate_Fill_Panel);
  658. this.Controls.Add(this._FrmMaterialSeprate_Toolbars_Dock_Area_Left);
  659. this.Controls.Add(this._FrmMaterialSeprate_Toolbars_Dock_Area_Right);
  660. this.Controls.Add(this._FrmMaterialSeprate_Toolbars_Dock_Area_Top);
  661. this.Controls.Add(this._FrmMaterialSeprate_Toolbars_Dock_Area_Bottom);
  662. this.Name = "FrmMaterialSeparate";
  663. this.Text = "物料脱单";
  664. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  665. this.Load += new System.EventHandler(this.FrmMaterialSeprate_Load);
  666. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
  667. this.FrmMaterialSeprate_Fill_Panel.ResumeLayout(false);
  668. this.groupBox3.ResumeLayout(false);
  669. this.groupBox3.PerformLayout();
  670. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  671. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  672. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  673. this.groupBox2.ResumeLayout(false);
  674. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  675. this.groupBox1.ResumeLayout(false);
  676. this.groupBox1.PerformLayout();
  677. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  678. ((System.ComponentModel.ISupportInitialize)(this.plnZyDbkMEntityBindingSource)).EndInit();
  679. ((System.ComponentModel.ISupportInitialize)(this.plnZyJgxMEntityBindingSource)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.plnZyRclMEntityBindingSource)).EndInit();
  681. ((System.ComponentModel.ISupportInitialize)(this.plnZyZgMEntityBindingSource)).EndInit();
  682. this.ResumeLayout(false);
  683. }
  684. #endregion
  685. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  686. private System.Windows.Forms.Panel FrmMaterialSeprate_Fill_Panel;
  687. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmMaterialSeprate_Toolbars_Dock_Area_Left;
  688. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmMaterialSeprate_Toolbars_Dock_Area_Right;
  689. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmMaterialSeprate_Toolbars_Dock_Area_Top;
  690. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmMaterialSeprate_Toolbars_Dock_Area_Bottom;
  691. private System.Windows.Forms.GroupBox groupBox3;
  692. private System.Windows.Forms.GroupBox groupBox2;
  693. private System.Windows.Forms.GroupBox groupBox1;
  694. private System.Data.DataSet dataSet1;
  695. private System.Data.DataTable dataTable1;
  696. private System.Data.DataColumn dataColumn1;
  697. private System.Data.DataColumn dataColumn2;
  698. private System.Data.DataColumn dataColumn3;
  699. private System.Data.DataColumn dataColumn4;
  700. private System.Data.DataColumn dataColumn5;
  701. private System.Data.DataColumn dataColumn6;
  702. private System.Data.DataColumn dataColumn7;
  703. private System.Data.DataColumn dataColumn8;
  704. private System.Data.DataColumn dataColumn9;
  705. private System.Data.DataColumn dataColumn10;
  706. private System.Data.DataColumn dataColumn11;
  707. private System.Data.DataColumn dataColumn12;
  708. private System.Data.DataColumn dataColumn13;
  709. private System.Data.DataColumn dataColumn14;
  710. private System.Data.DataColumn dataColumn15;
  711. private System.Data.DataColumn dataColumn16;
  712. private System.Data.DataColumn dataColumn17;
  713. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  714. private System.Data.DataColumn dataColumn19;
  715. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  716. private System.Windows.Forms.BindingSource plnZyDbkMEntityBindingSource;
  717. private System.Windows.Forms.BindingSource plnZyJgxMEntityBindingSource;
  718. private System.Windows.Forms.BindingSource plnZyRclMEntityBindingSource;
  719. private System.Windows.Forms.BindingSource plnZyZgMEntityBindingSource;
  720. private System.Windows.Forms.CheckBox CB_BATCH;
  721. private System.Windows.Forms.TextBox TB_BATCH;
  722. private System.Windows.Forms.CheckBox CB_STOVE;
  723. private System.Windows.Forms.TextBox TB_STOVE;
  724. private System.Windows.Forms.CheckBox CB_MAT_NO;
  725. private System.Windows.Forms.TextBox TB_MAT;
  726. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1;
  727. }
  728. }