TaskEditor.Designer.cs 23 KB

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