CtrlRefCgRes.Designer.cs 23 KB

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