PosQueryForm.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. namespace Ips.Sps.TskResults.Poses
  2. {
  3. partial class PosQueryForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  30. this.txtTimeRangeCombox = new DevExpress.XtraEditors.ImageComboBoxEdit();
  31. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnClear = new DevExpress.XtraEditors.SimpleButton();
  34. this.StartTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
  35. this.EndTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
  36. this.PosTypesCheckedComboBoxEdit = new DevExpress.XtraEditors.CheckedComboBoxEdit();
  37. this.ShowNotValidPointCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  38. this.EmtIdsCheckedComboBoxEdit = new DevExpress.XtraEditors.CheckedComboBoxEdit();
  39. this.xpcEmt = new DevExpress.Xpo.XPCollection(this.components);
  40. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  41. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  42. this.ItemForStartTime = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.ItemForPosTypes = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.ItemForShowNotValidPoint = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.ItemForEndTime = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  47. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  49. this.ItemForEmtIds = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
  54. this.dataLayoutControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtTimeRangeCombox.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.PosTypesCheckedComboBoxEdit.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.ShowNotValidPointCheckEdit.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.EmtIdsCheckedComboBoxEdit.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.ItemForPosTypes)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.ItemForShowNotValidPoint)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.ItemForEmtIds)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // dataLayoutControl1
  80. //
  81. this.dataLayoutControl1.Controls.Add(this.txtTimeRangeCombox);
  82. this.dataLayoutControl1.Controls.Add(this.btnCancel);
  83. this.dataLayoutControl1.Controls.Add(this.btnQuery);
  84. this.dataLayoutControl1.Controls.Add(this.btnClear);
  85. this.dataLayoutControl1.Controls.Add(this.StartTimeDateEdit);
  86. this.dataLayoutControl1.Controls.Add(this.EndTimeDateEdit);
  87. this.dataLayoutControl1.Controls.Add(this.PosTypesCheckedComboBoxEdit);
  88. this.dataLayoutControl1.Controls.Add(this.ShowNotValidPointCheckEdit);
  89. this.dataLayoutControl1.Controls.Add(this.EmtIdsCheckedComboBoxEdit);
  90. this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
  92. this.dataLayoutControl1.Name = "dataLayoutControl1";
  93. this.dataLayoutControl1.Root = this.Root;
  94. this.dataLayoutControl1.Size = new System.Drawing.Size(494, 176);
  95. this.dataLayoutControl1.TabIndex = 0;
  96. this.dataLayoutControl1.Text = "dataLayoutControl1";
  97. //
  98. // txtTimeRangeCombox
  99. //
  100. this.txtTimeRangeCombox.Location = new System.Drawing.Point(72, 12);
  101. this.txtTimeRangeCombox.Name = "txtTimeRangeCombox";
  102. this.txtTimeRangeCombox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  103. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  104. this.txtTimeRangeCombox.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
  105. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一小时", 1, -1),
  106. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三小时", 3, -1),
  107. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("十小时", 10, -1),
  108. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一天", 24, -1),
  109. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三天", 72, -1),
  110. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("五天", 120, -1),
  111. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("七天", 168, -1),
  112. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", 0, -1)});
  113. this.txtTimeRangeCombox.Size = new System.Drawing.Size(410, 20);
  114. this.txtTimeRangeCombox.StyleController = this.dataLayoutControl1;
  115. this.txtTimeRangeCombox.TabIndex = 0;
  116. this.txtTimeRangeCombox.SelectedIndexChanged += new System.EventHandler(this.txtTimeRangeCombox_SelectedIndexChanged);
  117. //
  118. // btnCancel
  119. //
  120. this.btnCancel.Location = new System.Drawing.Point(426, 142);
  121. this.btnCancel.Name = "btnCancel";
  122. this.btnCancel.Size = new System.Drawing.Size(56, 22);
  123. this.btnCancel.StyleController = this.dataLayoutControl1;
  124. this.btnCancel.TabIndex = 9;
  125. this.btnCancel.Text = "取消";
  126. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  127. //
  128. // btnQuery
  129. //
  130. this.btnQuery.Location = new System.Drawing.Point(366, 142);
  131. this.btnQuery.Name = "btnQuery";
  132. this.btnQuery.Size = new System.Drawing.Size(56, 22);
  133. this.btnQuery.StyleController = this.dataLayoutControl1;
  134. this.btnQuery.TabIndex = 8;
  135. this.btnQuery.Text = "确定";
  136. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  137. //
  138. // btnClear
  139. //
  140. this.btnClear.Location = new System.Drawing.Point(12, 142);
  141. this.btnClear.Name = "btnClear";
  142. this.btnClear.Size = new System.Drawing.Size(56, 22);
  143. this.btnClear.StyleController = this.dataLayoutControl1;
  144. this.btnClear.TabIndex = 7;
  145. this.btnClear.Text = "清空";
  146. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  147. //
  148. // StartTimeDateEdit
  149. //
  150. this.StartTimeDateEdit.EditValue = null;
  151. this.StartTimeDateEdit.Location = new System.Drawing.Point(72, 36);
  152. this.StartTimeDateEdit.Name = "StartTimeDateEdit";
  153. this.StartTimeDateEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  154. this.StartTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  155. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  156. this.StartTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  157. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  158. this.StartTimeDateEdit.Size = new System.Drawing.Size(173, 20);
  159. this.StartTimeDateEdit.StyleController = this.dataLayoutControl1;
  160. this.StartTimeDateEdit.TabIndex = 2;
  161. //
  162. // EndTimeDateEdit
  163. //
  164. this.EndTimeDateEdit.EditValue = null;
  165. this.EndTimeDateEdit.Location = new System.Drawing.Point(309, 36);
  166. this.EndTimeDateEdit.Name = "EndTimeDateEdit";
  167. this.EndTimeDateEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  168. this.EndTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  169. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  170. this.EndTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  171. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  172. this.EndTimeDateEdit.Size = new System.Drawing.Size(173, 20);
  173. this.EndTimeDateEdit.StyleController = this.dataLayoutControl1;
  174. this.EndTimeDateEdit.TabIndex = 3;
  175. //
  176. // PosTypesCheckedComboBoxEdit
  177. //
  178. this.PosTypesCheckedComboBoxEdit.Location = new System.Drawing.Point(72, 60);
  179. this.PosTypesCheckedComboBoxEdit.Name = "PosTypesCheckedComboBoxEdit";
  180. this.PosTypesCheckedComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  181. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  182. this.PosTypesCheckedComboBoxEdit.Properties.EditValueType = DevExpress.XtraEditors.Repository.EditValueTypeCollection.List;
  183. this.PosTypesCheckedComboBoxEdit.Size = new System.Drawing.Size(410, 20);
  184. this.PosTypesCheckedComboBoxEdit.StyleController = this.dataLayoutControl1;
  185. this.PosTypesCheckedComboBoxEdit.TabIndex = 4;
  186. //
  187. // ShowNotValidPointCheckEdit
  188. //
  189. this.ShowNotValidPointCheckEdit.Location = new System.Drawing.Point(12, 108);
  190. this.ShowNotValidPointCheckEdit.Name = "ShowNotValidPointCheckEdit";
  191. this.ShowNotValidPointCheckEdit.Properties.Caption = "显示无效点";
  192. this.ShowNotValidPointCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  193. this.ShowNotValidPointCheckEdit.Size = new System.Drawing.Size(470, 20);
  194. this.ShowNotValidPointCheckEdit.StyleController = this.dataLayoutControl1;
  195. this.ShowNotValidPointCheckEdit.TabIndex = 6;
  196. //
  197. // EmtIdsCheckedComboBoxEdit
  198. //
  199. this.EmtIdsCheckedComboBoxEdit.Location = new System.Drawing.Point(72, 84);
  200. this.EmtIdsCheckedComboBoxEdit.Name = "EmtIdsCheckedComboBoxEdit";
  201. this.EmtIdsCheckedComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
  202. this.EmtIdsCheckedComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  203. this.EmtIdsCheckedComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  204. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  205. this.EmtIdsCheckedComboBoxEdit.Properties.DataSource = this.xpcEmt;
  206. this.EmtIdsCheckedComboBoxEdit.Properties.DisplayMember = "Name";
  207. this.EmtIdsCheckedComboBoxEdit.Properties.EditValueType = DevExpress.XtraEditors.Repository.EditValueTypeCollection.List;
  208. this.EmtIdsCheckedComboBoxEdit.Properties.ValueMember = "Oid";
  209. this.EmtIdsCheckedComboBoxEdit.Size = new System.Drawing.Size(410, 20);
  210. this.EmtIdsCheckedComboBoxEdit.StyleController = this.dataLayoutControl1;
  211. this.EmtIdsCheckedComboBoxEdit.TabIndex = 5;
  212. //
  213. // xpcEmt
  214. //
  215. this.xpcEmt.CriteriaString = "[Enable] = True";
  216. this.xpcEmt.ObjectType = typeof(Ips.Sps.Emts.Emt);
  217. //
  218. // Root
  219. //
  220. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  221. this.Root.GroupBordersVisible = false;
  222. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  223. this.layoutControlGroup1});
  224. this.Root.Name = "Root";
  225. this.Root.Size = new System.Drawing.Size(494, 176);
  226. this.Root.TextVisible = false;
  227. //
  228. // layoutControlGroup1
  229. //
  230. this.layoutControlGroup1.AllowDrawBackground = false;
  231. this.layoutControlGroup1.GroupBordersVisible = false;
  232. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  233. this.ItemForStartTime,
  234. this.ItemForPosTypes,
  235. this.ItemForShowNotValidPoint,
  236. this.ItemForEndTime,
  237. this.emptySpaceItem1,
  238. this.layoutControlItem2,
  239. this.emptySpaceItem2,
  240. this.ItemForEmtIds,
  241. this.layoutControlItem1,
  242. this.layoutControlItem3,
  243. this.layoutControlItem4});
  244. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  245. this.layoutControlGroup1.Name = "autoGeneratedGroup0";
  246. this.layoutControlGroup1.Size = new System.Drawing.Size(474, 156);
  247. //
  248. // ItemForStartTime
  249. //
  250. this.ItemForStartTime.Control = this.StartTimeDateEdit;
  251. this.ItemForStartTime.Location = new System.Drawing.Point(0, 24);
  252. this.ItemForStartTime.Name = "ItemForStartTime";
  253. this.ItemForStartTime.Size = new System.Drawing.Size(237, 24);
  254. this.ItemForStartTime.Text = "开始时间";
  255. this.ItemForStartTime.TextSize = new System.Drawing.Size(48, 14);
  256. //
  257. // ItemForPosTypes
  258. //
  259. this.ItemForPosTypes.Control = this.PosTypesCheckedComboBoxEdit;
  260. this.ItemForPosTypes.Location = new System.Drawing.Point(0, 48);
  261. this.ItemForPosTypes.Name = "ItemForPosTypes";
  262. this.ItemForPosTypes.Size = new System.Drawing.Size(474, 24);
  263. this.ItemForPosTypes.Text = "定位类型";
  264. this.ItemForPosTypes.TextSize = new System.Drawing.Size(48, 14);
  265. //
  266. // ItemForShowNotValidPoint
  267. //
  268. this.ItemForShowNotValidPoint.Control = this.ShowNotValidPointCheckEdit;
  269. this.ItemForShowNotValidPoint.Location = new System.Drawing.Point(0, 96);
  270. this.ItemForShowNotValidPoint.Name = "ItemForShowNotValidPoint";
  271. this.ItemForShowNotValidPoint.Size = new System.Drawing.Size(474, 24);
  272. this.ItemForShowNotValidPoint.Text = "显示无效点";
  273. this.ItemForShowNotValidPoint.TextSize = new System.Drawing.Size(0, 0);
  274. this.ItemForShowNotValidPoint.TextVisible = false;
  275. //
  276. // ItemForEndTime
  277. //
  278. this.ItemForEndTime.Control = this.EndTimeDateEdit;
  279. this.ItemForEndTime.Location = new System.Drawing.Point(237, 24);
  280. this.ItemForEndTime.Name = "ItemForEndTime";
  281. this.ItemForEndTime.Size = new System.Drawing.Size(237, 24);
  282. this.ItemForEndTime.Text = "结束时间";
  283. this.ItemForEndTime.TextSize = new System.Drawing.Size(48, 14);
  284. //
  285. // emptySpaceItem1
  286. //
  287. this.emptySpaceItem1.AllowHotTrack = false;
  288. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 120);
  289. this.emptySpaceItem1.Name = "emptySpaceItem1";
  290. this.emptySpaceItem1.Size = new System.Drawing.Size(474, 10);
  291. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  292. //
  293. // layoutControlItem2
  294. //
  295. this.layoutControlItem2.Control = this.btnQuery;
  296. this.layoutControlItem2.Location = new System.Drawing.Point(354, 130);
  297. this.layoutControlItem2.MaxSize = new System.Drawing.Size(60, 26);
  298. this.layoutControlItem2.MinSize = new System.Drawing.Size(60, 26);
  299. this.layoutControlItem2.Name = "layoutControlItem2";
  300. this.layoutControlItem2.Size = new System.Drawing.Size(60, 26);
  301. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  302. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  303. this.layoutControlItem2.TextVisible = false;
  304. //
  305. // emptySpaceItem2
  306. //
  307. this.emptySpaceItem2.AllowHotTrack = false;
  308. this.emptySpaceItem2.Location = new System.Drawing.Point(60, 130);
  309. this.emptySpaceItem2.Name = "emptySpaceItem2";
  310. this.emptySpaceItem2.Size = new System.Drawing.Size(294, 26);
  311. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  312. //
  313. // ItemForEmtIds
  314. //
  315. this.ItemForEmtIds.Control = this.EmtIdsCheckedComboBoxEdit;
  316. this.ItemForEmtIds.Location = new System.Drawing.Point(0, 72);
  317. this.ItemForEmtIds.Name = "ItemForEmtIds";
  318. this.ItemForEmtIds.Size = new System.Drawing.Size(474, 24);
  319. this.ItemForEmtIds.Text = "信号目标";
  320. this.ItemForEmtIds.TextSize = new System.Drawing.Size(48, 14);
  321. //
  322. // layoutControlItem1
  323. //
  324. this.layoutControlItem1.Control = this.btnClear;
  325. this.layoutControlItem1.Location = new System.Drawing.Point(0, 130);
  326. this.layoutControlItem1.MaxSize = new System.Drawing.Size(60, 26);
  327. this.layoutControlItem1.MinSize = new System.Drawing.Size(60, 26);
  328. this.layoutControlItem1.Name = "layoutControlItem1";
  329. this.layoutControlItem1.Size = new System.Drawing.Size(60, 26);
  330. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  331. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  332. this.layoutControlItem1.TextVisible = false;
  333. //
  334. // layoutControlItem3
  335. //
  336. this.layoutControlItem3.Control = this.btnCancel;
  337. this.layoutControlItem3.Location = new System.Drawing.Point(414, 130);
  338. this.layoutControlItem3.MaxSize = new System.Drawing.Size(60, 26);
  339. this.layoutControlItem3.MinSize = new System.Drawing.Size(60, 26);
  340. this.layoutControlItem3.Name = "layoutControlItem3";
  341. this.layoutControlItem3.Size = new System.Drawing.Size(60, 26);
  342. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  343. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  344. this.layoutControlItem3.TextVisible = false;
  345. //
  346. // layoutControlItem4
  347. //
  348. this.layoutControlItem4.Control = this.txtTimeRangeCombox;
  349. this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
  350. this.layoutControlItem4.Name = "layoutControlItem4";
  351. this.layoutControlItem4.Size = new System.Drawing.Size(474, 24);
  352. this.layoutControlItem4.Text = "时间范围";
  353. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  354. //
  355. // PosQueryForm
  356. //
  357. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  358. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  359. this.ClientSize = new System.Drawing.Size(494, 176);
  360. this.Controls.Add(this.dataLayoutControl1);
  361. this.IconOptions.ImageUri.Uri = "Find";
  362. this.MaximizeBox = false;
  363. this.MinimizeBox = false;
  364. this.Name = "PosQueryForm";
  365. this.ShowInTaskbar = false;
  366. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  367. this.Text = "定位列表查询";
  368. this.Load += new System.EventHandler(this.PosQueryForm_Load);
  369. ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
  370. this.dataLayoutControl1.ResumeLayout(false);
  371. ((System.ComponentModel.ISupportInitialize)(this.txtTimeRangeCombox.Properties)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties.CalendarTimeProperties)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties)).EndInit();
  374. ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties.CalendarTimeProperties)).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.PosTypesCheckedComboBoxEdit.Properties)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.ShowNotValidPointCheckEdit.Properties)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.EmtIdsCheckedComboBoxEdit.Properties)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.ItemForPosTypes)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.ItemForShowNotValidPoint)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.ItemForEmtIds)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  393. this.ResumeLayout(false);
  394. }
  395. #endregion
  396. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  397. private DevExpress.XtraLayout.LayoutControlGroup Root;
  398. private DevExpress.XtraEditors.SimpleButton btnQuery;
  399. private DevExpress.XtraEditors.SimpleButton btnClear;
  400. private DevExpress.XtraEditors.DateEdit StartTimeDateEdit;
  401. private DevExpress.XtraEditors.DateEdit EndTimeDateEdit;
  402. private DevExpress.XtraEditors.CheckedComboBoxEdit PosTypesCheckedComboBoxEdit;
  403. private DevExpress.XtraEditors.CheckEdit ShowNotValidPointCheckEdit;
  404. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  405. private DevExpress.XtraLayout.LayoutControlItem ItemForStartTime;
  406. private DevExpress.XtraLayout.LayoutControlItem ItemForPosTypes;
  407. private DevExpress.XtraLayout.LayoutControlItem ItemForShowNotValidPoint;
  408. private DevExpress.XtraLayout.LayoutControlItem ItemForEndTime;
  409. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  410. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  411. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  412. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  413. private DevExpress.Xpo.XPCollection xpcEmt;
  414. private DevExpress.XtraEditors.CheckedComboBoxEdit EmtIdsCheckedComboBoxEdit;
  415. private DevExpress.XtraLayout.LayoutControlItem ItemForEmtIds;
  416. private DevExpress.XtraEditors.SimpleButton btnCancel;
  417. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  418. private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeRangeCombox;
  419. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  420. }
  421. }