FlightImport.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.btnImport = new DevExpress.XtraEditors.SimpleButton();
  31. this.mapControl = new DevExpress.XtraMap.MapControl();
  32. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  33. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  34. this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
  35. this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  36. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  37. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  40. this.gridImprot = new DevExpress.XtraGrid.GridControl();
  41. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  43. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  44. this.layoutControl1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.gridImprot)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // layoutControl1
  59. //
  60. this.layoutControl1.Controls.Add(this.gridImprot);
  61. this.layoutControl1.Controls.Add(this.btnImport);
  62. this.layoutControl1.Controls.Add(this.mapControl);
  63. this.layoutControl1.Controls.Add(this.btnSave);
  64. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  66. this.layoutControl1.Name = "layoutControl1";
  67. this.layoutControl1.Root = this.Root;
  68. this.layoutControl1.Size = new System.Drawing.Size(1189, 509);
  69. this.layoutControl1.TabIndex = 0;
  70. this.layoutControl1.Text = "layoutControl1";
  71. //
  72. // btnImport
  73. //
  74. this.btnImport.Location = new System.Drawing.Point(217, 475);
  75. this.btnImport.Name = "btnImport";
  76. this.btnImport.Size = new System.Drawing.Size(72, 22);
  77. this.btnImport.StyleController = this.layoutControl1;
  78. this.btnImport.TabIndex = 17;
  79. this.btnImport.Text = "导入航迹";
  80. this.btnImport.Click += new System.EventHandler(this.btnFlight_Click);
  81. //
  82. // mapControl
  83. //
  84. this.mapControl.Location = new System.Drawing.Point(379, 12);
  85. this.mapControl.Name = "mapControl";
  86. this.mapControl.Size = new System.Drawing.Size(798, 485);
  87. this.mapControl.TabIndex = 16;
  88. //
  89. // btnSave
  90. //
  91. this.btnSave.Location = new System.Drawing.Point(293, 475);
  92. this.btnSave.Name = "btnSave";
  93. this.btnSave.Size = new System.Drawing.Size(72, 22);
  94. this.btnSave.StyleController = this.layoutControl1;
  95. this.btnSave.TabIndex = 15;
  96. this.btnSave.Text = "保存";
  97. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  98. //
  99. // Root
  100. //
  101. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  102. this.Root.GroupBordersVisible = false;
  103. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  104. this.layoutControlItem13,
  105. this.splitterItem1,
  106. this.emptySpaceItem1,
  107. this.layoutControlItem12,
  108. this.layoutControlItem2,
  109. this.layoutControlItem1});
  110. this.Root.Name = "Root";
  111. this.Root.Size = new System.Drawing.Size(1189, 509);
  112. this.Root.TextVisible = false;
  113. //
  114. // layoutControlItem13
  115. //
  116. this.layoutControlItem13.Control = this.mapControl;
  117. this.layoutControlItem13.Location = new System.Drawing.Point(367, 0);
  118. this.layoutControlItem13.Name = "layoutControlItem13";
  119. this.layoutControlItem13.Size = new System.Drawing.Size(802, 489);
  120. this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
  121. this.layoutControlItem13.TextVisible = false;
  122. //
  123. // splitterItem1
  124. //
  125. this.splitterItem1.AllowHotTrack = true;
  126. this.splitterItem1.Location = new System.Drawing.Point(357, 0);
  127. this.splitterItem1.Name = "splitterItem1";
  128. this.splitterItem1.Size = new System.Drawing.Size(10, 489);
  129. //
  130. // emptySpaceItem1
  131. //
  132. this.emptySpaceItem1.AllowHotTrack = false;
  133. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 463);
  134. this.emptySpaceItem1.Name = "emptySpaceItem1";
  135. this.emptySpaceItem1.Size = new System.Drawing.Size(205, 26);
  136. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  137. //
  138. // layoutControlItem12
  139. //
  140. this.layoutControlItem12.Control = this.btnSave;
  141. this.layoutControlItem12.Location = new System.Drawing.Point(281, 463);
  142. this.layoutControlItem12.MaxSize = new System.Drawing.Size(76, 26);
  143. this.layoutControlItem12.MinSize = new System.Drawing.Size(76, 26);
  144. this.layoutControlItem12.Name = "layoutControlItem12";
  145. this.layoutControlItem12.Size = new System.Drawing.Size(76, 26);
  146. this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  147. this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
  148. this.layoutControlItem12.TextVisible = false;
  149. //
  150. // layoutControlItem2
  151. //
  152. this.layoutControlItem2.Control = this.btnImport;
  153. this.layoutControlItem2.Location = new System.Drawing.Point(205, 463);
  154. this.layoutControlItem2.MaxSize = new System.Drawing.Size(76, 26);
  155. this.layoutControlItem2.MinSize = new System.Drawing.Size(76, 26);
  156. this.layoutControlItem2.Name = "layoutControlItem2";
  157. this.layoutControlItem2.Size = new System.Drawing.Size(76, 26);
  158. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  159. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  160. this.layoutControlItem2.TextVisible = false;
  161. //
  162. // dxErrorProvider
  163. //
  164. this.dxErrorProvider.ContainerControl = this;
  165. //
  166. // gridImprot
  167. //
  168. this.gridImprot.Location = new System.Drawing.Point(12, 12);
  169. this.gridImprot.MainView = this.gridView1;
  170. this.gridImprot.Name = "gridImprot";
  171. this.gridImprot.Size = new System.Drawing.Size(353, 459);
  172. this.gridImprot.TabIndex = 18;
  173. this.gridImprot.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  174. this.gridView1});
  175. //
  176. // gridView1
  177. //
  178. this.gridView1.GridControl = this.gridImprot;
  179. this.gridView1.Name = "gridView1";
  180. //
  181. // layoutControlItem1
  182. //
  183. this.layoutControlItem1.Control = this.gridImprot;
  184. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  185. this.layoutControlItem1.Name = "layoutControlItem1";
  186. this.layoutControlItem1.Size = new System.Drawing.Size(357, 463);
  187. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  188. this.layoutControlItem1.TextVisible = false;
  189. //
  190. // FlightImport
  191. //
  192. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  194. this.ClientSize = new System.Drawing.Size(1189, 509);
  195. this.Controls.Add(this.layoutControl1);
  196. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  197. this.Name = "FlightImport";
  198. this.Text = "FlightEditor";
  199. this.Load += new System.EventHandler(this.Editor_Load);
  200. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  201. this.layoutControl1.ResumeLayout(false);
  202. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.gridImprot)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  213. this.ResumeLayout(false);
  214. }
  215. #endregion
  216. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  217. private DevExpress.XtraLayout.LayoutControlGroup Root;
  218. private DevExpress.XtraEditors.SimpleButton btnSave;
  219. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  220. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  221. private DevExpress.XtraMap.MapControl mapControl;
  222. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
  223. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  224. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  225. private DevExpress.XtraEditors.SimpleButton btnImport;
  226. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  227. private DevExpress.XtraGrid.GridControl gridImprot;
  228. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  229. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  230. }
  231. }