TaskEditor.Designer.cs 25 KB

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