Main.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. namespace UAS_DeviceMonitor
  2. {
  3. partial class Main
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  29. this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
  30. this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
  31. this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
  32. this.ButtonDeviceKind = new DevExpress.XtraBars.BarButtonItem();
  33. this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
  34. this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem();
  35. this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem();
  36. this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
  37. this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage();
  38. this.RibDeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  39. this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage();
  40. this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  41. this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
  42. this.RibDeviceBadInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  43. this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
  44. this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  45. this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
  46. this.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
  47. this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
  48. this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
  49. this.PageDeviceKind = new DevExpress.XtraTab.XtraTabPage();
  50. this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
  51. this.GridDeviceList = new DevExpress.XtraGrid.GridControl();
  52. this.GridViewDeviceList = new DevExpress.XtraGrid.Views.Grid.GridView();
  53. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
  55. this.MainTabControl.SuspendLayout();
  56. this.PageDeviceList.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // ribbon
  62. //
  63. this.ribbon.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
  64. this.ribbon.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  65. this.ribbon.ExpandCollapseItem.Id = 0;
  66. this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  67. this.ribbon.ExpandCollapseItem,
  68. this.barButtonItem1,
  69. this.ButtonDeviceList,
  70. this.ButtonDeviceKind,
  71. this.barButtonGroup1,
  72. this.ButtonDeviceStatus,
  73. this.ButtonCommandSet,
  74. this.barButtonItem5});
  75. this.ribbon.Location = new System.Drawing.Point(0, 0);
  76. this.ribbon.MaxItemId = 11;
  77. this.ribbon.Name = "ribbon";
  78. this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  79. this.DeviceInf,
  80. this.DeviceCommandSetting,
  81. this.ribbonPage2});
  82. this.ribbon.Size = new System.Drawing.Size(1033, 128);
  83. this.ribbon.StatusBar = this.ribbonStatusBar;
  84. //
  85. // barButtonItem1
  86. //
  87. this.barButtonItem1.Caption = "barButtonItem1";
  88. this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
  89. this.barButtonItem1.Id = 3;
  90. this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
  91. this.barButtonItem1.Name = "barButtonItem1";
  92. //
  93. // ButtonDeviceList
  94. //
  95. this.ButtonDeviceList.Caption = "设备清单";
  96. this.ButtonDeviceList.Id = 5;
  97. this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
  98. this.ButtonDeviceList.Name = "ButtonDeviceList";
  99. this.ButtonDeviceList.Tag = "PageDeviceList";
  100. this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  101. //
  102. // ButtonDeviceKind
  103. //
  104. this.ButtonDeviceKind.Caption = "设备类型维护";
  105. this.ButtonDeviceKind.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.Glyph")));
  106. this.ButtonDeviceKind.Id = 6;
  107. this.ButtonDeviceKind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.LargeGlyph")));
  108. this.ButtonDeviceKind.Name = "ButtonDeviceKind";
  109. this.ButtonDeviceKind.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
  110. this.ButtonDeviceKind.Tag = "PageDeviceKind";
  111. this.ButtonDeviceKind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  112. //
  113. // barButtonGroup1
  114. //
  115. this.barButtonGroup1.Caption = "barButtonGroup1";
  116. this.barButtonGroup1.Glyph = global::UAS_DeviceMonitor.Properties.Resources.Png_Device;
  117. this.barButtonGroup1.Id = 7;
  118. this.barButtonGroup1.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.Png_Device;
  119. this.barButtonGroup1.Name = "barButtonGroup1";
  120. //
  121. // ButtonDeviceStatus
  122. //
  123. this.ButtonDeviceStatus.Caption = "运行状态";
  124. this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph")));
  125. this.ButtonDeviceStatus.Id = 8;
  126. this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph")));
  127. this.ButtonDeviceStatus.Name = "ButtonDeviceStatus";
  128. this.ButtonDeviceStatus.Tag = "PageDeviceStatus";
  129. this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  130. //
  131. // ButtonCommandSet
  132. //
  133. this.ButtonCommandSet.Caption = "指令设置";
  134. this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph")));
  135. this.ButtonCommandSet.Id = 9;
  136. this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph")));
  137. this.ButtonCommandSet.Name = "ButtonCommandSet";
  138. this.ButtonCommandSet.Tag = "PageCommandSet";
  139. //
  140. // barButtonItem5
  141. //
  142. this.barButtonItem5.Caption = "故障信息维护";
  143. this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
  144. this.barButtonItem5.Id = 10;
  145. this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
  146. this.barButtonItem5.Name = "barButtonItem5";
  147. //
  148. // DeviceInf
  149. //
  150. this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  151. this.RibDeviceInf});
  152. this.DeviceInf.Name = "DeviceInf";
  153. this.DeviceInf.Text = "设备信息";
  154. //
  155. // RibDeviceInf
  156. //
  157. this.RibDeviceInf.AllowTextClipping = false;
  158. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList);
  159. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceKind);
  160. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceStatus);
  161. this.RibDeviceInf.Name = "RibDeviceInf";
  162. this.RibDeviceInf.ShowCaptionButton = false;
  163. //
  164. // DeviceCommandSetting
  165. //
  166. this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  167. this.RibDeviceCommand});
  168. this.DeviceCommandSetting.Name = "DeviceCommandSetting";
  169. this.DeviceCommandSetting.Text = "设备指令配置";
  170. this.DeviceCommandSetting.Visible = false;
  171. //
  172. // RibDeviceCommand
  173. //
  174. this.RibDeviceCommand.ItemLinks.Add(this.ButtonCommandSet);
  175. this.RibDeviceCommand.Name = "RibDeviceCommand";
  176. this.RibDeviceCommand.Text = "ribbonPageGroup3";
  177. //
  178. // ribbonPage2
  179. //
  180. this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  181. this.RibDeviceBadInf});
  182. this.ribbonPage2.Name = "ribbonPage2";
  183. this.ribbonPage2.Text = "设备故障监控";
  184. //
  185. // RibDeviceBadInf
  186. //
  187. this.RibDeviceBadInf.ItemLinks.Add(this.barButtonItem5);
  188. this.RibDeviceBadInf.Name = "RibDeviceBadInf";
  189. this.RibDeviceBadInf.Text = "ribbonPageGroup4";
  190. //
  191. // ribbonStatusBar
  192. //
  193. this.ribbonStatusBar.Location = new System.Drawing.Point(0, 680);
  194. this.ribbonStatusBar.Name = "ribbonStatusBar";
  195. this.ribbonStatusBar.Ribbon = this.ribbon;
  196. this.ribbonStatusBar.Size = new System.Drawing.Size(1033, 31);
  197. //
  198. // ribbonPageGroup1
  199. //
  200. this.ribbonPageGroup1.Name = "ribbonPageGroup1";
  201. this.ribbonPageGroup1.Text = "ribbonPageGroup1";
  202. //
  203. // ribbonPage1
  204. //
  205. this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  206. this.ribbonPageGroup1});
  207. this.ribbonPage1.Name = "ribbonPage1";
  208. this.ribbonPage1.Text = "ribbonPage11";
  209. //
  210. // MainTabControl
  211. //
  212. this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.MainTabControl.Location = new System.Drawing.Point(0, 128);
  214. this.MainTabControl.Name = "MainTabControl";
  215. this.MainTabControl.SelectedTabPage = this.PageDeviceList;
  216. this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
  217. this.MainTabControl.Size = new System.Drawing.Size(1033, 552);
  218. this.MainTabControl.TabIndex = 3;
  219. this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  220. this.PageDeviceList,
  221. this.PageCommandSet,
  222. this.PageDeviceKind,
  223. this.PageDeviceStatus});
  224. //
  225. // PageDeviceList
  226. //
  227. this.PageDeviceList.Controls.Add(this.GridDeviceList);
  228. this.PageDeviceList.Name = "PageDeviceList";
  229. this.PageDeviceList.Size = new System.Drawing.Size(1027, 546);
  230. this.PageDeviceList.Text = "xtraTabPage1";
  231. //
  232. // PageCommandSet
  233. //
  234. this.PageCommandSet.Name = "PageCommandSet";
  235. this.PageCommandSet.Size = new System.Drawing.Size(1027, 546);
  236. this.PageCommandSet.Text = "xtraTabPage1";
  237. //
  238. // PageDeviceKind
  239. //
  240. this.PageDeviceKind.Name = "PageDeviceKind";
  241. this.PageDeviceKind.Size = new System.Drawing.Size(1027, 546);
  242. this.PageDeviceKind.Text = "xtraTabPage2";
  243. //
  244. // PageDeviceStatus
  245. //
  246. this.PageDeviceStatus.Name = "PageDeviceStatus";
  247. this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 546);
  248. this.PageDeviceStatus.Text = "xtraTabPage3";
  249. //
  250. // GridDeviceList
  251. //
  252. this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
  253. this.GridDeviceList.Location = new System.Drawing.Point(0, 0);
  254. this.GridDeviceList.MainView = this.GridViewDeviceList;
  255. this.GridDeviceList.MenuManager = this.ribbon;
  256. this.GridDeviceList.Name = "GridDeviceList";
  257. this.GridDeviceList.Size = new System.Drawing.Size(1027, 546);
  258. this.GridDeviceList.TabIndex = 0;
  259. this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  260. this.GridViewDeviceList});
  261. //
  262. // GridViewDeviceList
  263. //
  264. this.GridViewDeviceList.GridControl = this.GridDeviceList;
  265. this.GridViewDeviceList.Name = "GridViewDeviceList";
  266. //
  267. // Main
  268. //
  269. this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
  270. this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  271. this.Appearance.Options.UseForeColor = true;
  272. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  273. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274. this.ClientSize = new System.Drawing.Size(1033, 711);
  275. this.Controls.Add(this.MainTabControl);
  276. this.Controls.Add(this.ribbonStatusBar);
  277. this.Controls.Add(this.ribbon);
  278. this.Name = "Main";
  279. this.Ribbon = this.ribbon;
  280. this.StatusBar = this.ribbonStatusBar;
  281. this.Text = "设备监控管理平台";
  282. this.Load += new System.EventHandler(this.Main_Load);
  283. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
  285. this.MainTabControl.ResumeLayout(false);
  286. this.PageDeviceList.ResumeLayout(false);
  287. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
  289. this.ResumeLayout(false);
  290. this.PerformLayout();
  291. }
  292. #endregion
  293. private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
  294. private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
  295. private DevExpress.XtraBars.BarButtonItem barButtonItem1;
  296. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
  297. private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
  298. private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
  299. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
  300. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
  301. private DevExpress.XtraBars.BarButtonItem ButtonDeviceKind;
  302. private DevExpress.XtraBars.BarButtonGroup barButtonGroup1;
  303. private DevExpress.XtraTab.XtraTabControl MainTabControl;
  304. private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
  305. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
  306. private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage2;
  307. private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
  308. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
  309. private DevExpress.XtraBars.BarButtonItem barButtonItem5;
  310. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceBadInf;
  311. private DevExpress.XtraTab.XtraTabPage PageDeviceList;
  312. private DevExpress.XtraTab.XtraTabPage PageCommandSet;
  313. private DevExpress.XtraTab.XtraTabPage PageDeviceKind;
  314. private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
  315. private DevExpress.XtraGrid.GridControl GridDeviceList;
  316. private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceList;
  317. }
  318. }