UIB030193.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. namespace Core.LZMes.Client.UIB
  2. {
  3. partial class UIB030193
  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. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROD_LINE");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_FL", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EDGE_PROC_YN");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COLUMN_TP_X");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WGT_1");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WGT_2");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WGT_3");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WGT_4");
  38. Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion1 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(1010);
  39. Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion2 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(-203);
  40. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.comboBox2 = new System.Windows.Forms.ComboBox();
  47. this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  48. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.panel2 = new System.Windows.Forms.Panel();
  52. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  53. this.dataSet1 = new System.Data.DataSet();
  54. this.dataTable1 = new System.Data.DataTable();
  55. this.dataColumn1 = new System.Data.DataColumn();
  56. this.dataColumn2 = new System.Data.DataColumn();
  57. this.dataColumn3 = new System.Data.DataColumn();
  58. this.dataColumn4 = new System.Data.DataColumn();
  59. this.dataColumn5 = new System.Data.DataColumn();
  60. this.dataColumn6 = new System.Data.DataColumn();
  61. this.dataColumn7 = new System.Data.DataColumn();
  62. this.dataColumn8 = new System.Data.DataColumn();
  63. this.dataColumn9 = new System.Data.DataColumn();
  64. this.panel1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  67. this.panel2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // panel1
  74. //
  75. this.panel1.Controls.Add(this.comboBox2);
  76. this.panel1.Controls.Add(this.ultraDateTimeEditor2);
  77. this.panel1.Controls.Add(this.ultraDateTimeEditor1);
  78. this.panel1.Controls.Add(this.label1);
  79. this.panel1.Controls.Add(this.label8);
  80. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  81. this.panel1.Location = new System.Drawing.Point(0, 0);
  82. this.panel1.Name = "panel1";
  83. this.panel1.Size = new System.Drawing.Size(816, 45);
  84. this.panel1.TabIndex = 0;
  85. //
  86. // comboBox2
  87. //
  88. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  89. this.comboBox2.FormattingEnabled = true;
  90. this.comboBox2.Items.AddRange(new object[] {
  91. "酸轧",
  92. "连退",
  93. "重卷"});
  94. this.comboBox2.Location = new System.Drawing.Point(114, 8);
  95. this.comboBox2.Name = "comboBox2";
  96. this.comboBox2.Size = new System.Drawing.Size(121, 20);
  97. this.comboBox2.TabIndex = 14;
  98. //
  99. // ultraDateTimeEditor2
  100. //
  101. this.ultraDateTimeEditor2.Location = new System.Drawing.Point(533, 8);
  102. this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
  103. this.ultraDateTimeEditor2.Size = new System.Drawing.Size(144, 21);
  104. this.ultraDateTimeEditor2.TabIndex = 13;
  105. //
  106. // ultraDateTimeEditor1
  107. //
  108. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(383, 8);
  109. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  110. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(144, 21);
  111. this.ultraDateTimeEditor1.TabIndex = 12;
  112. //
  113. // label1
  114. //
  115. this.label1.BackColor = System.Drawing.Color.LightBlue;
  116. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.label1.Location = new System.Drawing.Point(272, 8);
  118. this.label1.Name = "label1";
  119. this.label1.Size = new System.Drawing.Size(105, 21);
  120. this.label1.TabIndex = 11;
  121. this.label1.Text = "时间";
  122. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  123. //
  124. // label8
  125. //
  126. this.label8.BackColor = System.Drawing.Color.LightBlue;
  127. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  128. this.label8.Location = new System.Drawing.Point(3, 8);
  129. this.label8.Name = "label8";
  130. this.label8.Size = new System.Drawing.Size(105, 21);
  131. this.label8.TabIndex = 11;
  132. this.label8.Text = "产线";
  133. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  134. //
  135. // panel2
  136. //
  137. this.panel2.Controls.Add(this.ultraGrid1);
  138. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.panel2.Location = new System.Drawing.Point(0, 45);
  140. this.panel2.Name = "panel2";
  141. this.panel2.Size = new System.Drawing.Size(816, 434);
  142. this.panel2.TabIndex = 1;
  143. //
  144. // ultraGrid1
  145. //
  146. this.ultraGrid1.DataSource = this.dataSet1;
  147. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  148. ultraGridColumn1.Header.VisiblePosition = 0;
  149. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  150. ultraGridColumn2.Header.VisiblePosition = 1;
  151. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(67, 0);
  152. ultraGridColumn3.Header.VisiblePosition = 2;
  153. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
  154. ultraGridColumn4.Header.VisiblePosition = 3;
  155. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(108, 0);
  156. ultraGridColumn5.Header.VisiblePosition = 4;
  157. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  158. ultraGridColumn6.Header.VisiblePosition = 5;
  159. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
  160. ultraGridColumn7.Header.VisiblePosition = 6;
  161. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
  162. ultraGridColumn8.Header.VisiblePosition = 7;
  163. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
  164. ultraGridColumn9.Header.VisiblePosition = 8;
  165. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  166. ultraGridBand1.Columns.AddRange(new object[] {
  167. ultraGridColumn1,
  168. ultraGridColumn2,
  169. ultraGridColumn3,
  170. ultraGridColumn4,
  171. ultraGridColumn5,
  172. ultraGridColumn6,
  173. ultraGridColumn7,
  174. ultraGridColumn8,
  175. ultraGridColumn9});
  176. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  177. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  178. this.ultraGrid1.DisplayLayout.ColScrollRegions.Add(colScrollRegion1);
  179. this.ultraGrid1.DisplayLayout.ColScrollRegions.Add(colScrollRegion2);
  180. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  181. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = " ";
  182. appearance13.BackColor = System.Drawing.SystemColors.InactiveCaption;
  183. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance13;
  184. appearance14.BackColor = System.Drawing.Color.GhostWhite;
  185. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance14;
  186. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  187. appearance15.BackColor = System.Drawing.Color.LightSteelBlue;
  188. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance15;
  189. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  190. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  191. appearance16.BackColor = System.Drawing.Color.LightSteelBlue;
  192. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance16;
  193. appearance17.BackColor = System.Drawing.Color.LightSteelBlue;
  194. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance17;
  195. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  196. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  197. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  198. this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed;
  199. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  200. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  201. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  202. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  203. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  204. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  206. this.ultraGrid1.Name = "ultraGrid1";
  207. this.ultraGrid1.Size = new System.Drawing.Size(816, 434);
  208. this.ultraGrid1.TabIndex = 0;
  209. //
  210. // dataSet1
  211. //
  212. this.dataSet1.DataSetName = "NewDataSet";
  213. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  214. this.dataTable1});
  215. //
  216. // dataTable1
  217. //
  218. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  219. this.dataColumn1,
  220. this.dataColumn2,
  221. this.dataColumn3,
  222. this.dataColumn4,
  223. this.dataColumn5,
  224. this.dataColumn6,
  225. this.dataColumn7,
  226. this.dataColumn8,
  227. this.dataColumn9});
  228. this.dataTable1.TableName = "Table1";
  229. //
  230. // dataColumn1
  231. //
  232. this.dataColumn1.Caption = "产线";
  233. this.dataColumn1.ColumnName = "PROD_LINE";
  234. //
  235. // dataColumn2
  236. //
  237. this.dataColumn2.Caption = "订单区分";
  238. this.dataColumn2.ColumnName = "ORD_FL";
  239. //
  240. // dataColumn3
  241. //
  242. this.dataColumn3.Caption = "是否切边";
  243. this.dataColumn3.ColumnName = "EDGE_PROC_YN";
  244. //
  245. // dataColumn4
  246. //
  247. this.dataColumn4.Caption = "牌号";
  248. this.dataColumn4.ColumnName = "SPEC_STL_GRD";
  249. //
  250. // dataColumn5
  251. //
  252. this.dataColumn5.Caption = "类别区分";
  253. this.dataColumn5.ColumnName = "COLUMN_TP_X";
  254. //
  255. // dataColumn6
  256. //
  257. this.dataColumn6.Caption = "厚度<0.3";
  258. this.dataColumn6.ColumnName = "WGT_1";
  259. //
  260. // dataColumn7
  261. //
  262. this.dataColumn7.Caption = "0.3≤厚度<0.5";
  263. this.dataColumn7.ColumnName = "WGT_2";
  264. //
  265. // dataColumn8
  266. //
  267. this.dataColumn8.Caption = "0.5≤厚度<1";
  268. this.dataColumn8.ColumnName = "WGT_3";
  269. //
  270. // dataColumn9
  271. //
  272. this.dataColumn9.Caption = "1≤厚度";
  273. this.dataColumn9.ColumnName = "WGT_4";
  274. //
  275. // UIB030193
  276. //
  277. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  278. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  279. this.ClientSize = new System.Drawing.Size(816, 479);
  280. this.Controls.Add(this.panel2);
  281. this.Controls.Add(this.panel1);
  282. this.Name = "UIB030193";
  283. this.Text = "产量统计表";
  284. this.Load += new System.EventHandler(this.UIB030193_Load);
  285. this.panel1.ResumeLayout(false);
  286. this.panel1.PerformLayout();
  287. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  289. this.panel2.ResumeLayout(false);
  290. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private System.Windows.Forms.Panel panel1;
  297. private System.Windows.Forms.Panel panel2;
  298. private System.Windows.Forms.Label label8;
  299. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  300. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
  301. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  302. private System.Data.DataSet dataSet1;
  303. private System.Data.DataTable dataTable1;
  304. private System.Data.DataColumn dataColumn1;
  305. private System.Data.DataColumn dataColumn2;
  306. private System.Data.DataColumn dataColumn3;
  307. private System.Data.DataColumn dataColumn4;
  308. private System.Data.DataColumn dataColumn5;
  309. private System.Data.DataColumn dataColumn6;
  310. private System.Data.DataColumn dataColumn7;
  311. private System.Data.DataColumn dataColumn8;
  312. private System.Data.DataColumn dataColumn9;
  313. private System.Windows.Forms.Label label1;
  314. private System.Windows.Forms.ComboBox comboBox2;
  315. }
  316. }