SigEditor.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class SigEditor
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  39. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  40. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  41. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  42. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  43. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions5 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  44. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject17 = new DevExpress.Utils.SerializableAppearanceObject();
  45. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject18 = new DevExpress.Utils.SerializableAppearanceObject();
  46. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject19 = new DevExpress.Utils.SerializableAppearanceObject();
  47. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject20 = new DevExpress.Utils.SerializableAppearanceObject();
  48. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  49. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  50. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  51. this.txtSnr = new DevExpress.XtraEditors.ButtonEdit();
  52. this.txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  53. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  54. this.txtFreqDown = new DevExpress.XtraEditors.ButtonEdit();
  55. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  56. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  57. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.txtFreqUp = new DevExpress.XtraEditors.ButtonEdit();
  64. this.txtSigType = new DevExpress.XtraEditors.CheckedComboBoxEdit();
  65. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.gridSigDelay = new DevExpress.XtraGrid.GridControl();
  67. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  68. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.txtDelay = new DevExpress.XtraEditors.ButtonEdit();
  70. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.btnAddDelay = new DevExpress.XtraEditors.SimpleButton();
  72. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  73. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  74. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  75. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  76. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  77. this.layoutControl1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtSnr.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtFreqDown.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtFreqUp.Properties)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtSigType.Properties)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.gridSigDelay)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtDelay.Properties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // layoutControl1
  104. //
  105. this.layoutControl1.Controls.Add(this.btnDel);
  106. this.layoutControl1.Controls.Add(this.btnAddDelay);
  107. this.layoutControl1.Controls.Add(this.txtDelay);
  108. this.layoutControl1.Controls.Add(this.gridSigDelay);
  109. this.layoutControl1.Controls.Add(this.txtSigType);
  110. this.layoutControl1.Controls.Add(this.btnOk);
  111. this.layoutControl1.Controls.Add(this.btnCancel);
  112. this.layoutControl1.Controls.Add(this.txtSnr);
  113. this.layoutControl1.Controls.Add(this.txtSat);
  114. this.layoutControl1.Controls.Add(this.txtFreqDown);
  115. this.layoutControl1.Controls.Add(this.txtFreqUp);
  116. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  118. this.layoutControl1.Name = "layoutControl1";
  119. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  120. this.layoutControl1.Root = this.Root;
  121. this.layoutControl1.Size = new System.Drawing.Size(317, 537);
  122. this.layoutControl1.TabIndex = 0;
  123. this.layoutControl1.Text = "layoutControl1";
  124. //
  125. // btnOk
  126. //
  127. this.btnOk.Location = new System.Drawing.Point(160, 474);
  128. this.btnOk.Name = "btnOk";
  129. this.btnOk.Size = new System.Drawing.Size(135, 22);
  130. this.btnOk.StyleController = this.layoutControl1;
  131. this.btnOk.TabIndex = 10;
  132. this.btnOk.Text = "确定";
  133. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  134. //
  135. // btnCancel
  136. //
  137. this.btnCancel.Location = new System.Drawing.Point(22, 474);
  138. this.btnCancel.Name = "btnCancel";
  139. this.btnCancel.Size = new System.Drawing.Size(134, 22);
  140. this.btnCancel.StyleController = this.layoutControl1;
  141. this.btnCancel.TabIndex = 9;
  142. this.btnCancel.Text = "取消";
  143. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  144. //
  145. // txtSnr
  146. //
  147. this.txtSnr.Location = new System.Drawing.Point(22, 208);
  148. this.txtSnr.Name = "txtSnr";
  149. this.txtSnr.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  150. this.txtSnr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  151. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "dB", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  152. this.txtSnr.Size = new System.Drawing.Size(273, 23);
  153. this.txtSnr.StyleController = this.layoutControl1;
  154. this.txtSnr.TabIndex = 4;
  155. //
  156. // txtSat
  157. //
  158. this.txtSat.Location = new System.Drawing.Point(27, 288);
  159. this.txtSat.Name = "txtSat";
  160. this.txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  161. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  162. this.txtSat.Properties.PopupView = this.searchLookUpEdit1View;
  163. this.txtSat.Size = new System.Drawing.Size(263, 20);
  164. this.txtSat.StyleController = this.layoutControl1;
  165. this.txtSat.TabIndex = 5;
  166. //
  167. // searchLookUpEdit1View
  168. //
  169. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  170. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  171. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  172. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  173. //
  174. // txtFreqDown
  175. //
  176. this.txtFreqDown.Location = new System.Drawing.Point(22, 103);
  177. this.txtFreqDown.Name = "txtFreqDown";
  178. this.txtFreqDown.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  179. this.txtFreqDown.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  180. 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)});
  181. this.txtFreqDown.Size = new System.Drawing.Size(273, 23);
  182. this.txtFreqDown.StyleController = this.layoutControl1;
  183. this.txtFreqDown.TabIndex = 2;
  184. //
  185. // Root
  186. //
  187. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  188. this.Root.GroupBordersVisible = false;
  189. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  190. this.emptySpaceItem1,
  191. this.layoutControlItem2,
  192. this.layoutControlItem3,
  193. this.layoutControlItem4,
  194. this.layoutControlItem5,
  195. this.layoutControlItem6,
  196. this.layoutControlItem7,
  197. this.layoutControlGroup1});
  198. this.Root.Name = "Root";
  199. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  200. this.Root.Size = new System.Drawing.Size(317, 537);
  201. this.Root.TextVisible = false;
  202. //
  203. // emptySpaceItem1
  204. //
  205. this.emptySpaceItem1.AllowHotTrack = false;
  206. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 478);
  207. this.emptySpaceItem1.Name = "emptySpaceItem1";
  208. this.emptySpaceItem1.Size = new System.Drawing.Size(277, 19);
  209. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  210. //
  211. // layoutControlItem1
  212. //
  213. this.layoutControlItem1.Control = this.txtSat;
  214. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  215. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 54);
  216. this.layoutControlItem1.MinSize = new System.Drawing.Size(54, 43);
  217. this.layoutControlItem1.Name = "layoutControlItem1";
  218. this.layoutControlItem1.Size = new System.Drawing.Size(267, 43);
  219. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  220. this.layoutControlItem1.Text = "卫星";
  221. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  222. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  223. //
  224. // layoutControlItem2
  225. //
  226. this.layoutControlItem2.Control = this.txtFreqUp;
  227. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  228. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 54);
  229. this.layoutControlItem2.Name = "layoutControlItem2";
  230. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  231. this.layoutControlItem2.Size = new System.Drawing.Size(277, 54);
  232. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  233. this.layoutControlItem2.Text = "上行频点";
  234. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  235. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  236. //
  237. // layoutControlItem3
  238. //
  239. this.layoutControlItem3.Control = this.txtSnr;
  240. this.layoutControlItem3.Location = new System.Drawing.Point(0, 159);
  241. this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 54);
  242. this.layoutControlItem3.Name = "layoutControlItem3";
  243. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  244. this.layoutControlItem3.Size = new System.Drawing.Size(277, 54);
  245. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  246. this.layoutControlItem3.Text = "门限";
  247. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  248. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  249. //
  250. // layoutControlItem4
  251. //
  252. this.layoutControlItem4.Control = this.btnCancel;
  253. this.layoutControlItem4.Location = new System.Drawing.Point(0, 452);
  254. this.layoutControlItem4.Name = "layoutControlItem4";
  255. this.layoutControlItem4.Size = new System.Drawing.Size(138, 26);
  256. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  257. this.layoutControlItem4.TextVisible = false;
  258. //
  259. // layoutControlItem5
  260. //
  261. this.layoutControlItem5.Control = this.btnOk;
  262. this.layoutControlItem5.Location = new System.Drawing.Point(138, 452);
  263. this.layoutControlItem5.Name = "layoutControlItem5";
  264. this.layoutControlItem5.Size = new System.Drawing.Size(139, 26);
  265. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  266. this.layoutControlItem5.TextVisible = false;
  267. //
  268. // layoutControlItem6
  269. //
  270. this.layoutControlItem6.Control = this.txtFreqDown;
  271. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  272. this.layoutControlItem6.CustomizationFormText = "轨道经度";
  273. this.layoutControlItem6.Location = new System.Drawing.Point(0, 54);
  274. this.layoutControlItem6.MinSize = new System.Drawing.Size(64, 54);
  275. this.layoutControlItem6.Name = "layoutControlItem6";
  276. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  277. this.layoutControlItem6.Size = new System.Drawing.Size(277, 54);
  278. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  279. this.layoutControlItem6.Text = "下行频点";
  280. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  281. this.layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
  282. //
  283. // txtFreqUp
  284. //
  285. this.txtFreqUp.Location = new System.Drawing.Point(22, 49);
  286. this.txtFreqUp.MinimumSize = new System.Drawing.Size(0, 23);
  287. this.txtFreqUp.Name = "txtFreqUp";
  288. this.txtFreqUp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  289. 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)});
  290. this.txtFreqUp.Size = new System.Drawing.Size(273, 23);
  291. this.txtFreqUp.StyleController = this.layoutControl1;
  292. this.txtFreqUp.TabIndex = 0;
  293. //
  294. // txtSigType
  295. //
  296. this.txtSigType.Location = new System.Drawing.Point(22, 157);
  297. this.txtSigType.Name = "txtSigType";
  298. this.txtSigType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  299. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  300. this.txtSigType.Size = new System.Drawing.Size(273, 20);
  301. this.txtSigType.StyleController = this.layoutControl1;
  302. this.txtSigType.TabIndex = 3;
  303. //
  304. // layoutControlItem7
  305. //
  306. this.layoutControlItem7.Control = this.txtSigType;
  307. this.layoutControlItem7.Location = new System.Drawing.Point(0, 108);
  308. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 51);
  309. this.layoutControlItem7.Name = "layoutControlItem7";
  310. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  311. this.layoutControlItem7.Size = new System.Drawing.Size(277, 51);
  312. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  313. this.layoutControlItem7.Text = "信号类型";
  314. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  315. this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
  316. //
  317. // gridSigDelay
  318. //
  319. this.gridSigDelay.Location = new System.Drawing.Point(27, 359);
  320. this.gridSigDelay.MainView = this.gridView1;
  321. this.gridSigDelay.Name = "gridSigDelay";
  322. this.gridSigDelay.Size = new System.Drawing.Size(263, 106);
  323. this.gridSigDelay.TabIndex = 8;
  324. this.gridSigDelay.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  325. this.gridView1});
  326. //
  327. // gridView1
  328. //
  329. this.gridView1.GridControl = this.gridSigDelay;
  330. this.gridView1.Name = "gridView1";
  331. //
  332. // layoutControlItem8
  333. //
  334. this.layoutControlItem8.Control = this.gridSigDelay;
  335. this.layoutControlItem8.Location = new System.Drawing.Point(0, 88);
  336. this.layoutControlItem8.Name = "layoutControlItem8";
  337. this.layoutControlItem8.Size = new System.Drawing.Size(267, 110);
  338. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  339. this.layoutControlItem8.TextVisible = false;
  340. //
  341. // txtDelay
  342. //
  343. this.txtDelay.Location = new System.Drawing.Point(27, 331);
  344. this.txtDelay.Name = "txtDelay";
  345. this.txtDelay.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  346. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "us", -1, false, true, false, editorButtonImageOptions5, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject17, serializableAppearanceObject18, serializableAppearanceObject19, serializableAppearanceObject20, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  347. this.txtDelay.Size = new System.Drawing.Size(186, 23);
  348. this.txtDelay.StyleController = this.layoutControl1;
  349. this.txtDelay.TabIndex = 6;
  350. //
  351. // layoutControlItem9
  352. //
  353. this.layoutControlItem9.Control = this.txtDelay;
  354. this.layoutControlItem9.Location = new System.Drawing.Point(0, 43);
  355. this.layoutControlItem9.MinSize = new System.Drawing.Size(109, 41);
  356. this.layoutControlItem9.Name = "layoutControlItem9";
  357. this.layoutControlItem9.Size = new System.Drawing.Size(190, 45);
  358. this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  359. this.layoutControlItem9.Text = "转发延迟";
  360. this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
  361. this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14);
  362. //
  363. // btnAddDelay
  364. //
  365. this.btnAddDelay.Location = new System.Drawing.Point(217, 332);
  366. this.btnAddDelay.MinimumSize = new System.Drawing.Size(0, 23);
  367. this.btnAddDelay.Name = "btnAddDelay";
  368. this.btnAddDelay.Size = new System.Drawing.Size(35, 23);
  369. this.btnAddDelay.StyleController = this.layoutControl1;
  370. this.btnAddDelay.TabIndex = 7;
  371. this.btnAddDelay.Text = "添加";
  372. this.btnAddDelay.Click += new System.EventHandler(this.btnAddDelay_Click);
  373. //
  374. // layoutControlItem10
  375. //
  376. this.layoutControlItem10.Control = this.btnAddDelay;
  377. this.layoutControlItem10.Location = new System.Drawing.Point(190, 43);
  378. this.layoutControlItem10.Name = "layoutControlItem10";
  379. this.layoutControlItem10.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 20, 2);
  380. this.layoutControlItem10.Size = new System.Drawing.Size(39, 45);
  381. this.layoutControlItem10.Text = " ";
  382. this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
  383. this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
  384. this.layoutControlItem10.TextVisible = false;
  385. //
  386. // layoutControlGroup1
  387. //
  388. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  389. this.layoutControlItem8,
  390. this.layoutControlItem9,
  391. this.layoutControlItem10,
  392. this.layoutControlItem1,
  393. this.layoutControlItem11});
  394. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 213);
  395. this.layoutControlGroup1.Name = "layoutControlGroup1";
  396. this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
  397. this.layoutControlGroup1.Size = new System.Drawing.Size(277, 239);
  398. this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  399. this.layoutControlGroup1.Text = "卫星转发延迟";
  400. //
  401. // btnDel
  402. //
  403. this.btnDel.Location = new System.Drawing.Point(256, 332);
  404. this.btnDel.MinimumSize = new System.Drawing.Size(0, 23);
  405. this.btnDel.Name = "btnDel";
  406. this.btnDel.Size = new System.Drawing.Size(34, 23);
  407. this.btnDel.StyleController = this.layoutControl1;
  408. this.btnDel.TabIndex = 11;
  409. this.btnDel.Text = "删除";
  410. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  411. //
  412. // layoutControlItem11
  413. //
  414. this.layoutControlItem11.Control = this.btnDel;
  415. this.layoutControlItem11.Location = new System.Drawing.Point(229, 43);
  416. this.layoutControlItem11.MinSize = new System.Drawing.Size(35, 45);
  417. this.layoutControlItem11.Name = "layoutControlItem11";
  418. this.layoutControlItem11.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 20, 2);
  419. this.layoutControlItem11.Size = new System.Drawing.Size(38, 45);
  420. this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  421. this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
  422. this.layoutControlItem11.TextVisible = false;
  423. //
  424. // SigEditor
  425. //
  426. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  427. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  428. this.ClientSize = new System.Drawing.Size(317, 537);
  429. this.Controls.Add(this.layoutControl1);
  430. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  431. this.Name = "SigEditor";
  432. this.Text = "TaskEditor";
  433. this.Load += new System.EventHandler(this.SatEditor_Load);
  434. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  435. this.layoutControl1.ResumeLayout(false);
  436. ((System.ComponentModel.ISupportInitialize)(this.txtSnr.Properties)).EndInit();
  437. ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).EndInit();
  438. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  439. ((System.ComponentModel.ISupportInitialize)(this.txtFreqDown.Properties)).EndInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  441. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  442. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  443. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  444. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  445. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  446. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  448. ((System.ComponentModel.ISupportInitialize)(this.txtFreqUp.Properties)).EndInit();
  449. ((System.ComponentModel.ISupportInitialize)(this.txtSigType.Properties)).EndInit();
  450. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  451. ((System.ComponentModel.ISupportInitialize)(this.gridSigDelay)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.txtDelay.Properties)).EndInit();
  455. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  456. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  457. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  458. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  459. this.ResumeLayout(false);
  460. }
  461. #endregion
  462. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  463. private DevExpress.XtraLayout.LayoutControlGroup Root;
  464. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  465. private DevExpress.XtraEditors.SearchLookUpEdit txtSat;
  466. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  467. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  468. private DevExpress.XtraEditors.SimpleButton btnOk;
  469. private DevExpress.XtraEditors.SimpleButton btnCancel;
  470. private DevExpress.XtraEditors.ButtonEdit txtSnr;
  471. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  472. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  473. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  474. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  475. private DevExpress.XtraEditors.ButtonEdit txtFreqDown;
  476. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  477. private DevExpress.XtraEditors.ButtonEdit txtFreqUp;
  478. private DevExpress.XtraEditors.CheckedComboBoxEdit txtSigType;
  479. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  480. private DevExpress.XtraGrid.GridControl gridSigDelay;
  481. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  482. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  483. private DevExpress.XtraEditors.SimpleButton btnAddDelay;
  484. private DevExpress.XtraEditors.ButtonEdit txtDelay;
  485. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  486. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  487. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  488. private DevExpress.XtraEditors.SimpleButton btnDel;
  489. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  490. }
  491. }