frmSendMessage.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. namespace Core.LgMes.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.Appearance appearance2 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  45. this.ckbTime = new System.Windows.Forms.CheckBox();
  46. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  47. this.ultraGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  48. this.dataSet1 = new System.Data.DataSet();
  49. this.dataTable1 = new System.Data.DataTable();
  50. this.XMCode = new System.Data.DataColumn();
  51. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  52. this.chkShift = new System.Windows.Forms.CheckBox();
  53. this.uldtBeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.uldtEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  56. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  57. this.ultbrMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  58. this._frmStyleBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  59. this.dataColumn1 = new System.Data.DataColumn();
  60. this.dataColumn2 = new System.Data.DataColumn();
  61. this.dataColumn3 = new System.Data.DataColumn();
  62. this.dataColumn4 = new System.Data.DataColumn();
  63. this.txtHeatNo = new System.Windows.Forms.TextBox();
  64. this.FrmBase_Fill_Panel.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  69. this.ultraGroupBox1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // ckbTime
  76. //
  77. this.ckbTime.AutoSize = true;
  78. this.ckbTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  79. this.ckbTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.ckbTime.Location = new System.Drawing.Point(15, 11);
  81. this.ckbTime.Name = "ckbTime";
  82. this.ckbTime.Size = new System.Drawing.Size(79, 18);
  83. this.ckbTime.TabIndex = 97;
  84. this.ckbTime.Text = "时间 从";
  85. this.ckbTime.UseVisualStyleBackColor = true;
  86. this.ckbTime.CheckedChanged += new System.EventHandler(this.ckbTime_CheckedChanged);
  87. //
  88. // FrmBase_Fill_Panel
  89. //
  90. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGrid);
  91. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  92. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  93. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  95. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  96. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(987, 457);
  97. this.FrmBase_Fill_Panel.TabIndex = 3;
  98. //
  99. // ultraGrid
  100. //
  101. this.ultraGrid.DataMember = "Table1";
  102. this.ultraGrid.DataSource = this.dataSet1;
  103. ultraGridColumn1.Header.VisiblePosition = 0;
  104. ultraGridColumn2.Header.VisiblePosition = 1;
  105. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(128, 0);
  106. ultraGridColumn3.Header.VisiblePosition = 2;
  107. ultraGridColumn4.Header.VisiblePosition = 3;
  108. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(462, 0);
  109. ultraGridColumn5.Header.VisiblePosition = 4;
  110. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(146, 0);
  111. ultraGridBand1.Columns.AddRange(new object[] {
  112. ultraGridColumn1,
  113. ultraGridColumn2,
  114. ultraGridColumn3,
  115. ultraGridColumn4,
  116. ultraGridColumn5});
  117. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  118. this.ultraGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  119. this.ultraGrid.DisplayLayout.GroupByBox.Hidden = true;
  120. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  121. this.ultraGrid.DisplayLayout.Override.HeaderAppearance = appearance2;
  122. this.ultraGrid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  123. this.ultraGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.ultraGrid.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.ultraGrid.Location = new System.Drawing.Point(0, 40);
  126. this.ultraGrid.Name = "ultraGrid";
  127. this.ultraGrid.Size = new System.Drawing.Size(987, 417);
  128. this.ultraGrid.TabIndex = 0;
  129. //
  130. // dataSet1
  131. //
  132. this.dataSet1.DataSetName = "NewDataSet";
  133. this.dataSet1.Locale = new System.Globalization.CultureInfo("zh-CN");
  134. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  135. this.dataTable1});
  136. //
  137. // dataTable1
  138. //
  139. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  140. this.XMCode,
  141. this.dataColumn1,
  142. this.dataColumn2,
  143. this.dataColumn3,
  144. this.dataColumn4});
  145. this.dataTable1.TableName = "Table1";
  146. //
  147. // XMCode
  148. //
  149. this.XMCode.Caption = "炉号";
  150. this.XMCode.ColumnName = "OBJECTID";
  151. this.XMCode.ReadOnly = true;
  152. //
  153. // ultraGroupBox1
  154. //
  155. this.ultraGroupBox1.Controls.Add(this.txtHeatNo);
  156. this.ultraGroupBox1.Controls.Add(this.ckbTime);
  157. this.ultraGroupBox1.Controls.Add(this.chkShift);
  158. this.ultraGroupBox1.Controls.Add(this.uldtBeginTime);
  159. this.ultraGroupBox1.Controls.Add(this.label4);
  160. this.ultraGroupBox1.Controls.Add(this.uldtEndTime);
  161. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  162. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  163. this.ultraGroupBox1.Name = "ultraGroupBox1";
  164. this.ultraGroupBox1.Size = new System.Drawing.Size(987, 40);
  165. this.ultraGroupBox1.TabIndex = 1;
  166. //
  167. // chkShift
  168. //
  169. this.chkShift.AutoSize = true;
  170. this.chkShift.BackColor = System.Drawing.Color.Transparent;
  171. this.chkShift.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  172. this.chkShift.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.chkShift.Location = new System.Drawing.Point(439, 11);
  174. this.chkShift.Name = "chkShift";
  175. this.chkShift.Size = new System.Drawing.Size(51, 18);
  176. this.chkShift.TabIndex = 77;
  177. this.chkShift.Text = "炉号";
  178. this.chkShift.UseVisualStyleBackColor = false;
  179. this.chkShift.CheckedChanged += new System.EventHandler(this.chkShift_CheckedChanged);
  180. //
  181. // uldtBeginTime
  182. //
  183. appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  184. appearance5.BorderColor = System.Drawing.Color.Black;
  185. this.uldtBeginTime.ButtonAppearance = appearance5;
  186. this.uldtBeginTime.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  187. this.uldtBeginTime.Enabled = false;
  188. this.uldtBeginTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  189. this.uldtBeginTime.FormatString = "yyyy-MM-dd HH:mm";
  190. this.uldtBeginTime.Location = new System.Drawing.Point(98, 11);
  191. this.uldtBeginTime.MaskInput = "yyyy-mm-dd hh:mm";
  192. this.uldtBeginTime.Name = "uldtBeginTime";
  193. this.uldtBeginTime.Size = new System.Drawing.Size(142, 19);
  194. this.uldtBeginTime.TabIndex = 94;
  195. this.uldtBeginTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  196. this.uldtBeginTime.Value = null;
  197. //
  198. // label4
  199. //
  200. this.label4.AutoSize = true;
  201. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.label4.Location = new System.Drawing.Point(249, 13);
  203. this.label4.Name = "label4";
  204. this.label4.Size = new System.Drawing.Size(21, 14);
  205. this.label4.TabIndex = 96;
  206. this.label4.Text = "到";
  207. //
  208. // uldtEndTime
  209. //
  210. appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  211. appearance4.BorderColor = System.Drawing.Color.Black;
  212. this.uldtEndTime.ButtonAppearance = appearance4;
  213. this.uldtEndTime.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  214. this.uldtEndTime.Enabled = false;
  215. this.uldtEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  216. this.uldtEndTime.FormatString = "yyyy-MM-dd HH:mm";
  217. this.uldtEndTime.Location = new System.Drawing.Point(279, 11);
  218. this.uldtEndTime.MaskInput = "yyyy-mm-dd hh:mm";
  219. this.uldtEndTime.Name = "uldtEndTime";
  220. this.uldtEndTime.Size = new System.Drawing.Size(142, 19);
  221. this.uldtEndTime.TabIndex = 95;
  222. this.uldtEndTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  223. this.uldtEndTime.Value = null;
  224. //
  225. // ultbrMain
  226. //
  227. this.ultbrMain.DesignerFlags = 1;
  228. this.ultbrMain.LockToolbars = true;
  229. this.ultbrMain.ShowQuickCustomizeButton = false;
  230. this.ultbrMain.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  231. ultraToolbar1.DockedColumn = 0;
  232. ultraToolbar1.DockedRow = 0;
  233. buttonTool1.InstanceProps.IsFirstInGroup = true;
  234. buttonTool2.InstanceProps.IsFirstInGroup = true;
  235. buttonTool3.InstanceProps.IsFirstInGroup = true;
  236. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  237. buttonTool1,
  238. buttonTool2,
  239. buttonTool3});
  240. ultraToolbar1.Text = "UltraToolbar1";
  241. this.ultbrMain.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  242. ultraToolbar1});
  243. buttonTool4.SharedPropsInternal.Caption = "查询(&Q)";
  244. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  245. buttonTool5.SharedPropsInternal.Caption = "导出(&P)";
  246. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  247. buttonTool6.SharedPropsInternal.Caption = "关闭(&C)";
  248. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  249. this.ultbrMain.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  250. buttonTool4,
  251. buttonTool5,
  252. buttonTool6});
  253. //
  254. // _frmStyleBase_Toolbars_Dock_Area_Bottom
  255. //
  256. this._frmStyleBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  257. this._frmStyleBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  258. this._frmStyleBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  259. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  260. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 0);
  261. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Name = "_frmStyleBase_Toolbars_Dock_Area_Bottom";
  262. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(0, 0);
  263. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultbrMain;
  264. //
  265. // dataColumn1
  266. //
  267. this.dataColumn1.Caption = "发送岗位";
  268. this.dataColumn1.ColumnName = "OBJECTSRC";
  269. //
  270. // dataColumn2
  271. //
  272. this.dataColumn2.Caption = "接受岗位";
  273. this.dataColumn2.ColumnName = "OBJECTDES";
  274. //
  275. // dataColumn3
  276. //
  277. this.dataColumn3.Caption = "消息内容";
  278. this.dataColumn3.ColumnName = "MSGCONTENT";
  279. //
  280. // dataColumn4
  281. //
  282. this.dataColumn4.Caption = "刷新时间";
  283. this.dataColumn4.ColumnName = "LASTFRESHTIME";
  284. //
  285. // txtHeatNo
  286. //
  287. this.txtHeatNo.Enabled = false;
  288. this.txtHeatNo.Location = new System.Drawing.Point(488, 8);
  289. this.txtHeatNo.Name = "txtHeatNo";
  290. this.txtHeatNo.Size = new System.Drawing.Size(159, 21);
  291. this.txtHeatNo.TabIndex = 98;
  292. //
  293. // frmSendMessage
  294. //
  295. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  296. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  297. this.ClientSize = new System.Drawing.Size(987, 457);
  298. this.Controls.Add(this.FrmBase_Fill_Panel);
  299. this.Name = "frmSendMessage";
  300. this.Text = "作业消息发送异常信息查询";
  301. this.Load += new System.EventHandler(this.frmSendMessage_Load);
  302. this.FrmBase_Fill_Panel.ResumeLayout(false);
  303. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  307. this.ultraGroupBox1.ResumeLayout(false);
  308. this.ultraGroupBox1.PerformLayout();
  309. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).EndInit();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private System.Windows.Forms.CheckBox ckbTime;
  316. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  317. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid;
  318. private System.Data.DataSet dataSet1;
  319. private System.Data.DataTable dataTable1;
  320. private System.Data.DataColumn XMCode;
  321. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  322. private System.Windows.Forms.CheckBox chkShift;
  323. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtBeginTime;
  324. private System.Windows.Forms.Label label4;
  325. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtEndTime;
  326. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  327. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain;
  328. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Bottom;
  329. private System.Data.DataColumn dataColumn1;
  330. private System.Data.DataColumn dataColumn2;
  331. private System.Data.DataColumn dataColumn3;
  332. private System.Data.DataColumn dataColumn4;
  333. private System.Windows.Forms.TextBox txtHeatNo;
  334. }
  335. }