MainForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. namespace XdCxRhDW
  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. DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
  31. DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
  32. this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
  33. this.skinPaletteDropDownButtonItem1 = new DevExpress.XtraBars.SkinPaletteDropDownButtonItem();
  34. this.btnOpenApi = new DevExpress.XtraBars.BarButtonItem();
  35. this.btnTask = new DevExpress.XtraBars.BarButtonItem();
  36. this.btnCg = new DevExpress.XtraBars.BarButtonItem();
  37. this.btnSet = new DevExpress.XtraBars.BarButtonItem();
  38. this.btnTx = new DevExpress.XtraBars.BarButtonItem();
  39. this.btnXl = new DevExpress.XtraBars.BarButtonItem();
  40. this.btnSat = new DevExpress.XtraBars.BarButtonItem();
  41. this.btnCocTool = new DevExpress.XtraBars.BarButtonItem();
  42. this.btnDetectTool = new DevExpress.XtraBars.BarButtonItem();
  43. this.btnXlCalculate = new DevExpress.XtraBars.BarButtonItem();
  44. this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
  45. this.btnSvrs = new DevExpress.XtraBars.BarButtonItem();
  46. this.btnSignal = new DevExpress.XtraBars.BarButtonItem();
  47. this.txtSvrLog = new DevExpress.XtraBars.BarButtonItem();
  48. this.btnSignalEmulation = new DevExpress.XtraBars.BarButtonItem();
  49. this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
  50. this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  51. this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  52. this.btnTarget = new DevExpress.XtraBars.BarButtonItem();
  53. this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  54. this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  55. this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
  56. this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
  57. this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
  58. this.btnFixedStation = new DevExpress.XtraBars.BarButtonItem();
  59. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // ribbon
  66. //
  67. this.ribbon.CaptionBarItemLinks.Add(this.skinPaletteDropDownButtonItem1);
  68. this.ribbon.CaptionBarItemLinks.Add(this.btnOpenApi);
  69. this.ribbon.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  70. this.ribbon.ExpandCollapseItem.Id = 0;
  71. this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  72. this.skinPaletteDropDownButtonItem1,
  73. this.btnOpenApi,
  74. this.ribbon.ExpandCollapseItem,
  75. this.btnTask,
  76. this.btnCg,
  77. this.btnSet,
  78. this.btnTx,
  79. this.btnXl,
  80. this.btnSat,
  81. this.btnCocTool,
  82. this.btnDetectTool,
  83. this.btnXlCalculate,
  84. this.barButtonItem1,
  85. this.btnSvrs,
  86. this.btnSignal,
  87. this.txtSvrLog,
  88. this.btnSignalEmulation,
  89. this.btnFixedStation});
  90. this.ribbon.Location = new System.Drawing.Point(0, 0);
  91. this.ribbon.MaxItemId = 31;
  92. this.ribbon.Name = "ribbon";
  93. this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  94. this.ribbonPage1});
  95. this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice;
  96. this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
  97. this.ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
  98. this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
  99. this.ribbon.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.False;
  100. this.ribbon.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
  101. this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
  102. this.ribbon.ShowQatLocationSelector = false;
  103. this.ribbon.ShowToolbarCustomizeItem = false;
  104. this.ribbon.Size = new System.Drawing.Size(1347, 126);
  105. this.ribbon.Toolbar.ShowCustomizeItem = false;
  106. //
  107. // skinPaletteDropDownButtonItem1
  108. //
  109. this.skinPaletteDropDownButtonItem1.Id = 16;
  110. this.skinPaletteDropDownButtonItem1.Name = "skinPaletteDropDownButtonItem1";
  111. //
  112. // btnOpenApi
  113. //
  114. this.btnOpenApi.Caption = "barButtonItem1";
  115. this.btnOpenApi.Id = 21;
  116. this.btnOpenApi.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnOpenApi.ImageOptions.SvgImage")));
  117. this.btnOpenApi.Name = "btnOpenApi";
  118. toolTipItem4.Text = "查看接口文档";
  119. superToolTip4.Items.Add(toolTipItem4);
  120. this.btnOpenApi.SuperTip = superToolTip4;
  121. this.btnOpenApi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOpenApi_ItemClick);
  122. //
  123. // btnTask
  124. //
  125. this.btnTask.Caption = "任务管理";
  126. this.btnTask.Id = 1;
  127. this.btnTask.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnTask.ImageOptions.LargeImage")));
  128. this.btnTask.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTask.ImageOptions.SvgImage")));
  129. this.btnTask.Name = "btnTask";
  130. this.btnTask.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  131. //
  132. // btnCg
  133. //
  134. this.btnCg.Caption = "参估结果";
  135. this.btnCg.Id = 2;
  136. this.btnCg.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCg.ImageOptions.SvgImage")));
  137. this.btnCg.Name = "btnCg";
  138. this.btnCg.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  139. //
  140. // btnSet
  141. //
  142. this.btnSet.Caption = "系统设置";
  143. this.btnSet.Id = 5;
  144. this.btnSet.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSet.ImageOptions.SvgImage")));
  145. this.btnSet.Name = "btnSet";
  146. this.btnSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  147. //
  148. // btnTx
  149. //
  150. this.btnTx.Caption = "天线管理";
  151. this.btnTx.Id = 6;
  152. this.btnTx.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTx.ImageOptions.SvgImage")));
  153. this.btnTx.Name = "btnTx";
  154. this.btnTx.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  155. //
  156. // btnXl
  157. //
  158. this.btnXl.Caption = "星历管理";
  159. this.btnXl.Id = 7;
  160. this.btnXl.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXl.ImageOptions.SvgImage")));
  161. this.btnXl.Name = "btnXl";
  162. this.btnXl.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  163. //
  164. // btnSat
  165. //
  166. this.btnSat.Caption = "卫星管理";
  167. this.btnSat.Id = 8;
  168. this.btnSat.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSat.ImageOptions.Image")));
  169. this.btnSat.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSat.ImageOptions.LargeImage")));
  170. this.btnSat.Name = "btnSat";
  171. this.btnSat.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  172. //
  173. // btnCocTool
  174. //
  175. this.btnCocTool.Caption = " GPU参估 ";
  176. this.btnCocTool.Id = 17;
  177. this.btnCocTool.ImageOptions.ImageUri.Uri = "snap/calcdefault";
  178. this.btnCocTool.Name = "btnCocTool";
  179. this.btnCocTool.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  180. //
  181. // btnDetectTool
  182. //
  183. this.btnDetectTool.Caption = " 检测参估 ";
  184. this.btnDetectTool.Id = 22;
  185. this.btnDetectTool.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDetectTool.ImageOptions.SvgImage")));
  186. this.btnDetectTool.Name = "btnDetectTool";
  187. this.btnDetectTool.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  188. //
  189. // btnXlCalculate
  190. //
  191. this.btnXlCalculate.Caption = " 星历推算 ";
  192. this.btnXlCalculate.Id = 24;
  193. this.btnXlCalculate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXlCalculate.ImageOptions.SvgImage")));
  194. this.btnXlCalculate.Name = "btnXlCalculate";
  195. this.btnXlCalculate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  196. //
  197. // barButtonItem1
  198. //
  199. this.barButtonItem1.Caption = " 变采样 ";
  200. this.barButtonItem1.Id = 25;
  201. this.barButtonItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem1.ImageOptions.SvgImage")));
  202. this.barButtonItem1.Name = "barButtonItem1";
  203. this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  204. //
  205. // btnSvrs
  206. //
  207. this.btnSvrs.Caption = "服务状态";
  208. this.btnSvrs.Id = 26;
  209. this.btnSvrs.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSvrs.ImageOptions.SvgImage")));
  210. this.btnSvrs.Name = "btnSvrs";
  211. this.btnSvrs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  212. //
  213. // btnSignal
  214. //
  215. this.btnSignal.Caption = "信号管理";
  216. this.btnSignal.Id = 27;
  217. this.btnSignal.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSignal.ImageOptions.SvgImage")));
  218. this.btnSignal.Name = "btnSignal";
  219. this.btnSignal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  220. //
  221. // txtSvrLog
  222. //
  223. this.txtSvrLog.Caption = "服务日志";
  224. this.txtSvrLog.Id = 28;
  225. this.txtSvrLog.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("txtSvrLog.ImageOptions.SvgImage")));
  226. this.txtSvrLog.Name = "txtSvrLog";
  227. this.txtSvrLog.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  228. //
  229. // btnSignalEmulation
  230. //
  231. this.btnSignalEmulation.Caption = "信号仿真";
  232. this.btnSignalEmulation.Id = 29;
  233. this.btnSignalEmulation.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSignalEmulation.ImageOptions.SvgImage")));
  234. this.btnSignalEmulation.Name = "btnSignalEmulation";
  235. this.btnSignalEmulation.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  236. //
  237. // ribbonPage1
  238. //
  239. this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  240. this.ribbonPageGroup1,
  241. this.ribbonPageGroup2,
  242. this.ribbonPageGroup3,
  243. this.ribbonPageGroup4});
  244. this.ribbonPage1.Name = "ribbonPage1";
  245. this.ribbonPage1.Text = "主页";
  246. //
  247. // ribbonPageGroup1
  248. //
  249. this.ribbonPageGroup1.ItemLinks.Add(this.btnTask);
  250. this.ribbonPageGroup1.ItemLinks.Add(this.btnCg, true);
  251. this.ribbonPageGroup1.Name = "ribbonPageGroup1";
  252. this.ribbonPageGroup1.Text = "主功能区";
  253. //
  254. // ribbonPageGroup2
  255. //
  256. this.ribbonPageGroup2.ItemLinks.Add(this.btnXl);
  257. this.ribbonPageGroup2.ItemLinks.Add(this.btnSat);
  258. this.ribbonPageGroup2.ItemLinks.Add(this.btnTx);
  259. this.ribbonPageGroup2.ItemLinks.Add(this.btnFixedStation);
  260. this.ribbonPageGroup2.ItemLinks.Add(this.btnSignal);
  261. this.ribbonPageGroup2.ItemLinks.Add(this.btnTarget);
  262. this.ribbonPageGroup2.ItemLinks.Add(this.btnSet);
  263. this.ribbonPageGroup2.Name = "ribbonPageGroup2";
  264. this.ribbonPageGroup2.Text = "基础信息";
  265. //
  266. // btnTarget
  267. //
  268. this.btnTarget.Caption = "目标管理";
  269. this.btnTarget.Id = 23;
  270. this.btnTarget.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTarget.ImageOptions.SvgImage")));
  271. this.btnTarget.Name = "btnTarget";
  272. this.btnTarget.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  273. this.btnTarget.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  274. //
  275. // ribbonPageGroup3
  276. //
  277. this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem1);
  278. this.ribbonPageGroup3.ItemLinks.Add(this.btnCocTool);
  279. this.ribbonPageGroup3.ItemLinks.Add(this.btnDetectTool);
  280. this.ribbonPageGroup3.ItemLinks.Add(this.btnXlCalculate);
  281. this.ribbonPageGroup3.ItemLinks.Add(this.btnSignalEmulation);
  282. this.ribbonPageGroup3.Name = "ribbonPageGroup3";
  283. this.ribbonPageGroup3.Text = "手动工具";
  284. //
  285. // ribbonPageGroup4
  286. //
  287. this.ribbonPageGroup4.ItemLinks.Add(this.btnSvrs);
  288. this.ribbonPageGroup4.ItemLinks.Add(this.txtSvrLog);
  289. this.ribbonPageGroup4.Name = "ribbonPageGroup4";
  290. this.ribbonPageGroup4.Text = "ribbonPageGroup4";
  291. //
  292. // documentManager1
  293. //
  294. this.documentManager1.MdiParent = this;
  295. this.documentManager1.MenuManager = this.ribbon;
  296. this.documentManager1.View = this.tabbedView1;
  297. this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
  298. this.tabbedView1});
  299. //
  300. // dockManager1
  301. //
  302. this.dockManager1.Form = this;
  303. this.dockManager1.TopZIndexControls.AddRange(new string[] {
  304. "DevExpress.XtraBars.BarDockControl",
  305. "DevExpress.XtraBars.StandaloneBarDockControl",
  306. "System.Windows.Forms.MenuStrip",
  307. "System.Windows.Forms.StatusStrip",
  308. "System.Windows.Forms.StatusBar",
  309. "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
  310. "DevExpress.XtraBars.Ribbon.RibbonControl",
  311. "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
  312. "DevExpress.XtraBars.Navigation.TileNavPane",
  313. "DevExpress.XtraBars.TabFormControl",
  314. "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
  315. "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
  316. //
  317. // btnFixedStation
  318. //
  319. this.btnFixedStation.Caption = "固定站管理";
  320. this.btnFixedStation.Id = 30;
  321. this.btnFixedStation.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnFixedStation.ImageOptions.SvgImage")));
  322. this.btnFixedStation.Name = "btnFixedStation";
  323. this.btnFixedStation.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  324. //
  325. // MainForm
  326. //
  327. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  328. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  329. this.ClientSize = new System.Drawing.Size(1347, 704);
  330. this.Controls.Add(this.ribbon);
  331. this.IconOptions.Image = ((System.Drawing.Image)(resources.GetObject("MainForm.IconOptions.Image")));
  332. this.IsMdiContainer = true;
  333. this.Name = "MainForm";
  334. this.Ribbon = this.ribbon;
  335. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  336. this.Load += new System.EventHandler(this.MainForm_Load);
  337. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
  338. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
  341. this.ResumeLayout(false);
  342. this.PerformLayout();
  343. }
  344. #endregion
  345. private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
  346. private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
  347. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
  348. private DevExpress.XtraBars.BarButtonItem btnTask;
  349. private DevExpress.XtraBars.BarButtonItem btnCg;
  350. private DevExpress.XtraBars.BarButtonItem btnSet;
  351. private DevExpress.XtraBars.BarButtonItem btnTarget;
  352. private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
  353. private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
  354. private DevExpress.XtraBars.BarButtonItem btnTx;
  355. private DevExpress.XtraBars.BarButtonItem btnXl;
  356. private DevExpress.XtraBars.BarButtonItem btnSat;
  357. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
  358. private DevExpress.XtraBars.SkinPaletteDropDownButtonItem skinPaletteDropDownButtonItem1;
  359. private DevExpress.XtraBars.Docking.DockManager dockManager1;
  360. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup3;
  361. private DevExpress.XtraBars.BarButtonItem btnCocTool;
  362. private DevExpress.XtraBars.BarButtonItem btnOpenApi;
  363. private DevExpress.XtraBars.BarButtonItem btnDetectTool;
  364. private DevExpress.XtraBars.BarButtonItem btnXlCalculate;
  365. private DevExpress.XtraBars.BarButtonItem barButtonItem1;
  366. private DevExpress.XtraBars.BarButtonItem btnSvrs;
  367. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup4;
  368. private DevExpress.XtraBars.BarButtonItem btnSignal;
  369. private DevExpress.XtraBars.BarButtonItem txtSvrLog;
  370. private DevExpress.XtraBars.BarButtonItem btnSignalEmulation;
  371. private DevExpress.XtraBars.BarButtonItem btnFixedStation;
  372. }
  373. }