CtrlCgRes.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. 
  2. namespace DW5S.App.UserControl
  3. {
  4. partial class CtrlCgRes
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. gridCg = new DevExpress.XtraGrid.GridControl();
  31. gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
  33. txtStartTime = new DevExpress.XtraEditors.DateEdit();
  34. txtEndTime = new DevExpress.XtraEditors.DateEdit();
  35. btnSearch = new DevExpress.XtraEditors.SimpleButton();
  36. txtTask = new DevExpress.XtraEditors.SearchLookUpEdit();
  37. searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  38. btnDraw = new DevExpress.XtraEditors.SimpleButton();
  39. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  40. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  41. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  42. itemStart = new DevExpress.XtraLayout.LayoutControlItem();
  43. itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
  44. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  45. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  46. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  47. ctrlPage1 = new CtrlPage();
  48. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  49. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  50. layoutControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)gridCg).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)txtTask.Properties).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)itemStart).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)itemEnd).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  69. SuspendLayout();
  70. //
  71. // layoutControl1
  72. //
  73. layoutControl1.Controls.Add(ctrlPage1);
  74. layoutControl1.Controls.Add(gridCg);
  75. layoutControl1.Controls.Add(txtTimeCho);
  76. layoutControl1.Controls.Add(txtStartTime);
  77. layoutControl1.Controls.Add(txtEndTime);
  78. layoutControl1.Controls.Add(btnSearch);
  79. layoutControl1.Controls.Add(txtTask);
  80. layoutControl1.Controls.Add(btnDraw);
  81. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. layoutControl1.Location = new System.Drawing.Point(0, 0);
  83. layoutControl1.Name = "layoutControl1";
  84. layoutControl1.Root = layoutControlGroup1;
  85. layoutControl1.Size = new System.Drawing.Size(1200, 465);
  86. layoutControl1.TabIndex = 7;
  87. layoutControl1.Text = "layoutControl2";
  88. //
  89. // gridCg
  90. //
  91. gridCg.Location = new System.Drawing.Point(2, 26);
  92. gridCg.MainView = gridView1;
  93. gridCg.Name = "gridCg";
  94. gridCg.Size = new System.Drawing.Size(1196, 407);
  95. gridCg.TabIndex = 4;
  96. gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
  97. //
  98. // gridView1
  99. //
  100. gridView1.GridControl = gridCg;
  101. gridView1.Name = "gridView1";
  102. //
  103. // txtTimeCho
  104. //
  105. txtTimeCho.EditValue = 1;
  106. txtTimeCho.Location = new System.Drawing.Point(315, 2);
  107. txtTimeCho.Name = "txtTimeCho";
  108. txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  109. txtTimeCho.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1小时", 1, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近6小时", 6, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近12小时", 12, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1天", 24, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近3天", 72, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", 0, -1) });
  110. txtTimeCho.Size = new System.Drawing.Size(103, 20);
  111. txtTimeCho.StyleController = layoutControl1;
  112. txtTimeCho.TabIndex = 11;
  113. txtTimeCho.SelectedIndexChanged += txtTimeCho_SelectedIndexChanged;
  114. //
  115. // txtStartTime
  116. //
  117. txtStartTime.EditValue = null;
  118. txtStartTime.Location = new System.Drawing.Point(485, 2);
  119. txtStartTime.Name = "txtStartTime";
  120. txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  121. txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  122. txtStartTime.Size = new System.Drawing.Size(203, 20);
  123. txtStartTime.StyleController = layoutControl1;
  124. txtStartTime.TabIndex = 7;
  125. //
  126. // txtEndTime
  127. //
  128. txtEndTime.EditValue = null;
  129. txtEndTime.Location = new System.Drawing.Point(755, 2);
  130. txtEndTime.Name = "txtEndTime";
  131. txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  132. txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  133. txtEndTime.Size = new System.Drawing.Size(203, 20);
  134. txtEndTime.StyleController = layoutControl1;
  135. txtEndTime.TabIndex = 8;
  136. //
  137. // btnSearch
  138. //
  139. btnSearch.Location = new System.Drawing.Point(962, 2);
  140. btnSearch.MaximumSize = new System.Drawing.Size(0, 21);
  141. btnSearch.MinimumSize = new System.Drawing.Size(0, 21);
  142. btnSearch.Name = "btnSearch";
  143. btnSearch.Size = new System.Drawing.Size(86, 21);
  144. btnSearch.StyleController = layoutControl1;
  145. btnSearch.TabIndex = 9;
  146. btnSearch.Text = "查询";
  147. btnSearch.Click += btnSearch_Click;
  148. //
  149. // txtTask
  150. //
  151. txtTask.EditValue = 1;
  152. txtTask.Location = new System.Drawing.Point(31, 2);
  153. txtTask.Name = "txtTask";
  154. txtTask.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  155. txtTask.Properties.NullText = "";
  156. txtTask.Properties.PopupSizeable = false;
  157. txtTask.Properties.PopupView = searchLookUpEdit1View;
  158. txtTask.Size = new System.Drawing.Size(217, 20);
  159. txtTask.StyleController = layoutControl1;
  160. txtTask.TabIndex = 11;
  161. //
  162. // searchLookUpEdit1View
  163. //
  164. searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  165. searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  166. searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  167. searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  168. //
  169. // btnDraw
  170. //
  171. btnDraw.Location = new System.Drawing.Point(1052, 2);
  172. btnDraw.MaximumSize = new System.Drawing.Size(0, 21);
  173. btnDraw.MinimumSize = new System.Drawing.Size(0, 21);
  174. btnDraw.Name = "btnDraw";
  175. btnDraw.Size = new System.Drawing.Size(86, 21);
  176. btnDraw.StyleController = layoutControl1;
  177. btnDraw.TabIndex = 9;
  178. btnDraw.Text = "绘图";
  179. btnDraw.Click += btnDraw_Click;
  180. //
  181. // layoutControlGroup1
  182. //
  183. layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  184. layoutControlGroup1.GroupBordersVisible = false;
  185. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, itemStart, itemEnd, layoutControlItem6, layoutControlItem1, layoutControlItem4, layoutControlItem5 });
  186. layoutControlGroup1.Name = "Root";
  187. layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  188. layoutControlGroup1.Size = new System.Drawing.Size(1200, 465);
  189. layoutControlGroup1.TextVisible = false;
  190. //
  191. // layoutControlItem2
  192. //
  193. layoutControlItem2.Control = gridCg;
  194. layoutControlItem2.Location = new System.Drawing.Point(0, 24);
  195. layoutControlItem2.Name = "layoutControlItem2";
  196. layoutControlItem2.Size = new System.Drawing.Size(1200, 411);
  197. layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  198. layoutControlItem2.TextVisible = false;
  199. //
  200. // layoutControlItem3
  201. //
  202. layoutControlItem3.Control = txtTimeCho;
  203. layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  204. layoutControlItem3.CustomizationFormText = "时间选择";
  205. layoutControlItem3.Location = new System.Drawing.Point(250, 0);
  206. layoutControlItem3.MaxSize = new System.Drawing.Size(170, 24);
  207. layoutControlItem3.MinSize = new System.Drawing.Size(170, 24);
  208. layoutControlItem3.Name = "layoutControlItem3";
  209. layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  210. layoutControlItem3.Size = new System.Drawing.Size(170, 24);
  211. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  212. layoutControlItem3.Text = "时间选择";
  213. layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  214. layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  215. layoutControlItem3.TextToControlDistance = 5;
  216. //
  217. // itemStart
  218. //
  219. itemStart.Control = txtStartTime;
  220. itemStart.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  221. itemStart.CustomizationFormText = "开始时间";
  222. itemStart.Location = new System.Drawing.Point(420, 0);
  223. itemStart.MaxSize = new System.Drawing.Size(270, 24);
  224. itemStart.MinSize = new System.Drawing.Size(270, 24);
  225. itemStart.Name = "itemStart";
  226. itemStart.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  227. itemStart.Size = new System.Drawing.Size(270, 24);
  228. itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  229. itemStart.Text = "开始时间";
  230. itemStart.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  231. itemStart.TextSize = new System.Drawing.Size(48, 14);
  232. itemStart.TextToControlDistance = 5;
  233. itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  234. //
  235. // itemEnd
  236. //
  237. itemEnd.Control = txtEndTime;
  238. itemEnd.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  239. itemEnd.CustomizationFormText = "结束时间";
  240. itemEnd.Location = new System.Drawing.Point(690, 0);
  241. itemEnd.MaxSize = new System.Drawing.Size(270, 24);
  242. itemEnd.MinSize = new System.Drawing.Size(270, 24);
  243. itemEnd.Name = "itemEnd";
  244. itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  245. itemEnd.Size = new System.Drawing.Size(270, 24);
  246. itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  247. itemEnd.Text = "结束时间";
  248. itemEnd.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  249. itemEnd.TextSize = new System.Drawing.Size(48, 14);
  250. itemEnd.TextToControlDistance = 5;
  251. itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  252. //
  253. // layoutControlItem6
  254. //
  255. layoutControlItem6.Control = btnSearch;
  256. layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  257. layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
  258. layoutControlItem6.Location = new System.Drawing.Point(960, 0);
  259. layoutControlItem6.MaxSize = new System.Drawing.Size(90, 24);
  260. layoutControlItem6.MinSize = new System.Drawing.Size(90, 24);
  261. layoutControlItem6.Name = "layoutControlItem6";
  262. layoutControlItem6.Size = new System.Drawing.Size(90, 24);
  263. layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  264. layoutControlItem6.Text = "layoutControlItemSearch";
  265. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  266. layoutControlItem6.TextVisible = false;
  267. //
  268. // layoutControlItem1
  269. //
  270. layoutControlItem1.Control = txtTask;
  271. layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  272. layoutControlItem1.CustomizationFormText = "时间选择";
  273. layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  274. layoutControlItem1.MaxSize = new System.Drawing.Size(250, 24);
  275. layoutControlItem1.MinSize = new System.Drawing.Size(250, 24);
  276. layoutControlItem1.Name = "layoutControlItem1";
  277. layoutControlItem1.Size = new System.Drawing.Size(250, 24);
  278. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  279. layoutControlItem1.Text = "任务";
  280. layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  281. layoutControlItem1.TextSize = new System.Drawing.Size(24, 14);
  282. layoutControlItem1.TextToControlDistance = 5;
  283. //
  284. // layoutControlItem4
  285. //
  286. layoutControlItem4.Control = btnDraw;
  287. layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  288. layoutControlItem4.CustomizationFormText = "layoutControlItemSearch";
  289. layoutControlItem4.Location = new System.Drawing.Point(1050, 0);
  290. layoutControlItem4.MaxSize = new System.Drawing.Size(90, 24);
  291. layoutControlItem4.MinSize = new System.Drawing.Size(90, 24);
  292. layoutControlItem4.Name = "layoutControlItem4";
  293. layoutControlItem4.Size = new System.Drawing.Size(150, 24);
  294. layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  295. layoutControlItem4.Text = "layoutControlItemSearch";
  296. layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  297. layoutControlItem4.TextVisible = false;
  298. //
  299. // ctrlPage1
  300. //
  301. ctrlPage1.Location = new System.Drawing.Point(2, 437);
  302. ctrlPage1.Margin = new System.Windows.Forms.Padding(0);
  303. ctrlPage1.MinimumSize = new System.Drawing.Size(100, 26);
  304. ctrlPage1.Name = "ctrlPage1";
  305. ctrlPage1.Size = new System.Drawing.Size(1196, 26);
  306. ctrlPage1.TabIndex = 12;
  307. //
  308. // layoutControlItem5
  309. //
  310. layoutControlItem5.Control = ctrlPage1;
  311. layoutControlItem5.Location = new System.Drawing.Point(0, 435);
  312. layoutControlItem5.MaxSize = new System.Drawing.Size(0, 30);
  313. layoutControlItem5.MinSize = new System.Drawing.Size(104, 30);
  314. layoutControlItem5.Name = "layoutControlItem5";
  315. layoutControlItem5.Size = new System.Drawing.Size(1200, 30);
  316. layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  317. layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  318. layoutControlItem5.TextVisible = false;
  319. //
  320. // CtrlCgRes
  321. //
  322. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  323. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  324. Controls.Add(layoutControl1);
  325. Name = "CtrlCgRes";
  326. Size = new System.Drawing.Size(1200, 465);
  327. Load += CtrlCgRes_Load;
  328. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  329. layoutControl1.ResumeLayout(false);
  330. ((System.ComponentModel.ISupportInitialize)gridCg).EndInit();
  331. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  332. ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).EndInit();
  333. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).EndInit();
  334. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).EndInit();
  335. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).EndInit();
  336. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).EndInit();
  337. ((System.ComponentModel.ISupportInitialize)txtTask.Properties).EndInit();
  338. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)itemStart).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)itemEnd).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  348. ResumeLayout(false);
  349. }
  350. #endregion
  351. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  352. private DevExpress.XtraGrid.GridControl gridCg;
  353. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  354. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  355. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  356. private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeCho;
  357. private DevExpress.XtraEditors.DateEdit txtStartTime;
  358. private DevExpress.XtraEditors.DateEdit txtEndTime;
  359. private DevExpress.XtraLayout.LayoutControlItem itemStart;
  360. private DevExpress.XtraLayout.LayoutControlItem itemEnd;
  361. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  362. private DevExpress.XtraEditors.SimpleButton btnSearch;
  363. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  364. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  365. private DevExpress.XtraEditors.SearchLookUpEdit txtTask;
  366. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  367. private DevExpress.XtraEditors.SimpleButton btnDraw;
  368. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  369. private CtrlPage ctrlPage1;
  370. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  371. }
  372. }