frmIronElementsInfo.Designer.cs.svn-base 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmIronElementsInfo
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("InIronNo");
  30. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("InIronId");
  31. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LDno");
  32. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LDweight");
  33. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Maoweight");
  34. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Ironweight");
  35. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Tempture");
  36. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Intime");
  37. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("C");
  38. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Si");
  39. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Mn");
  40. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("P");
  41. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("S");
  42. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("As");
  43. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn15 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Group");
  44. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn16 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Person");
  45. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn17 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("IRONWRAPAGE");
  46. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InIronNo", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InIronId");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LDno");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LDweight");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Maoweight");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ironweight");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tempture");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Intime");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Si");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Mn");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("P");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("S");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("As");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Group");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Person");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IRONWRAPAGE");
  64. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  67. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Output");
  68. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  69. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  70. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Output");
  71. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  72. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  74. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  75. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  76. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  78. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  79. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  80. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  81. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  82. this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  83. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  84. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  85. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  86. this.panel1 = new System.Windows.Forms.Panel();
  87. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  88. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  89. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  90. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  91. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  92. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  93. this.dateTimePicker2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  94. this.cbbMis = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  95. this.dateTimePicker1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  96. this.rdocheck = new System.Windows.Forms.RadioButton();
  97. this.cbogroup = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  98. this.ultSelectIron = new Infragistics.Win.Misc.UltraLabel();
  99. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  100. this.utrlable = new Infragistics.Win.Misc.UltraLabel();
  101. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  104. this.panel1.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  106. this.ultraGroupBox1.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker2)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.cbbMis)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker1)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.cbogroup)).BeginInit();
  111. this.SuspendLayout();
  112. //
  113. // ultraDataSource1
  114. //
  115. ultraDataColumn8.DataType = typeof(System.DateTime);
  116. this.ultraDataSource1.Band.Columns.AddRange(new object[] {
  117. ultraDataColumn1,
  118. ultraDataColumn2,
  119. ultraDataColumn3,
  120. ultraDataColumn4,
  121. ultraDataColumn5,
  122. ultraDataColumn6,
  123. ultraDataColumn7,
  124. ultraDataColumn8,
  125. ultraDataColumn9,
  126. ultraDataColumn10,
  127. ultraDataColumn11,
  128. ultraDataColumn12,
  129. ultraDataColumn13,
  130. ultraDataColumn14,
  131. ultraDataColumn15,
  132. ultraDataColumn16,
  133. ultraDataColumn17});
  134. //
  135. // ultraGrid1
  136. //
  137. this.ultraGrid1.DataSource = this.ultraDataSource1;
  138. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  139. ultraGridColumn1.Header.Caption = "出铁序号";
  140. ultraGridColumn1.Header.VisiblePosition = 0;
  141. ultraGridColumn1.Width = 77;
  142. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  143. ultraGridColumn2.Header.Caption = "铁水去向";
  144. ultraGridColumn2.Header.VisiblePosition = 1;
  145. ultraGridColumn2.Width = 72;
  146. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  147. ultraGridColumn3.Header.Caption = "铁包号";
  148. ultraGridColumn3.Header.VisiblePosition = 2;
  149. ultraGridColumn3.Width = 53;
  150. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  151. ultraGridColumn4.Header.Caption = "毛重";
  152. ultraGridColumn4.Header.VisiblePosition = 4;
  153. ultraGridColumn4.Width = 51;
  154. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  155. ultraGridColumn5.Header.Caption = "净重";
  156. ultraGridColumn5.Header.VisiblePosition = 5;
  157. ultraGridColumn5.Width = 72;
  158. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  159. ultraGridColumn6.Header.Caption = "皮重";
  160. ultraGridColumn6.Header.VisiblePosition = 6;
  161. ultraGridColumn6.Width = 68;
  162. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  163. ultraGridColumn7.Header.Caption = "温度";
  164. ultraGridColumn7.Header.VisiblePosition = 7;
  165. ultraGridColumn7.Width = 71;
  166. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  167. ultraGridColumn8.Header.Caption = "进场时间";
  168. ultraGridColumn8.Header.VisiblePosition = 14;
  169. ultraGridColumn8.MaskInput = "yyyy-mm-dd hh:mm";
  170. ultraGridColumn8.Width = 114;
  171. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  172. ultraGridColumn9.Header.VisiblePosition = 8;
  173. ultraGridColumn9.Width = 64;
  174. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  175. ultraGridColumn10.Header.VisiblePosition = 9;
  176. ultraGridColumn10.Width = 58;
  177. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  178. ultraGridColumn11.Header.VisiblePosition = 10;
  179. ultraGridColumn11.Width = 58;
  180. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  181. ultraGridColumn12.Header.VisiblePosition = 11;
  182. ultraGridColumn12.Width = 58;
  183. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  184. ultraGridColumn13.Header.VisiblePosition = 12;
  185. ultraGridColumn13.Width = 66;
  186. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  187. ultraGridColumn14.Header.VisiblePosition = 13;
  188. ultraGridColumn14.Width = 54;
  189. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  190. ultraGridColumn15.Header.Caption = "班组";
  191. ultraGridColumn15.Header.VisiblePosition = 15;
  192. ultraGridColumn15.Width = 48;
  193. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  194. ultraGridColumn16.Header.Caption = "操作人";
  195. ultraGridColumn16.Header.VisiblePosition = 16;
  196. ultraGridColumn16.Width = 72;
  197. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  198. ultraGridColumn17.Header.Caption = "包龄";
  199. ultraGridColumn17.Header.VisiblePosition = 3;
  200. ultraGridColumn17.Hidden = true;
  201. ultraGridColumn17.Width = 44;
  202. ultraGridBand1.Columns.AddRange(new object[] {
  203. ultraGridColumn1,
  204. ultraGridColumn2,
  205. ultraGridColumn3,
  206. ultraGridColumn4,
  207. ultraGridColumn5,
  208. ultraGridColumn6,
  209. ultraGridColumn7,
  210. ultraGridColumn8,
  211. ultraGridColumn9,
  212. ultraGridColumn10,
  213. ultraGridColumn11,
  214. ultraGridColumn12,
  215. ultraGridColumn13,
  216. ultraGridColumn14,
  217. ultraGridColumn15,
  218. ultraGridColumn16,
  219. ultraGridColumn17});
  220. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  221. appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
  222. appearance4.TextHAlignAsString = "Left";
  223. this.ultraGrid1.DisplayLayout.CaptionAppearance = appearance4;
  224. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  225. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  226. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.ultraGrid1.Location = new System.Drawing.Point(0, 69);
  229. this.ultraGrid1.Name = "ultraGrid1";
  230. this.ultraGrid1.Size = new System.Drawing.Size(1000, 474);
  231. this.ultraGrid1.TabIndex = 0;
  232. this.ultraGrid1.Text = "混铁炉出铁详细数据";
  233. //
  234. // ultraToolbarsManager1
  235. //
  236. this.ultraToolbarsManager1.DesignerFlags = 1;
  237. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  238. this.ultraToolbarsManager1.LockToolbars = true;
  239. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  240. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  241. ultraToolbar1.DockedColumn = 0;
  242. ultraToolbar1.DockedRow = 0;
  243. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  244. buttonTool1,
  245. buttonTool2,
  246. buttonTool3});
  247. ultraToolbar1.Text = "UltraToolbar1";
  248. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  249. ultraToolbar1});
  250. buttonTool4.SharedPropsInternal.Caption = "查询(&Q)";
  251. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  252. buttonTool5.SharedPropsInternal.Caption = "导出(&P)";
  253. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  254. buttonTool6.SharedPropsInternal.Caption = "关闭(&C)";
  255. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  256. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  257. buttonTool4,
  258. buttonTool5,
  259. buttonTool6});
  260. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  261. //
  262. // panel1
  263. //
  264. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  265. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  266. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  267. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  268. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  269. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  270. this.panel1.Location = new System.Drawing.Point(0, 0);
  271. this.panel1.Name = "panel1";
  272. this.panel1.Size = new System.Drawing.Size(1000, 25);
  273. this.panel1.TabIndex = 11;
  274. //
  275. // panel1_Fill_Panel
  276. //
  277. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  278. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  280. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  281. this.panel1_Fill_Panel.Size = new System.Drawing.Size(1000, 0);
  282. this.panel1_Fill_Panel.TabIndex = 0;
  283. //
  284. // _panel1_Toolbars_Dock_Area_Left
  285. //
  286. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  287. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  288. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  289. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  290. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  291. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  292. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
  293. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  294. //
  295. // _panel1_Toolbars_Dock_Area_Right
  296. //
  297. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  298. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  299. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  300. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  301. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1000, 28);
  302. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  303. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
  304. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  305. //
  306. // _panel1_Toolbars_Dock_Area_Top
  307. //
  308. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  309. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  310. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  311. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  312. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  313. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  314. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1000, 28);
  315. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  316. //
  317. // _panel1_Toolbars_Dock_Area_Bottom
  318. //
  319. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  320. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  321. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  322. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  323. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 25);
  324. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  325. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1000, 0);
  326. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  327. //
  328. // ultraGroupBox1
  329. //
  330. this.ultraGroupBox1.Controls.Add(this.dateTimePicker2);
  331. this.ultraGroupBox1.Controls.Add(this.cbbMis);
  332. this.ultraGroupBox1.Controls.Add(this.dateTimePicker1);
  333. this.ultraGroupBox1.Controls.Add(this.rdocheck);
  334. this.ultraGroupBox1.Controls.Add(this.cbogroup);
  335. this.ultraGroupBox1.Controls.Add(this.ultSelectIron);
  336. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  337. this.ultraGroupBox1.Controls.Add(this.utrlable);
  338. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  339. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 25);
  340. this.ultraGroupBox1.Name = "ultraGroupBox1";
  341. this.ultraGroupBox1.Size = new System.Drawing.Size(1000, 44);
  342. this.ultraGroupBox1.TabIndex = 12;
  343. //
  344. // dateTimePicker2
  345. //
  346. this.dateTimePicker2.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  347. this.dateTimePicker2.FormatProvider = new System.Globalization.CultureInfo("en-US");
  348. this.dateTimePicker2.FormatString = "yyyy-MM-dd HH:mm";
  349. this.dateTimePicker2.Location = new System.Drawing.Point(278, 13);
  350. this.dateTimePicker2.MaskInput = "yyyy-mm-dd hh:mm";
  351. this.dateTimePicker2.Name = "dateTimePicker2";
  352. this.dateTimePicker2.Size = new System.Drawing.Size(154, 21);
  353. this.dateTimePicker2.TabIndex = 281;
  354. this.dateTimePicker2.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  355. //
  356. // cbbMis
  357. //
  358. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  359. appearance2.BorderColor = System.Drawing.Color.Black;
  360. this.cbbMis.Appearance = appearance2;
  361. this.cbbMis.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  362. this.cbbMis.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  363. this.cbbMis.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. valueListItem1.DataValue = "1";
  365. valueListItem1.DisplayText = "1#混铁炉";
  366. valueListItem2.DataValue = "2";
  367. valueListItem2.DisplayText = "1#直兑";
  368. valueListItem3.DataValue = "5";
  369. valueListItem3.DisplayText = "全部";
  370. this.cbbMis.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  371. valueListItem1,
  372. valueListItem2,
  373. valueListItem3});
  374. this.cbbMis.Location = new System.Drawing.Point(475, 14);
  375. this.cbbMis.Name = "cbbMis";
  376. this.cbbMis.Size = new System.Drawing.Size(79, 19);
  377. this.cbbMis.TabIndex = 279;
  378. this.cbbMis.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  379. //
  380. // dateTimePicker1
  381. //
  382. this.dateTimePicker1.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  383. this.dateTimePicker1.FormatProvider = new System.Globalization.CultureInfo("en-US");
  384. this.dateTimePicker1.FormatString = "yyyy-MM-dd HH:mm";
  385. this.dateTimePicker1.Location = new System.Drawing.Point(113, 13);
  386. this.dateTimePicker1.MaskInput = "yyyy-mm-dd hh:mm";
  387. this.dateTimePicker1.Name = "dateTimePicker1";
  388. this.dateTimePicker1.Size = new System.Drawing.Size(137, 21);
  389. this.dateTimePicker1.TabIndex = 280;
  390. this.dateTimePicker1.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  391. //
  392. // rdocheck
  393. //
  394. this.rdocheck.AutoSize = true;
  395. this.rdocheck.Checked = true;
  396. this.rdocheck.Location = new System.Drawing.Point(19, 15);
  397. this.rdocheck.Name = "rdocheck";
  398. this.rdocheck.Size = new System.Drawing.Size(95, 16);
  399. this.rdocheck.TabIndex = 11;
  400. this.rdocheck.TabStop = true;
  401. this.rdocheck.Text = "查询时间 从";
  402. this.rdocheck.UseVisualStyleBackColor = true;
  403. //
  404. // cbogroup
  405. //
  406. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  407. appearance3.BorderColor = System.Drawing.Color.Black;
  408. this.cbogroup.Appearance = appearance3;
  409. this.cbogroup.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  410. this.cbogroup.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  411. this.cbogroup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. valueListItem4.DataValue = "1";
  413. valueListItem4.DisplayText = "甲班";
  414. valueListItem5.DataValue = "2";
  415. valueListItem5.DisplayText = "乙班";
  416. valueListItem6.DataValue = "3";
  417. valueListItem6.DisplayText = "丙班";
  418. valueListItem7.DataValue = "4";
  419. valueListItem7.DisplayText = "丁班";
  420. valueListItem8.DataValue = "5";
  421. valueListItem8.DisplayText = "全部";
  422. this.cbogroup.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  423. valueListItem4,
  424. valueListItem5,
  425. valueListItem6,
  426. valueListItem7,
  427. valueListItem8});
  428. this.cbogroup.Location = new System.Drawing.Point(601, 14);
  429. this.cbogroup.Name = "cbogroup";
  430. this.cbogroup.Size = new System.Drawing.Size(79, 19);
  431. this.cbogroup.TabIndex = 278;
  432. this.cbogroup.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  433. //
  434. // ultSelectIron
  435. //
  436. this.ultSelectIron.Font = new System.Drawing.Font("宋体", 9F);
  437. this.ultSelectIron.Location = new System.Drawing.Point(256, 18);
  438. this.ultSelectIron.Name = "ultSelectIron";
  439. this.ultSelectIron.Size = new System.Drawing.Size(28, 16);
  440. this.ultSelectIron.TabIndex = 26;
  441. this.ultSelectIron.Text = "到";
  442. //
  443. // ultraLabel1
  444. //
  445. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 9F);
  446. this.ultraLabel1.Location = new System.Drawing.Point(441, 18);
  447. this.ultraLabel1.Name = "ultraLabel1";
  448. this.ultraLabel1.Size = new System.Drawing.Size(34, 15);
  449. this.ultraLabel1.TabIndex = 53;
  450. this.ultraLabel1.Text = "工序";
  451. //
  452. // utrlable
  453. //
  454. this.utrlable.Font = new System.Drawing.Font("宋体", 9F);
  455. this.utrlable.Location = new System.Drawing.Point(565, 17);
  456. this.utrlable.Name = "utrlable";
  457. this.utrlable.Size = new System.Drawing.Size(39, 16);
  458. this.utrlable.TabIndex = 49;
  459. this.utrlable.Text = "班组";
  460. //
  461. // frmIronElementsInfo
  462. //
  463. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  464. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  465. this.ClientSize = new System.Drawing.Size(1000, 543);
  466. this.Controls.Add(this.ultraGrid1);
  467. this.Controls.Add(this.ultraGroupBox1);
  468. this.Controls.Add(this.panel1);
  469. this.Name = "frmIronElementsInfo";
  470. this.Text = "铁水成分信息";
  471. this.Load += new System.EventHandler(this.frmIronElementsInfo_Load);
  472. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
  473. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  475. this.panel1.ResumeLayout(false);
  476. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  477. this.ultraGroupBox1.ResumeLayout(false);
  478. this.ultraGroupBox1.PerformLayout();
  479. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker2)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.cbbMis)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker1)).EndInit();
  482. ((System.ComponentModel.ISupportInitialize)(this.cbogroup)).EndInit();
  483. this.ResumeLayout(false);
  484. }
  485. #endregion
  486. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
  487. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  488. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  489. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  490. private System.Windows.Forms.Panel panel1;
  491. private System.Windows.Forms.Panel panel1_Fill_Panel;
  492. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  493. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  494. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  495. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  496. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  497. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateTimePicker2;
  498. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbMis;
  499. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateTimePicker1;
  500. private System.Windows.Forms.RadioButton rdocheck;
  501. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbogroup;
  502. private Infragistics.Win.Misc.UltraLabel ultSelectIron;
  503. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  504. private Infragistics.Win.Misc.UltraLabel utrlable;
  505. }
  506. }