CtrlAdRes.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. namespace DW5S.App.UserControl
  2. {
  3. partial class CtrlAdRes
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. gridAdRes = new DevExpress.XtraGrid.GridControl();
  29. gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  32. searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
  34. ctrlPage = new CtrlPage();
  35. txtSigEndTime = new DevExpress.XtraEditors.DateEdit();
  36. btnQuery = new DevExpress.XtraEditors.SimpleButton();
  37. txtSigStartTime = new DevExpress.XtraEditors.DateEdit();
  38. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  39. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  40. itemStart = new DevExpress.XtraLayout.LayoutControlItem();
  41. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  42. itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
  43. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  44. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  45. layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  46. emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  47. ((System.ComponentModel.ISupportInitialize)gridAdRes).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)gridView).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  50. layoutControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)txtSat.Properties).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)txtSigEndTime.Properties).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)txtSigEndTime.Properties.CalendarTimeProperties).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)txtSigStartTime.Properties).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)txtSigStartTime.Properties.CalendarTimeProperties).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)itemStart).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)itemEnd).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  67. SuspendLayout();
  68. //
  69. // gridAdRes
  70. //
  71. gridAdRes.Location = new System.Drawing.Point(12, 38);
  72. gridAdRes.MainView = gridView;
  73. gridAdRes.Name = "gridAdRes";
  74. gridAdRes.Size = new System.Drawing.Size(855, 374);
  75. gridAdRes.TabIndex = 6;
  76. gridAdRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView });
  77. //
  78. // gridView
  79. //
  80. gridView.GridControl = gridAdRes;
  81. gridView.Name = "gridView";
  82. //
  83. // layoutControl1
  84. //
  85. layoutControl1.Controls.Add(txtSat);
  86. layoutControl1.Controls.Add(txtTimeCho);
  87. layoutControl1.Controls.Add(ctrlPage);
  88. layoutControl1.Controls.Add(txtSigEndTime);
  89. layoutControl1.Controls.Add(btnQuery);
  90. layoutControl1.Controls.Add(txtSigStartTime);
  91. layoutControl1.Controls.Add(gridAdRes);
  92. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. layoutControl1.Location = new System.Drawing.Point(0, 0);
  94. layoutControl1.Name = "layoutControl1";
  95. layoutControl1.Root = Root;
  96. layoutControl1.Size = new System.Drawing.Size(879, 455);
  97. layoutControl1.TabIndex = 5;
  98. layoutControl1.Text = "layoutControl1";
  99. //
  100. // txtSat
  101. //
  102. txtSat.Location = new System.Drawing.Point(72, 12);
  103. txtSat.Name = "txtSat";
  104. txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  105. txtSat.Properties.PopupView = searchLookUpEdit1View;
  106. txtSat.Size = new System.Drawing.Size(90, 20);
  107. txtSat.StyleController = layoutControl1;
  108. txtSat.TabIndex = 0;
  109. //
  110. // searchLookUpEdit1View
  111. //
  112. searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  113. searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  114. searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  115. searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  116. //
  117. // txtTimeCho
  118. //
  119. txtTimeCho.EditValue = "1";
  120. txtTimeCho.Location = new System.Drawing.Point(236, 12);
  121. txtTimeCho.Name = "txtTimeCho";
  122. txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  123. 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("最近一天", "24", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近3天", "72", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", "0", -1) });
  124. txtTimeCho.Size = new System.Drawing.Size(98, 20);
  125. txtTimeCho.StyleController = layoutControl1;
  126. txtTimeCho.TabIndex = 2;
  127. txtTimeCho.SelectedIndexChanged += txtTimeCho_SelectedIndexChanged;
  128. //
  129. // ctrlPage
  130. //
  131. ctrlPage.Location = new System.Drawing.Point(12, 416);
  132. ctrlPage.Margin = new System.Windows.Forms.Padding(0);
  133. ctrlPage.MinimumSize = new System.Drawing.Size(100, 26);
  134. ctrlPage.Name = "ctrlPage";
  135. ctrlPage.Size = new System.Drawing.Size(855, 27);
  136. ctrlPage.TabIndex = 7;
  137. //
  138. // txtSigEndTime
  139. //
  140. txtSigEndTime.EditValue = null;
  141. txtSigEndTime.Location = new System.Drawing.Point(630, 12);
  142. txtSigEndTime.Name = "txtSigEndTime";
  143. txtSigEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  144. txtSigEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  145. txtSigEndTime.Size = new System.Drawing.Size(144, 20);
  146. txtSigEndTime.StyleController = layoutControl1;
  147. txtSigEndTime.TabIndex = 4;
  148. //
  149. // btnQuery
  150. //
  151. btnQuery.Location = new System.Drawing.Point(778, 12);
  152. btnQuery.Name = "btnQuery";
  153. btnQuery.Size = new System.Drawing.Size(79, 22);
  154. btnQuery.StyleController = layoutControl1;
  155. btnQuery.TabIndex = 5;
  156. btnQuery.Text = "查询";
  157. btnQuery.Click += btnQuery_Click;
  158. //
  159. // txtSigStartTime
  160. //
  161. txtSigStartTime.EditValue = null;
  162. txtSigStartTime.Location = new System.Drawing.Point(408, 12);
  163. txtSigStartTime.Name = "txtSigStartTime";
  164. txtSigStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  165. txtSigStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  166. txtSigStartTime.Size = new System.Drawing.Size(148, 20);
  167. txtSigStartTime.StyleController = layoutControl1;
  168. txtSigStartTime.TabIndex = 3;
  169. //
  170. // Root
  171. //
  172. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  173. Root.GroupBordersVisible = false;
  174. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, itemStart, layoutControlItem3, itemEnd, layoutControlItem5, layoutControlItem6, layoutControlItem7, emptySpaceItem1 });
  175. Root.Name = "Root";
  176. Root.Size = new System.Drawing.Size(879, 455);
  177. Root.TextVisible = false;
  178. //
  179. // layoutControlItem1
  180. //
  181. layoutControlItem1.Control = gridAdRes;
  182. layoutControlItem1.Location = new System.Drawing.Point(0, 26);
  183. layoutControlItem1.Name = "layoutControlItem1";
  184. layoutControlItem1.Size = new System.Drawing.Size(859, 378);
  185. layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  186. layoutControlItem1.TextVisible = false;
  187. //
  188. // itemStart
  189. //
  190. itemStart.Control = txtSigStartTime;
  191. itemStart.Location = new System.Drawing.Point(326, 0);
  192. itemStart.Name = "itemStart";
  193. itemStart.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  194. itemStart.Size = new System.Drawing.Size(222, 26);
  195. itemStart.Text = "开始时间";
  196. itemStart.TextSize = new System.Drawing.Size(48, 14);
  197. itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  198. //
  199. // layoutControlItem3
  200. //
  201. layoutControlItem3.Control = btnQuery;
  202. layoutControlItem3.Location = new System.Drawing.Point(766, 0);
  203. layoutControlItem3.MaxSize = new System.Drawing.Size(83, 26);
  204. layoutControlItem3.MinSize = new System.Drawing.Size(83, 26);
  205. layoutControlItem3.Name = "layoutControlItem3";
  206. layoutControlItem3.Size = new System.Drawing.Size(83, 26);
  207. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  208. layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  209. layoutControlItem3.TextVisible = false;
  210. //
  211. // itemEnd
  212. //
  213. itemEnd.Control = txtSigEndTime;
  214. itemEnd.Location = new System.Drawing.Point(548, 0);
  215. itemEnd.Name = "itemEnd";
  216. itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  217. itemEnd.Size = new System.Drawing.Size(218, 26);
  218. itemEnd.Text = "结束时间";
  219. itemEnd.TextSize = new System.Drawing.Size(48, 14);
  220. itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  221. //
  222. // layoutControlItem5
  223. //
  224. layoutControlItem5.Control = ctrlPage;
  225. layoutControlItem5.Location = new System.Drawing.Point(0, 404);
  226. layoutControlItem5.Name = "layoutControlItem5";
  227. layoutControlItem5.Size = new System.Drawing.Size(859, 31);
  228. layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  229. layoutControlItem5.TextVisible = false;
  230. //
  231. // layoutControlItem6
  232. //
  233. layoutControlItem6.Control = txtTimeCho;
  234. layoutControlItem6.Location = new System.Drawing.Point(154, 0);
  235. layoutControlItem6.Name = "layoutControlItem6";
  236. layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  237. layoutControlItem6.Size = new System.Drawing.Size(172, 26);
  238. layoutControlItem6.Text = "时间选择";
  239. layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
  240. //
  241. // layoutControlItem7
  242. //
  243. layoutControlItem7.Control = txtSat;
  244. layoutControlItem7.Location = new System.Drawing.Point(0, 0);
  245. layoutControlItem7.Name = "layoutControlItem7";
  246. layoutControlItem7.Size = new System.Drawing.Size(154, 26);
  247. layoutControlItem7.Text = "卫星";
  248. layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
  249. //
  250. // emptySpaceItem1
  251. //
  252. emptySpaceItem1.AllowHotTrack = false;
  253. emptySpaceItem1.Location = new System.Drawing.Point(849, 0);
  254. emptySpaceItem1.Name = "emptySpaceItem1";
  255. emptySpaceItem1.Size = new System.Drawing.Size(10, 26);
  256. emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  257. //
  258. // CtrlAdRes
  259. //
  260. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  261. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  262. Controls.Add(layoutControl1);
  263. Name = "CtrlAdRes";
  264. Size = new System.Drawing.Size(879, 455);
  265. Load += CtrlAdRes_Load;
  266. ((System.ComponentModel.ISupportInitialize)gridAdRes).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)gridView).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  269. layoutControl1.ResumeLayout(false);
  270. ((System.ComponentModel.ISupportInitialize)txtSat.Properties).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)txtSigEndTime.Properties.CalendarTimeProperties).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)txtSigEndTime.Properties).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)txtSigStartTime.Properties.CalendarTimeProperties).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)txtSigStartTime.Properties).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)itemStart).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)itemEnd).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  283. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  286. ResumeLayout(false);
  287. }
  288. #endregion
  289. private DevExpress.XtraGrid.GridControl gridAdRes;
  290. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  291. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  292. private DevExpress.XtraLayout.LayoutControlGroup Root;
  293. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  294. private DevExpress.XtraEditors.DateEdit txtSigStartTime;
  295. private DevExpress.XtraLayout.LayoutControlItem itemStart;
  296. private DevExpress.XtraEditors.SimpleButton btnQuery;
  297. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  298. private DevExpress.XtraEditors.DateEdit txtSigEndTime;
  299. private DevExpress.XtraLayout.LayoutControlItem itemEnd;
  300. private CtrlPage ctrlPage;
  301. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  302. private DevExpress.XtraEditors.SearchLookUpEdit txtSat;
  303. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  304. private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeCho;
  305. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  306. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  307. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  308. }
  309. }