MainForm.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. namespace XzXdDw
  2. {
  3. partial class MainForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  30. this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
  31. this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  32. this.bar1 = new DevExpress.XtraBars.Bar();
  33. this.btnCg = new DevExpress.XtraBars.BarButtonItem();
  34. this.btnUserCheck = new DevExpress.XtraBars.BarButtonItem();
  35. this.btnXzDw = new DevExpress.XtraBars.BarButtonItem();
  36. this.btnXdDw = new DevExpress.XtraBars.BarButtonItem();
  37. this.btnWCPJ = new DevExpress.XtraBars.BarButtonItem();
  38. this.btnXl = new DevExpress.XtraBars.BarButtonItem();
  39. this.btnSet = new DevExpress.XtraBars.BarButtonItem();
  40. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  41. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  42. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  43. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  44. this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
  45. this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
  46. this.btnSingle = new DevExpress.XtraBars.BarButtonItem();
  47. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // documentManager1
  54. //
  55. this.documentManager1.MdiParent = this;
  56. this.documentManager1.MenuManager = this.barManager1;
  57. this.documentManager1.View = this.tabbedView1;
  58. this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
  59. this.tabbedView1});
  60. //
  61. // barManager1
  62. //
  63. this.barManager1.AllowCustomization = false;
  64. this.barManager1.AllowQuickCustomization = false;
  65. this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
  66. this.bar1});
  67. this.barManager1.DockControls.Add(this.barDockControlTop);
  68. this.barManager1.DockControls.Add(this.barDockControlBottom);
  69. this.barManager1.DockControls.Add(this.barDockControlLeft);
  70. this.barManager1.DockControls.Add(this.barDockControlRight);
  71. this.barManager1.DockManager = this.dockManager1;
  72. this.barManager1.Form = this;
  73. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  74. this.btnCg,
  75. this.btnXzDw,
  76. this.btnXdDw,
  77. this.btnUserCheck,
  78. this.btnWCPJ,
  79. this.btnXl,
  80. this.btnSet,
  81. this.btnSingle});
  82. this.barManager1.MainMenu = this.bar1;
  83. this.barManager1.MaxItemId = 10;
  84. //
  85. // bar1
  86. //
  87. this.bar1.BarName = "Custom 2";
  88. this.bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
  89. this.bar1.DockCol = 0;
  90. this.bar1.DockRow = 0;
  91. this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
  92. this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  93. new DevExpress.XtraBars.LinkPersistInfo(this.btnCg),
  94. new DevExpress.XtraBars.LinkPersistInfo(this.btnUserCheck),
  95. new DevExpress.XtraBars.LinkPersistInfo(this.btnXzDw),
  96. new DevExpress.XtraBars.LinkPersistInfo(this.btnXdDw),
  97. new DevExpress.XtraBars.LinkPersistInfo(this.btnSingle),
  98. new DevExpress.XtraBars.LinkPersistInfo(this.btnWCPJ),
  99. new DevExpress.XtraBars.LinkPersistInfo(this.btnXl),
  100. new DevExpress.XtraBars.LinkPersistInfo(this.btnSet)});
  101. this.bar1.OptionsBar.AllowQuickCustomization = false;
  102. this.bar1.OptionsBar.DisableClose = true;
  103. this.bar1.OptionsBar.DisableCustomization = true;
  104. this.bar1.OptionsBar.DistanceBetweenItems = 20;
  105. this.bar1.OptionsBar.DrawBorder = false;
  106. this.bar1.OptionsBar.DrawDragBorder = false;
  107. this.bar1.OptionsBar.MinHeight = 40;
  108. this.bar1.OptionsBar.MultiLine = true;
  109. this.bar1.OptionsBar.UseWholeRow = true;
  110. this.bar1.Text = "Custom 2";
  111. //
  112. // btnCg
  113. //
  114. this.btnCg.Caption = "参数估计";
  115. this.btnCg.Id = 2;
  116. this.btnCg.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCg.ImageOptions.SvgImage")));
  117. this.btnCg.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  118. this.btnCg.Name = "btnCg";
  119. this.btnCg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  120. this.btnCg.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  121. //
  122. // btnUserCheck
  123. //
  124. this.btnUserCheck.Caption = "用户识别";
  125. this.btnUserCheck.Id = 5;
  126. this.btnUserCheck.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnUserCheck.ImageOptions.SvgImage")));
  127. this.btnUserCheck.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  128. this.btnUserCheck.Name = "btnUserCheck";
  129. this.btnUserCheck.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  130. this.btnUserCheck.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  131. //
  132. // btnXzDw
  133. //
  134. this.btnXzDw.Caption = "星座协同定位";
  135. this.btnXzDw.Id = 3;
  136. this.btnXzDw.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXzDw.ImageOptions.SvgImage")));
  137. this.btnXzDw.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  138. this.btnXzDw.Name = "btnXzDw";
  139. this.btnXzDw.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  140. this.btnXzDw.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  141. //
  142. // btnXdDw
  143. //
  144. this.btnXdDw.Caption = "星地协同定位";
  145. this.btnXdDw.Id = 4;
  146. this.btnXdDw.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXdDw.ImageOptions.SvgImage")));
  147. this.btnXdDw.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  148. this.btnXdDw.Name = "btnXdDw";
  149. this.btnXdDw.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  150. this.btnXdDw.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  151. //
  152. // btnWCPJ
  153. //
  154. this.btnWCPJ.Caption = "误差评估";
  155. this.btnWCPJ.Id = 6;
  156. this.btnWCPJ.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnWCPJ.ImageOptions.SvgImage")));
  157. this.btnWCPJ.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  158. this.btnWCPJ.Name = "btnWCPJ";
  159. this.btnWCPJ.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  160. this.btnWCPJ.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  161. //
  162. // btnXl
  163. //
  164. this.btnXl.Caption = "星历管理";
  165. this.btnXl.Id = 7;
  166. this.btnXl.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXl.ImageOptions.SvgImage")));
  167. this.btnXl.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  168. this.btnXl.Name = "btnXl";
  169. this.btnXl.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  170. this.btnXl.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  171. //
  172. // btnSet
  173. //
  174. this.btnSet.Caption = "系统设置";
  175. this.btnSet.Id = 8;
  176. this.btnSet.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSet.ImageOptions.SvgImage")));
  177. this.btnSet.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  178. this.btnSet.Name = "btnSet";
  179. this.btnSet.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  180. this.btnSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  181. //
  182. // barDockControlTop
  183. //
  184. this.barDockControlTop.CausesValidation = false;
  185. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  186. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  187. this.barDockControlTop.Manager = this.barManager1;
  188. this.barDockControlTop.Size = new System.Drawing.Size(1347, 51);
  189. //
  190. // barDockControlBottom
  191. //
  192. this.barDockControlBottom.CausesValidation = false;
  193. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  194. this.barDockControlBottom.Location = new System.Drawing.Point(0, 712);
  195. this.barDockControlBottom.Manager = this.barManager1;
  196. this.barDockControlBottom.Size = new System.Drawing.Size(1347, 0);
  197. //
  198. // barDockControlLeft
  199. //
  200. this.barDockControlLeft.CausesValidation = false;
  201. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  202. this.barDockControlLeft.Location = new System.Drawing.Point(0, 51);
  203. this.barDockControlLeft.Manager = this.barManager1;
  204. this.barDockControlLeft.Size = new System.Drawing.Size(0, 661);
  205. //
  206. // barDockControlRight
  207. //
  208. this.barDockControlRight.CausesValidation = false;
  209. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  210. this.barDockControlRight.Location = new System.Drawing.Point(1347, 51);
  211. this.barDockControlRight.Manager = this.barManager1;
  212. this.barDockControlRight.Size = new System.Drawing.Size(0, 661);
  213. //
  214. // dockManager1
  215. //
  216. this.dockManager1.Form = this;
  217. this.dockManager1.MenuManager = this.barManager1;
  218. this.dockManager1.TopZIndexControls.AddRange(new string[] {
  219. "DevExpress.XtraBars.BarDockControl",
  220. "DevExpress.XtraBars.StandaloneBarDockControl",
  221. "System.Windows.Forms.MenuStrip",
  222. "System.Windows.Forms.StatusStrip",
  223. "System.Windows.Forms.StatusBar",
  224. "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
  225. "DevExpress.XtraBars.Ribbon.RibbonControl",
  226. "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
  227. "DevExpress.XtraBars.Navigation.TileNavPane",
  228. "DevExpress.XtraBars.TabFormControl",
  229. "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
  230. "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
  231. //
  232. // btnSingle
  233. //
  234. this.btnSingle.Caption = "单星协同定位";
  235. this.btnSingle.Id = 9;
  236. this.btnSingle.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSingle.ImageOptions.SvgImage")));
  237. this.btnSingle.ImageOptions.SvgImageSize = new System.Drawing.Size(30, 30);
  238. this.btnSingle.Name = "btnSingle";
  239. this.btnSingle.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  240. this.btnSingle.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  241. //
  242. // MainForm
  243. //
  244. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  245. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  246. this.ClientSize = new System.Drawing.Size(1347, 712);
  247. this.Controls.Add(this.barDockControlLeft);
  248. this.Controls.Add(this.barDockControlRight);
  249. this.Controls.Add(this.barDockControlBottom);
  250. this.Controls.Add(this.barDockControlTop);
  251. this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("MainForm.IconOptions.Icon")));
  252. this.IsMdiContainer = true;
  253. this.Name = "MainForm";
  254. this.Text = "多模式融合定位平台";
  255. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  256. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
  260. this.ResumeLayout(false);
  261. this.PerformLayout();
  262. }
  263. #endregion
  264. private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
  265. private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
  266. private DevExpress.XtraBars.Docking.DockManager dockManager1;
  267. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  268. private DevExpress.XtraBars.BarManager barManager1;
  269. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  270. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  271. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  272. private DevExpress.XtraBars.Bar bar1;
  273. private DevExpress.XtraBars.BarButtonItem btnCg;
  274. private DevExpress.XtraBars.BarButtonItem btnXzDw;
  275. private DevExpress.XtraBars.BarButtonItem btnXdDw;
  276. private DevExpress.XtraBars.BarButtonItem btnUserCheck;
  277. private DevExpress.XtraBars.BarButtonItem btnWCPJ;
  278. private DevExpress.XtraBars.BarButtonItem btnXl;
  279. private DevExpress.XtraBars.BarButtonItem btnSet;
  280. private DevExpress.XtraBars.BarButtonItem btnSingle;
  281. }
  282. }