Main.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  1. using UAS_DeviceMonitor.CustomerControl.AutoDataGridControl;
  2. namespace UAS_DeviceMonitor
  3. {
  4. partial class Main
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
  31. this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
  32. this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
  33. this.ButtonDeviceKind = new DevExpress.XtraBars.BarButtonItem();
  34. this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
  35. this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem();
  36. this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem();
  37. this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
  38. this.ButtonPollingSetting = new DevExpress.XtraBars.BarButtonItem();
  39. this.ButtionPolling = new DevExpress.XtraBars.BarButtonItem();
  40. this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage();
  41. this.RibDeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  42. this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage();
  43. this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  44. this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
  45. this.RibDeviceBadInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  46. this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
  47. this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  48. this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
  49. this.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
  50. this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
  51. this.pageControl1 = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
  52. this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  53. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  54. this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.de_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.de_indate = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.de_spec = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.de_vendcode = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.de_vendname = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
  65. this.GridCommandSetting = new DevExpress.XtraGrid.GridControl();
  66. this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
  67. this.PageDeviceKind = new DevExpress.XtraTab.XtraTabPage();
  68. this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
  69. this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
  70. this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
  71. this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.dc_command = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.GridPolling = new DevExpress.XtraGrid.GridControl();
  76. this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
  77. this.GridPollingSetting = new DevExpress.XtraGrid.GridControl();
  78. this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
  79. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
  81. this.MainTabControl.SuspendLayout();
  82. this.PageDeviceList.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  85. this.PageCommandSet.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  88. this.PagePollingSetting.SuspendLayout();
  89. this.PagePolling.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
  94. this.SuspendLayout();
  95. //
  96. // RibbonNav
  97. //
  98. this.RibbonNav.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
  99. this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  100. this.RibbonNav.ExpandCollapseItem.Id = 0;
  101. this.RibbonNav.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  102. this.RibbonNav.ExpandCollapseItem,
  103. this.barButtonItem1,
  104. this.ButtonDeviceList,
  105. this.ButtonDeviceKind,
  106. this.barButtonGroup1,
  107. this.ButtonDeviceStatus,
  108. this.ButtonCommandSet,
  109. this.barButtonItem5,
  110. this.ButtonPollingSetting,
  111. this.ButtionPolling});
  112. this.RibbonNav.Location = new System.Drawing.Point(0, 0);
  113. this.RibbonNav.MaxItemId = 13;
  114. this.RibbonNav.Name = "RibbonNav";
  115. this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  116. this.DeviceInf,
  117. this.DeviceCommandSetting,
  118. this.ribbonPage2});
  119. this.RibbonNav.Size = new System.Drawing.Size(1033, 128);
  120. this.RibbonNav.StatusBar = this.ribbonStatusBar;
  121. //
  122. // barButtonItem1
  123. //
  124. this.barButtonItem1.Caption = "barButtonItem1";
  125. this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
  126. this.barButtonItem1.Id = 3;
  127. this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
  128. this.barButtonItem1.Name = "barButtonItem1";
  129. //
  130. // ButtonDeviceList
  131. //
  132. this.ButtonDeviceList.Caption = "设备清单";
  133. this.ButtonDeviceList.Id = 5;
  134. this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
  135. this.ButtonDeviceList.Name = "ButtonDeviceList";
  136. this.ButtonDeviceList.Tag = "PageDeviceList";
  137. this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  138. //
  139. // ButtonDeviceKind
  140. //
  141. this.ButtonDeviceKind.Caption = "设备类型维护";
  142. this.ButtonDeviceKind.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.Glyph")));
  143. this.ButtonDeviceKind.Id = 6;
  144. this.ButtonDeviceKind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.LargeGlyph")));
  145. this.ButtonDeviceKind.Name = "ButtonDeviceKind";
  146. this.ButtonDeviceKind.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
  147. this.ButtonDeviceKind.Tag = "PageDeviceKind";
  148. this.ButtonDeviceKind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  149. //
  150. // barButtonGroup1
  151. //
  152. this.barButtonGroup1.Caption = "barButtonGroup1";
  153. this.barButtonGroup1.Glyph = global::UAS_DeviceMonitor.Properties.Resources.Png_Device;
  154. this.barButtonGroup1.Id = 7;
  155. this.barButtonGroup1.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.Png_Device;
  156. this.barButtonGroup1.Name = "barButtonGroup1";
  157. //
  158. // ButtonDeviceStatus
  159. //
  160. this.ButtonDeviceStatus.Caption = "运行状态";
  161. this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph")));
  162. this.ButtonDeviceStatus.Id = 8;
  163. this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph")));
  164. this.ButtonDeviceStatus.Name = "ButtonDeviceStatus";
  165. this.ButtonDeviceStatus.Tag = "PageDeviceStatus";
  166. this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  167. //
  168. // ButtonCommandSet
  169. //
  170. this.ButtonCommandSet.Caption = "指令设置";
  171. this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph")));
  172. this.ButtonCommandSet.Id = 9;
  173. this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph")));
  174. this.ButtonCommandSet.Name = "ButtonCommandSet";
  175. this.ButtonCommandSet.Tag = "PageCommandSet";
  176. this.ButtonCommandSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  177. //
  178. // barButtonItem5
  179. //
  180. this.barButtonItem5.Caption = "故障信息维护";
  181. this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
  182. this.barButtonItem5.Id = 10;
  183. this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
  184. this.barButtonItem5.Name = "barButtonItem5";
  185. this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  186. //
  187. // ButtonPollingSetting
  188. //
  189. this.ButtonPollingSetting.Caption = "轮询配置";
  190. this.ButtonPollingSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.Glyph")));
  191. this.ButtonPollingSetting.Id = 11;
  192. this.ButtonPollingSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.LargeGlyph")));
  193. this.ButtonPollingSetting.Name = "ButtonPollingSetting";
  194. this.ButtonPollingSetting.Tag = "PagePollingSetting";
  195. this.ButtonPollingSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  196. //
  197. // ButtionPolling
  198. //
  199. this.ButtionPolling.Caption = "轮询业务";
  200. this.ButtionPolling.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.Glyph")));
  201. this.ButtionPolling.Id = 12;
  202. this.ButtionPolling.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.LargeGlyph")));
  203. this.ButtionPolling.Name = "ButtionPolling";
  204. this.ButtionPolling.Tag = "PagePolling";
  205. this.ButtionPolling.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  206. //
  207. // DeviceInf
  208. //
  209. this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  210. this.RibDeviceInf});
  211. this.DeviceInf.Name = "DeviceInf";
  212. this.DeviceInf.Text = "设备信息";
  213. //
  214. // RibDeviceInf
  215. //
  216. this.RibDeviceInf.AllowTextClipping = false;
  217. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList);
  218. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceKind);
  219. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceStatus);
  220. this.RibDeviceInf.Name = "RibDeviceInf";
  221. this.RibDeviceInf.ShowCaptionButton = false;
  222. //
  223. // DeviceCommandSetting
  224. //
  225. this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  226. this.RibDeviceCommand});
  227. this.DeviceCommandSetting.Name = "DeviceCommandSetting";
  228. this.DeviceCommandSetting.Text = "设备指令配置";
  229. //
  230. // RibDeviceCommand
  231. //
  232. this.RibDeviceCommand.ItemLinks.Add(this.ButtonCommandSet);
  233. this.RibDeviceCommand.ItemLinks.Add(this.ButtionPolling);
  234. this.RibDeviceCommand.ItemLinks.Add(this.ButtonPollingSetting);
  235. this.RibDeviceCommand.Name = "RibDeviceCommand";
  236. this.RibDeviceCommand.Text = "ribbonPageGroup3";
  237. //
  238. // ribbonPage2
  239. //
  240. this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  241. this.RibDeviceBadInf});
  242. this.ribbonPage2.Name = "ribbonPage2";
  243. this.ribbonPage2.Text = "设备故障监控";
  244. //
  245. // RibDeviceBadInf
  246. //
  247. this.RibDeviceBadInf.ItemLinks.Add(this.barButtonItem5);
  248. this.RibDeviceBadInf.Name = "RibDeviceBadInf";
  249. this.RibDeviceBadInf.Text = "ribbonPageGroup4";
  250. //
  251. // ribbonStatusBar
  252. //
  253. this.ribbonStatusBar.Location = new System.Drawing.Point(0, 680);
  254. this.ribbonStatusBar.Name = "ribbonStatusBar";
  255. this.ribbonStatusBar.Ribbon = this.RibbonNav;
  256. this.ribbonStatusBar.Size = new System.Drawing.Size(1033, 31);
  257. //
  258. // ribbonPageGroup1
  259. //
  260. this.ribbonPageGroup1.Name = "ribbonPageGroup1";
  261. this.ribbonPageGroup1.Text = "ribbonPageGroup1";
  262. //
  263. // ribbonPage1
  264. //
  265. this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  266. this.ribbonPageGroup1});
  267. this.ribbonPage1.Name = "ribbonPage1";
  268. this.ribbonPage1.Text = "ribbonPage11";
  269. //
  270. // MainTabControl
  271. //
  272. this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  273. this.MainTabControl.Location = new System.Drawing.Point(0, 128);
  274. this.MainTabControl.Name = "MainTabControl";
  275. this.MainTabControl.SelectedTabPage = this.PageDeviceList;
  276. this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
  277. this.MainTabControl.Size = new System.Drawing.Size(1033, 552);
  278. this.MainTabControl.TabIndex = 3;
  279. this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  280. this.PageDeviceList,
  281. this.PageCommandSet,
  282. this.PageDeviceKind,
  283. this.PageDeviceStatus,
  284. this.PagePollingSetting,
  285. this.PagePolling});
  286. //
  287. // PageDeviceList
  288. //
  289. this.PageDeviceList.Controls.Add(this.pageControl1);
  290. this.PageDeviceList.Controls.Add(this.GridDeviceList);
  291. this.PageDeviceList.Name = "PageDeviceList";
  292. this.PageDeviceList.PageVisible = false;
  293. this.PageDeviceList.Size = new System.Drawing.Size(1027, 546);
  294. this.PageDeviceList.Text = "xtraTabPage1";
  295. //
  296. // pageControl1
  297. //
  298. this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  299. this.pageControl1.Gridcontrol = null;
  300. this.pageControl1.Location = new System.Drawing.Point(0, 517);
  301. this.pageControl1.Name = "pageControl1";
  302. this.pageControl1.Size = new System.Drawing.Size(1027, 29);
  303. this.pageControl1.TabIndex = 1;
  304. //
  305. // GridDeviceList
  306. //
  307. this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
  308. this.GridDeviceList.GetDataSQL = null;
  309. this.GridDeviceList.Location = new System.Drawing.Point(0, 0);
  310. this.GridDeviceList.MainView = this.gridView1;
  311. this.GridDeviceList.MenuManager = this.RibbonNav;
  312. this.GridDeviceList.Name = "GridDeviceList";
  313. this.GridDeviceList.RowCount = 0;
  314. this.GridDeviceList.Size = new System.Drawing.Size(1027, 546);
  315. this.GridDeviceList.TabIndex = 0;
  316. this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  317. this.gridView1});
  318. //
  319. // gridView1
  320. //
  321. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  322. this.de_id,
  323. this.de_code,
  324. this.de_name,
  325. this.de_runstatus,
  326. this.de_indate,
  327. this.de_spec,
  328. this.de_vendcode,
  329. this.de_vendname,
  330. this.de_address,
  331. this.de_wccode});
  332. this.gridView1.GridControl = this.GridDeviceList;
  333. this.gridView1.Name = "gridView1";
  334. //
  335. // de_id
  336. //
  337. this.de_id.Caption = "de_id";
  338. this.de_id.FieldName = "DE_ID";
  339. this.de_id.Name = "de_id";
  340. //
  341. // de_code
  342. //
  343. this.de_code.Caption = "设备编号";
  344. this.de_code.FieldName = "DE_CODE";
  345. this.de_code.Name = "de_code";
  346. this.de_code.Visible = true;
  347. this.de_code.VisibleIndex = 0;
  348. //
  349. // de_name
  350. //
  351. this.de_name.Caption = "设备名称";
  352. this.de_name.FieldName = "DE_NAME";
  353. this.de_name.Name = "de_name";
  354. this.de_name.Visible = true;
  355. this.de_name.VisibleIndex = 1;
  356. //
  357. // de_runstatus
  358. //
  359. this.de_runstatus.Caption = "运行状态";
  360. this.de_runstatus.FieldName = "DE_RUNSTATUS";
  361. this.de_runstatus.Name = "de_runstatus";
  362. this.de_runstatus.Visible = true;
  363. this.de_runstatus.VisibleIndex = 2;
  364. //
  365. // de_indate
  366. //
  367. this.de_indate.Caption = "录入日期";
  368. this.de_indate.DisplayFormat.FormatString = "yyyy-MM-dd";
  369. this.de_indate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  370. this.de_indate.FieldName = "DE_INDATE";
  371. this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
  372. this.de_indate.Name = "de_indate";
  373. this.de_indate.Visible = true;
  374. this.de_indate.VisibleIndex = 3;
  375. //
  376. // de_spec
  377. //
  378. this.de_spec.Caption = "设备规格";
  379. this.de_spec.FieldName = "DE_SPEC";
  380. this.de_spec.Name = "de_spec";
  381. this.de_spec.Visible = true;
  382. this.de_spec.VisibleIndex = 4;
  383. //
  384. // de_vendcode
  385. //
  386. this.de_vendcode.Caption = "供应商编号";
  387. this.de_vendcode.FieldName = "DE_VENDCODE";
  388. this.de_vendcode.Name = "de_vendcode";
  389. this.de_vendcode.Visible = true;
  390. this.de_vendcode.VisibleIndex = 5;
  391. //
  392. // de_vendname
  393. //
  394. this.de_vendname.Caption = "供应商名称";
  395. this.de_vendname.FieldName = "DE_VENDNAME";
  396. this.de_vendname.Name = "de_vendname";
  397. this.de_vendname.Visible = true;
  398. this.de_vendname.VisibleIndex = 6;
  399. //
  400. // de_address
  401. //
  402. this.de_address.Caption = "设备地点";
  403. this.de_address.FieldName = "DE_ADDRESS";
  404. this.de_address.Name = "de_address";
  405. this.de_address.Visible = true;
  406. this.de_address.VisibleIndex = 7;
  407. //
  408. // de_wccode
  409. //
  410. this.de_wccode.Caption = "工作中心";
  411. this.de_wccode.FieldName = "DE_WCCODE";
  412. this.de_wccode.Name = "de_wccode";
  413. this.de_wccode.Visible = true;
  414. this.de_wccode.VisibleIndex = 8;
  415. //
  416. // PageCommandSet
  417. //
  418. this.PageCommandSet.Controls.Add(this.GridCommandSetting);
  419. this.PageCommandSet.Name = "PageCommandSet";
  420. this.PageCommandSet.PageVisible = false;
  421. this.PageCommandSet.Size = new System.Drawing.Size(1027, 546);
  422. this.PageCommandSet.Text = "xtraTabPage1";
  423. //
  424. // GridCommandSetting
  425. //
  426. this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  427. | System.Windows.Forms.AnchorStyles.Left)
  428. | System.Windows.Forms.AnchorStyles.Right)));
  429. this.GridCommandSetting.Location = new System.Drawing.Point(0, -1);
  430. this.GridCommandSetting.MainView = this.gridView2;
  431. this.GridCommandSetting.MenuManager = this.RibbonNav;
  432. this.GridCommandSetting.Name = "GridCommandSetting";
  433. this.GridCommandSetting.Size = new System.Drawing.Size(1027, 511);
  434. this.GridCommandSetting.TabIndex = 1;
  435. this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  436. this.gridView2});
  437. //
  438. // gridView2
  439. //
  440. this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  441. this.dc_id,
  442. this.dc_code,
  443. this.dc_name,
  444. this.dc_command});
  445. this.gridView2.GridControl = this.GridCommandSetting;
  446. this.gridView2.Name = "gridView2";
  447. //
  448. // PageDeviceKind
  449. //
  450. this.PageDeviceKind.Name = "PageDeviceKind";
  451. this.PageDeviceKind.PageVisible = false;
  452. this.PageDeviceKind.Size = new System.Drawing.Size(1027, 546);
  453. this.PageDeviceKind.Text = "xtraTabPage2";
  454. //
  455. // PageDeviceStatus
  456. //
  457. this.PageDeviceStatus.Name = "PageDeviceStatus";
  458. this.PageDeviceStatus.PageVisible = false;
  459. this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 546);
  460. this.PageDeviceStatus.Text = "xtraTabPage3";
  461. //
  462. // PagePollingSetting
  463. //
  464. this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
  465. this.PagePollingSetting.Name = "PagePollingSetting";
  466. this.PagePollingSetting.PageVisible = false;
  467. this.PagePollingSetting.Size = new System.Drawing.Size(1027, 546);
  468. this.PagePollingSetting.Text = "xtraTabPage1";
  469. //
  470. // PagePolling
  471. //
  472. this.PagePolling.Controls.Add(this.GridPolling);
  473. this.PagePolling.Name = "PagePolling";
  474. this.PagePolling.PageVisible = false;
  475. this.PagePolling.Size = new System.Drawing.Size(1027, 546);
  476. this.PagePolling.Text = "xtraTabPage1";
  477. //
  478. // dc_id
  479. //
  480. this.dc_id.FieldName = "DC_ID";
  481. this.dc_id.Name = "dc_id";
  482. //
  483. // dc_code
  484. //
  485. this.dc_code.Caption = "指令编号";
  486. this.dc_code.FieldName = "DC_CODE";
  487. this.dc_code.Name = "dc_code";
  488. this.dc_code.Visible = true;
  489. this.dc_code.VisibleIndex = 0;
  490. this.dc_code.Width = 118;
  491. //
  492. // dc_name
  493. //
  494. this.dc_name.Caption = "指令名称";
  495. this.dc_name.FieldName = "DC_NAME";
  496. this.dc_name.Name = "dc_name";
  497. this.dc_name.Visible = true;
  498. this.dc_name.VisibleIndex = 1;
  499. this.dc_name.Width = 123;
  500. //
  501. // dc_command
  502. //
  503. this.dc_command.Caption = "发送指令";
  504. this.dc_command.FieldName = "DC_COMMAND";
  505. this.dc_command.Name = "dc_command";
  506. this.dc_command.Visible = true;
  507. this.dc_command.VisibleIndex = 2;
  508. this.dc_command.Width = 768;
  509. //
  510. // GridPolling
  511. //
  512. this.GridPolling.Dock = System.Windows.Forms.DockStyle.Fill;
  513. this.GridPolling.Location = new System.Drawing.Point(0, 0);
  514. this.GridPolling.MainView = this.gridView3;
  515. this.GridPolling.MenuManager = this.RibbonNav;
  516. this.GridPolling.Name = "GridPolling";
  517. this.GridPolling.Size = new System.Drawing.Size(1027, 546);
  518. this.GridPolling.TabIndex = 0;
  519. this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  520. this.gridView3});
  521. //
  522. // gridView3
  523. //
  524. this.gridView3.GridControl = this.GridPolling;
  525. this.gridView3.Name = "gridView3";
  526. //
  527. // GridPollingSetting
  528. //
  529. this.GridPollingSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  530. this.GridPollingSetting.Location = new System.Drawing.Point(0, 0);
  531. this.GridPollingSetting.MainView = this.gridView4;
  532. this.GridPollingSetting.MenuManager = this.RibbonNav;
  533. this.GridPollingSetting.Name = "GridPollingSetting";
  534. this.GridPollingSetting.Size = new System.Drawing.Size(1027, 546);
  535. this.GridPollingSetting.TabIndex = 0;
  536. this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  537. this.gridView4});
  538. //
  539. // gridView4
  540. //
  541. this.gridView4.GridControl = this.GridPollingSetting;
  542. this.gridView4.Name = "gridView4";
  543. //
  544. // Main
  545. //
  546. this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
  547. this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  548. this.Appearance.Options.UseForeColor = true;
  549. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  550. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  551. this.ClientSize = new System.Drawing.Size(1033, 711);
  552. this.Controls.Add(this.MainTabControl);
  553. this.Controls.Add(this.ribbonStatusBar);
  554. this.Controls.Add(this.RibbonNav);
  555. this.Name = "Main";
  556. this.Ribbon = this.RibbonNav;
  557. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  558. this.StatusBar = this.ribbonStatusBar;
  559. this.Text = "设备监控管理平台";
  560. this.Load += new System.EventHandler(this.Main_Load);
  561. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
  562. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
  563. this.MainTabControl.ResumeLayout(false);
  564. this.PageDeviceList.ResumeLayout(false);
  565. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
  566. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  567. this.PageCommandSet.ResumeLayout(false);
  568. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
  569. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  570. this.PagePollingSetting.ResumeLayout(false);
  571. this.PagePolling.ResumeLayout(false);
  572. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
  573. ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
  574. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
  575. ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
  576. this.ResumeLayout(false);
  577. this.PerformLayout();
  578. }
  579. #endregion
  580. private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav;
  581. private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
  582. private DevExpress.XtraBars.BarButtonItem barButtonItem1;
  583. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
  584. private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
  585. private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
  586. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
  587. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
  588. private DevExpress.XtraBars.BarButtonItem ButtonDeviceKind;
  589. private DevExpress.XtraBars.BarButtonGroup barButtonGroup1;
  590. private DevExpress.XtraTab.XtraTabControl MainTabControl;
  591. private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
  592. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
  593. private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage2;
  594. private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
  595. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
  596. private DevExpress.XtraBars.BarButtonItem barButtonItem5;
  597. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceBadInf;
  598. private DevExpress.XtraTab.XtraTabPage PageDeviceList;
  599. private DevExpress.XtraTab.XtraTabPage PageCommandSet;
  600. private DevExpress.XtraTab.XtraTabPage PageDeviceKind;
  601. private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
  602. private AutoDataGridControl GridDeviceList;
  603. private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting;
  604. private DevExpress.XtraBars.BarButtonItem ButtionPolling;
  605. private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
  606. private DevExpress.XtraTab.XtraTabPage PagePolling;
  607. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  608. private DevExpress.XtraGrid.Columns.GridColumn de_id;
  609. private DevExpress.XtraGrid.Columns.GridColumn de_code;
  610. private DevExpress.XtraGrid.Columns.GridColumn de_name;
  611. private DevExpress.XtraGrid.Columns.GridColumn de_runstatus;
  612. private DevExpress.XtraGrid.Columns.GridColumn de_indate;
  613. private DevExpress.XtraGrid.Columns.GridColumn de_spec;
  614. private DevExpress.XtraGrid.Columns.GridColumn de_vendcode;
  615. private DevExpress.XtraGrid.Columns.GridColumn de_vendname;
  616. private DevExpress.XtraGrid.Columns.GridColumn de_address;
  617. private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
  618. private CustomerControl.PagingControl.PageControl pageControl1;
  619. private DevExpress.XtraGrid.GridControl GridCommandSetting;
  620. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  621. private DevExpress.XtraGrid.Columns.GridColumn dc_id;
  622. private DevExpress.XtraGrid.Columns.GridColumn dc_code;
  623. private DevExpress.XtraGrid.Columns.GridColumn dc_name;
  624. private DevExpress.XtraGrid.Columns.GridColumn dc_command;
  625. private DevExpress.XtraGrid.GridControl GridPolling;
  626. private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
  627. private DevExpress.XtraGrid.GridControl GridPollingSetting;
  628. private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
  629. }
  630. }