SigEditor.Designer.cs 20 KB

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