FixedStationEditor.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class FixedStationEditor
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  39. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  40. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  41. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  42. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  43. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  44. this.txtEnable = new DevExpress.XtraEditors.CheckEdit();
  45. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  46. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  47. this.txtLon = new DevExpress.XtraEditors.ButtonEdit();
  48. this.txtName = new DevExpress.XtraEditors.TextEdit();
  49. this.txtFreqUp = new DevExpress.XtraEditors.SearchLookUpEdit();
  50. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  51. this.txtLat = new DevExpress.XtraEditors.ButtonEdit();
  52. this.txtValue = new DevExpress.XtraEditors.ButtonEdit();
  53. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  54. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  59. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  62. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  64. this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
  65. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  67. this.layoutControl1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtEnable.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtLon.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtFreqUp.Properties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtLat.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  88. this.SuspendLayout();
  89. //
  90. // layoutControl1
  91. //
  92. this.layoutControl1.Controls.Add(this.txtEnable);
  93. this.layoutControl1.Controls.Add(this.btnOk);
  94. this.layoutControl1.Controls.Add(this.btnCancel);
  95. this.layoutControl1.Controls.Add(this.txtLon);
  96. this.layoutControl1.Controls.Add(this.txtName);
  97. this.layoutControl1.Controls.Add(this.txtFreqUp);
  98. this.layoutControl1.Controls.Add(this.txtLat);
  99. this.layoutControl1.Controls.Add(this.txtValue);
  100. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  102. this.layoutControl1.Name = "layoutControl1";
  103. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  104. this.layoutControl1.Root = this.Root;
  105. this.layoutControl1.Size = new System.Drawing.Size(270, 385);
  106. this.layoutControl1.TabIndex = 0;
  107. this.layoutControl1.Text = "layoutControl1";
  108. //
  109. // txtEnable
  110. //
  111. this.txtEnable.Location = new System.Drawing.Point(22, 302);
  112. this.txtEnable.Name = "txtEnable";
  113. this.txtEnable.Properties.Caption = "是否启用";
  114. this.txtEnable.Size = new System.Drawing.Size(226, 20);
  115. this.txtEnable.StyleController = this.layoutControl1;
  116. this.txtEnable.TabIndex = 9;
  117. //
  118. // btnOk
  119. //
  120. this.btnOk.Location = new System.Drawing.Point(136, 340);
  121. this.btnOk.Name = "btnOk";
  122. this.btnOk.Size = new System.Drawing.Size(112, 22);
  123. this.btnOk.StyleController = this.layoutControl1;
  124. this.btnOk.TabIndex = 8;
  125. this.btnOk.Text = "确定";
  126. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  127. //
  128. // btnCancel
  129. //
  130. this.btnCancel.Location = new System.Drawing.Point(22, 340);
  131. this.btnCancel.Name = "btnCancel";
  132. this.btnCancel.Size = new System.Drawing.Size(110, 22);
  133. this.btnCancel.StyleController = this.layoutControl1;
  134. this.btnCancel.TabIndex = 7;
  135. this.btnCancel.Text = "取消";
  136. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  137. //
  138. // txtLon
  139. //
  140. this.txtLon.Location = new System.Drawing.Point(22, 147);
  141. this.txtLon.Name = "txtLon";
  142. this.txtLon.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  143. this.txtLon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  144. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "° ", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  145. this.txtLon.Properties.MaxLength = 10;
  146. this.txtLon.Size = new System.Drawing.Size(226, 23);
  147. this.txtLon.StyleController = this.layoutControl1;
  148. this.txtLon.TabIndex = 6;
  149. //
  150. // txtName
  151. //
  152. this.txtName.Location = new System.Drawing.Point(22, 39);
  153. this.txtName.Name = "txtName";
  154. this.txtName.Properties.AutoHeight = false;
  155. this.txtName.Size = new System.Drawing.Size(226, 23);
  156. this.txtName.StyleController = this.layoutControl1;
  157. this.txtName.TabIndex = 5;
  158. //
  159. // txtFreqUp
  160. //
  161. this.txtFreqUp.Location = new System.Drawing.Point(22, 93);
  162. this.txtFreqUp.Name = "txtFreqUp";
  163. this.txtFreqUp.Properties.AutoHeight = false;
  164. this.txtFreqUp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  165. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  166. this.txtFreqUp.Properties.PopupView = this.searchLookUpEdit1View;
  167. this.txtFreqUp.Size = new System.Drawing.Size(226, 23);
  168. this.txtFreqUp.StyleController = this.layoutControl1;
  169. this.txtFreqUp.TabIndex = 4;
  170. //
  171. // searchLookUpEdit1View
  172. //
  173. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  174. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  175. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  176. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  177. //
  178. // txtLat
  179. //
  180. this.txtLat.Location = new System.Drawing.Point(22, 198);
  181. this.txtLat.Name = "txtLat";
  182. this.txtLat.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  183. this.txtLat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  184. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "° ", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  185. this.txtLat.Properties.MaxLength = 10;
  186. this.txtLat.Size = new System.Drawing.Size(226, 23);
  187. this.txtLat.StyleController = this.layoutControl1;
  188. this.txtLat.TabIndex = 6;
  189. //
  190. // txtValue
  191. //
  192. this.txtValue.EditValue = "2";
  193. this.txtValue.Location = new System.Drawing.Point(149, 263);
  194. this.txtValue.Name = "txtValue";
  195. this.txtValue.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  196. this.txtValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  197. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "秒", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  198. this.txtValue.Properties.MaxLength = 10;
  199. this.txtValue.Size = new System.Drawing.Size(76, 23);
  200. this.txtValue.StyleController = this.layoutControl1;
  201. this.txtValue.TabIndex = 6;
  202. //
  203. // Root
  204. //
  205. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  206. this.Root.GroupBordersVisible = false;
  207. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  208. this.layoutControlItem1,
  209. this.layoutControlItem3,
  210. this.layoutControlItem4,
  211. this.layoutControlItem5,
  212. this.emptySpaceItem2,
  213. this.layoutControlItem2,
  214. this.layoutControlItem7,
  215. this.layoutControlGroup1,
  216. this.layoutControlItem8});
  217. this.Root.Name = "Root";
  218. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  219. this.Root.Size = new System.Drawing.Size(270, 385);
  220. this.Root.TextVisible = false;
  221. //
  222. // layoutControlItem1
  223. //
  224. this.layoutControlItem1.Control = this.txtFreqUp;
  225. this.layoutControlItem1.Location = new System.Drawing.Point(0, 44);
  226. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 54);
  227. this.layoutControlItem1.MinSize = new System.Drawing.Size(54, 54);
  228. this.layoutControlItem1.Name = "layoutControlItem1";
  229. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  230. this.layoutControlItem1.Size = new System.Drawing.Size(230, 54);
  231. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  232. this.layoutControlItem1.Text = "上行频点";
  233. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  234. this.layoutControlItem1.TextSize = new System.Drawing.Size(120, 14);
  235. //
  236. // layoutControlItem3
  237. //
  238. this.layoutControlItem3.Control = this.txtLon;
  239. this.layoutControlItem3.Location = new System.Drawing.Point(0, 98);
  240. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 51);
  241. this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 51);
  242. this.layoutControlItem3.Name = "layoutControlItem3";
  243. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  244. this.layoutControlItem3.Size = new System.Drawing.Size(230, 51);
  245. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  246. this.layoutControlItem3.Text = "位置经度";
  247. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  248. this.layoutControlItem3.TextSize = new System.Drawing.Size(120, 14);
  249. //
  250. // layoutControlItem4
  251. //
  252. this.layoutControlItem4.Control = this.btnCancel;
  253. this.layoutControlItem4.Location = new System.Drawing.Point(0, 318);
  254. this.layoutControlItem4.Name = "layoutControlItem4";
  255. this.layoutControlItem4.Size = new System.Drawing.Size(114, 27);
  256. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  257. this.layoutControlItem4.TextVisible = false;
  258. //
  259. // layoutControlItem5
  260. //
  261. this.layoutControlItem5.Control = this.btnOk;
  262. this.layoutControlItem5.Location = new System.Drawing.Point(114, 318);
  263. this.layoutControlItem5.Name = "layoutControlItem5";
  264. this.layoutControlItem5.Size = new System.Drawing.Size(116, 27);
  265. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  266. this.layoutControlItem5.TextVisible = false;
  267. //
  268. // emptySpaceItem2
  269. //
  270. this.emptySpaceItem2.AllowHotTrack = false;
  271. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 304);
  272. this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 14);
  273. this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 14);
  274. this.emptySpaceItem2.Name = "emptySpaceItem2";
  275. this.emptySpaceItem2.Size = new System.Drawing.Size(230, 14);
  276. this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  277. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  278. //
  279. // layoutControlItem2
  280. //
  281. this.layoutControlItem2.Control = this.txtName;
  282. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  283. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 44);
  284. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 44);
  285. this.layoutControlItem2.Name = "layoutControlItem2";
  286. this.layoutControlItem2.Size = new System.Drawing.Size(230, 44);
  287. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  288. this.layoutControlItem2.Text = "名称";
  289. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  290. this.layoutControlItem2.TextSize = new System.Drawing.Size(120, 14);
  291. //
  292. // layoutControlItem7
  293. //
  294. this.layoutControlItem7.Control = this.txtLat;
  295. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  296. this.layoutControlItem7.CustomizationFormText = "位置经度";
  297. this.layoutControlItem7.Location = new System.Drawing.Point(0, 149);
  298. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 51);
  299. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 51);
  300. this.layoutControlItem7.Name = "layoutControlItem7";
  301. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  302. this.layoutControlItem7.Size = new System.Drawing.Size(230, 51);
  303. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  304. this.layoutControlItem7.Text = "位置纬度";
  305. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  306. this.layoutControlItem7.TextSize = new System.Drawing.Size(120, 14);
  307. //
  308. // layoutControlGroup1
  309. //
  310. this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Light;
  311. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  312. this.layoutControlItem6,
  313. this.emptySpaceItem3,
  314. this.simpleLabelItem1});
  315. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 200);
  316. this.layoutControlGroup1.Name = "layoutControlGroup1";
  317. this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 9, 9, 9);
  318. this.layoutControlGroup1.Size = new System.Drawing.Size(230, 80);
  319. this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  320. this.layoutControlGroup1.Text = "判定规则";
  321. //
  322. // layoutControlItem6
  323. //
  324. this.layoutControlItem6.Control = this.txtValue;
  325. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  326. this.layoutControlItem6.CustomizationFormText = "位置经度";
  327. this.layoutControlItem6.Location = new System.Drawing.Point(124, 0);
  328. this.layoutControlItem6.MaxSize = new System.Drawing.Size(80, 27);
  329. this.layoutControlItem6.MinSize = new System.Drawing.Size(80, 27);
  330. this.layoutControlItem6.Name = "layoutControlItem6";
  331. this.layoutControlItem6.Size = new System.Drawing.Size(80, 27);
  332. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  333. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  334. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  335. this.layoutControlItem6.TextVisible = false;
  336. //
  337. // emptySpaceItem3
  338. //
  339. this.emptySpaceItem3.AllowHotTrack = false;
  340. this.emptySpaceItem3.Location = new System.Drawing.Point(204, 0);
  341. this.emptySpaceItem3.Name = "emptySpaceItem3";
  342. this.emptySpaceItem3.Size = new System.Drawing.Size(11, 27);
  343. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  344. //
  345. // simpleLabelItem1
  346. //
  347. this.simpleLabelItem1.AllowHotTrack = false;
  348. this.simpleLabelItem1.Location = new System.Drawing.Point(0, 0);
  349. this.simpleLabelItem1.MinSize = new System.Drawing.Size(124, 18);
  350. this.simpleLabelItem1.Name = "simpleLabelItem1";
  351. this.simpleLabelItem1.Size = new System.Drawing.Size(124, 27);
  352. this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  353. this.simpleLabelItem1.Text = "与上一个突发间隔超过";
  354. this.simpleLabelItem1.TextSize = new System.Drawing.Size(120, 14);
  355. //
  356. // layoutControlItem8
  357. //
  358. this.layoutControlItem8.Control = this.txtEnable;
  359. this.layoutControlItem8.Location = new System.Drawing.Point(0, 280);
  360. this.layoutControlItem8.Name = "layoutControlItem8";
  361. this.layoutControlItem8.Size = new System.Drawing.Size(230, 24);
  362. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  363. this.layoutControlItem8.TextVisible = false;
  364. //
  365. // FixedStationEditor
  366. //
  367. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  368. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  369. this.ClientSize = new System.Drawing.Size(270, 385);
  370. this.Controls.Add(this.layoutControl1);
  371. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  372. this.Name = "FixedStationEditor";
  373. this.Text = "TaskEditor";
  374. this.Load += new System.EventHandler(this.SatEditor_Load);
  375. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  376. this.layoutControl1.ResumeLayout(false);
  377. ((System.ComponentModel.ISupportInitialize)(this.txtEnable.Properties)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.txtLon.Properties)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.txtFreqUp.Properties)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.txtLat.Properties)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
  396. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  397. this.ResumeLayout(false);
  398. }
  399. #endregion
  400. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  401. private DevExpress.XtraLayout.LayoutControlGroup Root;
  402. private DevExpress.XtraEditors.SearchLookUpEdit txtFreqUp;
  403. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  404. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  405. private DevExpress.XtraEditors.SimpleButton btnOk;
  406. private DevExpress.XtraEditors.SimpleButton btnCancel;
  407. private DevExpress.XtraEditors.ButtonEdit txtLon;
  408. private DevExpress.XtraEditors.TextEdit txtName;
  409. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  410. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  411. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  412. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  413. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  414. private DevExpress.XtraEditors.ButtonEdit txtLat;
  415. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  416. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
  417. private DevExpress.XtraEditors.ButtonEdit txtValue;
  418. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  419. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  420. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  421. private DevExpress.XtraEditors.CheckEdit txtEnable;
  422. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  423. }
  424. }