AntEditor.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. namespace DataSimulation.Forms.EditForms
  2. {
  3. partial class AntEditor
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  39. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  40. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  42. this.txtAntLon = new DevExpress.XtraEditors.ButtonEdit();
  43. this.txtAntName = new DevExpress.XtraEditors.TextEdit();
  44. this.txtAntLat = new DevExpress.XtraEditors.ButtonEdit();
  45. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  46. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  47. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  52. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  54. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  55. this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
  56. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  57. this.layoutControl1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtAntLon.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtAntName.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtAntLat.Properties)).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.layoutControlItem5)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // layoutControl1
  75. //
  76. this.layoutControl1.Controls.Add(this.btnOk);
  77. this.layoutControl1.Controls.Add(this.btnCancel);
  78. this.layoutControl1.Controls.Add(this.txtAntLon);
  79. this.layoutControl1.Controls.Add(this.txtAntName);
  80. this.layoutControl1.Controls.Add(this.txtAntLat);
  81. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  83. this.layoutControl1.Name = "layoutControl1";
  84. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  85. this.layoutControl1.Root = this.Root;
  86. this.layoutControl1.Size = new System.Drawing.Size(371, 295);
  87. this.layoutControl1.TabIndex = 0;
  88. this.layoutControl1.Text = "layoutControl1";
  89. //
  90. // btnOk
  91. //
  92. this.btnOk.Location = new System.Drawing.Point(281, 251);
  93. this.btnOk.Name = "btnOk";
  94. this.btnOk.Size = new System.Drawing.Size(68, 22);
  95. this.btnOk.StyleController = this.layoutControl1;
  96. this.btnOk.TabIndex = 8;
  97. this.btnOk.Text = "确定";
  98. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  99. //
  100. // btnCancel
  101. //
  102. this.btnCancel.Location = new System.Drawing.Point(198, 251);
  103. this.btnCancel.Name = "btnCancel";
  104. this.btnCancel.Size = new System.Drawing.Size(68, 22);
  105. this.btnCancel.StyleController = this.layoutControl1;
  106. this.btnCancel.TabIndex = 7;
  107. this.btnCancel.Text = "取消";
  108. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  109. //
  110. // txtAntLon
  111. //
  112. this.txtAntLon.Location = new System.Drawing.Point(22, 103);
  113. this.txtAntLon.Name = "txtAntLon";
  114. this.txtAntLon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  115. 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)});
  116. this.txtAntLon.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  117. this.txtAntLon.Properties.MaskSettings.Set("mask", "f");
  118. this.txtAntLon.Properties.MaxLength = 10;
  119. this.txtAntLon.Properties.NullValuePrompt = "必需";
  120. this.txtAntLon.Size = new System.Drawing.Size(327, 23);
  121. this.txtAntLon.StyleController = this.layoutControl1;
  122. this.txtAntLon.TabIndex = 6;
  123. //
  124. // txtAntName
  125. //
  126. this.txtAntName.Location = new System.Drawing.Point(22, 49);
  127. this.txtAntName.Name = "txtAntName";
  128. this.txtAntName.Properties.AutoHeight = false;
  129. this.txtAntName.Size = new System.Drawing.Size(327, 23);
  130. this.txtAntName.StyleController = this.layoutControl1;
  131. this.txtAntName.TabIndex = 5;
  132. //
  133. // txtAntLat
  134. //
  135. this.txtAntLat.Location = new System.Drawing.Point(22, 154);
  136. this.txtAntLat.Name = "txtAntLat";
  137. this.txtAntLat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  138. 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)});
  139. this.txtAntLat.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  140. this.txtAntLat.Properties.MaskSettings.Set("mask", "f");
  141. this.txtAntLat.Properties.MaxLength = 10;
  142. this.txtAntLat.Properties.NullValuePrompt = "必需";
  143. this.txtAntLat.Size = new System.Drawing.Size(327, 23);
  144. this.txtAntLat.StyleController = this.layoutControl1;
  145. this.txtAntLat.TabIndex = 6;
  146. //
  147. // Root
  148. //
  149. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  150. this.Root.GroupBordersVisible = false;
  151. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  152. this.layoutControlItem2,
  153. this.layoutControlItem3,
  154. this.layoutControlItem4,
  155. this.layoutControlItem5,
  156. this.emptySpaceItem2,
  157. this.layoutControlItem1,
  158. this.emptySpaceItem3,
  159. this.emptySpaceItem4,
  160. this.emptySpaceItem1});
  161. this.Root.Name = "Root";
  162. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  163. this.Root.Size = new System.Drawing.Size(371, 295);
  164. this.Root.TextVisible = false;
  165. //
  166. // emptySpaceItem1
  167. //
  168. this.emptySpaceItem1.AllowHotTrack = false;
  169. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 180);
  170. this.emptySpaceItem1.Name = "emptySpaceItem1";
  171. this.emptySpaceItem1.Size = new System.Drawing.Size(331, 49);
  172. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  173. //
  174. // layoutControlItem2
  175. //
  176. this.layoutControlItem2.Control = this.txtAntName;
  177. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  178. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 54);
  179. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 54);
  180. this.layoutControlItem2.Name = "layoutControlItem2";
  181. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  182. this.layoutControlItem2.Size = new System.Drawing.Size(331, 54);
  183. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  184. this.layoutControlItem2.Text = "天线名称";
  185. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  186. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  187. //
  188. // layoutControlItem3
  189. //
  190. this.layoutControlItem3.Control = this.txtAntLon;
  191. this.layoutControlItem3.Location = new System.Drawing.Point(0, 54);
  192. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 51);
  193. this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 51);
  194. this.layoutControlItem3.Name = "layoutControlItem3";
  195. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  196. this.layoutControlItem3.Size = new System.Drawing.Size(331, 51);
  197. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  198. this.layoutControlItem3.Text = "天线经度";
  199. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  200. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  201. //
  202. // layoutControlItem4
  203. //
  204. this.layoutControlItem4.Control = this.btnCancel;
  205. this.layoutControlItem4.Location = new System.Drawing.Point(176, 229);
  206. this.layoutControlItem4.MaxSize = new System.Drawing.Size(72, 26);
  207. this.layoutControlItem4.MinSize = new System.Drawing.Size(72, 26);
  208. this.layoutControlItem4.Name = "layoutControlItem4";
  209. this.layoutControlItem4.Size = new System.Drawing.Size(72, 26);
  210. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  211. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  212. this.layoutControlItem4.TextVisible = false;
  213. //
  214. // layoutControlItem5
  215. //
  216. this.layoutControlItem5.Control = this.btnOk;
  217. this.layoutControlItem5.Location = new System.Drawing.Point(259, 229);
  218. this.layoutControlItem5.MaxSize = new System.Drawing.Size(72, 26);
  219. this.layoutControlItem5.MinSize = new System.Drawing.Size(72, 26);
  220. this.layoutControlItem5.Name = "layoutControlItem5";
  221. this.layoutControlItem5.Size = new System.Drawing.Size(72, 26);
  222. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  223. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  224. this.layoutControlItem5.TextVisible = false;
  225. //
  226. // emptySpaceItem2
  227. //
  228. this.emptySpaceItem2.AllowHotTrack = false;
  229. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 156);
  230. this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 24);
  231. this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
  232. this.emptySpaceItem2.Name = "emptySpaceItem2";
  233. this.emptySpaceItem2.Size = new System.Drawing.Size(331, 24);
  234. this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  235. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  236. //
  237. // layoutControlItem1
  238. //
  239. this.layoutControlItem1.Control = this.txtAntLat;
  240. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  241. this.layoutControlItem1.CustomizationFormText = "天线经度";
  242. this.layoutControlItem1.Location = new System.Drawing.Point(0, 105);
  243. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 51);
  244. this.layoutControlItem1.MinSize = new System.Drawing.Size(54, 51);
  245. this.layoutControlItem1.Name = "layoutControlItem1";
  246. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  247. this.layoutControlItem1.Size = new System.Drawing.Size(331, 51);
  248. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  249. this.layoutControlItem1.Text = "天线纬度";
  250. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  251. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  252. //
  253. // emptySpaceItem3
  254. //
  255. this.emptySpaceItem3.AllowHotTrack = false;
  256. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 229);
  257. this.emptySpaceItem3.Name = "emptySpaceItem3";
  258. this.emptySpaceItem3.Size = new System.Drawing.Size(176, 26);
  259. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  260. //
  261. // dxErrorProvider
  262. //
  263. this.dxErrorProvider.ContainerControl = this;
  264. //
  265. // emptySpaceItem4
  266. //
  267. this.emptySpaceItem4.AllowHotTrack = false;
  268. this.emptySpaceItem4.Location = new System.Drawing.Point(248, 229);
  269. this.emptySpaceItem4.MaxSize = new System.Drawing.Size(11, 26);
  270. this.emptySpaceItem4.MinSize = new System.Drawing.Size(11, 26);
  271. this.emptySpaceItem4.Name = "emptySpaceItem4";
  272. this.emptySpaceItem4.Size = new System.Drawing.Size(11, 26);
  273. this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  274. this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
  275. //
  276. // AntEditor
  277. //
  278. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  279. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  280. this.ClientSize = new System.Drawing.Size(371, 295);
  281. this.Controls.Add(this.layoutControl1);
  282. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  283. this.Name = "AntEditor";
  284. this.Text = "TaskEditor";
  285. this.Load += new System.EventHandler(this.AntEditor_Load);
  286. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  287. this.layoutControl1.ResumeLayout(false);
  288. ((System.ComponentModel.ISupportInitialize)(this.txtAntLon.Properties)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.txtAntName.Properties)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.txtAntLat.Properties)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
  302. this.ResumeLayout(false);
  303. }
  304. #endregion
  305. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  306. private DevExpress.XtraLayout.LayoutControlGroup Root;
  307. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  308. private DevExpress.XtraEditors.SimpleButton btnOk;
  309. private DevExpress.XtraEditors.SimpleButton btnCancel;
  310. private DevExpress.XtraEditors.ButtonEdit txtAntLon;
  311. private DevExpress.XtraEditors.TextEdit txtAntName;
  312. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  313. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  314. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  315. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  316. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  317. private DevExpress.XtraEditors.ButtonEdit txtAntLat;
  318. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  319. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  320. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  321. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
  322. }
  323. }