CtrlCgRes.Designer.cs 22 KB

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