PasListForm.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. namespace Ips.Sps.TskResults.Pases
  2. {
  3. partial class PasListForm
  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.bsPasList = new DevExpress.Xpo.XPBindingSource(this.components);
  30. this.xpcSatList = new DevExpress.Xpo.XPCollection(this.components);
  31. this.xpcEmtList = new DevExpress.Xpo.XPCollection(this.components);
  32. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  33. this.txtEmt = new DevExpress.XtraEditors.LookUpEdit();
  34. this.btnClear = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
  36. this.pasGridListCtrl1 = new Ips.Sps.TskResults.Pases.PasGridListCtrl();
  37. this.txtSat = new DevExpress.XtraEditors.LookUpEdit();
  38. this.txtSigCategory = new DevExpress.XtraEditors.ImageComboBoxEdit();
  39. this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
  40. this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
  41. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  42. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  48. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  51. ((System.ComponentModel.ISupportInitialize)(this.bsPasList)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.xpcSatList)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.xpcEmtList)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  55. this.layoutControl1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtEmt.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtSigCategory.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // bsPasList
  76. //
  77. this.bsPasList.ObjectType = typeof(Ips.Sps.TskResults.Pases.Pas);
  78. //
  79. // xpcSatList
  80. //
  81. this.xpcSatList.CriteriaString = "[Enable] = True";
  82. this.xpcSatList.DisplayableProperties = "This;Oid;SatNum;Name;SatType;Lon;SatTurn;Remark";
  83. this.xpcSatList.ObjectType = typeof(Ips.Sps.Sats.Sat);
  84. this.xpcSatList.Sorting.AddRange(new DevExpress.Xpo.SortProperty[] {
  85. new DevExpress.Xpo.SortProperty("[SatNum]", DevExpress.Xpo.DB.SortingDirection.Ascending)});
  86. //
  87. // xpcEmtList
  88. //
  89. this.xpcEmtList.CriteriaString = "[Enable] = True";
  90. this.xpcEmtList.DisplayableProperties = "Oid;Code;Name;EmtType;Remark";
  91. this.xpcEmtList.ObjectType = typeof(Ips.Sps.Emts.Emt);
  92. //
  93. // layoutControl1
  94. //
  95. this.layoutControl1.Controls.Add(this.txtEmt);
  96. this.layoutControl1.Controls.Add(this.btnClear);
  97. this.layoutControl1.Controls.Add(this.btnQuery);
  98. this.layoutControl1.Controls.Add(this.pasGridListCtrl1);
  99. this.layoutControl1.Controls.Add(this.txtSat);
  100. this.layoutControl1.Controls.Add(this.txtSigCategory);
  101. this.layoutControl1.Controls.Add(this.txtEndTime);
  102. this.layoutControl1.Controls.Add(this.txtStartTime);
  103. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  105. this.layoutControl1.Name = "layoutControl1";
  106. this.layoutControl1.Root = this.Root;
  107. this.layoutControl1.Size = new System.Drawing.Size(1223, 460);
  108. this.layoutControl1.TabIndex = 0;
  109. this.layoutControl1.Text = "layoutControl1";
  110. //
  111. // txtEmt
  112. //
  113. this.txtEmt.Location = new System.Drawing.Point(920, 12);
  114. this.txtEmt.Name = "txtEmt";
  115. this.txtEmt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  116. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
  117. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Clear)});
  118. this.txtEmt.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  119. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  120. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  121. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Code", "编码", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  122. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EmtType", "类型", 33, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  123. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Remark", "备注", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
  124. this.txtEmt.Properties.DataSource = this.xpcEmtList;
  125. this.txtEmt.Properties.DisplayMember = "Name";
  126. this.txtEmt.Properties.NullText = "全部";
  127. this.txtEmt.Properties.PopupWidth = 500;
  128. this.txtEmt.Properties.ValueMember = "Oid";
  129. this.txtEmt.Size = new System.Drawing.Size(162, 20);
  130. this.txtEmt.StyleController = this.layoutControl1;
  131. this.txtEmt.TabIndex = 5;
  132. this.txtEmt.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtClear_ButtonClick);
  133. //
  134. // btnClear
  135. //
  136. this.btnClear.Location = new System.Drawing.Point(1165, 12);
  137. this.btnClear.Name = "btnClear";
  138. this.btnClear.Size = new System.Drawing.Size(46, 22);
  139. this.btnClear.StyleController = this.layoutControl1;
  140. this.btnClear.TabIndex = 7;
  141. this.btnClear.Text = "清空";
  142. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  143. //
  144. // btnQuery
  145. //
  146. this.btnQuery.Location = new System.Drawing.Point(1115, 12);
  147. this.btnQuery.Name = "btnQuery";
  148. this.btnQuery.Size = new System.Drawing.Size(46, 22);
  149. this.btnQuery.StyleController = this.layoutControl1;
  150. this.btnQuery.TabIndex = 6;
  151. this.btnQuery.Text = "查询";
  152. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  153. //
  154. // pasGridListCtrl1
  155. //
  156. this.pasGridListCtrl1.Location = new System.Drawing.Point(12, 38);
  157. this.pasGridListCtrl1.Name = "pasGridListCtrl1";
  158. this.pasGridListCtrl1.Size = new System.Drawing.Size(1199, 410);
  159. this.pasGridListCtrl1.TabIndex = 8;
  160. //
  161. // txtSat
  162. //
  163. this.txtSat.Location = new System.Drawing.Point(700, 12);
  164. this.txtSat.Name = "txtSat";
  165. this.txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  166. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
  167. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Clear)});
  168. this.txtSat.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  169. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  170. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "卫星名称", 57, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  171. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatNum", "卫星编号", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  172. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatType", "卫星类型", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  173. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  174. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatTurn", "卫星本振(MHz)", 89, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  175. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Remark", "备注信息", 57, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
  176. this.txtSat.Properties.DataSource = this.xpcSatList;
  177. this.txtSat.Properties.DisplayMember = "This";
  178. this.txtSat.Properties.NullText = "全部";
  179. this.txtSat.Properties.PopupWidth = 600;
  180. this.txtSat.Properties.ValueMember = "Oid";
  181. this.txtSat.Size = new System.Drawing.Size(156, 20);
  182. this.txtSat.StyleController = this.layoutControl1;
  183. this.txtSat.TabIndex = 4;
  184. this.txtSat.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtClear_ButtonClick);
  185. //
  186. // txtSigCategory
  187. //
  188. this.txtSigCategory.Location = new System.Drawing.Point(512, 12);
  189. this.txtSigCategory.Name = "txtSigCategory";
  190. this.txtSigCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  191. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  192. this.txtSigCategory.Size = new System.Drawing.Size(124, 20);
  193. this.txtSigCategory.StyleController = this.layoutControl1;
  194. this.txtSigCategory.TabIndex = 3;
  195. //
  196. // txtEndTime
  197. //
  198. this.txtEndTime.EditValue = null;
  199. this.txtEndTime.Location = new System.Drawing.Point(292, 12);
  200. this.txtEndTime.Name = "txtEndTime";
  201. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  202. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  203. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  204. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  205. this.txtEndTime.Size = new System.Drawing.Size(156, 20);
  206. this.txtEndTime.StyleController = this.layoutControl1;
  207. this.txtEndTime.TabIndex = 2;
  208. //
  209. // txtStartTime
  210. //
  211. this.txtStartTime.EditValue = null;
  212. this.txtStartTime.Location = new System.Drawing.Point(72, 12);
  213. this.txtStartTime.Name = "txtStartTime";
  214. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  215. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  216. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  217. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  218. this.txtStartTime.Size = new System.Drawing.Size(156, 20);
  219. this.txtStartTime.StyleController = this.layoutControl1;
  220. this.txtStartTime.TabIndex = 0;
  221. //
  222. // Root
  223. //
  224. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  225. this.Root.GroupBordersVisible = false;
  226. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  227. this.layoutControlItem1,
  228. this.layoutControlItem2,
  229. this.layoutControlItem3,
  230. this.layoutControlItem4,
  231. this.layoutControlItem6,
  232. this.emptySpaceItem1,
  233. this.layoutControlItem7,
  234. this.layoutControlItem8,
  235. this.layoutControlItem5});
  236. this.Root.Name = "Root";
  237. this.Root.Size = new System.Drawing.Size(1223, 460);
  238. this.Root.TextVisible = false;
  239. //
  240. // layoutControlItem1
  241. //
  242. this.layoutControlItem1.Control = this.txtStartTime;
  243. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  244. this.layoutControlItem1.MaxSize = new System.Drawing.Size(220, 24);
  245. this.layoutControlItem1.MinSize = new System.Drawing.Size(220, 24);
  246. this.layoutControlItem1.Name = "layoutControlItem1";
  247. this.layoutControlItem1.Size = new System.Drawing.Size(220, 26);
  248. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  249. this.layoutControlItem1.Text = "开始时间";
  250. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  251. //
  252. // layoutControlItem2
  253. //
  254. this.layoutControlItem2.Control = this.txtEndTime;
  255. this.layoutControlItem2.Location = new System.Drawing.Point(220, 0);
  256. this.layoutControlItem2.MaxSize = new System.Drawing.Size(220, 24);
  257. this.layoutControlItem2.MinSize = new System.Drawing.Size(220, 24);
  258. this.layoutControlItem2.Name = "layoutControlItem2";
  259. this.layoutControlItem2.Size = new System.Drawing.Size(220, 26);
  260. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  261. this.layoutControlItem2.Text = "结束时间";
  262. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  263. //
  264. // layoutControlItem3
  265. //
  266. this.layoutControlItem3.Control = this.txtSigCategory;
  267. this.layoutControlItem3.Location = new System.Drawing.Point(440, 0);
  268. this.layoutControlItem3.MaxSize = new System.Drawing.Size(188, 24);
  269. this.layoutControlItem3.MinSize = new System.Drawing.Size(188, 24);
  270. this.layoutControlItem3.Name = "layoutControlItem3";
  271. this.layoutControlItem3.Size = new System.Drawing.Size(188, 26);
  272. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  273. this.layoutControlItem3.Text = "信号类别";
  274. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  275. //
  276. // layoutControlItem4
  277. //
  278. this.layoutControlItem4.Control = this.txtSat;
  279. this.layoutControlItem4.Location = new System.Drawing.Point(628, 0);
  280. this.layoutControlItem4.MaxSize = new System.Drawing.Size(220, 24);
  281. this.layoutControlItem4.MinSize = new System.Drawing.Size(220, 24);
  282. this.layoutControlItem4.Name = "layoutControlItem4";
  283. this.layoutControlItem4.Size = new System.Drawing.Size(220, 26);
  284. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  285. this.layoutControlItem4.Text = "所属卫星";
  286. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  287. //
  288. // layoutControlItem6
  289. //
  290. this.layoutControlItem6.Control = this.pasGridListCtrl1;
  291. this.layoutControlItem6.Location = new System.Drawing.Point(0, 26);
  292. this.layoutControlItem6.Name = "layoutControlItem6";
  293. this.layoutControlItem6.Size = new System.Drawing.Size(1203, 414);
  294. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  295. this.layoutControlItem6.TextVisible = false;
  296. //
  297. // emptySpaceItem1
  298. //
  299. this.emptySpaceItem1.AllowHotTrack = false;
  300. this.emptySpaceItem1.Location = new System.Drawing.Point(1074, 0);
  301. this.emptySpaceItem1.Name = "emptySpaceItem1";
  302. this.emptySpaceItem1.Size = new System.Drawing.Size(29, 26);
  303. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  304. //
  305. // layoutControlItem7
  306. //
  307. this.layoutControlItem7.Control = this.btnQuery;
  308. this.layoutControlItem7.Location = new System.Drawing.Point(1103, 0);
  309. this.layoutControlItem7.MaxSize = new System.Drawing.Size(50, 26);
  310. this.layoutControlItem7.MinSize = new System.Drawing.Size(50, 26);
  311. this.layoutControlItem7.Name = "layoutControlItem7";
  312. this.layoutControlItem7.Size = new System.Drawing.Size(50, 26);
  313. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  314. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  315. this.layoutControlItem7.TextVisible = false;
  316. //
  317. // layoutControlItem8
  318. //
  319. this.layoutControlItem8.Control = this.btnClear;
  320. this.layoutControlItem8.Location = new System.Drawing.Point(1153, 0);
  321. this.layoutControlItem8.MaxSize = new System.Drawing.Size(50, 26);
  322. this.layoutControlItem8.MinSize = new System.Drawing.Size(50, 26);
  323. this.layoutControlItem8.Name = "layoutControlItem8";
  324. this.layoutControlItem8.Size = new System.Drawing.Size(50, 26);
  325. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  326. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  327. this.layoutControlItem8.TextVisible = false;
  328. //
  329. // layoutControlItem5
  330. //
  331. this.layoutControlItem5.Control = this.txtEmt;
  332. this.layoutControlItem5.Location = new System.Drawing.Point(848, 0);
  333. this.layoutControlItem5.Name = "layoutControlItem5";
  334. this.layoutControlItem5.Size = new System.Drawing.Size(226, 26);
  335. this.layoutControlItem5.Text = "信号目标";
  336. this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
  337. //
  338. // PasListForm
  339. //
  340. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  341. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  342. this.ClientSize = new System.Drawing.Size(1223, 460);
  343. this.Controls.Add(this.layoutControl1);
  344. this.Name = "PasListForm";
  345. this.Text = "采集数据";
  346. this.Load += new System.EventHandler(this.PasListForm_Load);
  347. ((System.ComponentModel.ISupportInitialize)(this.bsPasList)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.xpcSatList)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.xpcEmtList)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  351. this.layoutControl1.ResumeLayout(false);
  352. ((System.ComponentModel.ISupportInitialize)(this.txtEmt.Properties)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.txtSigCategory.Properties)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  368. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  369. this.ResumeLayout(false);
  370. }
  371. #endregion
  372. private DevExpress.Xpo.XPBindingSource bsPasList;
  373. private DevExpress.Xpo.XPCollection xpcSatList;
  374. private DevExpress.Xpo.XPCollection xpcEmtList;
  375. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  376. private DevExpress.XtraEditors.DateEdit txtEndTime;
  377. private DevExpress.XtraEditors.DateEdit txtStartTime;
  378. private DevExpress.XtraLayout.LayoutControlGroup Root;
  379. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  380. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  381. private DevExpress.XtraEditors.ImageComboBoxEdit txtSigCategory;
  382. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  383. private DevExpress.XtraEditors.LookUpEdit txtSat;
  384. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  385. private PasGridListCtrl pasGridListCtrl1;
  386. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  387. private DevExpress.XtraEditors.SimpleButton btnClear;
  388. private DevExpress.XtraEditors.SimpleButton btnQuery;
  389. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  390. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  391. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  392. private DevExpress.XtraEditors.LookUpEdit txtEmt;
  393. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  394. }
  395. }