TaskEditor.Designer.cs 23 KB

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