PesQueryCtrl.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. namespace Ips.Sps.TskResults.Peses
  2. {
  3. partial class PesQueryCtrl
  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 Component 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.bsPesQuery = new System.Windows.Forms.BindingSource(this.components);
  30. this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  31. this.btnClear = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
  33. this.StartTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
  34. this.EndTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
  35. this.SigCategoryImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
  36. this.MainSatIdLookUpEdit = new DevExpress.XtraEditors.LookUpEdit();
  37. this.AdjaSatIdLookUpEdit = new DevExpress.XtraEditors.LookUpEdit();
  38. this.IsValidImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
  39. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  40. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  41. this.ItemForStartTime = new DevExpress.XtraLayout.LayoutControlItem();
  42. this.ItemForEndTime = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.ItemForSigCategory = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.ItemForMainSatId = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  46. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  47. this.ItemForIsValid = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.ItemForAdjaSatId = new DevExpress.XtraLayout.LayoutControlItem();
  51. ((System.ComponentModel.ISupportInitialize)(this.bsPesQuery)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
  53. this.dataLayoutControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.SigCategoryImageComboBoxEdit.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.MainSatIdLookUpEdit.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.AdjaSatIdLookUpEdit.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.IsValidImageComboBoxEdit.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ItemForSigCategory)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.ItemForMainSatId)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.ItemForIsValid)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.ItemForAdjaSatId)).BeginInit();
  74. this.SuspendLayout();
  75. //
  76. // bsPesQuery
  77. //
  78. this.bsPesQuery.DataSource = typeof(Ips.Sps.TskResults.Peses.PesQueryModel);
  79. //
  80. // dataLayoutControl1
  81. //
  82. this.dataLayoutControl1.Controls.Add(this.btnClear);
  83. this.dataLayoutControl1.Controls.Add(this.btnQuery);
  84. this.dataLayoutControl1.Controls.Add(this.StartTimeDateEdit);
  85. this.dataLayoutControl1.Controls.Add(this.EndTimeDateEdit);
  86. this.dataLayoutControl1.Controls.Add(this.SigCategoryImageComboBoxEdit);
  87. this.dataLayoutControl1.Controls.Add(this.MainSatIdLookUpEdit);
  88. this.dataLayoutControl1.Controls.Add(this.AdjaSatIdLookUpEdit);
  89. this.dataLayoutControl1.Controls.Add(this.IsValidImageComboBoxEdit);
  90. this.dataLayoutControl1.DataSource = this.bsPesQuery;
  91. this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
  93. this.dataLayoutControl1.Name = "dataLayoutControl1";
  94. this.dataLayoutControl1.Root = this.Root;
  95. this.dataLayoutControl1.Size = new System.Drawing.Size(1061, 60);
  96. this.dataLayoutControl1.TabIndex = 0;
  97. this.dataLayoutControl1.Text = "dataLayoutControl1";
  98. //
  99. // btnClear
  100. //
  101. this.btnClear.Location = new System.Drawing.Point(1003, 26);
  102. this.btnClear.Name = "btnClear";
  103. this.btnClear.Size = new System.Drawing.Size(56, 22);
  104. this.btnClear.StyleController = this.dataLayoutControl1;
  105. this.btnClear.TabIndex = 8;
  106. this.btnClear.Text = "清空";
  107. //
  108. // btnQuery
  109. //
  110. this.btnQuery.Location = new System.Drawing.Point(943, 26);
  111. this.btnQuery.Name = "btnQuery";
  112. this.btnQuery.Size = new System.Drawing.Size(56, 22);
  113. this.btnQuery.StyleController = this.dataLayoutControl1;
  114. this.btnQuery.TabIndex = 7;
  115. this.btnQuery.Text = "查询";
  116. //
  117. // StartTimeDateEdit
  118. //
  119. this.StartTimeDateEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "StartTime", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  120. this.StartTimeDateEdit.EditValue = null;
  121. this.StartTimeDateEdit.Location = new System.Drawing.Point(62, 2);
  122. this.StartTimeDateEdit.Name = "StartTimeDateEdit";
  123. this.StartTimeDateEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  124. this.StartTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  125. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  126. this.StartTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  127. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  128. this.StartTimeDateEdit.Size = new System.Drawing.Size(270, 20);
  129. this.StartTimeDateEdit.StyleController = this.dataLayoutControl1;
  130. this.StartTimeDateEdit.TabIndex = 0;
  131. //
  132. // EndTimeDateEdit
  133. //
  134. this.EndTimeDateEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "EndTime", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  135. this.EndTimeDateEdit.EditValue = null;
  136. this.EndTimeDateEdit.Location = new System.Drawing.Point(396, 2);
  137. this.EndTimeDateEdit.Name = "EndTimeDateEdit";
  138. this.EndTimeDateEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  139. this.EndTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  140. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  141. this.EndTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  142. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  143. this.EndTimeDateEdit.Size = new System.Drawing.Size(382, 20);
  144. this.EndTimeDateEdit.StyleController = this.dataLayoutControl1;
  145. this.EndTimeDateEdit.TabIndex = 2;
  146. //
  147. // SigCategoryImageComboBoxEdit
  148. //
  149. this.SigCategoryImageComboBoxEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "SigCategory", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  150. this.SigCategoryImageComboBoxEdit.Location = new System.Drawing.Point(842, 2);
  151. this.SigCategoryImageComboBoxEdit.Name = "SigCategoryImageComboBoxEdit";
  152. this.SigCategoryImageComboBoxEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  153. this.SigCategoryImageComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
  154. this.SigCategoryImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  155. this.SigCategoryImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  156. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  157. this.SigCategoryImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
  158. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("目标信号", Ips.Library.Entity.SignalCategory.TarSig, 0),
  159. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("参考信号", Ips.Library.Entity.SignalCategory.RefSig, 1),
  160. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("侦察信号", Ips.Library.Entity.SignalCategory.SctSig, 2)});
  161. this.SigCategoryImageComboBoxEdit.Properties.UseCtrlScroll = true;
  162. this.SigCategoryImageComboBoxEdit.Size = new System.Drawing.Size(93, 20);
  163. this.SigCategoryImageComboBoxEdit.StyleController = this.dataLayoutControl1;
  164. this.SigCategoryImageComboBoxEdit.TabIndex = 3;
  165. //
  166. // MainSatIdLookUpEdit
  167. //
  168. this.MainSatIdLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "MainSatId", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  169. this.MainSatIdLookUpEdit.Location = new System.Drawing.Point(62, 26);
  170. this.MainSatIdLookUpEdit.Name = "MainSatIdLookUpEdit";
  171. this.MainSatIdLookUpEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  172. this.MainSatIdLookUpEdit.Properties.Appearance.Options.UseTextOptions = true;
  173. this.MainSatIdLookUpEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  174. this.MainSatIdLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  175. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  176. this.MainSatIdLookUpEdit.Properties.NullText = "";
  177. this.MainSatIdLookUpEdit.Size = new System.Drawing.Size(270, 20);
  178. this.MainSatIdLookUpEdit.StyleController = this.dataLayoutControl1;
  179. this.MainSatIdLookUpEdit.TabIndex = 5;
  180. //
  181. // AdjaSatIdLookUpEdit
  182. //
  183. this.AdjaSatIdLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "AdjaSatId", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  184. this.AdjaSatIdLookUpEdit.Location = new System.Drawing.Point(396, 26);
  185. this.AdjaSatIdLookUpEdit.Name = "AdjaSatIdLookUpEdit";
  186. this.AdjaSatIdLookUpEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  187. this.AdjaSatIdLookUpEdit.Properties.Appearance.Options.UseTextOptions = true;
  188. this.AdjaSatIdLookUpEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  189. this.AdjaSatIdLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  190. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  191. this.AdjaSatIdLookUpEdit.Properties.NullText = "";
  192. this.AdjaSatIdLookUpEdit.Size = new System.Drawing.Size(382, 20);
  193. this.AdjaSatIdLookUpEdit.StyleController = this.dataLayoutControl1;
  194. this.AdjaSatIdLookUpEdit.TabIndex = 6;
  195. //
  196. // IsValidImageComboBoxEdit
  197. //
  198. this.IsValidImageComboBoxEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "IsValid", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  199. this.IsValidImageComboBoxEdit.Location = new System.Drawing.Point(999, 2);
  200. this.IsValidImageComboBoxEdit.Name = "IsValidImageComboBoxEdit";
  201. this.IsValidImageComboBoxEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  202. this.IsValidImageComboBoxEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  203. this.IsValidImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  204. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  205. this.IsValidImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
  206. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("全部", null, -1),
  207. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("有效", true, -1),
  208. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("无效", false, -1)});
  209. this.IsValidImageComboBoxEdit.Size = new System.Drawing.Size(60, 18);
  210. this.IsValidImageComboBoxEdit.StyleController = this.dataLayoutControl1;
  211. this.IsValidImageComboBoxEdit.TabIndex = 4;
  212. //
  213. // Root
  214. //
  215. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  216. this.Root.GroupBordersVisible = false;
  217. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  218. this.layoutControlGroup1});
  219. this.Root.Name = "Root";
  220. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  221. this.Root.Size = new System.Drawing.Size(1061, 60);
  222. this.Root.TextVisible = false;
  223. //
  224. // layoutControlGroup1
  225. //
  226. this.layoutControlGroup1.AllowDrawBackground = false;
  227. this.layoutControlGroup1.GroupBordersVisible = false;
  228. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  229. this.ItemForStartTime,
  230. this.ItemForEndTime,
  231. this.ItemForSigCategory,
  232. this.ItemForMainSatId,
  233. this.emptySpaceItem1,
  234. this.emptySpaceItem2,
  235. this.ItemForIsValid,
  236. this.layoutControlItem1,
  237. this.layoutControlItem2,
  238. this.ItemForAdjaSatId});
  239. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  240. this.layoutControlGroup1.Name = "autoGeneratedGroup0";
  241. this.layoutControlGroup1.Size = new System.Drawing.Size(1061, 60);
  242. //
  243. // ItemForStartTime
  244. //
  245. this.ItemForStartTime.Control = this.StartTimeDateEdit;
  246. this.ItemForStartTime.Location = new System.Drawing.Point(0, 0);
  247. this.ItemForStartTime.Name = "ItemForStartTime";
  248. this.ItemForStartTime.Size = new System.Drawing.Size(334, 24);
  249. this.ItemForStartTime.Text = "开始时间";
  250. this.ItemForStartTime.TextSize = new System.Drawing.Size(48, 14);
  251. //
  252. // ItemForEndTime
  253. //
  254. this.ItemForEndTime.Control = this.EndTimeDateEdit;
  255. this.ItemForEndTime.Location = new System.Drawing.Point(334, 0);
  256. this.ItemForEndTime.Name = "ItemForEndTime";
  257. this.ItemForEndTime.Size = new System.Drawing.Size(446, 24);
  258. this.ItemForEndTime.Text = "结束时间";
  259. this.ItemForEndTime.TextSize = new System.Drawing.Size(48, 14);
  260. //
  261. // ItemForSigCategory
  262. //
  263. this.ItemForSigCategory.Control = this.SigCategoryImageComboBoxEdit;
  264. this.ItemForSigCategory.Location = new System.Drawing.Point(780, 0);
  265. this.ItemForSigCategory.MaxSize = new System.Drawing.Size(157, 24);
  266. this.ItemForSigCategory.MinSize = new System.Drawing.Size(157, 24);
  267. this.ItemForSigCategory.Name = "ItemForSigCategory";
  268. this.ItemForSigCategory.Size = new System.Drawing.Size(157, 24);
  269. this.ItemForSigCategory.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  270. this.ItemForSigCategory.Text = "信号类别";
  271. this.ItemForSigCategory.TextSize = new System.Drawing.Size(48, 14);
  272. //
  273. // ItemForMainSatId
  274. //
  275. this.ItemForMainSatId.Control = this.MainSatIdLookUpEdit;
  276. this.ItemForMainSatId.Location = new System.Drawing.Point(0, 24);
  277. this.ItemForMainSatId.Name = "ItemForMainSatId";
  278. this.ItemForMainSatId.Size = new System.Drawing.Size(334, 26);
  279. this.ItemForMainSatId.Text = "信号主星";
  280. this.ItemForMainSatId.TextSize = new System.Drawing.Size(48, 14);
  281. //
  282. // emptySpaceItem1
  283. //
  284. this.emptySpaceItem1.AllowHotTrack = false;
  285. this.emptySpaceItem1.Location = new System.Drawing.Point(780, 24);
  286. this.emptySpaceItem1.Name = "emptySpaceItem1";
  287. this.emptySpaceItem1.Size = new System.Drawing.Size(161, 26);
  288. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  289. //
  290. // emptySpaceItem2
  291. //
  292. this.emptySpaceItem2.AllowHotTrack = false;
  293. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 50);
  294. this.emptySpaceItem2.Name = "emptySpaceItem2";
  295. this.emptySpaceItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  296. this.emptySpaceItem2.Size = new System.Drawing.Size(1061, 10);
  297. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  298. //
  299. // ItemForIsValid
  300. //
  301. this.ItemForIsValid.Control = this.IsValidImageComboBoxEdit;
  302. this.ItemForIsValid.Location = new System.Drawing.Point(937, 0);
  303. this.ItemForIsValid.MaxSize = new System.Drawing.Size(124, 22);
  304. this.ItemForIsValid.MinSize = new System.Drawing.Size(124, 22);
  305. this.ItemForIsValid.Name = "ItemForIsValid";
  306. this.ItemForIsValid.Size = new System.Drawing.Size(124, 24);
  307. this.ItemForIsValid.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  308. this.ItemForIsValid.Text = "是否有效";
  309. this.ItemForIsValid.TextSize = new System.Drawing.Size(48, 14);
  310. //
  311. // layoutControlItem1
  312. //
  313. this.layoutControlItem1.Control = this.btnQuery;
  314. this.layoutControlItem1.Location = new System.Drawing.Point(941, 24);
  315. this.layoutControlItem1.MaxSize = new System.Drawing.Size(60, 26);
  316. this.layoutControlItem1.MinSize = new System.Drawing.Size(60, 26);
  317. this.layoutControlItem1.Name = "layoutControlItem1";
  318. this.layoutControlItem1.Size = new System.Drawing.Size(60, 26);
  319. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  320. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  321. this.layoutControlItem1.TextVisible = false;
  322. //
  323. // layoutControlItem2
  324. //
  325. this.layoutControlItem2.Control = this.btnClear;
  326. this.layoutControlItem2.Location = new System.Drawing.Point(1001, 24);
  327. this.layoutControlItem2.MaxSize = new System.Drawing.Size(60, 26);
  328. this.layoutControlItem2.MinSize = new System.Drawing.Size(60, 26);
  329. this.layoutControlItem2.Name = "layoutControlItem2";
  330. this.layoutControlItem2.Size = new System.Drawing.Size(60, 26);
  331. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  332. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  333. this.layoutControlItem2.TextVisible = false;
  334. //
  335. // ItemForAdjaSatId
  336. //
  337. this.ItemForAdjaSatId.Control = this.AdjaSatIdLookUpEdit;
  338. this.ItemForAdjaSatId.Location = new System.Drawing.Point(334, 24);
  339. this.ItemForAdjaSatId.Name = "ItemForAdjaSatId";
  340. this.ItemForAdjaSatId.Size = new System.Drawing.Size(446, 26);
  341. this.ItemForAdjaSatId.Text = "信号邻星";
  342. this.ItemForAdjaSatId.TextSize = new System.Drawing.Size(48, 14);
  343. //
  344. // PesQueryCtrl
  345. //
  346. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  347. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  348. this.Controls.Add(this.dataLayoutControl1);
  349. this.Name = "PesQueryCtrl";
  350. this.Size = new System.Drawing.Size(1061, 60);
  351. ((System.ComponentModel.ISupportInitialize)(this.bsPesQuery)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
  353. this.dataLayoutControl1.ResumeLayout(false);
  354. ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties.CalendarTimeProperties)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties.CalendarTimeProperties)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.SigCategoryImageComboBoxEdit.Properties)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.MainSatIdLookUpEdit.Properties)).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.AdjaSatIdLookUpEdit.Properties)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.IsValidImageComboBoxEdit.Properties)).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.ItemForSigCategory)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.ItemForMainSatId)).EndInit();
  368. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  370. ((System.ComponentModel.ISupportInitialize)(this.ItemForIsValid)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.ItemForAdjaSatId)).EndInit();
  374. this.ResumeLayout(false);
  375. }
  376. #endregion
  377. private BindingSource bsPesQuery;
  378. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  379. private DevExpress.XtraLayout.LayoutControlGroup Root;
  380. private DevExpress.XtraEditors.DateEdit StartTimeDateEdit;
  381. private DevExpress.XtraEditors.DateEdit EndTimeDateEdit;
  382. private DevExpress.XtraEditors.ImageComboBoxEdit SigCategoryImageComboBoxEdit;
  383. private DevExpress.XtraEditors.LookUpEdit MainSatIdLookUpEdit;
  384. private DevExpress.XtraEditors.LookUpEdit AdjaSatIdLookUpEdit;
  385. private DevExpress.XtraEditors.ImageComboBoxEdit IsValidImageComboBoxEdit;
  386. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  387. private DevExpress.XtraLayout.LayoutControlItem ItemForStartTime;
  388. private DevExpress.XtraLayout.LayoutControlItem ItemForEndTime;
  389. private DevExpress.XtraLayout.LayoutControlItem ItemForSigCategory;
  390. private DevExpress.XtraLayout.LayoutControlItem ItemForMainSatId;
  391. private DevExpress.XtraLayout.LayoutControlItem ItemForAdjaSatId;
  392. private DevExpress.XtraLayout.LayoutControlItem ItemForIsValid;
  393. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  394. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  395. private DevExpress.XtraEditors.SimpleButton btnClear;
  396. private DevExpress.XtraEditors.SimpleButton btnQuery;
  397. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  398. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  399. }
  400. }