TaskEditor.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  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 editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = 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.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  58. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.itemFreqUp = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.itemCapDir = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.itemCapDirFormat = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.layoutControlItemAdja1 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.layoutControlItemAdja2 = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.itemDetectionWay = new DevExpress.XtraLayout.LayoutControlItem();
  68. this.itemDoFreqUp = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  70. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  72. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  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.emptySpaceItem1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.itemFreqUp)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.itemCapDir)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.itemCapDirFormat)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja1)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.itemDetectionWay)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.itemDoFreqUp)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).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, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", 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, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  276. this.txtDoFreqUp.Properties.NullValuePrompt = "不填则处理全部频点";
  277. this.txtDoFreqUp.Size = new System.Drawing.Size(237, 20);
  278. this.txtDoFreqUp.StyleController = this.layoutControl1;
  279. this.txtDoFreqUp.TabIndex = 10;
  280. this.txtDoFreqUp.ToolTip = "多个频点用逗号或分号隔开";
  281. //
  282. // txtSignalType
  283. //
  284. this.txtSignalType.Location = new System.Drawing.Point(12, 226);
  285. this.txtSignalType.Name = "txtSignalType";
  286. this.txtSignalType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  287. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  288. this.txtSignalType.Size = new System.Drawing.Size(236, 20);
  289. this.txtSignalType.StyleController = this.layoutControl1;
  290. this.txtSignalType.TabIndex = 11;
  291. this.txtSignalType.SelectedIndexChanged += new System.EventHandler(this.txtSignalType_SelectedIndexChanged);
  292. //
  293. // txtCapDirFormat
  294. //
  295. this.txtCapDirFormat.EditValue = "yyyy_MM_dd_HH";
  296. this.txtCapDirFormat.Location = new System.Drawing.Point(252, 308);
  297. this.txtCapDirFormat.Name = "txtCapDirFormat";
  298. this.txtCapDirFormat.Size = new System.Drawing.Size(237, 20);
  299. this.txtCapDirFormat.StyleController = this.layoutControl1;
  300. this.txtCapDirFormat.TabIndex = 13;
  301. this.txtCapDirFormat.ToolTip = "没有子目录则不填";
  302. //
  303. // Root
  304. //
  305. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  306. this.Root.GroupBordersVisible = false;
  307. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  308. this.emptySpaceItem1,
  309. this.layoutControlItem2,
  310. this.layoutControlItem3,
  311. this.layoutControlItem4,
  312. this.itemFreqUp,
  313. this.itemCapDir,
  314. this.layoutControlItem6,
  315. this.itemCapDirFormat,
  316. this.layoutControlItemAdja1,
  317. this.layoutControlItemAdja2,
  318. this.itemDetectionWay,
  319. this.itemDoFreqUp,
  320. this.layoutControlGroup1});
  321. this.Root.Name = "Root";
  322. this.Root.Size = new System.Drawing.Size(501, 388);
  323. this.Root.TextVisible = false;
  324. //
  325. // emptySpaceItem1
  326. //
  327. this.emptySpaceItem1.AllowHotTrack = false;
  328. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 320);
  329. this.emptySpaceItem1.Name = "emptySpaceItem1";
  330. this.emptySpaceItem1.Size = new System.Drawing.Size(361, 48);
  331. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  332. //
  333. // layoutControlItem2
  334. //
  335. this.layoutControlItem2.Control = this.txtPosType;
  336. this.layoutControlItem2.Location = new System.Drawing.Point(0, 56);
  337. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 100);
  338. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 100);
  339. this.layoutControlItem2.Name = "layoutControlItem2";
  340. this.layoutControlItem2.Size = new System.Drawing.Size(481, 100);
  341. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  342. this.layoutControlItem2.Text = "定位模式";
  343. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  344. this.layoutControlItem2.TextSize = new System.Drawing.Size(84, 14);
  345. //
  346. // layoutControlItem3
  347. //
  348. this.layoutControlItem3.Control = this.btnSave;
  349. this.layoutControlItem3.Location = new System.Drawing.Point(361, 320);
  350. this.layoutControlItem3.MaxSize = new System.Drawing.Size(120, 40);
  351. this.layoutControlItem3.MinSize = new System.Drawing.Size(120, 40);
  352. this.layoutControlItem3.Name = "layoutControlItem3";
  353. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  354. this.layoutControlItem3.Size = new System.Drawing.Size(120, 48);
  355. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  356. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  357. this.layoutControlItem3.TextVisible = false;
  358. //
  359. // layoutControlItem4
  360. //
  361. this.layoutControlItem4.Control = this.txtMainSat;
  362. this.layoutControlItem4.Location = new System.Drawing.Point(0, 156);
  363. this.layoutControlItem4.Name = "layoutControlItem4";
  364. this.layoutControlItem4.Size = new System.Drawing.Size(160, 41);
  365. this.layoutControlItem4.Text = "主星";
  366. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  367. this.layoutControlItem4.TextSize = new System.Drawing.Size(84, 14);
  368. //
  369. // itemFreqUp
  370. //
  371. this.itemFreqUp.Control = this.txtFreq;
  372. this.itemFreqUp.Location = new System.Drawing.Point(0, 238);
  373. this.itemFreqUp.MaxSize = new System.Drawing.Size(0, 41);
  374. this.itemFreqUp.MinSize = new System.Drawing.Size(64, 41);
  375. this.itemFreqUp.Name = "itemFreqUp";
  376. this.itemFreqUp.Size = new System.Drawing.Size(240, 41);
  377. this.itemFreqUp.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  378. this.itemFreqUp.Text = "上行频点";
  379. this.itemFreqUp.TextLocation = DevExpress.Utils.Locations.Top;
  380. this.itemFreqUp.TextSize = new System.Drawing.Size(84, 14);
  381. //
  382. // itemCapDir
  383. //
  384. this.itemCapDir.Control = this.txtCapDir;
  385. this.itemCapDir.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  386. this.itemCapDir.CustomizationFormText = "任务名称";
  387. this.itemCapDir.Location = new System.Drawing.Point(0, 279);
  388. this.itemCapDir.MaxSize = new System.Drawing.Size(0, 41);
  389. this.itemCapDir.MinSize = new System.Drawing.Size(118, 41);
  390. this.itemCapDir.Name = "itemCapDir";
  391. this.itemCapDir.Size = new System.Drawing.Size(240, 41);
  392. this.itemCapDir.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  393. this.itemCapDir.Text = "采集文件目录";
  394. this.itemCapDir.TextLocation = DevExpress.Utils.Locations.Top;
  395. this.itemCapDir.TextSize = new System.Drawing.Size(84, 14);
  396. //
  397. // layoutControlItem6
  398. //
  399. this.layoutControlItem6.Control = this.txtSignalType;
  400. this.layoutControlItem6.Location = new System.Drawing.Point(0, 197);
  401. this.layoutControlItem6.Name = "layoutControlItem6";
  402. this.layoutControlItem6.Size = new System.Drawing.Size(240, 41);
  403. this.layoutControlItem6.Text = "信号类型";
  404. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  405. this.layoutControlItem6.TextSize = new System.Drawing.Size(84, 14);
  406. //
  407. // itemCapDirFormat
  408. //
  409. this.itemCapDirFormat.Control = this.txtCapDirFormat;
  410. this.itemCapDirFormat.Location = new System.Drawing.Point(240, 279);
  411. this.itemCapDirFormat.Name = "itemCapDirFormat";
  412. this.itemCapDirFormat.Size = new System.Drawing.Size(241, 41);
  413. this.itemCapDirFormat.Text = "子目录日期格式";
  414. this.itemCapDirFormat.TextLocation = DevExpress.Utils.Locations.Top;
  415. this.itemCapDirFormat.TextSize = new System.Drawing.Size(84, 14);
  416. //
  417. // layoutControlItemAdja1
  418. //
  419. this.layoutControlItemAdja1.Control = this.txtAdja1Sat;
  420. this.layoutControlItemAdja1.Location = new System.Drawing.Point(160, 156);
  421. this.layoutControlItemAdja1.Name = "layoutControlItemAdja1";
  422. this.layoutControlItemAdja1.Size = new System.Drawing.Size(160, 41);
  423. this.layoutControlItemAdja1.Text = "邻星1";
  424. this.layoutControlItemAdja1.TextLocation = DevExpress.Utils.Locations.Top;
  425. this.layoutControlItemAdja1.TextSize = new System.Drawing.Size(84, 14);
  426. this.layoutControlItemAdja1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  427. //
  428. // layoutControlItemAdja2
  429. //
  430. this.layoutControlItemAdja2.Control = this.txtAdja2Sat;
  431. this.layoutControlItemAdja2.Location = new System.Drawing.Point(320, 156);
  432. this.layoutControlItemAdja2.Name = "layoutControlItemAdja2";
  433. this.layoutControlItemAdja2.Size = new System.Drawing.Size(161, 41);
  434. this.layoutControlItemAdja2.Text = "邻星2";
  435. this.layoutControlItemAdja2.TextLocation = DevExpress.Utils.Locations.Top;
  436. this.layoutControlItemAdja2.TextSize = new System.Drawing.Size(84, 14);
  437. this.layoutControlItemAdja2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  438. //
  439. // itemDetectionWay
  440. //
  441. this.itemDetectionWay.Control = this.txtDetectionWay;
  442. this.itemDetectionWay.Location = new System.Drawing.Point(240, 197);
  443. this.itemDetectionWay.Name = "itemDetectionWay";
  444. this.itemDetectionWay.Size = new System.Drawing.Size(241, 41);
  445. this.itemDetectionWay.Text = "检测方式";
  446. this.itemDetectionWay.TextLocation = DevExpress.Utils.Locations.Top;
  447. this.itemDetectionWay.TextSize = new System.Drawing.Size(84, 14);
  448. this.itemDetectionWay.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  449. //
  450. // itemDoFreqUp
  451. //
  452. this.itemDoFreqUp.Control = this.txtDoFreqUp;
  453. this.itemDoFreqUp.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  454. this.itemDoFreqUp.CustomizationFormText = "上行频点";
  455. this.itemDoFreqUp.Location = new System.Drawing.Point(240, 238);
  456. this.itemDoFreqUp.MaxSize = new System.Drawing.Size(0, 41);
  457. this.itemDoFreqUp.MinSize = new System.Drawing.Size(64, 41);
  458. this.itemDoFreqUp.Name = "itemDoFreqUp";
  459. this.itemDoFreqUp.Size = new System.Drawing.Size(241, 41);
  460. this.itemDoFreqUp.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  461. this.itemDoFreqUp.Text = "处理上行频点";
  462. this.itemDoFreqUp.TextLocation = DevExpress.Utils.Locations.Top;
  463. this.itemDoFreqUp.TextSize = new System.Drawing.Size(84, 14);
  464. //
  465. // layoutControlGroup1
  466. //
  467. this.layoutControlGroup1.GroupBordersVisible = false;
  468. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  469. this.layoutControlItem1,
  470. this.layoutControlItem5});
  471. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  472. this.layoutControlGroup1.Name = "layoutControlGroup1";
  473. this.layoutControlGroup1.Size = new System.Drawing.Size(481, 56);
  474. //
  475. // layoutControlItem1
  476. //
  477. this.layoutControlItem1.Control = this.txtTaskName;
  478. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  479. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 56);
  480. this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 56);
  481. this.layoutControlItem1.Name = "layoutControlItem1";
  482. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 7);
  483. this.layoutControlItem1.Size = new System.Drawing.Size(321, 56);
  484. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  485. this.layoutControlItem1.Text = "任务名称";
  486. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  487. this.layoutControlItem1.TextSize = new System.Drawing.Size(84, 14);
  488. //
  489. // layoutControlItem5
  490. //
  491. this.layoutControlItem5.Control = this.txtTaskType;
  492. this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  493. this.layoutControlItem5.CustomizationFormText = "定位模式";
  494. this.layoutControlItem5.Location = new System.Drawing.Point(321, 0);
  495. this.layoutControlItem5.MaxSize = new System.Drawing.Size(160, 56);
  496. this.layoutControlItem5.MinSize = new System.Drawing.Size(160, 56);
  497. this.layoutControlItem5.Name = "layoutControlItem5";
  498. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  499. this.layoutControlItem5.Size = new System.Drawing.Size(160, 56);
  500. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  501. this.layoutControlItem5.Text = " ";
  502. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  503. this.layoutControlItem5.TextSize = new System.Drawing.Size(84, 14);
  504. //
  505. // dxErrorProvider
  506. //
  507. this.dxErrorProvider.ContainerControl = this;
  508. //
  509. // TaskEditor
  510. //
  511. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  512. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  513. this.ClientSize = new System.Drawing.Size(501, 388);
  514. this.Controls.Add(this.layoutControl1);
  515. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  516. this.Name = "TaskEditor";
  517. this.Text = "TaskEditor";
  518. this.Load += new System.EventHandler(this.TaskEditor_Load);
  519. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  520. this.layoutControl1.ResumeLayout(false);
  521. ((System.ComponentModel.ISupportInitialize)(this.txtDetectionWay.Properties)).EndInit();
  522. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)(this.txtFreq.Properties)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.txtAdja1Sat.Properties)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.txtAdja2Sat.Properties)).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)(this.txtTaskType.Properties)).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)(this.txtCapDir.Properties)).EndInit();
  533. ((System.ComponentModel.ISupportInitialize)(this.txtDoFreqUp.Properties)).EndInit();
  534. ((System.ComponentModel.ISupportInitialize)(this.txtSignalType.Properties)).EndInit();
  535. ((System.ComponentModel.ISupportInitialize)(this.txtCapDirFormat.Properties)).EndInit();
  536. ((System.ComponentModel.ISupportInitialize)(this.Root)).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.layoutControlGroup1)).EndInit();
  550. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  551. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  552. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  553. this.ResumeLayout(false);
  554. }
  555. #endregion
  556. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  557. private DevExpress.XtraLayout.LayoutControlGroup Root;
  558. private DevExpress.XtraEditors.TextEdit txtTaskName;
  559. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  560. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  561. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  562. private DevExpress.XtraEditors.RadioGroup txtPosType;
  563. private DevExpress.XtraEditors.SimpleButton btnSave;
  564. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  565. private DevExpress.XtraEditors.ButtonEdit txtFreq;
  566. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  567. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAdja1;
  568. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAdja2;
  569. private DevExpress.XtraLayout.LayoutControlItem itemFreqUp;
  570. private DevExpress.XtraEditors.SearchLookUpEdit txtMainSat;
  571. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  572. private DevExpress.XtraEditors.SearchLookUpEdit txtAdja1Sat;
  573. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  574. private DevExpress.XtraEditors.SearchLookUpEdit txtAdja2Sat;
  575. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  576. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  577. private DevExpress.XtraEditors.RadioGroup txtTaskType;
  578. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  579. private DevExpress.XtraEditors.TextEdit txtCapDir;
  580. private DevExpress.XtraLayout.LayoutControlItem itemCapDir;
  581. private DevExpress.XtraEditors.ButtonEdit txtDoFreqUp;
  582. private DevExpress.XtraLayout.LayoutControlItem itemDoFreqUp;
  583. private DevExpress.XtraEditors.ImageComboBoxEdit txtSignalType;
  584. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  585. private DevExpress.XtraEditors.CheckedComboBoxEdit txtDetectionWay;
  586. private DevExpress.XtraLayout.LayoutControlItem itemDetectionWay;
  587. private DevExpress.XtraEditors.TextEdit txtCapDirFormat;
  588. private DevExpress.XtraLayout.LayoutControlItem itemCapDirFormat;
  589. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  590. }
  591. }