TaskEditor.Designer.cs 27 KB

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