FormDataTraceability.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. namespace SIMDP.View
  2. {
  3. partial class FormDataTraceability
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDataTraceability));
  30. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  31. this.navBarControl = new DevExpress.XtraNavBar.NavBarControl();
  32. this.nbDataHistory = new DevExpress.XtraNavBar.NavBarGroup();
  33. this.coTableLayoutPanel1 = new SIMDP.CoTableLayoutPanel();
  34. this.btn_ExportData = new DevExpress.XtraEditors.SimpleButton();
  35. this.SbtnSelect = new DevExpress.XtraEditors.SimpleButton();
  36. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  38. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  39. this.timeEditEnd = new DevExpress.XtraEditors.TimeEdit();
  40. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  41. this.dateEditEnd = new DevExpress.XtraEditors.DateEdit();
  42. this.timeEditStart = new DevExpress.XtraEditors.TimeEdit();
  43. this.dateEditStart = new DevExpress.XtraEditors.DateEdit();
  44. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  45. this.txt_batchid = new DevExpress.XtraEditors.TextEdit();
  46. this.cbx_AutoFresh = new System.Windows.Forms.CheckBox();
  47. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  48. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  49. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.timer_Refresh = new System.Windows.Forms.Timer(this.components);
  51. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  52. this.splitContainerControl1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.navBarControl)).BeginInit();
  54. this.coTableLayoutPanel1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.timeEditEnd.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties.CalendarTimeProperties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.timeEditStart.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txt_batchid.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // splitContainerControl1
  68. //
  69. this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
  71. this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
  72. this.splitContainerControl1.Name = "splitContainerControl1";
  73. this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
  74. this.splitContainerControl1.Panel1.Controls.Add(this.navBarControl);
  75. this.splitContainerControl1.Panel1.Text = "Panel1";
  76. this.splitContainerControl1.Panel2.Controls.Add(this.coTableLayoutPanel1);
  77. this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
  78. this.splitContainerControl1.Panel2.Text = "Panel2";
  79. this.splitContainerControl1.Size = new System.Drawing.Size(1088, 292);
  80. this.splitContainerControl1.SplitterPosition = 138;
  81. this.splitContainerControl1.TabIndex = 0;
  82. this.splitContainerControl1.Text = "splitContainerControl1";
  83. //
  84. // navBarControl
  85. //
  86. this.navBarControl.ActiveGroup = this.nbDataHistory;
  87. this.navBarControl.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.navBarControl.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
  89. this.nbDataHistory});
  90. this.navBarControl.LinkSelectionMode = DevExpress.XtraNavBar.LinkSelectionModeType.OneInControl;
  91. this.navBarControl.Location = new System.Drawing.Point(0, 0);
  92. this.navBarControl.Name = "navBarControl";
  93. this.navBarControl.OptionsNavPane.ExpandedWidth = 134;
  94. this.navBarControl.Size = new System.Drawing.Size(134, 288);
  95. this.navBarControl.TabIndex = 0;
  96. this.navBarControl.Text = "数据追溯";
  97. //
  98. // nbDataHistory
  99. //
  100. this.nbDataHistory.Caption = "数据追溯";
  101. this.nbDataHistory.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.AllowDrop;
  102. this.nbDataHistory.Expanded = true;
  103. this.nbDataHistory.Name = "nbDataHistory";
  104. //
  105. // coTableLayoutPanel1
  106. //
  107. this.coTableLayoutPanel1.ColumnCount = 13;
  108. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.19061F));
  109. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.404097F));
  110. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.517691F));
  111. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.541899F));
  112. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.890131F));
  113. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.776536F));
  114. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.772812F));
  115. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.821229F));
  116. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.003725F));
  117. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.3352F));
  118. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.845438F));
  119. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.938547F));
  120. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.728119F));
  121. this.coTableLayoutPanel1.Controls.Add(this.btn_ExportData, 11, 0);
  122. this.coTableLayoutPanel1.Controls.Add(this.SbtnSelect, 10, 0);
  123. this.coTableLayoutPanel1.Controls.Add(this.labelControl1, 0, 0);
  124. this.coTableLayoutPanel1.Controls.Add(this.labelControl5, 8, 0);
  125. this.coTableLayoutPanel1.Controls.Add(this.labelControl2, 2, 0);
  126. this.coTableLayoutPanel1.Controls.Add(this.timeEditEnd, 7, 0);
  127. this.coTableLayoutPanel1.Controls.Add(this.labelControl4, 4, 0);
  128. this.coTableLayoutPanel1.Controls.Add(this.dateEditEnd, 5, 0);
  129. this.coTableLayoutPanel1.Controls.Add(this.timeEditStart, 3, 0);
  130. this.coTableLayoutPanel1.Controls.Add(this.dateEditStart, 1, 0);
  131. this.coTableLayoutPanel1.Controls.Add(this.labelControl3, 6, 0);
  132. this.coTableLayoutPanel1.Controls.Add(this.txt_batchid, 9, 0);
  133. this.coTableLayoutPanel1.Controls.Add(this.cbx_AutoFresh, 12, 0);
  134. this.coTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  135. this.coTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  136. this.coTableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
  137. this.coTableLayoutPanel1.Name = "coTableLayoutPanel1";
  138. this.coTableLayoutPanel1.RowCount = 1;
  139. this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  140. this.coTableLayoutPanel1.Size = new System.Drawing.Size(940, 37);
  141. this.coTableLayoutPanel1.TabIndex = 11;
  142. //
  143. // btn_ExportData
  144. //
  145. this.btn_ExportData.Anchor = System.Windows.Forms.AnchorStyles.None;
  146. this.btn_ExportData.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_ExportData.ImageOptions.Image")));
  147. this.btn_ExportData.Location = new System.Drawing.Point(784, 7);
  148. this.btn_ExportData.Name = "btn_ExportData";
  149. this.btn_ExportData.Size = new System.Drawing.Size(71, 23);
  150. this.btn_ExportData.TabIndex = 17;
  151. this.btn_ExportData.Text = "导出数据";
  152. this.btn_ExportData.Click += new System.EventHandler(this.btn_ExportData_Click);
  153. //
  154. // SbtnSelect
  155. //
  156. this.SbtnSelect.Anchor = System.Windows.Forms.AnchorStyles.None;
  157. this.SbtnSelect.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("SbtnSelect.ImageOptions.Image")));
  158. this.SbtnSelect.ImageOptions.ImageUri.Uri = "Zoom;Size16x16";
  159. this.SbtnSelect.Location = new System.Drawing.Point(702, 7);
  160. this.SbtnSelect.Name = "SbtnSelect";
  161. this.SbtnSelect.Size = new System.Drawing.Size(68, 23);
  162. this.SbtnSelect.TabIndex = 15;
  163. this.SbtnSelect.Text = "查询";
  164. this.SbtnSelect.Click += new System.EventHandler(this.SbtnSelect_Click);
  165. //
  166. // labelControl1
  167. //
  168. this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  169. this.labelControl1.Location = new System.Drawing.Point(3, 11);
  170. this.labelControl1.Name = "labelControl1";
  171. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  172. this.labelControl1.TabIndex = 2;
  173. this.labelControl1.Text = "起始日期:";
  174. //
  175. // labelControl5
  176. //
  177. this.labelControl5.Anchor = System.Windows.Forms.AnchorStyles.Right;
  178. this.labelControl5.Location = new System.Drawing.Point(564, 11);
  179. this.labelControl5.Name = "labelControl5";
  180. this.labelControl5.Size = new System.Drawing.Size(36, 14);
  181. this.labelControl5.TabIndex = 18;
  182. this.labelControl5.Text = "车号:";
  183. //
  184. // labelControl2
  185. //
  186. this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  187. this.labelControl2.Location = new System.Drawing.Point(149, 11);
  188. this.labelControl2.Name = "labelControl2";
  189. this.labelControl2.Size = new System.Drawing.Size(60, 14);
  190. this.labelControl2.TabIndex = 3;
  191. this.labelControl2.Text = "起始时间:";
  192. //
  193. // timeEditEnd
  194. //
  195. this.timeEditEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  196. this.timeEditEnd.EditValue = new System.DateTime(2019, 2, 27, 0, 0, 0, 0);
  197. this.timeEditEnd.Location = new System.Drawing.Point(491, 8);
  198. this.timeEditEnd.Name = "timeEditEnd";
  199. this.timeEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  200. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  201. this.timeEditEnd.Size = new System.Drawing.Size(67, 20);
  202. this.timeEditEnd.TabIndex = 8;
  203. this.timeEditEnd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dateEdit_KeyDown);
  204. //
  205. // labelControl4
  206. //
  207. this.labelControl4.Anchor = System.Windows.Forms.AnchorStyles.Right;
  208. this.labelControl4.Location = new System.Drawing.Point(281, 11);
  209. this.labelControl4.Name = "labelControl4";
  210. this.labelControl4.Size = new System.Drawing.Size(60, 14);
  211. this.labelControl4.TabIndex = 6;
  212. this.labelControl4.Text = "结束日期:";
  213. //
  214. // dateEditEnd
  215. //
  216. this.dateEditEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  217. this.dateEditEnd.EditValue = new System.DateTime(2022, 3, 21, 0, 0, 0, 0);
  218. this.dateEditEnd.Location = new System.Drawing.Point(345, 7);
  219. this.dateEditEnd.Name = "dateEditEnd";
  220. this.dateEditEnd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  221. this.dateEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  222. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  223. this.dateEditEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  224. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  225. this.dateEditEnd.Size = new System.Drawing.Size(86, 22);
  226. this.dateEditEnd.TabIndex = 5;
  227. this.dateEditEnd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dateEdit_KeyDown);
  228. //
  229. // timeEditStart
  230. //
  231. this.timeEditStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  232. this.timeEditStart.EditValue = new System.DateTime(((long)(0)));
  233. this.timeEditStart.Location = new System.Drawing.Point(210, 8);
  234. this.timeEditStart.Name = "timeEditStart";
  235. this.timeEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  236. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  237. this.timeEditStart.Size = new System.Drawing.Size(65, 20);
  238. this.timeEditStart.TabIndex = 4;
  239. this.timeEditStart.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dateEdit_KeyDown);
  240. //
  241. // dateEditStart
  242. //
  243. this.dateEditStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  244. this.dateEditStart.EditValue = new System.DateTime(2022, 3, 21, 0, 0, 0, 0);
  245. this.dateEditStart.Location = new System.Drawing.Point(61, 7);
  246. this.dateEditStart.Name = "dateEditStart";
  247. this.dateEditStart.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  248. this.dateEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  249. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  250. this.dateEditStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  251. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  252. this.dateEditStart.Size = new System.Drawing.Size(82, 22);
  253. this.dateEditStart.TabIndex = 1;
  254. this.dateEditStart.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dateEdit_KeyDown);
  255. //
  256. // labelControl3
  257. //
  258. this.labelControl3.Anchor = System.Windows.Forms.AnchorStyles.Right;
  259. this.labelControl3.Location = new System.Drawing.Point(437, 11);
  260. this.labelControl3.Name = "labelControl3";
  261. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  262. this.labelControl3.TabIndex = 7;
  263. this.labelControl3.Text = "结束时间:";
  264. //
  265. // txt_batchid
  266. //
  267. this.txt_batchid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  268. this.txt_batchid.Location = new System.Drawing.Point(601, 8);
  269. this.txt_batchid.Name = "txt_batchid";
  270. this.txt_batchid.Size = new System.Drawing.Size(91, 20);
  271. this.txt_batchid.TabIndex = 19;
  272. this.txt_batchid.EditValueChanged += new System.EventHandler(this.txt_batchid_EditValueChanged);
  273. //
  274. // cbx_AutoFresh
  275. //
  276. this.cbx_AutoFresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  277. this.cbx_AutoFresh.AutoSize = true;
  278. this.cbx_AutoFresh.Checked = true;
  279. this.cbx_AutoFresh.CheckState = System.Windows.Forms.CheckState.Checked;
  280. this.cbx_AutoFresh.Location = new System.Drawing.Point(865, 9);
  281. this.cbx_AutoFresh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  282. this.cbx_AutoFresh.Name = "cbx_AutoFresh";
  283. this.cbx_AutoFresh.Size = new System.Drawing.Size(72, 18);
  284. this.cbx_AutoFresh.TabIndex = 20;
  285. this.cbx_AutoFresh.Text = "自动刷新";
  286. this.cbx_AutoFresh.UseVisualStyleBackColor = true;
  287. //
  288. // gridControl1
  289. //
  290. this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  291. | System.Windows.Forms.AnchorStyles.Left)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.gridControl1.Location = new System.Drawing.Point(0, 42);
  294. this.gridControl1.MainView = this.gridView1;
  295. this.gridControl1.Name = "gridControl1";
  296. this.gridControl1.Size = new System.Drawing.Size(938, 247);
  297. this.gridControl1.TabIndex = 10;
  298. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  299. this.gridView1});
  300. //
  301. // gridView1
  302. //
  303. this.gridView1.DetailHeight = 272;
  304. this.gridView1.GridControl = this.gridControl1;
  305. this.gridView1.IndicatorWidth = 70;
  306. this.gridView1.Name = "gridView1";
  307. this.gridView1.OptionsBehavior.Editable = false;
  308. this.gridView1.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True;
  309. this.gridView1.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.PlainText;
  310. this.gridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
  311. this.gridView1.OptionsSelection.MultiSelect = true;
  312. this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
  313. this.gridView1.OptionsView.ShowGroupPanel = false;
  314. this.gridView1.OptionsView.ShowIndicator = false;
  315. this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
  316. this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
  317. this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_PLC_CustomColumnDisplayText);
  318. this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
  319. //
  320. // layoutControlItem8
  321. //
  322. this.layoutControlItem8.Location = new System.Drawing.Point(0, 168);
  323. this.layoutControlItem8.Name = "layoutControlItem8";
  324. this.layoutControlItem8.Size = new System.Drawing.Size(1036, 25);
  325. this.layoutControlItem8.TextSize = new System.Drawing.Size(50, 20);
  326. //
  327. // timer_Refresh
  328. //
  329. this.timer_Refresh.Enabled = true;
  330. this.timer_Refresh.Interval = 30000;
  331. this.timer_Refresh.Tick += new System.EventHandler(this.timer1_Tick);
  332. //
  333. // FormDataTraceability
  334. //
  335. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  336. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  337. this.ClientSize = new System.Drawing.Size(1088, 292);
  338. this.Controls.Add(this.splitContainerControl1);
  339. this.Name = "FormDataTraceability";
  340. this.Text = "数据追溯";
  341. this.Load += new System.EventHandler(this.FormDataManage_Load);
  342. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  343. this.splitContainerControl1.ResumeLayout(false);
  344. ((System.ComponentModel.ISupportInitialize)(this.navBarControl)).EndInit();
  345. this.coTableLayoutPanel1.ResumeLayout(false);
  346. this.coTableLayoutPanel1.PerformLayout();
  347. ((System.ComponentModel.ISupportInitialize)(this.timeEditEnd.Properties)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties.CalendarTimeProperties)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.timeEditStart.Properties)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.txt_batchid.Properties)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  357. this.ResumeLayout(false);
  358. }
  359. #endregion
  360. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  361. private DevExpress.XtraNavBar.NavBarControl navBarControl;
  362. private DevExpress.XtraNavBar.NavBarGroup nbDataHistory;
  363. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  364. private DevExpress.XtraEditors.DateEdit dateEditStart;
  365. private DevExpress.XtraEditors.LabelControl labelControl1;
  366. private DevExpress.XtraEditors.TimeEdit timeEditStart;
  367. private DevExpress.XtraEditors.LabelControl labelControl2;
  368. private DevExpress.XtraEditors.TimeEdit timeEditEnd;
  369. private DevExpress.XtraEditors.LabelControl labelControl3;
  370. private DevExpress.XtraEditors.LabelControl labelControl4;
  371. private DevExpress.XtraEditors.DateEdit dateEditEnd;
  372. private DevExpress.XtraEditors.SimpleButton SbtnSelect;
  373. private DevExpress.XtraGrid.GridControl gridControl1;
  374. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  375. private DevExpress.XtraEditors.SimpleButton btn_ExportData;
  376. private DevExpress.XtraEditors.LabelControl labelControl5;
  377. private DevExpress.XtraEditors.TextEdit txt_batchid;
  378. private CoTableLayoutPanel coTableLayoutPanel1;
  379. private System.Windows.Forms.Timer timer_Refresh;
  380. private System.Windows.Forms.CheckBox cbx_AutoFresh;
  381. }
  382. }