TaskEditor54.Designer.cs 22 KB

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