39ef47253a7da7f01bee9a5041533789e6287b9a.svn-base 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. namespace Core.LZMes.Client.UIC
  2. {
  3. partial class UIC020220
  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.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BLOCKS");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHT");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BREAKDOWN_TIME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HOUR_YIELD");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AVERAGE_RHYTHM");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TIME_SLOT");
  40. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  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.label17 = 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.dataColumn2 = new System.Data.DataColumn();
  56. this.dataColumn3 = new System.Data.DataColumn();
  57. this.dataColumn4 = new System.Data.DataColumn();
  58. this.dataColumn5 = new System.Data.DataColumn();
  59. this.dataColumn1 = new System.Data.DataColumn();
  60. this.dataColumn7 = new System.Data.DataColumn();
  61. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  62. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  63. this.panel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  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.ultraComboEditor1);
  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.label17);
  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(721, 41);
  84. this.panel1.TabIndex = 0;
  85. //
  86. // ultraComboEditor1
  87. //
  88. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  89. valueListItem3.DataValue = "热轧";
  90. valueListItem14.DataValue = "酸轧";
  91. valueListItem15.DataValue = "连退";
  92. this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  93. valueListItem3,
  94. valueListItem14,
  95. valueListItem15});
  96. this.ultraComboEditor1.Location = new System.Drawing.Point(96, 9);
  97. this.ultraComboEditor1.Name = "ultraComboEditor1";
  98. this.ultraComboEditor1.Size = new System.Drawing.Size(105, 21);
  99. this.ultraComboEditor1.TabIndex = 16;
  100. //
  101. // ultraDateTimeEditor2
  102. //
  103. this.ultraDateTimeEditor2.Location = new System.Drawing.Point(446, 10);
  104. this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
  105. this.ultraDateTimeEditor2.Size = new System.Drawing.Size(119, 21);
  106. this.ultraDateTimeEditor2.TabIndex = 11;
  107. //
  108. // ultraDateTimeEditor1
  109. //
  110. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(312, 9);
  111. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  112. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(119, 21);
  113. this.ultraDateTimeEditor1.TabIndex = 11;
  114. //
  115. // label1
  116. //
  117. this.label1.BackColor = System.Drawing.Color.LightBlue;
  118. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  119. this.label1.Location = new System.Drawing.Point(219, 9);
  120. this.label1.Name = "label1";
  121. this.label1.Size = new System.Drawing.Size(87, 21);
  122. this.label1.TabIndex = 7;
  123. this.label1.Text = "日期";
  124. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  125. //
  126. // label17
  127. //
  128. this.label17.BackColor = System.Drawing.Color.LightBlue;
  129. this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  130. this.label17.Location = new System.Drawing.Point(3, 8);
  131. this.label17.Name = "label17";
  132. this.label17.Size = new System.Drawing.Size(87, 21);
  133. this.label17.TabIndex = 7;
  134. this.label17.Text = "产线";
  135. this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  136. //
  137. // panel2
  138. //
  139. this.panel2.Controls.Add(this.ultraGrid1);
  140. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.panel2.Location = new System.Drawing.Point(0, 41);
  142. this.panel2.Name = "panel2";
  143. this.panel2.Size = new System.Drawing.Size(721, 330);
  144. this.panel2.TabIndex = 1;
  145. //
  146. // ultraGrid1
  147. //
  148. this.ultraGrid1.DataSource = this.dataSet1;
  149. appearance1.TextHAlignAsString = "Center";
  150. appearance1.TextVAlignAsString = "Middle";
  151. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  152. ultraGridColumn1.Header.Caption = "块数";
  153. ultraGridColumn1.Header.VisiblePosition = 0;
  154. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  155. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  156. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  157. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  158. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 3;
  159. ultraGridColumn2.Header.Caption = "机时产量";
  160. ultraGridColumn2.Header.VisiblePosition = 1;
  161. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  162. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  163. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  164. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  165. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 3;
  166. ultraGridColumn3.Header.Caption = "故障时间(s)";
  167. ultraGridColumn3.Header.VisiblePosition = 2;
  168. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  169. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  170. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  171. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  172. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 3;
  173. ultraGridColumn4.Header.Caption = "机时产量(t/h)";
  174. ultraGridColumn4.Header.VisiblePosition = 3;
  175. ultraGridColumn4.Hidden = true;
  176. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  177. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  178. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  179. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  180. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 3;
  181. ultraGridColumn5.Header.Caption = "平均节奏";
  182. ultraGridColumn5.Header.VisiblePosition = 4;
  183. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
  184. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  185. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  186. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  187. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 3;
  188. ultraGridColumn6.Header.Caption = "时间段";
  189. ultraGridColumn6.Header.VisiblePosition = 5;
  190. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
  191. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  192. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  193. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  194. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 3;
  195. ultraGridBand1.Columns.AddRange(new object[] {
  196. ultraGridColumn1,
  197. ultraGridColumn2,
  198. ultraGridColumn3,
  199. ultraGridColumn4,
  200. ultraGridColumn5,
  201. ultraGridColumn6});
  202. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  203. ultraGridBand1.SummaryFooterCaption = "";
  204. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  205. this.ultraGrid1.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  206. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = " ";
  207. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  208. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  209. appearance2.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  210. appearance2.FontData.BoldAsString = "True";
  211. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance2;
  212. this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  213. appearance3.BackColor = System.Drawing.Color.GhostWhite;
  214. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance3;
  215. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
  216. this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  217. appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
  218. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance4;
  219. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  220. appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
  221. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance5;
  222. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  223. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  224. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  225. this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed;
  226. appearance6.BackColor = System.Drawing.Color.SteelBlue;
  227. this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance6;
  228. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  229. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  230. this.ultraGrid1.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.Top;
  231. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  232. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  233. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  236. this.ultraGrid1.Name = "ultraGrid1";
  237. this.ultraGrid1.Size = new System.Drawing.Size(721, 330);
  238. this.ultraGrid1.TabIndex = 0;
  239. this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  240. //
  241. // dataSet1
  242. //
  243. this.dataSet1.DataSetName = "NewDataSet";
  244. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  245. this.dataTable1});
  246. //
  247. // dataTable1
  248. //
  249. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  250. this.dataColumn2,
  251. this.dataColumn3,
  252. this.dataColumn4,
  253. this.dataColumn5,
  254. this.dataColumn1,
  255. this.dataColumn7});
  256. this.dataTable1.TableName = "Table1";
  257. //
  258. // dataColumn2
  259. //
  260. this.dataColumn2.ColumnName = "BLOCKS";
  261. //
  262. // dataColumn3
  263. //
  264. this.dataColumn3.ColumnName = "WEIGHT";
  265. //
  266. // dataColumn4
  267. //
  268. this.dataColumn4.ColumnName = "BREAKDOWN_TIME";
  269. //
  270. // dataColumn5
  271. //
  272. this.dataColumn5.ColumnName = "HOUR_YIELD";
  273. //
  274. // dataColumn1
  275. //
  276. this.dataColumn1.ColumnName = "AVERAGE_RHYTHM";
  277. //
  278. // dataColumn7
  279. //
  280. this.dataColumn7.ColumnName = "TIME_SLOT";
  281. //
  282. // saveFileDialog1
  283. //
  284. this.saveFileDialog1.DefaultExt = "xls";
  285. this.saveFileDialog1.Filter = "表格(*.xls)|";
  286. //
  287. // UIC020220
  288. //
  289. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  290. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  291. this.ClientSize = new System.Drawing.Size(721, 371);
  292. this.Controls.Add(this.panel2);
  293. this.Controls.Add(this.panel1);
  294. this.Name = "UIC020220";
  295. this.Text = "平均班产报表 ";
  296. this.Load += new System.EventHandler(this.UIC020220_Load);
  297. this.panel1.ResumeLayout(false);
  298. this.panel1.PerformLayout();
  299. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  302. this.panel2.ResumeLayout(false);
  303. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  306. this.ResumeLayout(false);
  307. }
  308. #endregion
  309. private System.Windows.Forms.Panel panel1;
  310. private System.Windows.Forms.Panel panel2;
  311. private System.Data.DataSet dataSet1;
  312. private System.Data.DataTable dataTable1;
  313. private System.Windows.Forms.Label label17;
  314. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  315. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  316. private System.Windows.Forms.Label label1;
  317. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  318. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  319. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
  320. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  321. private System.Data.DataColumn dataColumn2;
  322. private System.Data.DataColumn dataColumn3;
  323. private System.Data.DataColumn dataColumn4;
  324. private System.Data.DataColumn dataColumn5;
  325. private System.Data.DataColumn dataColumn1;
  326. private System.Data.DataColumn dataColumn7;
  327. }
  328. }