AntEditor.Designer.cs 17 KB

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