TaskEditor.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. namespace DataSimulation.Forms.EditForms
  2. {
  3. partial class TaskEditor
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  39. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  40. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  41. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  42. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  43. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  44. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  45. this.txtHj = new DevExpress.XtraEditors.SearchLookUpEdit();
  46. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  47. this.mapControl = new DevExpress.XtraMap.MapControl();
  48. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  49. this.btnSaveOther = new DevExpress.XtraEditors.SimpleButton();
  50. this.txtSpeed = new DevExpress.XtraEditors.ButtonEdit();
  51. this.txtBand = new DevExpress.XtraEditors.ButtonEdit();
  52. this.txtFreqUp = new DevExpress.XtraEditors.ButtonEdit();
  53. this.txtRefStation = new DevExpress.XtraEditors.ImageComboBoxEdit();
  54. this.txtTx = new DevExpress.XtraEditors.ImageComboBoxEdit();
  55. this.txtAdjaSat2 = new DevExpress.XtraEditors.SearchLookUpEdit();
  56. this.searchLookUpEdit3View = new DevExpress.XtraGrid.Views.Grid.GridView();
  57. this.txtAdjaSat1 = new DevExpress.XtraEditors.SearchLookUpEdit();
  58. this.searchLookUpEdit2View = new DevExpress.XtraGrid.Views.Grid.GridView();
  59. this.txtMainSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  60. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  61. this.radioSimulationType = new DevExpress.XtraEditors.RadioGroup();
  62. this.txtTaskName = new DevExpress.XtraEditors.TextEdit();
  63. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  64. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  68. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  70. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  72. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  73. this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
  74. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  75. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  76. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  77. this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  78. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  79. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  80. this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
  81. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  83. this.layoutControl1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.txtHj.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.txtSpeed.Properties)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.txtBand.Properties)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.txtFreqUp.Properties)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtRefStation.Properties)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtTx.Properties)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaSat2.Properties)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit3View)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaSat1.Properties)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit2View)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.radioSimulationType.Properties)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  119. this.SuspendLayout();
  120. //
  121. // layoutControl1
  122. //
  123. this.layoutControl1.Controls.Add(this.txtHj);
  124. this.layoutControl1.Controls.Add(this.mapControl);
  125. this.layoutControl1.Controls.Add(this.btnSave);
  126. this.layoutControl1.Controls.Add(this.btnSaveOther);
  127. this.layoutControl1.Controls.Add(this.txtSpeed);
  128. this.layoutControl1.Controls.Add(this.txtBand);
  129. this.layoutControl1.Controls.Add(this.txtFreqUp);
  130. this.layoutControl1.Controls.Add(this.txtRefStation);
  131. this.layoutControl1.Controls.Add(this.txtTx);
  132. this.layoutControl1.Controls.Add(this.txtAdjaSat2);
  133. this.layoutControl1.Controls.Add(this.txtAdjaSat1);
  134. this.layoutControl1.Controls.Add(this.txtMainSat);
  135. this.layoutControl1.Controls.Add(this.radioSimulationType);
  136. this.layoutControl1.Controls.Add(this.txtTaskName);
  137. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  139. this.layoutControl1.Name = "layoutControl1";
  140. this.layoutControl1.Root = this.Root;
  141. this.layoutControl1.Size = new System.Drawing.Size(1243, 553);
  142. this.layoutControl1.TabIndex = 0;
  143. this.layoutControl1.Text = "layoutControl1";
  144. //
  145. // txtHj
  146. //
  147. this.txtHj.Location = new System.Drawing.Point(12, 338);
  148. this.txtHj.Name = "txtHj";
  149. this.txtHj.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  150. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  151. this.txtHj.Properties.PopupView = this.gridView1;
  152. this.txtHj.Size = new System.Drawing.Size(291, 20);
  153. this.txtHj.StyleController = this.layoutControl1;
  154. this.txtHj.TabIndex = 17;
  155. //
  156. // gridView1
  157. //
  158. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  159. this.gridView1.Name = "gridView1";
  160. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  161. this.gridView1.OptionsView.ShowGroupPanel = false;
  162. //
  163. // mapControl
  164. //
  165. this.mapControl.Location = new System.Drawing.Point(317, 12);
  166. this.mapControl.Name = "mapControl";
  167. this.mapControl.Size = new System.Drawing.Size(914, 529);
  168. this.mapControl.TabIndex = 16;
  169. //
  170. // btnSave
  171. //
  172. this.btnSave.Location = new System.Drawing.Point(266, 519);
  173. this.btnSave.Name = "btnSave";
  174. this.btnSave.Size = new System.Drawing.Size(37, 22);
  175. this.btnSave.StyleController = this.layoutControl1;
  176. this.btnSave.TabIndex = 15;
  177. this.btnSave.Text = "保存";
  178. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  179. //
  180. // btnSaveOther
  181. //
  182. this.btnSaveOther.Location = new System.Drawing.Point(226, 519);
  183. this.btnSaveOther.Name = "btnSaveOther";
  184. this.btnSaveOther.Size = new System.Drawing.Size(36, 22);
  185. this.btnSaveOther.StyleController = this.layoutControl1;
  186. this.btnSaveOther.TabIndex = 14;
  187. this.btnSaveOther.Text = "另存";
  188. this.btnSaveOther.Visible = false;
  189. this.btnSaveOther.Click += new System.EventHandler(this.btnSaveOther_Click);
  190. //
  191. // txtSpeed
  192. //
  193. this.txtSpeed.Location = new System.Drawing.Point(12, 467);
  194. this.txtSpeed.Name = "txtSpeed";
  195. this.txtSpeed.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  196. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "m/s", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  197. this.txtSpeed.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  198. this.txtSpeed.Properties.MaskSettings.Set("mask", "f3");
  199. this.txtSpeed.Size = new System.Drawing.Size(291, 23);
  200. this.txtSpeed.StyleController = this.layoutControl1;
  201. this.txtSpeed.TabIndex = 13;
  202. //
  203. // txtBand
  204. //
  205. this.txtBand.Location = new System.Drawing.Point(12, 423);
  206. this.txtBand.Name = "txtBand";
  207. this.txtBand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  208. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  209. this.txtBand.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  210. this.txtBand.Properties.MaskSettings.Set("mask", "f3");
  211. this.txtBand.Size = new System.Drawing.Size(291, 23);
  212. this.txtBand.StyleController = this.layoutControl1;
  213. this.txtBand.TabIndex = 12;
  214. //
  215. // txtFreqUp
  216. //
  217. this.txtFreqUp.Location = new System.Drawing.Point(12, 379);
  218. this.txtFreqUp.Name = "txtFreqUp";
  219. this.txtFreqUp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  220. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  221. this.txtFreqUp.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  222. this.txtFreqUp.Properties.MaskSettings.Set("mask", "f3");
  223. this.txtFreqUp.Size = new System.Drawing.Size(291, 23);
  224. this.txtFreqUp.StyleController = this.layoutControl1;
  225. this.txtFreqUp.TabIndex = 11;
  226. //
  227. // txtRefStation
  228. //
  229. this.txtRefStation.Location = new System.Drawing.Point(12, 297);
  230. this.txtRefStation.Name = "txtRefStation";
  231. this.txtRefStation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  232. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  233. this.txtRefStation.Size = new System.Drawing.Size(291, 20);
  234. this.txtRefStation.StyleController = this.layoutControl1;
  235. this.txtRefStation.TabIndex = 10;
  236. //
  237. // txtTx
  238. //
  239. this.txtTx.Location = new System.Drawing.Point(12, 256);
  240. this.txtTx.Name = "txtTx";
  241. this.txtTx.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  242. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  243. this.txtTx.Size = new System.Drawing.Size(291, 20);
  244. this.txtTx.StyleController = this.layoutControl1;
  245. this.txtTx.TabIndex = 9;
  246. //
  247. // txtAdjaSat2
  248. //
  249. this.txtAdjaSat2.Location = new System.Drawing.Point(12, 215);
  250. this.txtAdjaSat2.Name = "txtAdjaSat2";
  251. this.txtAdjaSat2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  252. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  253. this.txtAdjaSat2.Properties.PopupView = this.searchLookUpEdit3View;
  254. this.txtAdjaSat2.Size = new System.Drawing.Size(291, 20);
  255. this.txtAdjaSat2.StyleController = this.layoutControl1;
  256. this.txtAdjaSat2.TabIndex = 8;
  257. //
  258. // searchLookUpEdit3View
  259. //
  260. this.searchLookUpEdit3View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  261. this.searchLookUpEdit3View.Name = "searchLookUpEdit3View";
  262. this.searchLookUpEdit3View.OptionsSelection.EnableAppearanceFocusedCell = false;
  263. this.searchLookUpEdit3View.OptionsView.ShowGroupPanel = false;
  264. //
  265. // txtAdjaSat1
  266. //
  267. this.txtAdjaSat1.Location = new System.Drawing.Point(12, 174);
  268. this.txtAdjaSat1.Name = "txtAdjaSat1";
  269. this.txtAdjaSat1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  270. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  271. this.txtAdjaSat1.Properties.PopupView = this.searchLookUpEdit2View;
  272. this.txtAdjaSat1.Size = new System.Drawing.Size(291, 20);
  273. this.txtAdjaSat1.StyleController = this.layoutControl1;
  274. this.txtAdjaSat1.TabIndex = 7;
  275. //
  276. // searchLookUpEdit2View
  277. //
  278. this.searchLookUpEdit2View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  279. this.searchLookUpEdit2View.Name = "searchLookUpEdit2View";
  280. this.searchLookUpEdit2View.OptionsSelection.EnableAppearanceFocusedCell = false;
  281. this.searchLookUpEdit2View.OptionsView.ShowGroupPanel = false;
  282. //
  283. // txtMainSat
  284. //
  285. this.txtMainSat.Location = new System.Drawing.Point(12, 133);
  286. this.txtMainSat.Name = "txtMainSat";
  287. this.txtMainSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  288. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  289. this.txtMainSat.Properties.PopupView = this.searchLookUpEdit1View;
  290. this.txtMainSat.Size = new System.Drawing.Size(291, 20);
  291. this.txtMainSat.StyleController = this.layoutControl1;
  292. this.txtMainSat.TabIndex = 6;
  293. //
  294. // searchLookUpEdit1View
  295. //
  296. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  297. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  298. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  299. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  300. //
  301. // radioSimulationType
  302. //
  303. this.radioSimulationType.Location = new System.Drawing.Point(12, 70);
  304. this.radioSimulationType.Name = "radioSimulationType";
  305. this.radioSimulationType.Size = new System.Drawing.Size(291, 42);
  306. this.radioSimulationType.StyleController = this.layoutControl1;
  307. this.radioSimulationType.TabIndex = 5;
  308. //
  309. // txtTaskName
  310. //
  311. this.txtTaskName.Location = new System.Drawing.Point(12, 29);
  312. this.txtTaskName.Name = "txtTaskName";
  313. this.txtTaskName.Size = new System.Drawing.Size(291, 20);
  314. this.txtTaskName.StyleController = this.layoutControl1;
  315. this.txtTaskName.TabIndex = 4;
  316. //
  317. // Root
  318. //
  319. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  320. this.Root.GroupBordersVisible = false;
  321. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  322. this.layoutControlItem1,
  323. this.layoutControlItem2,
  324. this.layoutControlItem3,
  325. this.layoutControlItem4,
  326. this.layoutControlItem5,
  327. this.layoutControlItem6,
  328. this.layoutControlItem8,
  329. this.layoutControlItem11,
  330. this.layoutControlItem12,
  331. this.layoutControlItem13,
  332. this.layoutControlItem7,
  333. this.layoutControlItem9,
  334. this.layoutControlItem10,
  335. this.splitterItem1,
  336. this.emptySpaceItem1,
  337. this.emptySpaceItem2,
  338. this.layoutControlItem14});
  339. this.Root.Name = "Root";
  340. this.Root.Size = new System.Drawing.Size(1243, 553);
  341. this.Root.TextVisible = false;
  342. //
  343. // layoutControlItem1
  344. //
  345. this.layoutControlItem1.Control = this.txtTaskName;
  346. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  347. this.layoutControlItem1.Name = "layoutControlItem1";
  348. this.layoutControlItem1.Size = new System.Drawing.Size(295, 41);
  349. this.layoutControlItem1.Text = "任务名称";
  350. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  351. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  352. //
  353. // layoutControlItem2
  354. //
  355. this.layoutControlItem2.Control = this.radioSimulationType;
  356. this.layoutControlItem2.Location = new System.Drawing.Point(0, 41);
  357. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 60);
  358. this.layoutControlItem2.Name = "layoutControlItem2";
  359. this.layoutControlItem2.Size = new System.Drawing.Size(295, 63);
  360. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  361. this.layoutControlItem2.Text = "仿真类型";
  362. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  363. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  364. //
  365. // layoutControlItem3
  366. //
  367. this.layoutControlItem3.Control = this.txtMainSat;
  368. this.layoutControlItem3.Location = new System.Drawing.Point(0, 104);
  369. this.layoutControlItem3.Name = "layoutControlItem3";
  370. this.layoutControlItem3.Size = new System.Drawing.Size(295, 41);
  371. this.layoutControlItem3.Text = "主星";
  372. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  373. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  374. //
  375. // layoutControlItem4
  376. //
  377. this.layoutControlItem4.Control = this.txtAdjaSat1;
  378. this.layoutControlItem4.Location = new System.Drawing.Point(0, 145);
  379. this.layoutControlItem4.Name = "layoutControlItem4";
  380. this.layoutControlItem4.Size = new System.Drawing.Size(295, 41);
  381. this.layoutControlItem4.Text = "邻星1";
  382. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  383. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  384. //
  385. // layoutControlItem5
  386. //
  387. this.layoutControlItem5.Control = this.txtAdjaSat2;
  388. this.layoutControlItem5.Location = new System.Drawing.Point(0, 186);
  389. this.layoutControlItem5.Name = "layoutControlItem5";
  390. this.layoutControlItem5.Size = new System.Drawing.Size(295, 41);
  391. this.layoutControlItem5.Text = "邻星2";
  392. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  393. this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
  394. //
  395. // layoutControlItem6
  396. //
  397. this.layoutControlItem6.Control = this.txtTx;
  398. this.layoutControlItem6.Location = new System.Drawing.Point(0, 227);
  399. this.layoutControlItem6.Name = "layoutControlItem6";
  400. this.layoutControlItem6.Size = new System.Drawing.Size(295, 41);
  401. this.layoutControlItem6.Text = "天线";
  402. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  403. this.layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
  404. //
  405. // layoutControlItem8
  406. //
  407. this.layoutControlItem8.Control = this.txtFreqUp;
  408. this.layoutControlItem8.Location = new System.Drawing.Point(0, 350);
  409. this.layoutControlItem8.Name = "layoutControlItem8";
  410. this.layoutControlItem8.Size = new System.Drawing.Size(295, 44);
  411. this.layoutControlItem8.Text = "上行频点";
  412. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  413. this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
  414. //
  415. // layoutControlItem11
  416. //
  417. this.layoutControlItem11.Control = this.btnSaveOther;
  418. this.layoutControlItem11.Location = new System.Drawing.Point(214, 507);
  419. this.layoutControlItem11.Name = "layoutControlItem11";
  420. this.layoutControlItem11.Size = new System.Drawing.Size(40, 26);
  421. this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
  422. this.layoutControlItem11.TextVisible = false;
  423. this.layoutControlItem11.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  424. //
  425. // layoutControlItem12
  426. //
  427. this.layoutControlItem12.Control = this.btnSave;
  428. this.layoutControlItem12.Location = new System.Drawing.Point(254, 507);
  429. this.layoutControlItem12.Name = "layoutControlItem12";
  430. this.layoutControlItem12.Size = new System.Drawing.Size(41, 26);
  431. this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
  432. this.layoutControlItem12.TextVisible = false;
  433. //
  434. // layoutControlItem13
  435. //
  436. this.layoutControlItem13.Control = this.mapControl;
  437. this.layoutControlItem13.Location = new System.Drawing.Point(305, 0);
  438. this.layoutControlItem13.Name = "layoutControlItem13";
  439. this.layoutControlItem13.Size = new System.Drawing.Size(918, 533);
  440. this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
  441. this.layoutControlItem13.TextVisible = false;
  442. //
  443. // layoutControlItem7
  444. //
  445. this.layoutControlItem7.Control = this.txtRefStation;
  446. this.layoutControlItem7.Location = new System.Drawing.Point(0, 268);
  447. this.layoutControlItem7.Name = "layoutControlItem7";
  448. this.layoutControlItem7.Size = new System.Drawing.Size(295, 41);
  449. this.layoutControlItem7.Text = "参考站";
  450. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  451. this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
  452. //
  453. // layoutControlItem9
  454. //
  455. this.layoutControlItem9.Control = this.txtBand;
  456. this.layoutControlItem9.Location = new System.Drawing.Point(0, 394);
  457. this.layoutControlItem9.Name = "layoutControlItem9";
  458. this.layoutControlItem9.Size = new System.Drawing.Size(295, 44);
  459. this.layoutControlItem9.Text = "信号带宽";
  460. this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
  461. this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14);
  462. //
  463. // layoutControlItem10
  464. //
  465. this.layoutControlItem10.Control = this.txtSpeed;
  466. this.layoutControlItem10.Location = new System.Drawing.Point(0, 438);
  467. this.layoutControlItem10.Name = "layoutControlItem10";
  468. this.layoutControlItem10.Size = new System.Drawing.Size(295, 44);
  469. this.layoutControlItem10.Text = "速度";
  470. this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
  471. this.layoutControlItem10.TextSize = new System.Drawing.Size(48, 14);
  472. //
  473. // splitterItem1
  474. //
  475. this.splitterItem1.AllowHotTrack = true;
  476. this.splitterItem1.Location = new System.Drawing.Point(295, 0);
  477. this.splitterItem1.Name = "splitterItem1";
  478. this.splitterItem1.Size = new System.Drawing.Size(10, 533);
  479. //
  480. // emptySpaceItem1
  481. //
  482. this.emptySpaceItem1.AllowHotTrack = false;
  483. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 507);
  484. this.emptySpaceItem1.Name = "emptySpaceItem1";
  485. this.emptySpaceItem1.Size = new System.Drawing.Size(214, 26);
  486. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  487. //
  488. // emptySpaceItem2
  489. //
  490. this.emptySpaceItem2.AllowHotTrack = false;
  491. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 482);
  492. this.emptySpaceItem2.Name = "emptySpaceItem2";
  493. this.emptySpaceItem2.Size = new System.Drawing.Size(295, 25);
  494. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  495. //
  496. // layoutControlItem14
  497. //
  498. this.layoutControlItem14.Control = this.txtHj;
  499. this.layoutControlItem14.Location = new System.Drawing.Point(0, 309);
  500. this.layoutControlItem14.Name = "layoutControlItem14";
  501. this.layoutControlItem14.Size = new System.Drawing.Size(295, 41);
  502. this.layoutControlItem14.Text = "航迹";
  503. this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top;
  504. this.layoutControlItem14.TextSize = new System.Drawing.Size(48, 14);
  505. //
  506. // dxErrorProvider
  507. //
  508. this.dxErrorProvider.ContainerControl = this;
  509. //
  510. // TaskEditor
  511. //
  512. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  513. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  514. this.ClientSize = new System.Drawing.Size(1243, 553);
  515. this.Controls.Add(this.layoutControl1);
  516. this.Name = "TaskEditor";
  517. this.Text = "TaskEditor";
  518. this.Load += new System.EventHandler(this.TaskEditor_Load);
  519. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  520. this.layoutControl1.ResumeLayout(false);
  521. ((System.ComponentModel.ISupportInitialize)(this.txtHj.Properties)).EndInit();
  522. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)(this.txtSpeed.Properties)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.txtBand.Properties)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.txtFreqUp.Properties)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.txtRefStation.Properties)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.txtTx.Properties)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaSat2.Properties)).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit3View)).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaSat1.Properties)).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit2View)).EndInit();
  533. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).EndInit();
  534. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  535. ((System.ComponentModel.ISupportInitialize)(this.radioSimulationType.Properties)).EndInit();
  536. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
  537. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  538. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  542. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  543. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  545. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  546. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  547. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
  548. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  549. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  550. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  551. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  552. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  553. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  554. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
  555. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  556. this.ResumeLayout(false);
  557. }
  558. #endregion
  559. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  560. private DevExpress.XtraLayout.LayoutControlGroup Root;
  561. private DevExpress.XtraEditors.TextEdit txtTaskName;
  562. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  563. private DevExpress.XtraEditors.RadioGroup radioSimulationType;
  564. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  565. private DevExpress.XtraEditors.SearchLookUpEdit txtMainSat;
  566. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  567. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  568. private DevExpress.XtraEditors.SearchLookUpEdit txtAdjaSat2;
  569. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit3View;
  570. private DevExpress.XtraEditors.SearchLookUpEdit txtAdjaSat1;
  571. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit2View;
  572. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  573. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  574. private DevExpress.XtraEditors.ButtonEdit txtSpeed;
  575. private DevExpress.XtraEditors.ButtonEdit txtBand;
  576. private DevExpress.XtraEditors.ButtonEdit txtFreqUp;
  577. private DevExpress.XtraEditors.ImageComboBoxEdit txtRefStation;
  578. private DevExpress.XtraEditors.ImageComboBoxEdit txtTx;
  579. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  580. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  581. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  582. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  583. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  584. private DevExpress.XtraEditors.SimpleButton btnSave;
  585. private DevExpress.XtraEditors.SimpleButton btnSaveOther;
  586. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  587. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  588. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  589. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  590. private DevExpress.XtraMap.MapControl mapControl;
  591. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
  592. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  593. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  594. private DevExpress.XtraEditors.SearchLookUpEdit txtHj;
  595. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  596. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
  597. }
  598. }