frmAbnormalInfo.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmAbnormalInfo
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATPROCESSNO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HeatNo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("B");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPTDATE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("G");
  36. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  41. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  42. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  43. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  44. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  45. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  46. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  50. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  51. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  53. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  54. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  55. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  56. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  60. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  61. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  65. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  66. this.ultraGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  67. this.dataSet1 = new System.Data.DataSet();
  68. this.dataTable1 = new System.Data.DataTable();
  69. this.XMCode = new System.Data.DataColumn();
  70. this.XMName = new System.Data.DataColumn();
  71. this.XMType = new System.Data.DataColumn();
  72. this.GWName = new System.Data.DataColumn();
  73. this.dataColumn1 = new System.Data.DataColumn();
  74. this.dataColumn2 = new System.Data.DataColumn();
  75. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  76. this.ulcmePose = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  77. this.ckbTime = new System.Windows.Forms.CheckBox();
  78. this.ulcmeShiftQuery = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  79. this.chkShift = new System.Windows.Forms.CheckBox();
  80. this.chkPost = new System.Windows.Forms.CheckBox();
  81. this.uldtBeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  82. this.label4 = new System.Windows.Forms.Label();
  83. this.uldtEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  84. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  85. this.ultbrMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  86. this.FrmBase_Fill_Panel.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  91. this.ultraGroupBox1.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.ulcmePose)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.ulcmeShiftQuery)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).BeginInit();
  97. this.SuspendLayout();
  98. //
  99. // FrmBase_Fill_Panel
  100. //
  101. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGrid);
  102. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  103. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  104. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  106. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  107. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(842, 562);
  108. this.FrmBase_Fill_Panel.TabIndex = 2;
  109. //
  110. // ultraGrid
  111. //
  112. this.ultraGrid.DataMember = "Table1";
  113. this.ultraGrid.DataSource = this.dataSet1;
  114. ultraGridColumn1.Header.VisiblePosition = 0;
  115. ultraGridColumn1.Hidden = true;
  116. ultraGridColumn2.Header.VisiblePosition = 1;
  117. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  118. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  119. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  120. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  121. ultraGridColumn3.Header.VisiblePosition = 2;
  122. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  123. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  124. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  125. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  126. ultraGridColumn4.Header.VisiblePosition = 3;
  127. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  128. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  129. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  130. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  131. ultraGridColumn5.Header.VisiblePosition = 4;
  132. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  133. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  134. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  135. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  136. ultraGridColumn6.Header.VisiblePosition = 5;
  137. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 2;
  138. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  139. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  140. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  141. ultraGridBand1.Columns.AddRange(new object[] {
  142. ultraGridColumn1,
  143. ultraGridColumn2,
  144. ultraGridColumn3,
  145. ultraGridColumn4,
  146. ultraGridColumn5,
  147. ultraGridColumn6});
  148. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  149. this.ultraGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  150. this.ultraGrid.DisplayLayout.GroupByBox.Hidden = true;
  151. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  152. this.ultraGrid.DisplayLayout.Override.HeaderAppearance = appearance2;
  153. this.ultraGrid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  154. this.ultraGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.ultraGrid.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.ultraGrid.Location = new System.Drawing.Point(0, 40);
  157. this.ultraGrid.Name = "ultraGrid";
  158. this.ultraGrid.Size = new System.Drawing.Size(842, 522);
  159. this.ultraGrid.TabIndex = 0;
  160. //
  161. // dataSet1
  162. //
  163. this.dataSet1.DataSetName = "NewDataSet";
  164. this.dataSet1.Locale = new System.Globalization.CultureInfo("zh-CN");
  165. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  166. this.dataTable1});
  167. //
  168. // dataTable1
  169. //
  170. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  171. this.XMCode,
  172. this.XMName,
  173. this.XMType,
  174. this.GWName,
  175. this.dataColumn1,
  176. this.dataColumn2});
  177. this.dataTable1.TableName = "Table1";
  178. //
  179. // XMCode
  180. //
  181. this.XMCode.Caption = "序号";
  182. this.XMCode.ColumnName = "HEATPROCESSNO";
  183. this.XMCode.ReadOnly = true;
  184. //
  185. // XMName
  186. //
  187. this.XMName.Caption = "炉号";
  188. this.XMName.ColumnName = "HeatNo";
  189. //
  190. // XMType
  191. //
  192. this.XMType.Caption = "班次";
  193. this.XMType.ColumnName = "B";
  194. //
  195. // GWName
  196. //
  197. this.GWName.Caption = "填写时间";
  198. this.GWName.ColumnName = "OPTDATE";
  199. //
  200. // dataColumn1
  201. //
  202. this.dataColumn1.Caption = "异常信息";
  203. this.dataColumn1.ColumnName = "MEMO";
  204. //
  205. // dataColumn2
  206. //
  207. this.dataColumn2.Caption = "岗位";
  208. this.dataColumn2.ColumnName = "G";
  209. //
  210. // ultraGroupBox1
  211. //
  212. this.ultraGroupBox1.Controls.Add(this.ulcmePose);
  213. this.ultraGroupBox1.Controls.Add(this.ckbTime);
  214. this.ultraGroupBox1.Controls.Add(this.ulcmeShiftQuery);
  215. this.ultraGroupBox1.Controls.Add(this.chkShift);
  216. this.ultraGroupBox1.Controls.Add(this.chkPost);
  217. this.ultraGroupBox1.Controls.Add(this.uldtBeginTime);
  218. this.ultraGroupBox1.Controls.Add(this.label4);
  219. this.ultraGroupBox1.Controls.Add(this.uldtEndTime);
  220. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  221. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  222. this.ultraGroupBox1.Name = "ultraGroupBox1";
  223. this.ultraGroupBox1.Size = new System.Drawing.Size(842, 40);
  224. this.ultraGroupBox1.TabIndex = 1;
  225. //
  226. // ulcmePose
  227. //
  228. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  229. appearance1.BorderColor = System.Drawing.Color.Black;
  230. this.ulcmePose.Appearance = appearance1;
  231. this.ulcmePose.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  232. this.ulcmePose.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  233. this.ulcmePose.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. valueListItem1.DataValue = "HMP01";
  235. valueListItem1.DisplayText = "1#脱硫";
  236. valueListItem2.DataValue = "HMP02";
  237. valueListItem2.DisplayText = "2#脱硫";
  238. valueListItem3.DataValue = "BOF01";
  239. valueListItem3.DisplayText = "1#转炉";
  240. valueListItem4.DataValue = "BOF02";
  241. valueListItem4.DisplayText = "2#转炉";
  242. valueListItem6.DataValue = "CAS01";
  243. valueListItem6.DisplayText = "1#吹氩";
  244. valueListItem7.DataValue = "CAS02";
  245. valueListItem7.DisplayText = "2#吹氩";
  246. valueListItem9.DataValue = "LFS01";
  247. valueListItem9.DisplayText = "1#精炼";
  248. valueListItem10.DataValue = "LFS02";
  249. valueListItem10.DisplayText = "2#精炼";
  250. valueListItem8.DataValue = "RHS01";
  251. valueListItem8.DisplayText = "1#RH";
  252. valueListItem5.DataValue = "VDS01";
  253. valueListItem5.DisplayText = "1#VD";
  254. valueListItem11.DataValue = "CCM01";
  255. valueListItem11.DisplayText = "1#连铸机";
  256. valueListItem12.DataValue = "CCM02";
  257. valueListItem12.DisplayText = "2#连铸机";
  258. valueListItem13.DataValue = "CCM03";
  259. valueListItem13.DisplayText = "3#连铸机";
  260. this.ulcmePose.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  261. valueListItem1,
  262. valueListItem2,
  263. valueListItem3,
  264. valueListItem4,
  265. valueListItem6,
  266. valueListItem7,
  267. valueListItem9,
  268. valueListItem10,
  269. valueListItem8,
  270. valueListItem5,
  271. valueListItem11,
  272. valueListItem12,
  273. valueListItem13});
  274. this.ulcmePose.Location = new System.Drawing.Point(620, 9);
  275. this.ulcmePose.Name = "ulcmePose";
  276. this.ulcmePose.Size = new System.Drawing.Size(95, 21);
  277. this.ulcmePose.TabIndex = 280;
  278. this.ulcmePose.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  279. this.ulcmePose.ValueChanged += new System.EventHandler(this.ulcmePose_ValueChanged);
  280. //
  281. // ckbTime
  282. //
  283. this.ckbTime.AutoSize = true;
  284. this.ckbTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  285. this.ckbTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.ckbTime.Location = new System.Drawing.Point(15, 11);
  287. this.ckbTime.Name = "ckbTime";
  288. this.ckbTime.Size = new System.Drawing.Size(79, 18);
  289. this.ckbTime.TabIndex = 97;
  290. this.ckbTime.Text = "时间 从";
  291. this.ckbTime.UseVisualStyleBackColor = true;
  292. this.ckbTime.CheckedChanged += new System.EventHandler(this.ckbTime_CheckedChanged);
  293. //
  294. // ulcmeShiftQuery
  295. //
  296. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  297. appearance3.BorderColor = System.Drawing.Color.Black;
  298. this.ulcmeShiftQuery.Appearance = appearance3;
  299. this.ulcmeShiftQuery.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  300. this.ulcmeShiftQuery.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  301. this.ulcmeShiftQuery.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. valueListItem15.DataValue = "1";
  303. valueListItem15.DisplayText = "甲班";
  304. valueListItem16.DataValue = "2";
  305. valueListItem16.DisplayText = "乙班";
  306. valueListItem17.DataValue = "3";
  307. valueListItem17.DisplayText = "丙班";
  308. valueListItem18.DataValue = "4";
  309. valueListItem18.DisplayText = "丁班";
  310. this.ulcmeShiftQuery.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  311. valueListItem15,
  312. valueListItem16,
  313. valueListItem17,
  314. valueListItem18});
  315. this.ulcmeShiftQuery.Location = new System.Drawing.Point(490, 11);
  316. this.ulcmeShiftQuery.Name = "ulcmeShiftQuery";
  317. this.ulcmeShiftQuery.Size = new System.Drawing.Size(60, 19);
  318. this.ulcmeShiftQuery.TabIndex = 278;
  319. this.ulcmeShiftQuery.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  320. this.ulcmeShiftQuery.ValueChanged += new System.EventHandler(this.chkPost_CheckedChanged);
  321. //
  322. // chkShift
  323. //
  324. this.chkShift.AutoSize = true;
  325. this.chkShift.BackColor = System.Drawing.Color.Transparent;
  326. this.chkShift.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  327. this.chkShift.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.chkShift.Location = new System.Drawing.Point(439, 11);
  329. this.chkShift.Name = "chkShift";
  330. this.chkShift.Size = new System.Drawing.Size(51, 18);
  331. this.chkShift.TabIndex = 77;
  332. this.chkShift.Text = "班次";
  333. this.chkShift.UseVisualStyleBackColor = false;
  334. this.chkShift.CheckedChanged += new System.EventHandler(this.chkShift_CheckedChanged);
  335. //
  336. // chkPost
  337. //
  338. this.chkPost.AutoSize = true;
  339. this.chkPost.BackColor = System.Drawing.Color.Transparent;
  340. this.chkPost.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  341. this.chkPost.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.chkPost.Location = new System.Drawing.Point(564, 11);
  343. this.chkPost.Name = "chkPost";
  344. this.chkPost.Size = new System.Drawing.Size(51, 18);
  345. this.chkPost.TabIndex = 98;
  346. this.chkPost.Text = "岗位";
  347. this.chkPost.UseVisualStyleBackColor = false;
  348. this.chkPost.CheckedChanged += new System.EventHandler(this.chkPost_CheckedChanged);
  349. //
  350. // uldtBeginTime
  351. //
  352. appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  353. appearance5.BorderColor = System.Drawing.Color.Black;
  354. this.uldtBeginTime.ButtonAppearance = appearance5;
  355. this.uldtBeginTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  356. this.uldtBeginTime.Enabled = false;
  357. this.uldtBeginTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  358. this.uldtBeginTime.FormatString = "yyyy-MM-dd HH:mm";
  359. this.uldtBeginTime.Location = new System.Drawing.Point(98, 11);
  360. this.uldtBeginTime.MaskInput = "yyyy-mm-dd hh:mm";
  361. this.uldtBeginTime.Name = "uldtBeginTime";
  362. this.uldtBeginTime.Size = new System.Drawing.Size(142, 19);
  363. this.uldtBeginTime.TabIndex = 94;
  364. this.uldtBeginTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  365. this.uldtBeginTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  366. //
  367. // label4
  368. //
  369. this.label4.AutoSize = true;
  370. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.label4.Location = new System.Drawing.Point(249, 13);
  372. this.label4.Name = "label4";
  373. this.label4.Size = new System.Drawing.Size(21, 14);
  374. this.label4.TabIndex = 96;
  375. this.label4.Text = "到";
  376. //
  377. // uldtEndTime
  378. //
  379. appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  380. appearance4.BorderColor = System.Drawing.Color.Black;
  381. this.uldtEndTime.ButtonAppearance = appearance4;
  382. this.uldtEndTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  383. this.uldtEndTime.Enabled = false;
  384. this.uldtEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  385. this.uldtEndTime.FormatString = "yyyy-MM-dd HH:mm";
  386. this.uldtEndTime.Location = new System.Drawing.Point(279, 11);
  387. this.uldtEndTime.MaskInput = "yyyy-mm-dd hh:mm";
  388. this.uldtEndTime.Name = "uldtEndTime";
  389. this.uldtEndTime.Size = new System.Drawing.Size(142, 19);
  390. this.uldtEndTime.TabIndex = 95;
  391. this.uldtEndTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  392. this.uldtEndTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  393. //
  394. // ultbrMain
  395. //
  396. this.ultbrMain.DesignerFlags = 1;
  397. this.ultbrMain.LockToolbars = true;
  398. this.ultbrMain.ShowQuickCustomizeButton = false;
  399. this.ultbrMain.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  400. ultraToolbar1.DockedColumn = 0;
  401. ultraToolbar1.DockedRow = 0;
  402. buttonTool1.InstanceProps.IsFirstInGroup = true;
  403. buttonTool2.InstanceProps.IsFirstInGroup = true;
  404. buttonTool3.InstanceProps.IsFirstInGroup = true;
  405. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  406. buttonTool1,
  407. buttonTool2,
  408. buttonTool3});
  409. ultraToolbar1.Text = "UltraToolbar1";
  410. this.ultbrMain.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  411. ultraToolbar1});
  412. buttonTool4.SharedPropsInternal.Caption = "查询(&Q)";
  413. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  414. buttonTool5.SharedPropsInternal.Caption = "导出(&P)";
  415. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  416. buttonTool6.SharedPropsInternal.Caption = "关闭(&C)";
  417. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  418. this.ultbrMain.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  419. buttonTool4,
  420. buttonTool5,
  421. buttonTool6});
  422. //
  423. // frmAbnormalInfo
  424. //
  425. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  426. this.ClientSize = new System.Drawing.Size(842, 562);
  427. this.Controls.Add(this.FrmBase_Fill_Panel);
  428. this.Name = "frmAbnormalInfo";
  429. this.Text = "过程异常信息查询";
  430. this.Load += new System.EventHandler(this.frmAbnormalInfo_Load);
  431. this.FrmBase_Fill_Panel.ResumeLayout(false);
  432. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid)).EndInit();
  433. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  434. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  435. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  436. this.ultraGroupBox1.ResumeLayout(false);
  437. this.ultraGroupBox1.PerformLayout();
  438. ((System.ComponentModel.ISupportInitialize)(this.ulcmePose)).EndInit();
  439. ((System.ComponentModel.ISupportInitialize)(this.ulcmeShiftQuery)).EndInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).EndInit();
  441. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).EndInit();
  442. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).EndInit();
  443. this.ResumeLayout(false);
  444. }
  445. #endregion
  446. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  447. private System.Data.DataSet dataSet1;
  448. private System.Data.DataTable dataTable1;
  449. private System.Data.DataColumn XMCode;
  450. private System.Data.DataColumn XMName;
  451. private System.Data.DataColumn XMType;
  452. private System.Data.DataColumn GWName;
  453. private System.Data.DataColumn dataColumn1;
  454. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  455. private System.Data.DataColumn dataColumn2;
  456. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid;
  457. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain;
  458. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmeShiftQuery;
  459. private System.Windows.Forms.CheckBox chkPost;
  460. private System.Windows.Forms.Label label4;
  461. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtEndTime;
  462. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtBeginTime;
  463. private System.Windows.Forms.CheckBox ckbTime;
  464. private System.Windows.Forms.CheckBox chkShift;
  465. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  466. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmePose;
  467. }
  468. }