frmSendMessage.Designer.cs 26 KB

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