FlightImport.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. namespace DataSimulation.Forms.EditForms
  2. {
  3. partial class FlightImport
  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 editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  34. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  35. this.cbAll = new DevExpress.XtraEditors.ComboBoxEdit();
  36. this.btnImport = new DevExpress.XtraEditors.SimpleButton();
  37. this.mapControl = new DevExpress.XtraMap.MapControl();
  38. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  39. this.txtSpeed = new DevExpress.XtraEditors.ButtonEdit();
  40. this.txtFlightName = new DevExpress.XtraEditors.TextEdit();
  41. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  42. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  46. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  47. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  48. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.所有航迹 = new DevExpress.XtraLayout.LayoutControlItem();
  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.cbAll.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtSpeed.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.所有航迹)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // layoutControl1
  72. //
  73. this.layoutControl1.Controls.Add(this.cbAll);
  74. this.layoutControl1.Controls.Add(this.btnImport);
  75. this.layoutControl1.Controls.Add(this.mapControl);
  76. this.layoutControl1.Controls.Add(this.btnSave);
  77. this.layoutControl1.Controls.Add(this.txtSpeed);
  78. this.layoutControl1.Controls.Add(this.txtFlightName);
  79. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  81. this.layoutControl1.Name = "layoutControl1";
  82. this.layoutControl1.Root = this.Root;
  83. this.layoutControl1.Size = new System.Drawing.Size(1189, 509);
  84. this.layoutControl1.TabIndex = 0;
  85. this.layoutControl1.Text = "layoutControl1";
  86. //
  87. // cbAll
  88. //
  89. this.cbAll.Location = new System.Drawing.Point(12, 29);
  90. this.cbAll.Name = "cbAll";
  91. this.cbAll.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  92. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  93. this.cbAll.Size = new System.Drawing.Size(278, 20);
  94. this.cbAll.StyleController = this.layoutControl1;
  95. this.cbAll.TabIndex = 18;
  96. this.cbAll.SelectedValueChanged += new System.EventHandler(this.cbAll_SelectedValueChanged);
  97. //
  98. // btnImport
  99. //
  100. this.btnImport.Location = new System.Drawing.Point(154, 475);
  101. this.btnImport.Name = "btnImport";
  102. this.btnImport.Size = new System.Drawing.Size(60, 22);
  103. this.btnImport.StyleController = this.layoutControl1;
  104. this.btnImport.TabIndex = 17;
  105. this.btnImport.Text = "导入航迹";
  106. this.btnImport.Click += new System.EventHandler(this.btnFlight_Click);
  107. //
  108. // mapControl
  109. //
  110. this.mapControl.Location = new System.Drawing.Point(304, 12);
  111. this.mapControl.Name = "mapControl";
  112. this.mapControl.Size = new System.Drawing.Size(873, 485);
  113. this.mapControl.TabIndex = 16;
  114. //
  115. // btnSave
  116. //
  117. this.btnSave.Location = new System.Drawing.Point(218, 475);
  118. this.btnSave.Name = "btnSave";
  119. this.btnSave.Size = new System.Drawing.Size(72, 22);
  120. this.btnSave.StyleController = this.layoutControl1;
  121. this.btnSave.TabIndex = 15;
  122. this.btnSave.Text = "保存";
  123. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  124. //
  125. // txtSpeed
  126. //
  127. this.txtSpeed.Location = new System.Drawing.Point(12, 111);
  128. this.txtSpeed.MaximumSize = new System.Drawing.Size(0, 20);
  129. this.txtSpeed.MinimumSize = new System.Drawing.Size(0, 20);
  130. this.txtSpeed.Name = "txtSpeed";
  131. this.txtSpeed.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  132. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "m/s", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  133. this.txtSpeed.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  134. this.txtSpeed.Properties.MaskSettings.Set("mask", "f3");
  135. this.txtSpeed.Properties.MaxLength = 10;
  136. this.txtSpeed.Size = new System.Drawing.Size(278, 20);
  137. this.txtSpeed.StyleController = this.layoutControl1;
  138. this.txtSpeed.TabIndex = 13;
  139. //
  140. // txtFlightName
  141. //
  142. this.txtFlightName.Location = new System.Drawing.Point(12, 70);
  143. this.txtFlightName.Name = "txtFlightName";
  144. this.txtFlightName.Properties.MaxLength = 12;
  145. this.txtFlightName.Size = new System.Drawing.Size(278, 20);
  146. this.txtFlightName.StyleController = this.layoutControl1;
  147. this.txtFlightName.TabIndex = 4;
  148. //
  149. // Root
  150. //
  151. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  152. this.Root.GroupBordersVisible = false;
  153. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  154. this.layoutControlItem1,
  155. this.layoutControlItem13,
  156. this.layoutControlItem10,
  157. this.splitterItem1,
  158. this.emptySpaceItem1,
  159. this.emptySpaceItem2,
  160. this.layoutControlItem12,
  161. this.layoutControlItem2,
  162. this.所有航迹});
  163. this.Root.Name = "Root";
  164. this.Root.Size = new System.Drawing.Size(1189, 509);
  165. this.Root.TextVisible = false;
  166. //
  167. // layoutControlItem1
  168. //
  169. this.layoutControlItem1.Control = this.txtFlightName;
  170. this.layoutControlItem1.Location = new System.Drawing.Point(0, 41);
  171. this.layoutControlItem1.Name = "layoutControlItem1";
  172. this.layoutControlItem1.Size = new System.Drawing.Size(282, 41);
  173. this.layoutControlItem1.Text = "航迹名称";
  174. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  175. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  176. //
  177. // layoutControlItem13
  178. //
  179. this.layoutControlItem13.Control = this.mapControl;
  180. this.layoutControlItem13.Location = new System.Drawing.Point(292, 0);
  181. this.layoutControlItem13.Name = "layoutControlItem13";
  182. this.layoutControlItem13.Size = new System.Drawing.Size(877, 489);
  183. this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
  184. this.layoutControlItem13.TextVisible = false;
  185. //
  186. // layoutControlItem10
  187. //
  188. this.layoutControlItem10.Control = this.txtSpeed;
  189. this.layoutControlItem10.Location = new System.Drawing.Point(0, 82);
  190. this.layoutControlItem10.Name = "layoutControlItem10";
  191. this.layoutControlItem10.Size = new System.Drawing.Size(282, 44);
  192. this.layoutControlItem10.Text = "速度";
  193. this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
  194. this.layoutControlItem10.TextSize = new System.Drawing.Size(48, 14);
  195. //
  196. // splitterItem1
  197. //
  198. this.splitterItem1.AllowHotTrack = true;
  199. this.splitterItem1.Location = new System.Drawing.Point(282, 0);
  200. this.splitterItem1.Name = "splitterItem1";
  201. this.splitterItem1.Size = new System.Drawing.Size(10, 489);
  202. //
  203. // emptySpaceItem1
  204. //
  205. this.emptySpaceItem1.AllowHotTrack = false;
  206. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 463);
  207. this.emptySpaceItem1.Name = "emptySpaceItem1";
  208. this.emptySpaceItem1.Size = new System.Drawing.Size(142, 26);
  209. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  210. //
  211. // emptySpaceItem2
  212. //
  213. this.emptySpaceItem2.AllowHotTrack = false;
  214. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 126);
  215. this.emptySpaceItem2.Name = "emptySpaceItem2";
  216. this.emptySpaceItem2.Size = new System.Drawing.Size(282, 337);
  217. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  218. //
  219. // layoutControlItem12
  220. //
  221. this.layoutControlItem12.Control = this.btnSave;
  222. this.layoutControlItem12.Location = new System.Drawing.Point(206, 463);
  223. this.layoutControlItem12.MaxSize = new System.Drawing.Size(76, 26);
  224. this.layoutControlItem12.MinSize = new System.Drawing.Size(76, 26);
  225. this.layoutControlItem12.Name = "layoutControlItem12";
  226. this.layoutControlItem12.Size = new System.Drawing.Size(76, 26);
  227. this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  228. this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
  229. this.layoutControlItem12.TextVisible = false;
  230. //
  231. // layoutControlItem2
  232. //
  233. this.layoutControlItem2.Control = this.btnImport;
  234. this.layoutControlItem2.Location = new System.Drawing.Point(142, 463);
  235. this.layoutControlItem2.Name = "layoutControlItem2";
  236. this.layoutControlItem2.Size = new System.Drawing.Size(64, 26);
  237. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  238. this.layoutControlItem2.TextVisible = false;
  239. //
  240. // 所有航迹
  241. //
  242. this.所有航迹.Control = this.cbAll;
  243. this.所有航迹.Location = new System.Drawing.Point(0, 0);
  244. this.所有航迹.Name = "所有航迹";
  245. this.所有航迹.Size = new System.Drawing.Size(282, 41);
  246. this.所有航迹.TextLocation = DevExpress.Utils.Locations.Top;
  247. this.所有航迹.TextSize = new System.Drawing.Size(48, 14);
  248. //
  249. // dxErrorProvider
  250. //
  251. this.dxErrorProvider.ContainerControl = this;
  252. //
  253. // FlightImport
  254. //
  255. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  256. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  257. this.ClientSize = new System.Drawing.Size(1189, 509);
  258. this.Controls.Add(this.layoutControl1);
  259. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  260. this.Name = "FlightImport";
  261. this.Text = "FlightEditor";
  262. this.Load += new System.EventHandler(this.Editor_Load);
  263. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  264. this.layoutControl1.ResumeLayout(false);
  265. ((System.ComponentModel.ISupportInitialize)(this.cbAll.Properties)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.txtSpeed.Properties)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.所有航迹)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  280. this.ResumeLayout(false);
  281. }
  282. #endregion
  283. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  284. private DevExpress.XtraLayout.LayoutControlGroup Root;
  285. private DevExpress.XtraEditors.TextEdit txtFlightName;
  286. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  287. private DevExpress.XtraEditors.ButtonEdit txtSpeed;
  288. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  289. private DevExpress.XtraEditors.SimpleButton btnSave;
  290. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  291. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  292. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  293. private DevExpress.XtraMap.MapControl mapControl;
  294. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
  295. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  296. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  297. private DevExpress.XtraEditors.SimpleButton btnImport;
  298. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  299. private DevExpress.XtraEditors.ComboBoxEdit cbAll;
  300. private DevExpress.XtraLayout.LayoutControlItem 所有航迹;
  301. }
  302. }