TaskEditor.Designer.cs 38 KB

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