CtrlFlight.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. namespace DataSimulation.Forms.UserControl
  2. {
  3. partial class CtrlFlight
  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 Component 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlFlight));
  30. this.gridFlight = new DevExpress.XtraGrid.GridControl();
  31. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  33. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  34. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  35. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  36. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  37. this.btnAdd = new DevExpress.XtraBars.BarButtonItem();
  38. this.btnDel = new DevExpress.XtraBars.BarButtonItem();
  39. this.btnEdit = new DevExpress.XtraBars.BarButtonItem();
  40. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  41. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  42. this.btnImport = new DevExpress.XtraEditors.SimpleButton();
  43. this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
  44. this.txtFlightName = new DevExpress.XtraEditors.TextEdit();
  45. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  46. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.ll = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. ((System.ComponentModel.ISupportInitialize)(this.gridFlight)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  56. this.layoutControl1.SuspendLayout();
  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.ll)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // gridFlight
  67. //
  68. this.gridFlight.Location = new System.Drawing.Point(12, 38);
  69. this.gridFlight.MainView = this.gridView1;
  70. this.gridFlight.Name = "gridFlight";
  71. this.gridFlight.Size = new System.Drawing.Size(623, 372);
  72. this.gridFlight.TabIndex = 0;
  73. this.gridFlight.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  74. this.gridView1});
  75. //
  76. // gridView1
  77. //
  78. this.gridView1.GridControl = this.gridFlight;
  79. this.gridView1.Name = "gridView1";
  80. this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
  81. this.gridView1.CustomDrawEmptyForeground += new DevExpress.XtraGrid.Views.Base.CustomDrawEventHandler(this.gridView1_CustomDrawEmptyForeground);
  82. //
  83. // barManager1
  84. //
  85. this.barManager1.DockControls.Add(this.barDockControlTop);
  86. this.barManager1.DockControls.Add(this.barDockControlBottom);
  87. this.barManager1.DockControls.Add(this.barDockControlLeft);
  88. this.barManager1.DockControls.Add(this.barDockControlRight);
  89. this.barManager1.Form = this;
  90. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  91. this.btnAdd,
  92. this.btnDel,
  93. this.btnEdit});
  94. this.barManager1.MaxItemId = 3;
  95. //
  96. // barDockControlTop
  97. //
  98. this.barDockControlTop.CausesValidation = false;
  99. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  100. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  101. this.barDockControlTop.Manager = this.barManager1;
  102. this.barDockControlTop.Size = new System.Drawing.Size(647, 0);
  103. //
  104. // barDockControlBottom
  105. //
  106. this.barDockControlBottom.CausesValidation = false;
  107. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  108. this.barDockControlBottom.Location = new System.Drawing.Point(0, 422);
  109. this.barDockControlBottom.Manager = this.barManager1;
  110. this.barDockControlBottom.Size = new System.Drawing.Size(647, 0);
  111. //
  112. // barDockControlLeft
  113. //
  114. this.barDockControlLeft.CausesValidation = false;
  115. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  116. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  117. this.barDockControlLeft.Manager = this.barManager1;
  118. this.barDockControlLeft.Size = new System.Drawing.Size(0, 422);
  119. //
  120. // barDockControlRight
  121. //
  122. this.barDockControlRight.CausesValidation = false;
  123. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  124. this.barDockControlRight.Location = new System.Drawing.Point(647, 0);
  125. this.barDockControlRight.Manager = this.barManager1;
  126. this.barDockControlRight.Size = new System.Drawing.Size(0, 422);
  127. //
  128. // btnAdd
  129. //
  130. this.btnAdd.Caption = "添加";
  131. this.btnAdd.Id = 0;
  132. this.btnAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnAdd.ImageOptions.SvgImage")));
  133. this.btnAdd.Name = "btnAdd";
  134. this.btnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAdd_ItemClick);
  135. //
  136. // btnDel
  137. //
  138. this.btnDel.Caption = "删除";
  139. this.btnDel.Id = 1;
  140. this.btnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDel.ImageOptions.SvgImage")));
  141. this.btnDel.Name = "btnDel";
  142. this.btnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDel_ItemClick);
  143. //
  144. // btnEdit
  145. //
  146. this.btnEdit.Caption = "编辑";
  147. this.btnEdit.Id = 2;
  148. this.btnEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnEdit.ImageOptions.SvgImage")));
  149. this.btnEdit.Name = "btnEdit";
  150. this.btnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEdit_ItemClick);
  151. //
  152. // popupMenu1
  153. //
  154. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  155. new DevExpress.XtraBars.LinkPersistInfo(this.btnAdd),
  156. new DevExpress.XtraBars.LinkPersistInfo(this.btnEdit),
  157. new DevExpress.XtraBars.LinkPersistInfo(this.btnDel)});
  158. this.popupMenu1.Manager = this.barManager1;
  159. this.popupMenu1.Name = "popupMenu1";
  160. //
  161. // layoutControl1
  162. //
  163. this.layoutControl1.Controls.Add(this.btnImport);
  164. this.layoutControl1.Controls.Add(this.btnQuery);
  165. this.layoutControl1.Controls.Add(this.txtFlightName);
  166. this.layoutControl1.Controls.Add(this.gridFlight);
  167. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  169. this.layoutControl1.Name = "layoutControl1";
  170. this.layoutControl1.Root = this.Root;
  171. this.layoutControl1.Size = new System.Drawing.Size(647, 422);
  172. this.layoutControl1.TabIndex = 5;
  173. this.layoutControl1.Text = "layoutControl1";
  174. //
  175. // btnImport
  176. //
  177. this.btnImport.Location = new System.Drawing.Point(567, 12);
  178. this.btnImport.Name = "btnImport";
  179. this.btnImport.Size = new System.Drawing.Size(68, 22);
  180. this.btnImport.StyleController = this.layoutControl1;
  181. this.btnImport.TabIndex = 6;
  182. this.btnImport.Text = "导入";
  183. this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
  184. //
  185. // btnQuery
  186. //
  187. this.btnQuery.Location = new System.Drawing.Point(495, 12);
  188. this.btnQuery.Name = "btnQuery";
  189. this.btnQuery.Size = new System.Drawing.Size(68, 22);
  190. this.btnQuery.StyleController = this.layoutControl1;
  191. this.btnQuery.TabIndex = 5;
  192. this.btnQuery.Text = "查询";
  193. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  194. //
  195. // txtFlightName
  196. //
  197. this.txtFlightName.Location = new System.Drawing.Point(76, 12);
  198. this.txtFlightName.MaximumSize = new System.Drawing.Size(0, 22);
  199. this.txtFlightName.MenuManager = this.barManager1;
  200. this.txtFlightName.MinimumSize = new System.Drawing.Size(0, 22);
  201. this.txtFlightName.Name = "txtFlightName";
  202. this.txtFlightName.Size = new System.Drawing.Size(400, 20);
  203. this.txtFlightName.StyleController = this.layoutControl1;
  204. this.txtFlightName.TabIndex = 4;
  205. //
  206. // Root
  207. //
  208. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  209. this.Root.GroupBordersVisible = false;
  210. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  211. this.layoutControlItem1,
  212. this.ll,
  213. this.layoutControlItem2,
  214. this.layoutControlItem3,
  215. this.emptySpaceItem1});
  216. this.Root.Name = "Root";
  217. this.Root.Size = new System.Drawing.Size(647, 422);
  218. this.Root.TextVisible = false;
  219. //
  220. // layoutControlItem1
  221. //
  222. this.layoutControlItem1.Control = this.gridFlight;
  223. this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
  224. this.layoutControlItem1.Name = "layoutControlItem1";
  225. this.layoutControlItem1.Size = new System.Drawing.Size(627, 376);
  226. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  227. this.layoutControlItem1.TextVisible = false;
  228. //
  229. // ll
  230. //
  231. this.ll.Control = this.txtFlightName;
  232. this.ll.Location = new System.Drawing.Point(0, 0);
  233. this.ll.Name = "ll";
  234. this.ll.Size = new System.Drawing.Size(468, 26);
  235. this.ll.Text = "航迹名称:";
  236. this.ll.TextSize = new System.Drawing.Size(52, 14);
  237. //
  238. // layoutControlItem2
  239. //
  240. this.layoutControlItem2.Control = this.btnQuery;
  241. this.layoutControlItem2.Location = new System.Drawing.Point(483, 0);
  242. this.layoutControlItem2.MaxSize = new System.Drawing.Size(72, 26);
  243. this.layoutControlItem2.MinSize = new System.Drawing.Size(72, 26);
  244. this.layoutControlItem2.Name = "layoutControlItem2";
  245. this.layoutControlItem2.Size = new System.Drawing.Size(72, 26);
  246. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  247. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  248. this.layoutControlItem2.TextVisible = false;
  249. //
  250. // layoutControlItem3
  251. //
  252. this.layoutControlItem3.Control = this.btnImport;
  253. this.layoutControlItem3.Location = new System.Drawing.Point(555, 0);
  254. this.layoutControlItem3.MaxSize = new System.Drawing.Size(72, 26);
  255. this.layoutControlItem3.MinSize = new System.Drawing.Size(72, 26);
  256. this.layoutControlItem3.Name = "layoutControlItem3";
  257. this.layoutControlItem3.Size = new System.Drawing.Size(72, 26);
  258. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  259. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  260. this.layoutControlItem3.TextVisible = false;
  261. //
  262. // emptySpaceItem1
  263. //
  264. this.emptySpaceItem1.AllowHotTrack = false;
  265. this.emptySpaceItem1.Location = new System.Drawing.Point(468, 0);
  266. this.emptySpaceItem1.MaxSize = new System.Drawing.Size(15, 26);
  267. this.emptySpaceItem1.MinSize = new System.Drawing.Size(15, 26);
  268. this.emptySpaceItem1.Name = "emptySpaceItem1";
  269. this.emptySpaceItem1.Size = new System.Drawing.Size(15, 26);
  270. this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  271. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  272. //
  273. // CtrlFlight
  274. //
  275. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  276. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277. this.Controls.Add(this.layoutControl1);
  278. this.Controls.Add(this.barDockControlLeft);
  279. this.Controls.Add(this.barDockControlRight);
  280. this.Controls.Add(this.barDockControlBottom);
  281. this.Controls.Add(this.barDockControlTop);
  282. this.Name = "CtrlFlight";
  283. this.Size = new System.Drawing.Size(647, 422);
  284. this.Load += new System.EventHandler(this.CtrlLoad);
  285. ((System.ComponentModel.ISupportInitialize)(this.gridFlight)).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  290. this.layoutControl1.ResumeLayout(false);
  291. ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.ll)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  298. this.ResumeLayout(false);
  299. this.PerformLayout();
  300. }
  301. #endregion
  302. private DevExpress.XtraGrid.GridControl gridFlight;
  303. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  304. private DevExpress.XtraBars.BarManager barManager1;
  305. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  306. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  307. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  308. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  309. private DevExpress.XtraBars.BarButtonItem btnAdd;
  310. private DevExpress.XtraBars.BarButtonItem btnDel;
  311. private DevExpress.XtraBars.PopupMenu popupMenu1;
  312. private DevExpress.XtraBars.BarButtonItem btnEdit;
  313. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  314. private DevExpress.XtraLayout.LayoutControlGroup Root;
  315. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  316. private DevExpress.XtraEditors.TextEdit txtFlightName;
  317. private DevExpress.XtraLayout.LayoutControlItem ll;
  318. private DevExpress.XtraEditors.SimpleButton btnImport;
  319. private DevExpress.XtraEditors.SimpleButton btnQuery;
  320. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  321. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  322. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  323. }
  324. }