CtrlRefCgRes.Designer.cs 24 KB

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