TaskEditor.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  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. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.btnFreq = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  32. this.txtTaskName = new DevExpress.XtraEditors.TextEdit();
  33. this.txtPosType = new DevExpress.XtraEditors.RadioGroup();
  34. this.txtMainSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  35. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  36. this.txtAdja1Sat = new DevExpress.XtraEditors.SearchLookUpEdit();
  37. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  38. this.txtAdja2Sat = new DevExpress.XtraEditors.SearchLookUpEdit();
  39. this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.txtTaskType = new DevExpress.XtraEditors.RadioGroup();
  41. this.txtCapDir = new DevExpress.XtraEditors.TextEdit();
  42. this.txtCapDirFormat = new DevExpress.XtraEditors.TextEdit();
  43. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  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.itemCapDir = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.itemCapDirFormat = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItemAdja1 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItemAdja2 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  53. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  58. this.layoutControl1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtAdja1Sat.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtAdja2Sat.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtTaskType.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtCapDir.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtCapDirFormat.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.itemCapDir)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.itemCapDirFormat)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // layoutControl1
  87. //
  88. this.layoutControl1.Controls.Add(this.btnFreq);
  89. this.layoutControl1.Controls.Add(this.btnSave);
  90. this.layoutControl1.Controls.Add(this.txtTaskName);
  91. this.layoutControl1.Controls.Add(this.txtPosType);
  92. this.layoutControl1.Controls.Add(this.txtMainSat);
  93. this.layoutControl1.Controls.Add(this.txtAdja1Sat);
  94. this.layoutControl1.Controls.Add(this.txtAdja2Sat);
  95. this.layoutControl1.Controls.Add(this.txtTaskType);
  96. this.layoutControl1.Controls.Add(this.txtCapDir);
  97. this.layoutControl1.Controls.Add(this.txtCapDirFormat);
  98. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  100. this.layoutControl1.Name = "layoutControl1";
  101. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(784, 215, 650, 400);
  102. this.layoutControl1.Root = this.Root;
  103. this.layoutControl1.Size = new System.Drawing.Size(502, 301);
  104. this.layoutControl1.TabIndex = 0;
  105. this.layoutControl1.Text = "layoutControl1";
  106. //
  107. // btnFreq
  108. //
  109. this.btnFreq.Location = new System.Drawing.Point(284, 260);
  110. this.btnFreq.Name = "btnFreq";
  111. this.btnFreq.Size = new System.Drawing.Size(96, 23);
  112. this.btnFreq.StyleController = this.layoutControl1;
  113. this.btnFreq.TabIndex = 14;
  114. this.btnFreq.Text = "选择信号";
  115. this.btnFreq.Click += new System.EventHandler(this.btnFreq_Click);
  116. //
  117. // btnSave
  118. //
  119. this.btnSave.Location = new System.Drawing.Point(394, 260);
  120. this.btnSave.Name = "btnSave";
  121. this.btnSave.Size = new System.Drawing.Size(96, 23);
  122. this.btnSave.StyleController = this.layoutControl1;
  123. this.btnSave.TabIndex = 6;
  124. this.btnSave.Text = "保存";
  125. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  126. //
  127. // txtTaskName
  128. //
  129. this.txtTaskName.Location = new System.Drawing.Point(12, 39);
  130. this.txtTaskName.Name = "txtTaskName";
  131. this.txtTaskName.Properties.AutoHeight = false;
  132. this.txtTaskName.Size = new System.Drawing.Size(246, 20);
  133. this.txtTaskName.StyleController = this.layoutControl1;
  134. this.txtTaskName.TabIndex = 4;
  135. //
  136. // txtPosType
  137. //
  138. this.txtPosType.EditValue = 0;
  139. this.txtPosType.Location = new System.Drawing.Point(12, 85);
  140. this.txtPosType.Name = "txtPosType";
  141. this.txtPosType.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
  142. this.txtPosType.Properties.Appearance.Options.UseBackColor = true;
  143. this.txtPosType.Properties.Columns = 3;
  144. this.txtPosType.Size = new System.Drawing.Size(478, 79);
  145. this.txtPosType.StyleController = this.layoutControl1;
  146. this.txtPosType.TabIndex = 5;
  147. this.txtPosType.EditValueChanged += new System.EventHandler(this.txtPosType_EditValueChanged);
  148. //
  149. // txtMainSat
  150. //
  151. this.txtMainSat.Location = new System.Drawing.Point(12, 185);
  152. this.txtMainSat.Name = "txtMainSat";
  153. this.txtMainSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  154. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  155. this.txtMainSat.Properties.NullText = "";
  156. this.txtMainSat.Properties.PopupSizeable = false;
  157. this.txtMainSat.Properties.PopupView = this.searchLookUpEdit1View;
  158. this.txtMainSat.Size = new System.Drawing.Size(156, 20);
  159. this.txtMainSat.StyleController = this.layoutControl1;
  160. this.txtMainSat.TabIndex = 7;
  161. //
  162. // searchLookUpEdit1View
  163. //
  164. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  165. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  166. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  167. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  168. //
  169. // txtAdja1Sat
  170. //
  171. this.txtAdja1Sat.Location = new System.Drawing.Point(172, 185);
  172. this.txtAdja1Sat.Name = "txtAdja1Sat";
  173. this.txtAdja1Sat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  174. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  175. this.txtAdja1Sat.Properties.NullText = "";
  176. this.txtAdja1Sat.Properties.PopupSizeable = false;
  177. this.txtAdja1Sat.Properties.PopupView = this.gridView1;
  178. this.txtAdja1Sat.Size = new System.Drawing.Size(157, 20);
  179. this.txtAdja1Sat.StyleController = this.layoutControl1;
  180. this.txtAdja1Sat.TabIndex = 8;
  181. //
  182. // gridView1
  183. //
  184. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  185. this.gridView1.Name = "gridView1";
  186. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  187. this.gridView1.OptionsView.ShowGroupPanel = false;
  188. //
  189. // txtAdja2Sat
  190. //
  191. this.txtAdja2Sat.Location = new System.Drawing.Point(333, 185);
  192. this.txtAdja2Sat.Name = "txtAdja2Sat";
  193. this.txtAdja2Sat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  194. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  195. this.txtAdja2Sat.Properties.NullText = "";
  196. this.txtAdja2Sat.Properties.PopupSizeable = false;
  197. this.txtAdja2Sat.Properties.PopupView = this.gridView2;
  198. this.txtAdja2Sat.Size = new System.Drawing.Size(157, 20);
  199. this.txtAdja2Sat.StyleController = this.layoutControl1;
  200. this.txtAdja2Sat.TabIndex = 9;
  201. //
  202. // gridView2
  203. //
  204. this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  205. this.gridView2.Name = "gridView2";
  206. this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
  207. this.gridView2.OptionsView.ShowGroupPanel = false;
  208. //
  209. // txtTaskType
  210. //
  211. this.txtTaskType.EditValue = 0;
  212. this.txtTaskType.Location = new System.Drawing.Point(262, 37);
  213. this.txtTaskType.Name = "txtTaskType";
  214. this.txtTaskType.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
  215. this.txtTaskType.Properties.Appearance.Options.UseBackColor = true;
  216. this.txtTaskType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  217. this.txtTaskType.Properties.ColumnIndent = 3;
  218. this.txtTaskType.Properties.Columns = 3;
  219. this.txtTaskType.Size = new System.Drawing.Size(228, 27);
  220. this.txtTaskType.StyleController = this.layoutControl1;
  221. this.txtTaskType.TabIndex = 5;
  222. this.txtTaskType.SelectedIndexChanged += new System.EventHandler(this.txtTaskType_SelectedIndexChanged);
  223. //
  224. // txtCapDir
  225. //
  226. this.txtCapDir.Location = new System.Drawing.Point(12, 226);
  227. this.txtCapDir.Name = "txtCapDir";
  228. this.txtCapDir.Properties.AutoHeight = false;
  229. this.txtCapDir.Size = new System.Drawing.Size(237, 20);
  230. this.txtCapDir.StyleController = this.layoutControl1;
  231. this.txtCapDir.TabIndex = 4;
  232. //
  233. // txtCapDirFormat
  234. //
  235. this.txtCapDirFormat.EditValue = "yyyy_MM_dd_HH";
  236. this.txtCapDirFormat.Location = new System.Drawing.Point(253, 226);
  237. this.txtCapDirFormat.Name = "txtCapDirFormat";
  238. this.txtCapDirFormat.Properties.AutoHeight = false;
  239. this.txtCapDirFormat.Size = new System.Drawing.Size(237, 20);
  240. this.txtCapDirFormat.StyleController = this.layoutControl1;
  241. this.txtCapDirFormat.TabIndex = 13;
  242. this.txtCapDirFormat.ToolTip = "没有子目录则不填";
  243. //
  244. // Root
  245. //
  246. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  247. this.Root.GroupBordersVisible = false;
  248. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  249. this.emptySpaceItem1,
  250. this.layoutControlItem2,
  251. this.layoutControlItem3,
  252. this.layoutControlItem4,
  253. this.itemCapDir,
  254. this.itemCapDirFormat,
  255. this.layoutControlItemAdja1,
  256. this.layoutControlItemAdja2,
  257. this.layoutControlGroup1,
  258. this.layoutControlItem7});
  259. this.Root.Name = "Root";
  260. this.Root.Size = new System.Drawing.Size(502, 301);
  261. this.Root.TextVisible = false;
  262. //
  263. // emptySpaceItem1
  264. //
  265. this.emptySpaceItem1.AllowHotTrack = false;
  266. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 238);
  267. this.emptySpaceItem1.Name = "emptySpaceItem1";
  268. this.emptySpaceItem1.Size = new System.Drawing.Size(272, 43);
  269. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  270. //
  271. // layoutControlItem2
  272. //
  273. this.layoutControlItem2.Control = this.txtPosType;
  274. this.layoutControlItem2.Location = new System.Drawing.Point(0, 56);
  275. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 100);
  276. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 100);
  277. this.layoutControlItem2.Name = "layoutControlItem2";
  278. this.layoutControlItem2.Size = new System.Drawing.Size(482, 100);
  279. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  280. this.layoutControlItem2.Text = "定位模式";
  281. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  282. this.layoutControlItem2.TextSize = new System.Drawing.Size(84, 14);
  283. //
  284. // layoutControlItem3
  285. //
  286. this.layoutControlItem3.Control = this.btnSave;
  287. this.layoutControlItem3.Location = new System.Drawing.Point(382, 238);
  288. this.layoutControlItem3.MaxSize = new System.Drawing.Size(100, 37);
  289. this.layoutControlItem3.MinSize = new System.Drawing.Size(100, 37);
  290. this.layoutControlItem3.Name = "layoutControlItem3";
  291. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  292. this.layoutControlItem3.Size = new System.Drawing.Size(100, 43);
  293. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  294. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  295. this.layoutControlItem3.TextVisible = false;
  296. //
  297. // layoutControlItem4
  298. //
  299. this.layoutControlItem4.Control = this.txtMainSat;
  300. this.layoutControlItem4.Location = new System.Drawing.Point(0, 156);
  301. this.layoutControlItem4.Name = "layoutControlItem4";
  302. this.layoutControlItem4.Size = new System.Drawing.Size(160, 41);
  303. this.layoutControlItem4.Text = "主星";
  304. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  305. this.layoutControlItem4.TextSize = new System.Drawing.Size(84, 14);
  306. //
  307. // itemCapDir
  308. //
  309. this.itemCapDir.Control = this.txtCapDir;
  310. this.itemCapDir.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  311. this.itemCapDir.CustomizationFormText = "任务名称";
  312. this.itemCapDir.Location = new System.Drawing.Point(0, 197);
  313. this.itemCapDir.MaxSize = new System.Drawing.Size(0, 41);
  314. this.itemCapDir.MinSize = new System.Drawing.Size(118, 41);
  315. this.itemCapDir.Name = "itemCapDir";
  316. this.itemCapDir.Size = new System.Drawing.Size(241, 41);
  317. this.itemCapDir.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  318. this.itemCapDir.Text = "采集文件目录";
  319. this.itemCapDir.TextLocation = DevExpress.Utils.Locations.Top;
  320. this.itemCapDir.TextSize = new System.Drawing.Size(84, 14);
  321. //
  322. // itemCapDirFormat
  323. //
  324. this.itemCapDirFormat.Control = this.txtCapDirFormat;
  325. this.itemCapDirFormat.Location = new System.Drawing.Point(241, 197);
  326. this.itemCapDirFormat.MaxSize = new System.Drawing.Size(0, 41);
  327. this.itemCapDirFormat.MinSize = new System.Drawing.Size(88, 41);
  328. this.itemCapDirFormat.Name = "itemCapDirFormat";
  329. this.itemCapDirFormat.Size = new System.Drawing.Size(241, 41);
  330. this.itemCapDirFormat.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  331. this.itemCapDirFormat.Text = "子目录日期格式";
  332. this.itemCapDirFormat.TextLocation = DevExpress.Utils.Locations.Top;
  333. this.itemCapDirFormat.TextSize = new System.Drawing.Size(84, 14);
  334. //
  335. // layoutControlItemAdja1
  336. //
  337. this.layoutControlItemAdja1.Control = this.txtAdja1Sat;
  338. this.layoutControlItemAdja1.Location = new System.Drawing.Point(160, 156);
  339. this.layoutControlItemAdja1.Name = "layoutControlItemAdja1";
  340. this.layoutControlItemAdja1.Size = new System.Drawing.Size(161, 41);
  341. this.layoutControlItemAdja1.Text = "邻星1";
  342. this.layoutControlItemAdja1.TextLocation = DevExpress.Utils.Locations.Top;
  343. this.layoutControlItemAdja1.TextSize = new System.Drawing.Size(84, 14);
  344. this.layoutControlItemAdja1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  345. //
  346. // layoutControlItemAdja2
  347. //
  348. this.layoutControlItemAdja2.Control = this.txtAdja2Sat;
  349. this.layoutControlItemAdja2.Location = new System.Drawing.Point(321, 156);
  350. this.layoutControlItemAdja2.Name = "layoutControlItemAdja2";
  351. this.layoutControlItemAdja2.Size = new System.Drawing.Size(161, 41);
  352. this.layoutControlItemAdja2.Text = "邻星2";
  353. this.layoutControlItemAdja2.TextLocation = DevExpress.Utils.Locations.Top;
  354. this.layoutControlItemAdja2.TextSize = new System.Drawing.Size(84, 14);
  355. this.layoutControlItemAdja2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  356. //
  357. // layoutControlGroup1
  358. //
  359. this.layoutControlGroup1.GroupBordersVisible = false;
  360. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  361. this.layoutControlItem1,
  362. this.layoutControlItem5});
  363. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  364. this.layoutControlGroup1.Name = "layoutControlGroup1";
  365. this.layoutControlGroup1.Size = new System.Drawing.Size(482, 56);
  366. //
  367. // layoutControlItem1
  368. //
  369. this.layoutControlItem1.Control = this.txtTaskName;
  370. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  371. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 56);
  372. this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 56);
  373. this.layoutControlItem1.Name = "layoutControlItem1";
  374. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 7);
  375. this.layoutControlItem1.Size = new System.Drawing.Size(250, 56);
  376. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  377. this.layoutControlItem1.Text = "任务名称";
  378. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  379. this.layoutControlItem1.TextSize = new System.Drawing.Size(84, 14);
  380. //
  381. // layoutControlItem5
  382. //
  383. this.layoutControlItem5.Control = this.txtTaskType;
  384. this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  385. this.layoutControlItem5.CustomizationFormText = "定位模式";
  386. this.layoutControlItem5.Location = new System.Drawing.Point(250, 0);
  387. this.layoutControlItem5.MinSize = new System.Drawing.Size(88, 37);
  388. this.layoutControlItem5.Name = "layoutControlItem5";
  389. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  390. this.layoutControlItem5.Size = new System.Drawing.Size(232, 56);
  391. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  392. this.layoutControlItem5.Text = " ";
  393. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  394. this.layoutControlItem5.TextSize = new System.Drawing.Size(84, 14);
  395. //
  396. // layoutControlItem7
  397. //
  398. this.layoutControlItem7.Control = this.btnFreq;
  399. this.layoutControlItem7.Location = new System.Drawing.Point(272, 238);
  400. this.layoutControlItem7.MaxSize = new System.Drawing.Size(110, 37);
  401. this.layoutControlItem7.MinSize = new System.Drawing.Size(110, 37);
  402. this.layoutControlItem7.Name = "layoutControlItem7";
  403. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 12, 12, 2);
  404. this.layoutControlItem7.Size = new System.Drawing.Size(110, 43);
  405. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  406. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  407. this.layoutControlItem7.TextVisible = false;
  408. //
  409. // dxErrorProvider
  410. //
  411. this.dxErrorProvider.ContainerControl = this;
  412. //
  413. // TaskEditor
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.ClientSize = new System.Drawing.Size(502, 301);
  418. this.Controls.Add(this.layoutControl1);
  419. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  420. this.Name = "TaskEditor";
  421. this.Text = "TaskEditor";
  422. this.Load += new System.EventHandler(this.TaskEditor_Load);
  423. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  424. this.layoutControl1.ResumeLayout(false);
  425. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat.Properties)).EndInit();
  428. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  429. ((System.ComponentModel.ISupportInitialize)(this.txtAdja1Sat.Properties)).EndInit();
  430. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  431. ((System.ComponentModel.ISupportInitialize)(this.txtAdja2Sat.Properties)).EndInit();
  432. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  433. ((System.ComponentModel.ISupportInitialize)(this.txtTaskType.Properties)).EndInit();
  434. ((System.ComponentModel.ISupportInitialize)(this.txtCapDir.Properties)).EndInit();
  435. ((System.ComponentModel.ISupportInitialize)(this.txtCapDirFormat.Properties)).EndInit();
  436. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  437. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  438. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  439. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  441. ((System.ComponentModel.ISupportInitialize)(this.itemCapDir)).EndInit();
  442. ((System.ComponentModel.ISupportInitialize)(this.itemCapDirFormat)).EndInit();
  443. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja1)).EndInit();
  444. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).EndInit();
  445. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  446. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  448. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  449. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  450. this.ResumeLayout(false);
  451. }
  452. #endregion
  453. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  454. private DevExpress.XtraLayout.LayoutControlGroup Root;
  455. private DevExpress.XtraEditors.TextEdit txtTaskName;
  456. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  457. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  458. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  459. private DevExpress.XtraEditors.RadioGroup txtPosType;
  460. private DevExpress.XtraEditors.SimpleButton btnSave;
  461. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  462. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  463. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAdja1;
  464. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAdja2;
  465. private DevExpress.XtraEditors.SearchLookUpEdit txtMainSat;
  466. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  467. private DevExpress.XtraEditors.SearchLookUpEdit txtAdja1Sat;
  468. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  469. private DevExpress.XtraEditors.SearchLookUpEdit txtAdja2Sat;
  470. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  471. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  472. private DevExpress.XtraEditors.RadioGroup txtTaskType;
  473. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  474. private DevExpress.XtraEditors.TextEdit txtCapDir;
  475. private DevExpress.XtraLayout.LayoutControlItem itemCapDir;
  476. private DevExpress.XtraEditors.TextEdit txtCapDirFormat;
  477. private DevExpress.XtraLayout.LayoutControlItem itemCapDirFormat;
  478. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  479. private DevExpress.XtraEditors.SimpleButton btnFreq;
  480. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  481. }
  482. }