SigEditor.Designer.cs 24 KB

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