TaskEditor.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  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.txtDetectionWay = new DevExpress.XtraEditors.CheckedComboBoxEdit();
  41. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  42. this.txtTaskName = new DevExpress.XtraEditors.TextEdit();
  43. this.txtPosType = new DevExpress.XtraEditors.RadioGroup();
  44. this.txtFreq = 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.txtTaskType = new DevExpress.XtraEditors.RadioGroup();
  52. this.txtCapDir = new DevExpress.XtraEditors.TextEdit();
  53. this.txtDoFreqUp = new DevExpress.XtraEditors.ButtonEdit();
  54. this.txtSignalType = new DevExpress.XtraEditors.ImageComboBoxEdit();
  55. this.txtCapDirFormat = new DevExpress.XtraEditors.TextEdit();
  56. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  57. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  59. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.itemFreqUp = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.itemCapDir = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.itemCapDirFormat = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.layoutControlItemAdja1 = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.layoutControlItemAdja2 = new DevExpress.XtraLayout.LayoutControlItem();
  68. this.itemDetectionWay = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.itemDoFreqUp = new DevExpress.XtraLayout.LayoutControlItem();
  70. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  72. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  73. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  74. this.layoutControl1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtDetectionWay.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtFreq.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtAdja1Sat.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtAdja2Sat.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.txtTaskType.Properties)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.txtCapDir.Properties)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.txtDoFreqUp.Properties)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.txtSignalType.Properties)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.txtCapDirFormat.Properties)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.itemFreqUp)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.itemCapDir)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.itemCapDirFormat)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja1)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.itemDetectionWay)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.itemDoFreqUp)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  107. this.SuspendLayout();
  108. //
  109. // layoutControl1
  110. //
  111. this.layoutControl1.Controls.Add(this.txtDetectionWay);
  112. this.layoutControl1.Controls.Add(this.btnSave);
  113. this.layoutControl1.Controls.Add(this.txtTaskName);
  114. this.layoutControl1.Controls.Add(this.txtPosType);
  115. this.layoutControl1.Controls.Add(this.txtFreq);
  116. this.layoutControl1.Controls.Add(this.txtMainSat);
  117. this.layoutControl1.Controls.Add(this.txtAdja1Sat);
  118. this.layoutControl1.Controls.Add(this.txtAdja2Sat);
  119. this.layoutControl1.Controls.Add(this.txtTaskType);
  120. this.layoutControl1.Controls.Add(this.txtCapDir);
  121. this.layoutControl1.Controls.Add(this.txtDoFreqUp);
  122. this.layoutControl1.Controls.Add(this.txtSignalType);
  123. this.layoutControl1.Controls.Add(this.txtCapDirFormat);
  124. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  126. this.layoutControl1.Name = "layoutControl1";
  127. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(784, 215, 650, 400);
  128. this.layoutControl1.Root = this.Root;
  129. this.layoutControl1.Size = new System.Drawing.Size(501, 388);
  130. this.layoutControl1.TabIndex = 0;
  131. this.layoutControl1.Text = "layoutControl1";
  132. //
  133. // txtDetectionWay
  134. //
  135. this.txtDetectionWay.Location = new System.Drawing.Point(252, 226);
  136. this.txtDetectionWay.Name = "txtDetectionWay";
  137. this.txtDetectionWay.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  138. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  139. this.txtDetectionWay.Size = new System.Drawing.Size(237, 20);
  140. this.txtDetectionWay.StyleController = this.layoutControl1;
  141. this.txtDetectionWay.TabIndex = 12;
  142. //
  143. // btnSave
  144. //
  145. this.btnSave.Location = new System.Drawing.Point(373, 342);
  146. this.btnSave.Name = "btnSave";
  147. this.btnSave.Size = new System.Drawing.Size(116, 26);
  148. this.btnSave.StyleController = this.layoutControl1;
  149. this.btnSave.TabIndex = 6;
  150. this.btnSave.Text = "保存";
  151. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  152. //
  153. // txtTaskName
  154. //
  155. this.txtTaskName.Location = new System.Drawing.Point(12, 39);
  156. this.txtTaskName.Name = "txtTaskName";
  157. this.txtTaskName.Properties.AutoHeight = false;
  158. this.txtTaskName.Size = new System.Drawing.Size(317, 20);
  159. this.txtTaskName.StyleController = this.layoutControl1;
  160. this.txtTaskName.TabIndex = 4;
  161. //
  162. // txtPosType
  163. //
  164. this.txtPosType.EditValue = 0;
  165. this.txtPosType.Location = new System.Drawing.Point(12, 85);
  166. this.txtPosType.Name = "txtPosType";
  167. this.txtPosType.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
  168. this.txtPosType.Properties.Appearance.Options.UseBackColor = true;
  169. this.txtPosType.Properties.Columns = 3;
  170. this.txtPosType.Size = new System.Drawing.Size(477, 79);
  171. this.txtPosType.StyleController = this.layoutControl1;
  172. this.txtPosType.TabIndex = 5;
  173. this.txtPosType.EditValueChanged += new System.EventHandler(this.txtPosType_EditValueChanged);
  174. //
  175. // txtFreq
  176. //
  177. this.txtFreq.Location = new System.Drawing.Point(12, 267);
  178. this.txtFreq.Name = "txtFreq";
  179. this.txtFreq.Properties.AutoHeight = false;
  180. this.txtFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  181. 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)});
  182. this.txtFreq.Size = new System.Drawing.Size(236, 20);
  183. this.txtFreq.StyleController = this.layoutControl1;
  184. this.txtFreq.TabIndex = 10;
  185. //
  186. // txtMainSat
  187. //
  188. this.txtMainSat.Location = new System.Drawing.Point(12, 185);
  189. this.txtMainSat.Name = "txtMainSat";
  190. this.txtMainSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  191. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  192. this.txtMainSat.Properties.NullText = "";
  193. this.txtMainSat.Properties.PopupSizeable = false;
  194. this.txtMainSat.Properties.PopupView = this.searchLookUpEdit1View;
  195. this.txtMainSat.Size = new System.Drawing.Size(156, 20);
  196. this.txtMainSat.StyleController = this.layoutControl1;
  197. this.txtMainSat.TabIndex = 7;
  198. //
  199. // searchLookUpEdit1View
  200. //
  201. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  202. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  203. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  204. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  205. //
  206. // txtAdja1Sat
  207. //
  208. this.txtAdja1Sat.Location = new System.Drawing.Point(172, 185);
  209. this.txtAdja1Sat.Name = "txtAdja1Sat";
  210. this.txtAdja1Sat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  211. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  212. this.txtAdja1Sat.Properties.NullText = "";
  213. this.txtAdja1Sat.Properties.PopupSizeable = false;
  214. this.txtAdja1Sat.Properties.PopupView = this.gridView1;
  215. this.txtAdja1Sat.Size = new System.Drawing.Size(156, 20);
  216. this.txtAdja1Sat.StyleController = this.layoutControl1;
  217. this.txtAdja1Sat.TabIndex = 8;
  218. //
  219. // gridView1
  220. //
  221. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  222. this.gridView1.Name = "gridView1";
  223. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  224. this.gridView1.OptionsView.ShowGroupPanel = false;
  225. //
  226. // txtAdja2Sat
  227. //
  228. this.txtAdja2Sat.Location = new System.Drawing.Point(332, 185);
  229. this.txtAdja2Sat.Name = "txtAdja2Sat";
  230. this.txtAdja2Sat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  231. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  232. this.txtAdja2Sat.Properties.NullText = "";
  233. this.txtAdja2Sat.Properties.PopupSizeable = false;
  234. this.txtAdja2Sat.Properties.PopupView = this.gridView2;
  235. this.txtAdja2Sat.Size = new System.Drawing.Size(157, 20);
  236. this.txtAdja2Sat.StyleController = this.layoutControl1;
  237. this.txtAdja2Sat.TabIndex = 9;
  238. //
  239. // gridView2
  240. //
  241. this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  242. this.gridView2.Name = "gridView2";
  243. this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
  244. this.gridView2.OptionsView.ShowGroupPanel = false;
  245. //
  246. // txtTaskType
  247. //
  248. this.txtTaskType.EditValue = 0;
  249. this.txtTaskType.Location = new System.Drawing.Point(333, 37);
  250. this.txtTaskType.Name = "txtTaskType";
  251. this.txtTaskType.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
  252. this.txtTaskType.Properties.Appearance.Options.UseBackColor = true;
  253. this.txtTaskType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  254. this.txtTaskType.Properties.Columns = 2;
  255. this.txtTaskType.Size = new System.Drawing.Size(156, 27);
  256. this.txtTaskType.StyleController = this.layoutControl1;
  257. this.txtTaskType.TabIndex = 5;
  258. this.txtTaskType.SelectedIndexChanged += new System.EventHandler(this.txtTaskType_SelectedIndexChanged);
  259. //
  260. // txtCapDir
  261. //
  262. this.txtCapDir.Location = new System.Drawing.Point(12, 308);
  263. this.txtCapDir.Name = "txtCapDir";
  264. this.txtCapDir.Properties.AutoHeight = false;
  265. this.txtCapDir.Size = new System.Drawing.Size(236, 20);
  266. this.txtCapDir.StyleController = this.layoutControl1;
  267. this.txtCapDir.TabIndex = 4;
  268. //
  269. // txtDoFreqUp
  270. //
  271. this.txtDoFreqUp.Location = new System.Drawing.Point(252, 267);
  272. this.txtDoFreqUp.Name = "txtDoFreqUp";
  273. this.txtDoFreqUp.Properties.AutoHeight = false;
  274. this.txtDoFreqUp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  275. 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)});
  276. this.txtDoFreqUp.Size = new System.Drawing.Size(237, 20);
  277. this.txtDoFreqUp.StyleController = this.layoutControl1;
  278. this.txtDoFreqUp.TabIndex = 10;
  279. this.txtDoFreqUp.ToolTip = "多个频点用逗号或分号隔开";
  280. //
  281. // txtSignalType
  282. //
  283. this.txtSignalType.Location = new System.Drawing.Point(12, 226);
  284. this.txtSignalType.Name = "txtSignalType";
  285. this.txtSignalType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  286. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  287. this.txtSignalType.Size = new System.Drawing.Size(236, 20);
  288. this.txtSignalType.StyleController = this.layoutControl1;
  289. this.txtSignalType.TabIndex = 11;
  290. this.txtSignalType.SelectedIndexChanged += new System.EventHandler(this.txtSignalType_SelectedIndexChanged);
  291. //
  292. // txtCapDirFormat
  293. //
  294. this.txtCapDirFormat.EditValue = "yyyyMMdd_HH";
  295. this.txtCapDirFormat.Location = new System.Drawing.Point(252, 308);
  296. this.txtCapDirFormat.Name = "txtCapDirFormat";
  297. this.txtCapDirFormat.Properties.NullValuePrompt = "yyyyMMdd_HH";
  298. this.txtCapDirFormat.Size = new System.Drawing.Size(237, 20);
  299. this.txtCapDirFormat.StyleController = this.layoutControl1;
  300. this.txtCapDirFormat.TabIndex = 13;
  301. //
  302. // Root
  303. //
  304. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  305. this.Root.GroupBordersVisible = false;
  306. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  307. this.emptySpaceItem1,
  308. this.layoutControlItem2,
  309. this.layoutControlItem3,
  310. this.layoutControlItem4,
  311. this.itemFreqUp,
  312. this.itemCapDir,
  313. this.layoutControlItem6,
  314. this.itemCapDirFormat,
  315. this.layoutControlItemAdja1,
  316. this.layoutControlItemAdja2,
  317. this.itemDetectionWay,
  318. this.itemDoFreqUp,
  319. this.layoutControlGroup1});
  320. this.Root.Name = "Root";
  321. this.Root.Size = new System.Drawing.Size(501, 388);
  322. this.Root.TextVisible = false;
  323. //
  324. // layoutControlItem1
  325. //
  326. this.layoutControlItem1.Control = this.txtTaskName;
  327. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  328. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 56);
  329. this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 56);
  330. this.layoutControlItem1.Name = "layoutControlItem1";
  331. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 7);
  332. this.layoutControlItem1.Size = new System.Drawing.Size(321, 56);
  333. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  334. this.layoutControlItem1.Text = "任务名称";
  335. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  336. this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
  337. //
  338. // emptySpaceItem1
  339. //
  340. this.emptySpaceItem1.AllowHotTrack = false;
  341. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 320);
  342. this.emptySpaceItem1.Name = "emptySpaceItem1";
  343. this.emptySpaceItem1.Size = new System.Drawing.Size(361, 48);
  344. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  345. //
  346. // layoutControlItem2
  347. //
  348. this.layoutControlItem2.Control = this.txtPosType;
  349. this.layoutControlItem2.Location = new System.Drawing.Point(0, 56);
  350. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 100);
  351. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 100);
  352. this.layoutControlItem2.Name = "layoutControlItem2";
  353. this.layoutControlItem2.Size = new System.Drawing.Size(481, 100);
  354. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  355. this.layoutControlItem2.Text = "定位模式";
  356. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  357. this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
  358. //
  359. // layoutControlItem3
  360. //
  361. this.layoutControlItem3.Control = this.btnSave;
  362. this.layoutControlItem3.Location = new System.Drawing.Point(361, 320);
  363. this.layoutControlItem3.MaxSize = new System.Drawing.Size(120, 40);
  364. this.layoutControlItem3.MinSize = new System.Drawing.Size(120, 40);
  365. this.layoutControlItem3.Name = "layoutControlItem3";
  366. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  367. this.layoutControlItem3.Size = new System.Drawing.Size(120, 48);
  368. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  369. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  370. this.layoutControlItem3.TextVisible = false;
  371. //
  372. // layoutControlItem4
  373. //
  374. this.layoutControlItem4.Control = this.txtMainSat;
  375. this.layoutControlItem4.Location = new System.Drawing.Point(0, 156);
  376. this.layoutControlItem4.Name = "layoutControlItem4";
  377. this.layoutControlItem4.Size = new System.Drawing.Size(160, 41);
  378. this.layoutControlItem4.Text = "主星";
  379. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  380. this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 14);
  381. //
  382. // itemFreqUp
  383. //
  384. this.itemFreqUp.Control = this.txtFreq;
  385. this.itemFreqUp.Location = new System.Drawing.Point(0, 238);
  386. this.itemFreqUp.MaxSize = new System.Drawing.Size(0, 41);
  387. this.itemFreqUp.MinSize = new System.Drawing.Size(64, 41);
  388. this.itemFreqUp.Name = "itemFreqUp";
  389. this.itemFreqUp.Size = new System.Drawing.Size(240, 41);
  390. this.itemFreqUp.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  391. this.itemFreqUp.Text = "上行频点";
  392. this.itemFreqUp.TextLocation = DevExpress.Utils.Locations.Top;
  393. this.itemFreqUp.TextSize = new System.Drawing.Size(72, 14);
  394. //
  395. // itemCapDir
  396. //
  397. this.itemCapDir.Control = this.txtCapDir;
  398. this.itemCapDir.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  399. this.itemCapDir.CustomizationFormText = "任务名称";
  400. this.itemCapDir.Location = new System.Drawing.Point(0, 279);
  401. this.itemCapDir.MaxSize = new System.Drawing.Size(0, 41);
  402. this.itemCapDir.MinSize = new System.Drawing.Size(118, 41);
  403. this.itemCapDir.Name = "itemCapDir";
  404. this.itemCapDir.Size = new System.Drawing.Size(240, 41);
  405. this.itemCapDir.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  406. this.itemCapDir.Text = "采集文件目录";
  407. this.itemCapDir.TextLocation = DevExpress.Utils.Locations.Top;
  408. this.itemCapDir.TextSize = new System.Drawing.Size(72, 14);
  409. //
  410. // layoutControlItem6
  411. //
  412. this.layoutControlItem6.Control = this.txtSignalType;
  413. this.layoutControlItem6.Location = new System.Drawing.Point(0, 197);
  414. this.layoutControlItem6.Name = "layoutControlItem6";
  415. this.layoutControlItem6.Size = new System.Drawing.Size(240, 41);
  416. this.layoutControlItem6.Text = "信号类型";
  417. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  418. this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
  419. //
  420. // itemCapDirFormat
  421. //
  422. this.itemCapDirFormat.Control = this.txtCapDirFormat;
  423. this.itemCapDirFormat.Location = new System.Drawing.Point(240, 279);
  424. this.itemCapDirFormat.Name = "itemCapDirFormat";
  425. this.itemCapDirFormat.Size = new System.Drawing.Size(241, 41);
  426. this.itemCapDirFormat.Text = "目录日期格式";
  427. this.itemCapDirFormat.TextLocation = DevExpress.Utils.Locations.Top;
  428. this.itemCapDirFormat.TextSize = new System.Drawing.Size(72, 14);
  429. //
  430. // layoutControlItemAdja1
  431. //
  432. this.layoutControlItemAdja1.Control = this.txtAdja1Sat;
  433. this.layoutControlItemAdja1.Location = new System.Drawing.Point(160, 156);
  434. this.layoutControlItemAdja1.Name = "layoutControlItemAdja1";
  435. this.layoutControlItemAdja1.Size = new System.Drawing.Size(160, 41);
  436. this.layoutControlItemAdja1.Text = "邻星1";
  437. this.layoutControlItemAdja1.TextLocation = DevExpress.Utils.Locations.Top;
  438. this.layoutControlItemAdja1.TextSize = new System.Drawing.Size(72, 14);
  439. this.layoutControlItemAdja1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  440. //
  441. // layoutControlItemAdja2
  442. //
  443. this.layoutControlItemAdja2.Control = this.txtAdja2Sat;
  444. this.layoutControlItemAdja2.Location = new System.Drawing.Point(320, 156);
  445. this.layoutControlItemAdja2.Name = "layoutControlItemAdja2";
  446. this.layoutControlItemAdja2.Size = new System.Drawing.Size(161, 41);
  447. this.layoutControlItemAdja2.Text = "邻星2";
  448. this.layoutControlItemAdja2.TextLocation = DevExpress.Utils.Locations.Top;
  449. this.layoutControlItemAdja2.TextSize = new System.Drawing.Size(72, 14);
  450. this.layoutControlItemAdja2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  451. //
  452. // itemDetectionWay
  453. //
  454. this.itemDetectionWay.Control = this.txtDetectionWay;
  455. this.itemDetectionWay.Location = new System.Drawing.Point(240, 197);
  456. this.itemDetectionWay.Name = "itemDetectionWay";
  457. this.itemDetectionWay.Size = new System.Drawing.Size(241, 41);
  458. this.itemDetectionWay.Text = "检测方式";
  459. this.itemDetectionWay.TextLocation = DevExpress.Utils.Locations.Top;
  460. this.itemDetectionWay.TextSize = new System.Drawing.Size(72, 14);
  461. this.itemDetectionWay.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  462. //
  463. // itemDoFreqUp
  464. //
  465. this.itemDoFreqUp.Control = this.txtDoFreqUp;
  466. this.itemDoFreqUp.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  467. this.itemDoFreqUp.CustomizationFormText = "上行频点";
  468. this.itemDoFreqUp.Location = new System.Drawing.Point(240, 238);
  469. this.itemDoFreqUp.MaxSize = new System.Drawing.Size(0, 41);
  470. this.itemDoFreqUp.MinSize = new System.Drawing.Size(64, 41);
  471. this.itemDoFreqUp.Name = "itemDoFreqUp";
  472. this.itemDoFreqUp.Size = new System.Drawing.Size(241, 41);
  473. this.itemDoFreqUp.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  474. this.itemDoFreqUp.Text = "处理上行频点";
  475. this.itemDoFreqUp.TextLocation = DevExpress.Utils.Locations.Top;
  476. this.itemDoFreqUp.TextSize = new System.Drawing.Size(72, 14);
  477. //
  478. // layoutControlItem5
  479. //
  480. this.layoutControlItem5.Control = this.txtTaskType;
  481. this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  482. this.layoutControlItem5.CustomizationFormText = "定位模式";
  483. this.layoutControlItem5.Location = new System.Drawing.Point(321, 0);
  484. this.layoutControlItem5.MaxSize = new System.Drawing.Size(160, 56);
  485. this.layoutControlItem5.MinSize = new System.Drawing.Size(160, 56);
  486. this.layoutControlItem5.Name = "layoutControlItem5";
  487. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  488. this.layoutControlItem5.Size = new System.Drawing.Size(160, 56);
  489. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  490. this.layoutControlItem5.Text = " ";
  491. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  492. this.layoutControlItem5.TextSize = new System.Drawing.Size(72, 14);
  493. //
  494. // dxErrorProvider
  495. //
  496. this.dxErrorProvider.ContainerControl = this;
  497. //
  498. // layoutControlGroup1
  499. //
  500. this.layoutControlGroup1.GroupBordersVisible = false;
  501. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  502. this.layoutControlItem1,
  503. this.layoutControlItem5});
  504. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  505. this.layoutControlGroup1.Name = "layoutControlGroup1";
  506. this.layoutControlGroup1.Size = new System.Drawing.Size(481, 56);
  507. //
  508. // TaskEditor
  509. //
  510. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  511. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  512. this.ClientSize = new System.Drawing.Size(501, 388);
  513. this.Controls.Add(this.layoutControl1);
  514. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  515. this.Name = "TaskEditor";
  516. this.Text = "TaskEditor";
  517. this.Load += new System.EventHandler(this.TaskEditor_Load);
  518. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  519. this.layoutControl1.ResumeLayout(false);
  520. ((System.ComponentModel.ISupportInitialize)(this.txtDetectionWay.Properties)).EndInit();
  521. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
  522. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.txtFreq.Properties)).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.txtAdja1Sat.Properties)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.txtAdja2Sat.Properties)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)(this.txtTaskType.Properties)).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)(this.txtCapDir.Properties)).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)(this.txtDoFreqUp.Properties)).EndInit();
  533. ((System.ComponentModel.ISupportInitialize)(this.txtSignalType.Properties)).EndInit();
  534. ((System.ComponentModel.ISupportInitialize)(this.txtCapDirFormat.Properties)).EndInit();
  535. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  536. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  537. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  538. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.itemFreqUp)).EndInit();
  542. ((System.ComponentModel.ISupportInitialize)(this.itemCapDir)).EndInit();
  543. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.itemCapDirFormat)).EndInit();
  545. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja1)).EndInit();
  546. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).EndInit();
  547. ((System.ComponentModel.ISupportInitialize)(this.itemDetectionWay)).EndInit();
  548. ((System.ComponentModel.ISupportInitialize)(this.itemDoFreqUp)).EndInit();
  549. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  550. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  551. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  552. this.ResumeLayout(false);
  553. }
  554. #endregion
  555. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  556. private DevExpress.XtraLayout.LayoutControlGroup Root;
  557. private DevExpress.XtraEditors.TextEdit txtTaskName;
  558. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  559. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  560. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  561. private DevExpress.XtraEditors.RadioGroup txtPosType;
  562. private DevExpress.XtraEditors.SimpleButton btnSave;
  563. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  564. private DevExpress.XtraEditors.ButtonEdit txtFreq;
  565. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  566. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAdja1;
  567. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAdja2;
  568. private DevExpress.XtraLayout.LayoutControlItem itemFreqUp;
  569. private DevExpress.XtraEditors.SearchLookUpEdit txtMainSat;
  570. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  571. private DevExpress.XtraEditors.SearchLookUpEdit txtAdja1Sat;
  572. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  573. private DevExpress.XtraEditors.SearchLookUpEdit txtAdja2Sat;
  574. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  575. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  576. private DevExpress.XtraEditors.RadioGroup txtTaskType;
  577. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  578. private DevExpress.XtraEditors.TextEdit txtCapDir;
  579. private DevExpress.XtraLayout.LayoutControlItem itemCapDir;
  580. private DevExpress.XtraEditors.ButtonEdit txtDoFreqUp;
  581. private DevExpress.XtraLayout.LayoutControlItem itemDoFreqUp;
  582. private DevExpress.XtraEditors.ImageComboBoxEdit txtSignalType;
  583. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  584. private DevExpress.XtraEditors.CheckedComboBoxEdit txtDetectionWay;
  585. private DevExpress.XtraLayout.LayoutControlItem itemDetectionWay;
  586. private DevExpress.XtraEditors.TextEdit txtCapDirFormat;
  587. private DevExpress.XtraLayout.LayoutControlItem itemCapDirFormat;
  588. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  589. }
  590. }