MainForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. namespace CG
  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.btnDto = new DevExpress.XtraBars.BarButtonItem();
  36. this.btnSet = new DevExpress.XtraBars.BarButtonItem();
  37. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  38. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  39. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  40. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  41. this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
  42. this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
  43. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // documentManager1
  50. //
  51. this.documentManager1.MdiParent = this;
  52. this.documentManager1.MenuManager = this.barManager1;
  53. this.documentManager1.View = this.tabbedView1;
  54. this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
  55. this.tabbedView1});
  56. //
  57. // barManager1
  58. //
  59. this.barManager1.AllowCustomization = false;
  60. this.barManager1.AllowQuickCustomization = false;
  61. this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
  62. this.bar1});
  63. this.barManager1.DockControls.Add(this.barDockControlTop);
  64. this.barManager1.DockControls.Add(this.barDockControlBottom);
  65. this.barManager1.DockControls.Add(this.barDockControlLeft);
  66. this.barManager1.DockControls.Add(this.barDockControlRight);
  67. this.barManager1.DockManager = this.dockManager1;
  68. this.barManager1.Form = this;
  69. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  70. this.btnCg,
  71. this.btnUserCheck,
  72. this.btnDto,
  73. this.btnSet});
  74. this.barManager1.MainMenu = this.bar1;
  75. this.barManager1.MaxItemId = 10;
  76. //
  77. // bar1
  78. //
  79. this.bar1.BarName = "Custom 2";
  80. this.bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
  81. this.bar1.DockCol = 0;
  82. this.bar1.DockRow = 0;
  83. this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
  84. this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  85. new DevExpress.XtraBars.LinkPersistInfo(this.btnCg),
  86. new DevExpress.XtraBars.LinkPersistInfo(this.btnUserCheck),
  87. new DevExpress.XtraBars.LinkPersistInfo(this.btnDto),
  88. new DevExpress.XtraBars.LinkPersistInfo(this.btnSet)});
  89. this.bar1.OptionsBar.AllowQuickCustomization = false;
  90. this.bar1.OptionsBar.DisableClose = true;
  91. this.bar1.OptionsBar.DisableCustomization = true;
  92. this.bar1.OptionsBar.DistanceBetweenItems = 20;
  93. this.bar1.OptionsBar.DrawBorder = false;
  94. this.bar1.OptionsBar.DrawDragBorder = false;
  95. this.bar1.OptionsBar.MinHeight = 40;
  96. this.bar1.OptionsBar.MultiLine = true;
  97. this.bar1.OptionsBar.UseWholeRow = true;
  98. this.bar1.Text = "Custom 2";
  99. //
  100. // btnCg
  101. //
  102. this.btnCg.Caption = "参数估计";
  103. this.btnCg.Id = 2;
  104. this.btnCg.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCg.ImageOptions.SvgImage")));
  105. this.btnCg.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  106. this.btnCg.Name = "btnCg";
  107. this.btnCg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  108. this.btnCg.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  109. //
  110. // btnUserCheck
  111. //
  112. this.btnUserCheck.Caption = "用户识别";
  113. this.btnUserCheck.Id = 5;
  114. this.btnUserCheck.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnUserCheck.ImageOptions.SvgImage")));
  115. this.btnUserCheck.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  116. this.btnUserCheck.Name = "btnUserCheck";
  117. this.btnUserCheck.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  118. this.btnUserCheck.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  119. //
  120. // btnDto
  121. //
  122. this.btnDto.Caption = "时差初值预估";
  123. this.btnDto.Id = 6;
  124. this.btnDto.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnWCPJ.ImageOptions.SvgImage")));
  125. this.btnDto.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  126. this.btnDto.Name = "btnDto";
  127. this.btnDto.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  128. this.btnDto.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  129. //
  130. // btnSet
  131. //
  132. this.btnSet.Caption = "系统设置";
  133. this.btnSet.Id = 8;
  134. this.btnSet.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSet.ImageOptions.SvgImage")));
  135. this.btnSet.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
  136. this.btnSet.Name = "btnSet";
  137. this.btnSet.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  138. this.btnSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  139. //
  140. // barDockControlTop
  141. //
  142. this.barDockControlTop.CausesValidation = false;
  143. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  145. this.barDockControlTop.Manager = this.barManager1;
  146. this.barDockControlTop.Size = new System.Drawing.Size(1347, 51);
  147. //
  148. // barDockControlBottom
  149. //
  150. this.barDockControlBottom.CausesValidation = false;
  151. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  152. this.barDockControlBottom.Location = new System.Drawing.Point(0, 712);
  153. this.barDockControlBottom.Manager = this.barManager1;
  154. this.barDockControlBottom.Size = new System.Drawing.Size(1347, 0);
  155. //
  156. // barDockControlLeft
  157. //
  158. this.barDockControlLeft.CausesValidation = false;
  159. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  160. this.barDockControlLeft.Location = new System.Drawing.Point(0, 51);
  161. this.barDockControlLeft.Manager = this.barManager1;
  162. this.barDockControlLeft.Size = new System.Drawing.Size(0, 661);
  163. //
  164. // barDockControlRight
  165. //
  166. this.barDockControlRight.CausesValidation = false;
  167. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  168. this.barDockControlRight.Location = new System.Drawing.Point(1347, 51);
  169. this.barDockControlRight.Manager = this.barManager1;
  170. this.barDockControlRight.Size = new System.Drawing.Size(0, 661);
  171. //
  172. // dockManager1
  173. //
  174. this.dockManager1.Form = this;
  175. this.dockManager1.MenuManager = this.barManager1;
  176. this.dockManager1.TopZIndexControls.AddRange(new string[] {
  177. "DevExpress.XtraBars.BarDockControl",
  178. "DevExpress.XtraBars.StandaloneBarDockControl",
  179. "System.Windows.Forms.MenuStrip",
  180. "System.Windows.Forms.StatusStrip",
  181. "System.Windows.Forms.StatusBar",
  182. "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
  183. "DevExpress.XtraBars.Ribbon.RibbonControl",
  184. "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
  185. "DevExpress.XtraBars.Navigation.TileNavPane",
  186. "DevExpress.XtraBars.TabFormControl",
  187. "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
  188. "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
  189. //
  190. // MainForm
  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(1347, 712);
  195. this.Controls.Add(this.barDockControlLeft);
  196. this.Controls.Add(this.barDockControlRight);
  197. this.Controls.Add(this.barDockControlBottom);
  198. this.Controls.Add(this.barDockControlTop);
  199. this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("MainForm.IconOptions.Icon")));
  200. this.IsMdiContainer = true;
  201. this.Name = "MainForm";
  202. this.Text = "多模式融合定位平台";
  203. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  204. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
  208. this.ResumeLayout(false);
  209. this.PerformLayout();
  210. }
  211. #endregion
  212. private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
  213. private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
  214. private DevExpress.XtraBars.Docking.DockManager dockManager1;
  215. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  216. private DevExpress.XtraBars.BarManager barManager1;
  217. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  218. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  219. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  220. private DevExpress.XtraBars.Bar bar1;
  221. private DevExpress.XtraBars.BarButtonItem btnCg;
  222. private DevExpress.XtraBars.BarButtonItem btnUserCheck;
  223. private DevExpress.XtraBars.BarButtonItem btnDto;
  224. private DevExpress.XtraBars.BarButtonItem btnSet;
  225. }
  226. }