SigEditor.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. namespace DW5S.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. 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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  45. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
  46. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
  47. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
  48. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
  49. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  50. this.txtSigCheckType = new DevExpress.XtraEditors.CheckedListBoxControl();
  51. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  52. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  53. this.txtSnr = new DevExpress.XtraEditors.ButtonEdit();
  54. this.txtFreqDown = new DevExpress.XtraEditors.ButtonEdit();
  55. this.txtFreqUp = new DevExpress.XtraEditors.ButtonEdit();
  56. this.txtBandHz = new DevExpress.XtraEditors.ButtonEdit();
  57. this.cbSigType = new DevExpress.XtraEditors.ImageComboBoxEdit();
  58. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  59. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  69. this.layoutControl1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtSigCheckType)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtSnr.Properties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtFreqDown.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtFreqUp.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtBandHz.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.cbSigType.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // layoutControl1
  89. //
  90. this.layoutControl1.Controls.Add(this.txtSigCheckType);
  91. this.layoutControl1.Controls.Add(this.btnOk);
  92. this.layoutControl1.Controls.Add(this.btnCancel);
  93. this.layoutControl1.Controls.Add(this.txtSnr);
  94. this.layoutControl1.Controls.Add(this.txtFreqDown);
  95. this.layoutControl1.Controls.Add(this.txtFreqUp);
  96. this.layoutControl1.Controls.Add(this.txtBandHz);
  97. this.layoutControl1.Controls.Add(this.cbSigType);
  98. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  100. this.layoutControl1.Name = "layoutControl1";
  101. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  102. this.layoutControl1.Root = this.Root;
  103. this.layoutControl1.Size = new System.Drawing.Size(257, 426);
  104. this.layoutControl1.TabIndex = 0;
  105. this.layoutControl1.Text = "layoutControl1";
  106. //
  107. // txtSigCheckType
  108. //
  109. this.txtSigCheckType.Location = new System.Drawing.Point(22, 157);
  110. this.txtSigCheckType.MultiColumn = true;
  111. this.txtSigCheckType.Name = "txtSigCheckType";
  112. this.txtSigCheckType.ShowFocusRect = true;
  113. this.txtSigCheckType.Size = new System.Drawing.Size(213, 48);
  114. this.txtSigCheckType.StyleController = this.layoutControl1;
  115. this.txtSigCheckType.TabIndex = 11;
  116. this.txtSigCheckType.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.txtSigType_ItemCheck_1);
  117. this.txtSigCheckType.SelectedIndexChanged += new System.EventHandler(this.txtSigType_SelectedIndexChanged);
  118. //
  119. // btnOk
  120. //
  121. this.btnOk.Location = new System.Drawing.Point(130, 381);
  122. this.btnOk.Name = "btnOk";
  123. this.btnOk.Size = new System.Drawing.Size(105, 23);
  124. this.btnOk.StyleController = this.layoutControl1;
  125. this.btnOk.TabIndex = 10;
  126. this.btnOk.Text = "确定";
  127. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  128. //
  129. // btnCancel
  130. //
  131. this.btnCancel.Location = new System.Drawing.Point(22, 381);
  132. this.btnCancel.Name = "btnCancel";
  133. this.btnCancel.Size = new System.Drawing.Size(104, 23);
  134. this.btnCancel.StyleController = this.layoutControl1;
  135. this.btnCancel.TabIndex = 9;
  136. this.btnCancel.Text = "取消";
  137. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  138. //
  139. // txtSnr
  140. //
  141. this.txtSnr.EditValue = "15";
  142. this.txtSnr.Location = new System.Drawing.Point(22, 344);
  143. this.txtSnr.Name = "txtSnr";
  144. this.txtSnr.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  145. this.txtSnr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  146. 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)});
  147. this.txtSnr.Size = new System.Drawing.Size(213, 23);
  148. this.txtSnr.StyleController = this.layoutControl1;
  149. this.txtSnr.TabIndex = 4;
  150. //
  151. // txtFreqDown
  152. //
  153. this.txtFreqDown.Location = new System.Drawing.Point(22, 103);
  154. this.txtFreqDown.Name = "txtFreqDown";
  155. this.txtFreqDown.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  156. this.txtFreqDown.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  157. 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)});
  158. this.txtFreqDown.Size = new System.Drawing.Size(213, 23);
  159. this.txtFreqDown.StyleController = this.layoutControl1;
  160. this.txtFreqDown.TabIndex = 2;
  161. //
  162. // txtFreqUp
  163. //
  164. this.txtFreqUp.Location = new System.Drawing.Point(22, 49);
  165. this.txtFreqUp.MinimumSize = new System.Drawing.Size(0, 23);
  166. this.txtFreqUp.Name = "txtFreqUp";
  167. this.txtFreqUp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  168. 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)});
  169. this.txtFreqUp.Size = new System.Drawing.Size(213, 23);
  170. this.txtFreqUp.StyleController = this.layoutControl1;
  171. this.txtFreqUp.TabIndex = 0;
  172. //
  173. // txtBandHz
  174. //
  175. this.txtBandHz.EditValue = "25000";
  176. this.txtBandHz.Location = new System.Drawing.Point(22, 290);
  177. this.txtBandHz.Name = "txtBandHz";
  178. this.txtBandHz.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  179. this.txtBandHz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  180. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  181. this.txtBandHz.Size = new System.Drawing.Size(213, 23);
  182. this.txtBandHz.StyleController = this.layoutControl1;
  183. this.txtBandHz.TabIndex = 4;
  184. //
  185. // cbSigType
  186. //
  187. this.cbSigType.Location = new System.Drawing.Point(22, 238);
  188. this.cbSigType.MinimumSize = new System.Drawing.Size(0, 23);
  189. this.cbSigType.Name = "cbSigType";
  190. this.cbSigType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  191. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  192. this.cbSigType.Size = new System.Drawing.Size(213, 23);
  193. this.cbSigType.StyleController = this.layoutControl1;
  194. this.cbSigType.TabIndex = 12;
  195. this.cbSigType.SelectedIndexChanged += new System.EventHandler(this.cbSigType_SelectedIndexChanged);
  196. //
  197. // Root
  198. //
  199. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  200. this.Root.GroupBordersVisible = false;
  201. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  202. this.layoutControlItem2,
  203. this.layoutControlItem3,
  204. this.layoutControlItem4,
  205. this.layoutControlItem5,
  206. this.layoutControlItem6,
  207. this.layoutControlItem1,
  208. this.layoutControlItem7,
  209. this.layoutControlItem8});
  210. this.Root.Name = "Root";
  211. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  212. this.Root.Size = new System.Drawing.Size(257, 426);
  213. this.Root.TextVisible = false;
  214. //
  215. // layoutControlItem2
  216. //
  217. this.layoutControlItem2.Control = this.txtFreqUp;
  218. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  219. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 54);
  220. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 54);
  221. this.layoutControlItem2.Name = "layoutControlItem2";
  222. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  223. this.layoutControlItem2.Size = new System.Drawing.Size(217, 54);
  224. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  225. this.layoutControlItem2.Text = "上行频点";
  226. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  227. this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
  228. //
  229. // layoutControlItem3
  230. //
  231. this.layoutControlItem3.Control = this.txtSnr;
  232. this.layoutControlItem3.Location = new System.Drawing.Point(0, 295);
  233. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 54);
  234. this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 54);
  235. this.layoutControlItem3.Name = "layoutControlItem3";
  236. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  237. this.layoutControlItem3.Size = new System.Drawing.Size(217, 54);
  238. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  239. this.layoutControlItem3.Text = "门限";
  240. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  241. this.layoutControlItem3.TextSize = new System.Drawing.Size(72, 14);
  242. //
  243. // layoutControlItem4
  244. //
  245. this.layoutControlItem4.Control = this.btnCancel;
  246. this.layoutControlItem4.Location = new System.Drawing.Point(0, 349);
  247. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 37);
  248. this.layoutControlItem4.MinSize = new System.Drawing.Size(35, 37);
  249. this.layoutControlItem4.Name = "layoutControlItem4";
  250. this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  251. this.layoutControlItem4.Size = new System.Drawing.Size(108, 37);
  252. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  253. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  254. this.layoutControlItem4.TextVisible = false;
  255. //
  256. // layoutControlItem5
  257. //
  258. this.layoutControlItem5.Control = this.btnOk;
  259. this.layoutControlItem5.Location = new System.Drawing.Point(108, 349);
  260. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 37);
  261. this.layoutControlItem5.MinSize = new System.Drawing.Size(35, 37);
  262. this.layoutControlItem5.Name = "layoutControlItem5";
  263. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  264. this.layoutControlItem5.Size = new System.Drawing.Size(109, 37);
  265. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  266. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  267. this.layoutControlItem5.TextVisible = false;
  268. //
  269. // layoutControlItem6
  270. //
  271. this.layoutControlItem6.Control = this.txtFreqDown;
  272. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  273. this.layoutControlItem6.CustomizationFormText = "轨道经度";
  274. this.layoutControlItem6.Location = new System.Drawing.Point(0, 54);
  275. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 54);
  276. this.layoutControlItem6.MinSize = new System.Drawing.Size(64, 54);
  277. this.layoutControlItem6.Name = "layoutControlItem6";
  278. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  279. this.layoutControlItem6.Size = new System.Drawing.Size(217, 54);
  280. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  281. this.layoutControlItem6.Text = "下行频点";
  282. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  283. this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
  284. //
  285. // layoutControlItem1
  286. //
  287. this.layoutControlItem1.Control = this.txtSigCheckType;
  288. this.layoutControlItem1.Location = new System.Drawing.Point(0, 108);
  289. this.layoutControlItem1.MinSize = new System.Drawing.Size(54, 21);
  290. this.layoutControlItem1.Name = "layoutControlItem1";
  291. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  292. this.layoutControlItem1.Size = new System.Drawing.Size(217, 79);
  293. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  294. this.layoutControlItem1.Text = "信号检测类型";
  295. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  296. this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
  297. //
  298. // layoutControlItem7
  299. //
  300. this.layoutControlItem7.Control = this.txtBandHz;
  301. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  302. this.layoutControlItem7.CustomizationFormText = "门限";
  303. this.layoutControlItem7.Location = new System.Drawing.Point(0, 241);
  304. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 54);
  305. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 54);
  306. this.layoutControlItem7.Name = "layoutControlItem7";
  307. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  308. this.layoutControlItem7.Size = new System.Drawing.Size(217, 54);
  309. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  310. this.layoutControlItem7.Text = "带宽";
  311. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  312. this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 14);
  313. //
  314. // layoutControlItem8
  315. //
  316. this.layoutControlItem8.Control = this.cbSigType;
  317. this.layoutControlItem8.Location = new System.Drawing.Point(0, 187);
  318. this.layoutControlItem8.MinSize = new System.Drawing.Size(50, 25);
  319. this.layoutControlItem8.Name = "layoutControlItem8";
  320. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 14, 2);
  321. this.layoutControlItem8.Size = new System.Drawing.Size(217, 54);
  322. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  323. this.layoutControlItem8.Text = "信号类型";
  324. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  325. this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 14);
  326. //
  327. // dxErrorProvider
  328. //
  329. this.dxErrorProvider.ContainerControl = this;
  330. //
  331. // SigEditor
  332. //
  333. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  334. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  335. this.ClientSize = new System.Drawing.Size(257, 426);
  336. this.Controls.Add(this.layoutControl1);
  337. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  338. this.Name = "SigEditor";
  339. this.Text = "TaskEditor";
  340. this.Load += new System.EventHandler(this.SatEditor_Load);
  341. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  342. this.layoutControl1.ResumeLayout(false);
  343. ((System.ComponentModel.ISupportInitialize)(this.txtSigCheckType)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.txtSnr.Properties)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.txtFreqDown.Properties)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.txtFreqUp.Properties)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.txtBandHz.Properties)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.cbSigType.Properties)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  359. this.ResumeLayout(false);
  360. }
  361. #endregion
  362. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  363. private DevExpress.XtraLayout.LayoutControlGroup Root;
  364. private DevExpress.XtraEditors.SimpleButton btnOk;
  365. private DevExpress.XtraEditors.SimpleButton btnCancel;
  366. private DevExpress.XtraEditors.ButtonEdit txtSnr;
  367. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  368. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  369. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  370. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  371. private DevExpress.XtraEditors.ButtonEdit txtFreqDown;
  372. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  373. private DevExpress.XtraEditors.ButtonEdit txtFreqUp;
  374. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  375. private DevExpress.XtraEditors.CheckedListBoxControl txtSigCheckType;
  376. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  377. private DevExpress.XtraEditors.ButtonEdit txtBandHz;
  378. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  379. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  380. private DevExpress.XtraEditors.ImageComboBoxEdit cbSigType;
  381. }
  382. }