TskEditForm.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. namespace Ips.Sps.Tsks
  2. {
  3. partial class TskEditForm
  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. components = new System.ComponentModel.Container();
  29. DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
  30. DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
  31. DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
  32. DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
  33. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  34. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  35. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  36. bsTsk = new DevExpress.Xpo.XPBindingSource(components);
  37. dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  38. dxSigListCtrl = new DxSigs.DxSigListCtrl();
  39. tskAdcEditCtrl = new TskAdcEditCtrl();
  40. adjaSatsEdit = new Sigs.AdjaSatsEditCtrl();
  41. sigListCtrl = new Sigs.SigListCtrl();
  42. refSigListCtrl = new Sigs.SigListCtrl();
  43. NameTextEdit = new DevExpress.XtraEditors.TextEdit();
  44. MainSatIdLookUpEdit = new DevExpress.XtraEditors.LookUpEdit();
  45. bmgMain = new DevExpress.XtraBars.BarManager(components);
  46. tskToolBar = new DevExpress.XtraBars.Bar();
  47. btnSave = new DevExpress.XtraBars.BarButtonItem();
  48. btnSaveOther = new DevExpress.XtraBars.BarButtonItem();
  49. btnCancel = new DevExpress.XtraBars.BarButtonItem();
  50. barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  51. barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  52. barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  53. barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  54. bsSat = new DevExpress.Xpo.XPBindingSource(components);
  55. IsHistoryCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  56. DfLocCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  57. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  58. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  59. ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
  60. grpSigList = new DevExpress.XtraLayout.LayoutControlGroup();
  61. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  62. grpAdInfo = new DevExpress.XtraLayout.LayoutControlGroup();
  63. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  64. grpRefSigList = new DevExpress.XtraLayout.LayoutControlGroup();
  65. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  66. grpSatList = new DevExpress.XtraLayout.LayoutControlGroup();
  67. ItemForMainSatId = new DevExpress.XtraLayout.LayoutControlItem();
  68. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  69. ItemForIsHistory = new DevExpress.XtraLayout.LayoutControlItem();
  70. ItemForDfLoc = new DevExpress.XtraLayout.LayoutControlItem();
  71. grpDxSigs = new DevExpress.XtraLayout.LayoutControlGroup();
  72. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  73. ((System.ComponentModel.ISupportInitialize)bsTsk).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
  75. dataLayoutControl1.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)MainSatIdLookUpEdit.Properties).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)bsSat).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)IsHistoryCheckEdit.Properties).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)DfLocCheckEdit.Properties).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)grpSigList).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)grpAdInfo).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)grpRefSigList).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)grpSatList).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)ItemForMainSatId).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)ItemForIsHistory).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)ItemForDfLoc).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)grpDxSigs).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  98. SuspendLayout();
  99. //
  100. // bsTsk
  101. //
  102. bsTsk.ObjectType = typeof(Tsk);
  103. //
  104. // dataLayoutControl1
  105. //
  106. dataLayoutControl1.Controls.Add(dxSigListCtrl);
  107. dataLayoutControl1.Controls.Add(tskAdcEditCtrl);
  108. dataLayoutControl1.Controls.Add(adjaSatsEdit);
  109. dataLayoutControl1.Controls.Add(sigListCtrl);
  110. dataLayoutControl1.Controls.Add(refSigListCtrl);
  111. dataLayoutControl1.Controls.Add(NameTextEdit);
  112. dataLayoutControl1.Controls.Add(MainSatIdLookUpEdit);
  113. dataLayoutControl1.Controls.Add(IsHistoryCheckEdit);
  114. dataLayoutControl1.Controls.Add(DfLocCheckEdit);
  115. dataLayoutControl1.DataSource = bsTsk;
  116. dataLayoutControl1.Dock = DockStyle.Fill;
  117. dataLayoutControl1.Location = new Point(0, 0);
  118. dataLayoutControl1.Name = "dataLayoutControl1";
  119. dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1068, 240, 650, 400);
  120. dataLayoutControl1.Root = Root;
  121. dataLayoutControl1.Size = new Size(970, 663);
  122. dataLayoutControl1.TabIndex = 0;
  123. dataLayoutControl1.Text = "dataLayoutControl1";
  124. //
  125. // dxSigListCtrl
  126. //
  127. dxSigListCtrl.CtrlCaption = "干扰信号";
  128. dxSigListCtrl.Location = new Point(17, 530);
  129. dxSigListCtrl.Name = "dxSigListCtrl";
  130. dxSigListCtrl.Size = new Size(936, 116);
  131. dxSigListCtrl.TabIndex = 9;
  132. //
  133. // tskAdcEditCtrl
  134. //
  135. tskAdcEditCtrl.Location = new Point(7, 57);
  136. tskAdcEditCtrl.Name = "tskAdcEditCtrl";
  137. tskAdcEditCtrl.Size = new Size(956, 150);
  138. tskAdcEditCtrl.TabIndex = 6;
  139. //
  140. // adjaSatsEdit
  141. //
  142. adjaSatsEdit.Location = new Point(294, 30);
  143. adjaSatsEdit.Name = "adjaSatsEdit";
  144. adjaSatsEdit.Size = new Size(670, 20);
  145. adjaSatsEdit.TabIndex = 5;
  146. //
  147. // sigListCtrl
  148. //
  149. sigListCtrl.CtrlCaption = "信号列表";
  150. sigListCtrl.Location = new Point(6, 212);
  151. sigListCtrl.Name = "sigListCtrl";
  152. sigListCtrl.Size = new Size(958, 151);
  153. sigListCtrl.TabIndex = 7;
  154. //
  155. // refSigListCtrl
  156. //
  157. refSigListCtrl.CtrlCaption = "参考信号";
  158. refSigListCtrl.Location = new Point(6, 369);
  159. refSigListCtrl.Name = "refSigListCtrl";
  160. refSigListCtrl.Size = new Size(958, 144);
  161. refSigListCtrl.TabIndex = 8;
  162. //
  163. // NameTextEdit
  164. //
  165. NameTextEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "Name", true, DataSourceUpdateMode.OnPropertyChanged));
  166. NameTextEdit.Location = new Point(65, 5);
  167. NameTextEdit.Name = "NameTextEdit";
  168. NameTextEdit.Size = new Size(740, 20);
  169. NameTextEdit.StyleController = dataLayoutControl1;
  170. NameTextEdit.TabIndex = 0;
  171. //
  172. // MainSatIdLookUpEdit
  173. //
  174. MainSatIdLookUpEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "MainSatId", true, DataSourceUpdateMode.OnPropertyChanged));
  175. MainSatIdLookUpEdit.Location = new Point(66, 30);
  176. MainSatIdLookUpEdit.MenuManager = bmgMain;
  177. MainSatIdLookUpEdit.Name = "MainSatIdLookUpEdit";
  178. MainSatIdLookUpEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  179. MainSatIdLookUpEdit.Properties.Appearance.Options.UseTextOptions = true;
  180. MainSatIdLookUpEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  181. MainSatIdLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  182. MainSatIdLookUpEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 20, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatNum", "卫星编号", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "卫星名称", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatType", "卫星类型", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatTurn", "卫星本振(MHz)", 89, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default) });
  183. MainSatIdLookUpEdit.Properties.DataSource = bsSat;
  184. MainSatIdLookUpEdit.Properties.DisplayMember = "This";
  185. MainSatIdLookUpEdit.Properties.KeyMember = "Oid";
  186. MainSatIdLookUpEdit.Properties.NullText = "";
  187. MainSatIdLookUpEdit.Properties.NullValuePrompt = "主星信息";
  188. MainSatIdLookUpEdit.Properties.PopupWidth = 420;
  189. MainSatIdLookUpEdit.Properties.ValueMember = "Oid";
  190. MainSatIdLookUpEdit.Size = new Size(164, 20);
  191. MainSatIdLookUpEdit.StyleController = dataLayoutControl1;
  192. MainSatIdLookUpEdit.TabIndex = 4;
  193. MainSatIdLookUpEdit.EditValueChanged += SatText_EditValueChanged;
  194. //
  195. // bmgMain
  196. //
  197. bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] { tskToolBar });
  198. bmgMain.DockControls.Add(barDockControlTop);
  199. bmgMain.DockControls.Add(barDockControlBottom);
  200. bmgMain.DockControls.Add(barDockControlLeft);
  201. bmgMain.DockControls.Add(barDockControlRight);
  202. bmgMain.Form = this;
  203. bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] { btnSaveOther, btnSave, btnCancel });
  204. bmgMain.MaxItemId = 12;
  205. //
  206. // tskToolBar
  207. //
  208. tskToolBar.BarName = "任务工具栏";
  209. tskToolBar.DockCol = 0;
  210. tskToolBar.DockRow = 0;
  211. tskToolBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
  212. tskToolBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnSave), new DevExpress.XtraBars.LinkPersistInfo(btnSaveOther), new DevExpress.XtraBars.LinkPersistInfo(btnCancel) });
  213. tskToolBar.OptionsBar.AllowQuickCustomization = false;
  214. tskToolBar.OptionsBar.DrawDragBorder = false;
  215. tskToolBar.OptionsBar.UseWholeRow = true;
  216. tskToolBar.Text = "Custom 4";
  217. //
  218. // btnSave
  219. //
  220. btnSave.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
  221. btnSave.Caption = "保存";
  222. btnSave.Id = 10;
  223. btnSave.ImageOptions.ImageUri.Uri = "Save";
  224. btnSave.Name = "btnSave";
  225. btnSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  226. toolTipItem1.Text = "保存任务";
  227. superToolTip1.Items.Add(toolTipItem1);
  228. btnSave.SuperTip = superToolTip1;
  229. btnSave.ItemClick += btnSave_Click;
  230. //
  231. // btnSaveOther
  232. //
  233. btnSaveOther.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
  234. btnSaveOther.Caption = "另存";
  235. btnSaveOther.Id = 9;
  236. btnSaveOther.ImageOptions.ImageUri.Uri = "SaveAs";
  237. btnSaveOther.Name = "btnSaveOther";
  238. btnSaveOther.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  239. toolTipItem2.Text = "另存为新任务";
  240. superToolTip2.Items.Add(toolTipItem2);
  241. btnSaveOther.SuperTip = superToolTip2;
  242. btnSaveOther.ItemClick += btnSaveOther_Click;
  243. //
  244. // btnCancel
  245. //
  246. btnCancel.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
  247. btnCancel.Caption = "取消";
  248. btnCancel.Id = 11;
  249. btnCancel.ImageOptions.ImageUri.Uri = "richedit/clearheaderandfooter";
  250. btnCancel.Name = "btnCancel";
  251. btnCancel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  252. btnCancel.ItemClick += btnCancel_Click;
  253. //
  254. // barDockControlTop
  255. //
  256. barDockControlTop.CausesValidation = false;
  257. barDockControlTop.Dock = DockStyle.Top;
  258. barDockControlTop.Location = new Point(0, 0);
  259. barDockControlTop.Manager = bmgMain;
  260. barDockControlTop.Size = new Size(970, 0);
  261. //
  262. // barDockControlBottom
  263. //
  264. barDockControlBottom.CausesValidation = false;
  265. barDockControlBottom.Dock = DockStyle.Bottom;
  266. barDockControlBottom.Location = new Point(0, 663);
  267. barDockControlBottom.Manager = bmgMain;
  268. barDockControlBottom.Size = new Size(970, 24);
  269. //
  270. // barDockControlLeft
  271. //
  272. barDockControlLeft.CausesValidation = false;
  273. barDockControlLeft.Dock = DockStyle.Left;
  274. barDockControlLeft.Location = new Point(0, 0);
  275. barDockControlLeft.Manager = bmgMain;
  276. barDockControlLeft.Size = new Size(0, 663);
  277. //
  278. // barDockControlRight
  279. //
  280. barDockControlRight.CausesValidation = false;
  281. barDockControlRight.Dock = DockStyle.Right;
  282. barDockControlRight.Location = new Point(970, 0);
  283. barDockControlRight.Manager = bmgMain;
  284. barDockControlRight.Size = new Size(0, 663);
  285. //
  286. // bsSat
  287. //
  288. bsSat.ObjectType = typeof(Sats.Sat);
  289. //
  290. // IsHistoryCheckEdit
  291. //
  292. IsHistoryCheckEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "IsHistory", true, DataSourceUpdateMode.OnPropertyChanged));
  293. IsHistoryCheckEdit.Location = new Point(884, 5);
  294. IsHistoryCheckEdit.MenuManager = bmgMain;
  295. IsHistoryCheckEdit.Name = "IsHistoryCheckEdit";
  296. IsHistoryCheckEdit.Properties.AllowFocused = false;
  297. IsHistoryCheckEdit.Properties.Caption = "历史任务";
  298. IsHistoryCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  299. IsHistoryCheckEdit.Size = new Size(81, 20);
  300. IsHistoryCheckEdit.StyleController = dataLayoutControl1;
  301. IsHistoryCheckEdit.TabIndex = 3;
  302. //
  303. // DfLocCheckEdit
  304. //
  305. DfLocCheckEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "DfLoc", true, DataSourceUpdateMode.OnPropertyChanged));
  306. DfLocCheckEdit.Location = new Point(809, 5);
  307. DfLocCheckEdit.MenuManager = bmgMain;
  308. DfLocCheckEdit.Name = "DfLocCheckEdit";
  309. DfLocCheckEdit.Properties.Caption = "频差定位";
  310. DfLocCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  311. DfLocCheckEdit.Size = new Size(71, 20);
  312. DfLocCheckEdit.StyleController = dataLayoutControl1;
  313. DfLocCheckEdit.TabIndex = 2;
  314. //
  315. // Root
  316. //
  317. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  318. Root.GroupBordersVisible = false;
  319. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
  320. Root.Name = "Root";
  321. Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  322. Root.Size = new Size(970, 663);
  323. Root.TextVisible = false;
  324. //
  325. // layoutControlGroup1
  326. //
  327. layoutControlGroup1.AllowDrawBackground = false;
  328. layoutControlGroup1.GroupBordersVisible = false;
  329. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, grpSigList, grpRefSigList, grpSatList, ItemForIsHistory, ItemForDfLoc, grpDxSigs });
  330. layoutControlGroup1.Location = new Point(0, 0);
  331. layoutControlGroup1.Name = "autoGeneratedGroup0";
  332. layoutControlGroup1.Size = new Size(964, 657);
  333. //
  334. // ItemForName
  335. //
  336. ItemForName.Control = NameTextEdit;
  337. ItemForName.Location = new Point(0, 0);
  338. ItemForName.Name = "ItemForName";
  339. ItemForName.Size = new Size(804, 24);
  340. ItemForName.Text = "任务名称";
  341. ItemForName.TextSize = new Size(48, 14);
  342. //
  343. // grpSigList
  344. //
  345. buttonImageOptions1.ImageUri.Uri = "AddNewDataSource";
  346. buttonImageOptions1.SvgImageSize = new Size(16, 16);
  347. buttonImageOptions2.ImageUri.Uri = "icon%20builder/actions_add";
  348. buttonImageOptions2.SvgImageSize = new Size(16, 16);
  349. buttonImageOptions3.ImageUri.Uri = "icon%20builder/actions_remove";
  350. buttonImageOptions3.SvgImageSize = new Size(16, 16);
  351. grpSigList.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("选择", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("添加", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除", false, buttonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1) });
  352. grpSigList.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
  353. grpSigList.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, grpAdInfo });
  354. grpSigList.Location = new Point(0, 50);
  355. grpSigList.Name = "grpSigList";
  356. grpSigList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  357. grpSigList.Size = new Size(964, 313);
  358. grpSigList.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  359. grpSigList.Text = "信号列表";
  360. grpSigList.TextVisible = false;
  361. //
  362. // layoutControlItem4
  363. //
  364. layoutControlItem4.Control = sigListCtrl;
  365. layoutControlItem4.Location = new Point(0, 156);
  366. layoutControlItem4.MaxSize = new Size(0, 155);
  367. layoutControlItem4.MinSize = new Size(5, 155);
  368. layoutControlItem4.Name = "layoutControlItem4";
  369. layoutControlItem4.Size = new Size(962, 155);
  370. layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  371. layoutControlItem4.TextSize = new Size(0, 0);
  372. layoutControlItem4.TextVisible = false;
  373. //
  374. // grpAdInfo
  375. //
  376. grpAdInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
  377. grpAdInfo.Location = new Point(0, 0);
  378. grpAdInfo.Name = "grpAdInfo";
  379. grpAdInfo.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  380. grpAdInfo.Size = new Size(962, 156);
  381. grpAdInfo.TextVisible = false;
  382. //
  383. // layoutControlItem1
  384. //
  385. layoutControlItem1.Control = tskAdcEditCtrl;
  386. layoutControlItem1.Location = new Point(0, 0);
  387. layoutControlItem1.MaxSize = new Size(0, 150);
  388. layoutControlItem1.MinSize = new Size(5, 150);
  389. layoutControlItem1.Name = "layoutControlItem1";
  390. layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  391. layoutControlItem1.Size = new Size(956, 150);
  392. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  393. layoutControlItem1.TextSize = new Size(0, 0);
  394. layoutControlItem1.TextVisible = false;
  395. //
  396. // grpRefSigList
  397. //
  398. grpRefSigList.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 });
  399. grpRefSigList.Location = new Point(0, 363);
  400. grpRefSigList.Name = "grpRefSigList";
  401. grpRefSigList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  402. grpRefSigList.Size = new Size(964, 150);
  403. grpRefSigList.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  404. grpRefSigList.TextVisible = false;
  405. //
  406. // layoutControlItem3
  407. //
  408. layoutControlItem3.Control = refSigListCtrl;
  409. layoutControlItem3.Location = new Point(0, 0);
  410. layoutControlItem3.MaxSize = new Size(0, 148);
  411. layoutControlItem3.MinSize = new Size(5, 148);
  412. layoutControlItem3.Name = "layoutControlItem3";
  413. layoutControlItem3.Size = new Size(962, 148);
  414. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  415. layoutControlItem3.TextSize = new Size(0, 0);
  416. layoutControlItem3.TextVisible = false;
  417. //
  418. // grpSatList
  419. //
  420. grpSatList.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForMainSatId, layoutControlItem2 });
  421. grpSatList.Location = new Point(0, 24);
  422. grpSatList.Name = "grpSatList";
  423. grpSatList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  424. grpSatList.Size = new Size(964, 26);
  425. grpSatList.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  426. grpSatList.TextVisible = false;
  427. //
  428. // ItemForMainSatId
  429. //
  430. ItemForMainSatId.Control = MainSatIdLookUpEdit;
  431. ItemForMainSatId.Location = new Point(0, 0);
  432. ItemForMainSatId.MaxSize = new Size(228, 24);
  433. ItemForMainSatId.MinSize = new Size(228, 24);
  434. ItemForMainSatId.Name = "ItemForMainSatId";
  435. ItemForMainSatId.Size = new Size(228, 24);
  436. ItemForMainSatId.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  437. ItemForMainSatId.Text = "任务主星";
  438. ItemForMainSatId.TextSize = new Size(48, 14);
  439. //
  440. // layoutControlItem2
  441. //
  442. layoutControlItem2.Control = adjaSatsEdit;
  443. layoutControlItem2.Location = new Point(228, 0);
  444. layoutControlItem2.Name = "layoutControlItem2";
  445. layoutControlItem2.Size = new Size(734, 24);
  446. layoutControlItem2.Text = "任务邻星";
  447. layoutControlItem2.TextSize = new Size(48, 14);
  448. //
  449. // ItemForIsHistory
  450. //
  451. ItemForIsHistory.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  452. ItemForIsHistory.Control = IsHistoryCheckEdit;
  453. ItemForIsHistory.Location = new Point(879, 0);
  454. ItemForIsHistory.MaxSize = new Size(85, 24);
  455. ItemForIsHistory.MinSize = new Size(85, 24);
  456. ItemForIsHistory.Name = "ItemForIsHistory";
  457. ItemForIsHistory.Size = new Size(85, 24);
  458. ItemForIsHistory.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  459. ItemForIsHistory.Text = "历史任务";
  460. ItemForIsHistory.TextSize = new Size(0, 0);
  461. ItemForIsHistory.TextVisible = false;
  462. ItemForIsHistory.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  463. //
  464. // ItemForDfLoc
  465. //
  466. ItemForDfLoc.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  467. ItemForDfLoc.Control = DfLocCheckEdit;
  468. ItemForDfLoc.Location = new Point(804, 0);
  469. ItemForDfLoc.MaxSize = new Size(75, 24);
  470. ItemForDfLoc.MinSize = new Size(75, 24);
  471. ItemForDfLoc.Name = "ItemForDfLoc";
  472. ItemForDfLoc.Size = new Size(75, 24);
  473. ItemForDfLoc.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  474. ItemForDfLoc.Text = "频差定位";
  475. ItemForDfLoc.TextSize = new Size(0, 0);
  476. ItemForDfLoc.TextVisible = false;
  477. //
  478. // grpDxSigs
  479. //
  480. grpDxSigs.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 });
  481. grpDxSigs.Location = new Point(0, 513);
  482. grpDxSigs.Name = "grpDxSigs";
  483. grpDxSigs.Size = new Size(964, 144);
  484. grpDxSigs.TextVisible = false;
  485. //
  486. // layoutControlItem5
  487. //
  488. layoutControlItem5.Control = dxSigListCtrl;
  489. layoutControlItem5.Location = new Point(0, 0);
  490. layoutControlItem5.MinSize = new Size(5, 5);
  491. layoutControlItem5.Name = "layoutControlItem5";
  492. layoutControlItem5.Size = new Size(940, 120);
  493. layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  494. layoutControlItem5.TextSize = new Size(0, 0);
  495. layoutControlItem5.TextVisible = false;
  496. //
  497. // TskEditForm
  498. //
  499. AutoScaleDimensions = new SizeF(7F, 14F);
  500. AutoScaleMode = AutoScaleMode.Font;
  501. ClientSize = new Size(970, 687);
  502. Controls.Add(dataLayoutControl1);
  503. Controls.Add(barDockControlLeft);
  504. Controls.Add(barDockControlRight);
  505. Controls.Add(barDockControlBottom);
  506. Controls.Add(barDockControlTop);
  507. IconOptions.ShowIcon = false;
  508. Name = "TskEditForm";
  509. StartPosition = FormStartPosition.CenterParent;
  510. Text = " 任务信息";
  511. Load += TskEditForm_Load;
  512. ((System.ComponentModel.ISupportInitialize)bsTsk).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
  514. dataLayoutControl1.ResumeLayout(false);
  515. ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit();
  516. ((System.ComponentModel.ISupportInitialize)MainSatIdLookUpEdit.Properties).EndInit();
  517. ((System.ComponentModel.ISupportInitialize)bmgMain).EndInit();
  518. ((System.ComponentModel.ISupportInitialize)bsSat).EndInit();
  519. ((System.ComponentModel.ISupportInitialize)IsHistoryCheckEdit.Properties).EndInit();
  520. ((System.ComponentModel.ISupportInitialize)DfLocCheckEdit.Properties).EndInit();
  521. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  522. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)ItemForName).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)grpSigList).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)grpAdInfo).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)grpRefSigList).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)grpSatList).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)ItemForMainSatId).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  533. ((System.ComponentModel.ISupportInitialize)ItemForIsHistory).EndInit();
  534. ((System.ComponentModel.ISupportInitialize)ItemForDfLoc).EndInit();
  535. ((System.ComponentModel.ISupportInitialize)grpDxSigs).EndInit();
  536. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  537. ResumeLayout(false);
  538. PerformLayout();
  539. }
  540. #endregion
  541. private DevExpress.Xpo.XPBindingSource bsTsk;
  542. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  543. private DevExpress.XtraLayout.LayoutControlGroup Root;
  544. private DevExpress.XtraEditors.TextEdit NameTextEdit;
  545. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  546. private DevExpress.XtraLayout.LayoutControlItem ItemForName;
  547. private DevExpress.XtraLayout.LayoutControlGroup grpSigList;
  548. private DevExpress.XtraBars.BarManager bmgMain;
  549. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  550. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  551. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  552. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  553. private DevExpress.XtraBars.Bar tskToolBar;
  554. private DevExpress.XtraBars.BarButtonItem btnSaveOther;
  555. private DevExpress.XtraBars.BarButtonItem btnSave;
  556. private DevExpress.XtraBars.BarButtonItem btnCancel;
  557. private Sigs.SigListCtrl refSigListCtrl;
  558. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  559. private DevExpress.XtraLayout.LayoutControlGroup grpRefSigList;
  560. private Sigs.SigListCtrl sigListCtrl;
  561. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  562. private DevExpress.XtraEditors.LookUpEdit MainSatIdLookUpEdit;
  563. private DevExpress.XtraLayout.LayoutControlItem ItemForMainSatId;
  564. private Sigs.AdjaSatsEditCtrl adjaSatsEdit;
  565. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  566. private DevExpress.Xpo.XPBindingSource bsSat;
  567. private TskAdcEditCtrl tskAdcEditCtrl;
  568. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  569. private DevExpress.XtraLayout.LayoutControlGroup grpAdInfo;
  570. private DevExpress.XtraLayout.LayoutControlGroup grpSatList;
  571. private DevExpress.XtraEditors.CheckEdit IsHistoryCheckEdit;
  572. private DevExpress.XtraLayout.LayoutControlItem ItemForIsHistory;
  573. private DevExpress.XtraEditors.CheckEdit DfLocCheckEdit;
  574. private DevExpress.XtraLayout.LayoutControlItem ItemForDfLoc;
  575. private DxSigs.DxSigListCtrl dxSigListCtrl;
  576. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  577. private DevExpress.XtraLayout.LayoutControlGroup grpDxSigs;
  578. }
  579. }