TaskEditor.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class TaskEditor
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. DevExpress.XtraEditors.Controls.EditorButtonImageOptions 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. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  40. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  41. this.txtTaskName = new DevExpress.XtraEditors.TextEdit();
  42. this.txtPosType = new DevExpress.XtraEditors.RadioGroup();
  43. this.txtFreq = new DevExpress.XtraEditors.ButtonEdit();
  44. this.txtBand = new DevExpress.XtraEditors.ButtonEdit();
  45. this.txtMainSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  46. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  47. this.txtAdja1Sat = new DevExpress.XtraEditors.SearchLookUpEdit();
  48. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  49. this.txtAdja2Sat = new DevExpress.XtraEditors.SearchLookUpEdit();
  50. this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
  51. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  52. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  54. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItemAdja1 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlItemAdja2 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  62. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  63. this.layoutControl1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtFreq.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtBand.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtAdja1Sat.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtAdja2Sat.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).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.layoutControlItemAdja1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // layoutControl1
  88. //
  89. this.layoutControl1.Controls.Add(this.btnSave);
  90. this.layoutControl1.Controls.Add(this.txtTaskName);
  91. this.layoutControl1.Controls.Add(this.txtPosType);
  92. this.layoutControl1.Controls.Add(this.txtFreq);
  93. this.layoutControl1.Controls.Add(this.txtBand);
  94. this.layoutControl1.Controls.Add(this.txtMainSat);
  95. this.layoutControl1.Controls.Add(this.txtAdja1Sat);
  96. this.layoutControl1.Controls.Add(this.txtAdja2Sat);
  97. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  99. this.layoutControl1.Name = "layoutControl1";
  100. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(784, 215, 650, 400);
  101. this.layoutControl1.Root = this.Root;
  102. this.layoutControl1.Size = new System.Drawing.Size(437, 508);
  103. this.layoutControl1.TabIndex = 0;
  104. this.layoutControl1.Text = "layoutControl1";
  105. //
  106. // btnSave
  107. //
  108. this.btnSave.Location = new System.Drawing.Point(299, 445);
  109. this.btnSave.Name = "btnSave";
  110. this.btnSave.Size = new System.Drawing.Size(116, 26);
  111. this.btnSave.StyleController = this.layoutControl1;
  112. this.btnSave.TabIndex = 6;
  113. this.btnSave.Text = "保存";
  114. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  115. //
  116. // txtTaskName
  117. //
  118. this.txtTaskName.Location = new System.Drawing.Point(22, 39);
  119. this.txtTaskName.Name = "txtTaskName";
  120. this.txtTaskName.Properties.AutoHeight = false;
  121. this.txtTaskName.Size = new System.Drawing.Size(393, 25);
  122. this.txtTaskName.StyleController = this.layoutControl1;
  123. this.txtTaskName.TabIndex = 4;
  124. //
  125. // txtPosType
  126. //
  127. this.txtPosType.EditValue = 0;
  128. this.txtPosType.Location = new System.Drawing.Point(22, 93);
  129. this.txtPosType.Name = "txtPosType";
  130. this.txtPosType.Properties.Columns = 1;
  131. this.txtPosType.Size = new System.Drawing.Size(393, 171);
  132. this.txtPosType.StyleController = this.layoutControl1;
  133. this.txtPosType.TabIndex = 5;
  134. this.txtPosType.EditValueChanged += new System.EventHandler(this.txtPosType_EditValueChanged);
  135. //
  136. // txtFreq
  137. //
  138. this.txtFreq.Location = new System.Drawing.Point(22, 408);
  139. this.txtFreq.Name = "txtFreq";
  140. this.txtFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  141. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  142. this.txtFreq.Properties.DisplayFormat.FormatString = "f3";
  143. this.txtFreq.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  144. this.txtFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  145. this.txtFreq.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  146. this.txtFreq.Properties.MaskSettings.Set("mask", "f3");
  147. this.txtFreq.Size = new System.Drawing.Size(194, 23);
  148. this.txtFreq.StyleController = this.layoutControl1;
  149. this.txtFreq.TabIndex = 10;
  150. //
  151. // txtBand
  152. //
  153. this.txtBand.Location = new System.Drawing.Point(220, 408);
  154. this.txtBand.Name = "txtBand";
  155. this.txtBand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  156. 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)});
  157. this.txtBand.Properties.DisplayFormat.FormatString = "f3";
  158. this.txtBand.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  159. this.txtBand.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  160. this.txtBand.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  161. this.txtBand.Properties.MaskSettings.Set("mask", "f3");
  162. this.txtBand.Size = new System.Drawing.Size(195, 23);
  163. this.txtBand.StyleController = this.layoutControl1;
  164. this.txtBand.TabIndex = 10;
  165. //
  166. // txtMainSat
  167. //
  168. this.txtMainSat.Location = new System.Drawing.Point(22, 285);
  169. this.txtMainSat.Name = "txtMainSat";
  170. this.txtMainSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  171. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  172. this.txtMainSat.Properties.NullText = "";
  173. this.txtMainSat.Properties.PopupSizeable = false;
  174. this.txtMainSat.Properties.PopupView = this.searchLookUpEdit1View;
  175. this.txtMainSat.Size = new System.Drawing.Size(393, 20);
  176. this.txtMainSat.StyleController = this.layoutControl1;
  177. this.txtMainSat.TabIndex = 7;
  178. //
  179. // searchLookUpEdit1View
  180. //
  181. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  182. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  183. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  184. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  185. //
  186. // txtAdja1Sat
  187. //
  188. this.txtAdja1Sat.Location = new System.Drawing.Point(22, 326);
  189. this.txtAdja1Sat.Name = "txtAdja1Sat";
  190. this.txtAdja1Sat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  191. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  192. this.txtAdja1Sat.Properties.NullText = "";
  193. this.txtAdja1Sat.Properties.PopupSizeable = false;
  194. this.txtAdja1Sat.Properties.PopupView = this.gridView1;
  195. this.txtAdja1Sat.Size = new System.Drawing.Size(393, 20);
  196. this.txtAdja1Sat.StyleController = this.layoutControl1;
  197. this.txtAdja1Sat.TabIndex = 8;
  198. //
  199. // gridView1
  200. //
  201. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  202. this.gridView1.Name = "gridView1";
  203. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  204. this.gridView1.OptionsView.ShowGroupPanel = false;
  205. //
  206. // txtAdja2Sat
  207. //
  208. this.txtAdja2Sat.Location = new System.Drawing.Point(22, 367);
  209. this.txtAdja2Sat.Name = "txtAdja2Sat";
  210. this.txtAdja2Sat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  211. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  212. this.txtAdja2Sat.Properties.NullText = "";
  213. this.txtAdja2Sat.Properties.PopupSizeable = false;
  214. this.txtAdja2Sat.Properties.PopupView = this.gridView2;
  215. this.txtAdja2Sat.Size = new System.Drawing.Size(393, 20);
  216. this.txtAdja2Sat.StyleController = this.layoutControl1;
  217. this.txtAdja2Sat.TabIndex = 9;
  218. //
  219. // gridView2
  220. //
  221. this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  222. this.gridView2.Name = "gridView2";
  223. this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
  224. this.gridView2.OptionsView.ShowGroupPanel = false;
  225. //
  226. // Root
  227. //
  228. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  229. this.Root.GroupBordersVisible = false;
  230. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  231. this.layoutControlItem1,
  232. this.emptySpaceItem1,
  233. this.layoutControlItem2,
  234. this.layoutControlItem3,
  235. this.layoutControlItem4,
  236. this.layoutControlItemAdja1,
  237. this.layoutControlItemAdja2,
  238. this.layoutControlItem7,
  239. this.layoutControlItem8});
  240. this.Root.Name = "Root";
  241. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  242. this.Root.Size = new System.Drawing.Size(437, 508);
  243. this.Root.TextVisible = false;
  244. //
  245. // layoutControlItem1
  246. //
  247. this.layoutControlItem1.Control = this.txtTaskName;
  248. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  249. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 46);
  250. this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 46);
  251. this.layoutControlItem1.Name = "layoutControlItem1";
  252. this.layoutControlItem1.Size = new System.Drawing.Size(397, 46);
  253. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  254. this.layoutControlItem1.Text = "任务名称";
  255. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  256. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  257. //
  258. // emptySpaceItem1
  259. //
  260. this.emptySpaceItem1.AllowHotTrack = false;
  261. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 413);
  262. this.emptySpaceItem1.Name = "emptySpaceItem1";
  263. this.emptySpaceItem1.Size = new System.Drawing.Size(277, 55);
  264. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  265. //
  266. // layoutControlItem2
  267. //
  268. this.layoutControlItem2.Control = this.txtPosType;
  269. this.layoutControlItem2.Location = new System.Drawing.Point(0, 46);
  270. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 200);
  271. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 200);
  272. this.layoutControlItem2.Name = "layoutControlItem2";
  273. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  274. this.layoutControlItem2.Size = new System.Drawing.Size(397, 200);
  275. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  276. this.layoutControlItem2.Text = "定位模式";
  277. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  278. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  279. //
  280. // layoutControlItem3
  281. //
  282. this.layoutControlItem3.Control = this.btnSave;
  283. this.layoutControlItem3.Location = new System.Drawing.Point(277, 413);
  284. this.layoutControlItem3.MaxSize = new System.Drawing.Size(120, 40);
  285. this.layoutControlItem3.MinSize = new System.Drawing.Size(120, 40);
  286. this.layoutControlItem3.Name = "layoutControlItem3";
  287. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  288. this.layoutControlItem3.Size = new System.Drawing.Size(120, 55);
  289. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  290. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  291. this.layoutControlItem3.TextVisible = false;
  292. //
  293. // layoutControlItem4
  294. //
  295. this.layoutControlItem4.Control = this.txtMainSat;
  296. this.layoutControlItem4.Location = new System.Drawing.Point(0, 246);
  297. this.layoutControlItem4.Name = "layoutControlItem4";
  298. this.layoutControlItem4.Size = new System.Drawing.Size(397, 41);
  299. this.layoutControlItem4.Text = "主星";
  300. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  301. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  302. //
  303. // layoutControlItemAdja1
  304. //
  305. this.layoutControlItemAdja1.Control = this.txtAdja1Sat;
  306. this.layoutControlItemAdja1.Location = new System.Drawing.Point(0, 287);
  307. this.layoutControlItemAdja1.Name = "layoutControlItemAdja1";
  308. this.layoutControlItemAdja1.Size = new System.Drawing.Size(397, 41);
  309. this.layoutControlItemAdja1.Text = "邻星1";
  310. this.layoutControlItemAdja1.TextLocation = DevExpress.Utils.Locations.Top;
  311. this.layoutControlItemAdja1.TextSize = new System.Drawing.Size(48, 14);
  312. this.layoutControlItemAdja1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  313. //
  314. // layoutControlItemAdja2
  315. //
  316. this.layoutControlItemAdja2.Control = this.txtAdja2Sat;
  317. this.layoutControlItemAdja2.Location = new System.Drawing.Point(0, 328);
  318. this.layoutControlItemAdja2.Name = "layoutControlItemAdja2";
  319. this.layoutControlItemAdja2.Size = new System.Drawing.Size(397, 41);
  320. this.layoutControlItemAdja2.Text = "邻星2";
  321. this.layoutControlItemAdja2.TextLocation = DevExpress.Utils.Locations.Top;
  322. this.layoutControlItemAdja2.TextSize = new System.Drawing.Size(48, 14);
  323. this.layoutControlItemAdja2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  324. //
  325. // layoutControlItem7
  326. //
  327. this.layoutControlItem7.Control = this.txtFreq;
  328. this.layoutControlItem7.Location = new System.Drawing.Point(0, 369);
  329. this.layoutControlItem7.Name = "layoutControlItem7";
  330. this.layoutControlItem7.Size = new System.Drawing.Size(198, 44);
  331. this.layoutControlItem7.Text = "上行频点";
  332. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  333. this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
  334. //
  335. // layoutControlItem8
  336. //
  337. this.layoutControlItem8.Control = this.txtBand;
  338. this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  339. this.layoutControlItem8.CustomizationFormText = "上行频点";
  340. this.layoutControlItem8.Location = new System.Drawing.Point(198, 369);
  341. this.layoutControlItem8.Name = "layoutControlItem8";
  342. this.layoutControlItem8.Size = new System.Drawing.Size(199, 44);
  343. this.layoutControlItem8.Text = "信号带宽";
  344. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  345. this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
  346. //
  347. // dxErrorProvider
  348. //
  349. this.dxErrorProvider.ContainerControl = this;
  350. //
  351. // TaskEditor
  352. //
  353. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  354. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  355. this.ClientSize = new System.Drawing.Size(437, 508);
  356. this.Controls.Add(this.layoutControl1);
  357. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  358. this.Name = "TaskEditor";
  359. this.Text = "TaskEditor";
  360. this.Load += new System.EventHandler(this.TaskEditor_Load);
  361. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  362. this.layoutControl1.ResumeLayout(false);
  363. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.txtFreq.Properties)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.txtBand.Properties)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).EndInit();
  368. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)(this.txtAdja1Sat.Properties)).EndInit();
  370. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.txtAdja2Sat.Properties)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  374. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja1)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  384. this.ResumeLayout(false);
  385. }
  386. #endregion
  387. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  388. private DevExpress.XtraLayout.LayoutControlGroup Root;
  389. private DevExpress.XtraEditors.TextEdit txtTaskName;
  390. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  391. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  392. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  393. private DevExpress.XtraEditors.RadioGroup txtPosType;
  394. private DevExpress.XtraEditors.SimpleButton btnSave;
  395. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  396. private DevExpress.XtraEditors.ButtonEdit txtFreq;
  397. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  398. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAdja1;
  399. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAdja2;
  400. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  401. private DevExpress.XtraEditors.ButtonEdit txtBand;
  402. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  403. private DevExpress.XtraEditors.SearchLookUpEdit txtMainSat;
  404. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  405. private DevExpress.XtraEditors.SearchLookUpEdit txtAdja1Sat;
  406. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  407. private DevExpress.XtraEditors.SearchLookUpEdit txtAdja2Sat;
  408. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  409. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  410. }
  411. }