Main.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  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.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
  32. this.ButtonDeviceKind = new DevExpress.XtraBars.BarButtonItem();
  33. this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem();
  34. this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem();
  35. this.ButtonPollingSetting = new DevExpress.XtraBars.BarButtonItem();
  36. this.ButtionPolling = 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.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
  42. this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
  43. this.pageControl1 = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
  44. this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  45. this.GridViewDeviceList = new DevExpress.XtraGrid.Views.Grid.GridView();
  46. this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.de_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.de_indate = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.de_spec = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.de_vendcode = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.de_vendname = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
  57. this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  58. this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
  59. this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.dc_command = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.PageDeviceKind = new DevExpress.XtraTab.XtraTabPage();
  64. this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
  65. this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
  66. this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  67. this.GridViewPollSetting = new DevExpress.XtraGrid.Views.Grid.GridView();
  68. this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.dpc_plcode = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.dpc_plname = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.dpc_interval = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.dpc_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.dpc_enableCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  77. this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
  78. this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
  80. this.GridPolling = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  81. this.GridViewPolling = new DevExpress.XtraGrid.Views.Grid.GridView();
  82. this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn();
  83. this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn();
  84. this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn();
  85. this.pl_type = new DevExpress.XtraGrid.Columns.GridColumn();
  86. this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  87. this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  88. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
  90. this.MainTabControl.SuspendLayout();
  91. this.PageDeviceList.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
  94. this.PageCommandSet.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  97. this.PagePollingSetting.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).BeginInit();
  101. this.PagePolling.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
  104. this.SuspendLayout();
  105. //
  106. // RibbonNav
  107. //
  108. this.RibbonNav.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
  109. this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  110. this.RibbonNav.ExpandCollapseItem.Id = 0;
  111. this.RibbonNav.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  112. this.RibbonNav.ExpandCollapseItem,
  113. this.ButtonDeviceList,
  114. this.ButtonDeviceKind,
  115. this.ButtonDeviceStatus,
  116. this.ButtonCommandSet,
  117. this.ButtonPollingSetting,
  118. this.ButtionPolling});
  119. this.RibbonNav.Location = new System.Drawing.Point(0, 0);
  120. this.RibbonNav.MaxItemId = 13;
  121. this.RibbonNav.Name = "RibbonNav";
  122. this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  123. this.DeviceInf,
  124. this.DeviceCommandSetting});
  125. this.RibbonNav.Size = new System.Drawing.Size(1033, 128);
  126. //
  127. // ButtonDeviceList
  128. //
  129. this.ButtonDeviceList.Caption = "设备清单";
  130. this.ButtonDeviceList.Id = 5;
  131. this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
  132. this.ButtonDeviceList.Name = "ButtonDeviceList";
  133. this.ButtonDeviceList.Tag = "PageDeviceList";
  134. this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  135. //
  136. // ButtonDeviceKind
  137. //
  138. this.ButtonDeviceKind.Caption = "设备类型维护";
  139. this.ButtonDeviceKind.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.Glyph")));
  140. this.ButtonDeviceKind.Id = 6;
  141. this.ButtonDeviceKind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.LargeGlyph")));
  142. this.ButtonDeviceKind.Name = "ButtonDeviceKind";
  143. this.ButtonDeviceKind.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
  144. this.ButtonDeviceKind.Tag = "PageDeviceKind";
  145. this.ButtonDeviceKind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  146. //
  147. // ButtonDeviceStatus
  148. //
  149. this.ButtonDeviceStatus.Caption = "运行状态";
  150. this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph")));
  151. this.ButtonDeviceStatus.Id = 8;
  152. this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph")));
  153. this.ButtonDeviceStatus.Name = "ButtonDeviceStatus";
  154. this.ButtonDeviceStatus.Tag = "PageDeviceStatus";
  155. this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  156. //
  157. // ButtonCommandSet
  158. //
  159. this.ButtonCommandSet.Caption = "指令设置";
  160. this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph")));
  161. this.ButtonCommandSet.Id = 9;
  162. this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph")));
  163. this.ButtonCommandSet.Name = "ButtonCommandSet";
  164. this.ButtonCommandSet.Tag = "PageCommandSet";
  165. this.ButtonCommandSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  166. //
  167. // ButtonPollingSetting
  168. //
  169. this.ButtonPollingSetting.Caption = "轮询配置";
  170. this.ButtonPollingSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.Glyph")));
  171. this.ButtonPollingSetting.Id = 11;
  172. this.ButtonPollingSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.LargeGlyph")));
  173. this.ButtonPollingSetting.Name = "ButtonPollingSetting";
  174. this.ButtonPollingSetting.Tag = "PagePollingSetting";
  175. this.ButtonPollingSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  176. //
  177. // ButtionPolling
  178. //
  179. this.ButtionPolling.Caption = "轮询业务";
  180. this.ButtionPolling.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.Glyph")));
  181. this.ButtionPolling.Id = 12;
  182. this.ButtionPolling.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.LargeGlyph")));
  183. this.ButtionPolling.Name = "ButtionPolling";
  184. this.ButtionPolling.Tag = "PagePolling";
  185. this.ButtionPolling.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  186. //
  187. // DeviceInf
  188. //
  189. this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  190. this.RibDeviceInf});
  191. this.DeviceInf.Name = "DeviceInf";
  192. this.DeviceInf.Text = "设备信息";
  193. //
  194. // RibDeviceInf
  195. //
  196. this.RibDeviceInf.AllowTextClipping = false;
  197. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList);
  198. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceKind);
  199. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceStatus);
  200. this.RibDeviceInf.Name = "RibDeviceInf";
  201. this.RibDeviceInf.ShowCaptionButton = false;
  202. //
  203. // DeviceCommandSetting
  204. //
  205. this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  206. this.RibDeviceCommand});
  207. this.DeviceCommandSetting.Name = "DeviceCommandSetting";
  208. this.DeviceCommandSetting.Text = "设备指令配置";
  209. //
  210. // RibDeviceCommand
  211. //
  212. this.RibDeviceCommand.ItemLinks.Add(this.ButtonCommandSet);
  213. this.RibDeviceCommand.ItemLinks.Add(this.ButtionPolling);
  214. this.RibDeviceCommand.ItemLinks.Add(this.ButtonPollingSetting);
  215. this.RibDeviceCommand.Name = "RibDeviceCommand";
  216. this.RibDeviceCommand.Text = "ribbonPageGroup3";
  217. //
  218. // MainTabControl
  219. //
  220. this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.MainTabControl.Location = new System.Drawing.Point(0, 128);
  222. this.MainTabControl.Name = "MainTabControl";
  223. this.MainTabControl.SelectedTabPage = this.PageDeviceList;
  224. this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
  225. this.MainTabControl.Size = new System.Drawing.Size(1033, 552);
  226. this.MainTabControl.TabIndex = 3;
  227. this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  228. this.PageDeviceList,
  229. this.PageCommandSet,
  230. this.PageDeviceKind,
  231. this.PageDeviceStatus,
  232. this.PagePollingSetting,
  233. this.PagePolling});
  234. //
  235. // PageDeviceList
  236. //
  237. this.PageDeviceList.Controls.Add(this.pageControl1);
  238. this.PageDeviceList.Controls.Add(this.GridDeviceList);
  239. this.PageDeviceList.Name = "PageDeviceList";
  240. this.PageDeviceList.PageVisible = false;
  241. this.PageDeviceList.Size = new System.Drawing.Size(1027, 546);
  242. this.PageDeviceList.Text = "xtraTabPage1";
  243. //
  244. // pageControl1
  245. //
  246. this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  247. this.pageControl1.Gridcontrol = null;
  248. this.pageControl1.Location = new System.Drawing.Point(0, 517);
  249. this.pageControl1.Name = "pageControl1";
  250. this.pageControl1.Size = new System.Drawing.Size(1027, 29);
  251. this.pageControl1.TabIndex = 1;
  252. //
  253. // GridDeviceList
  254. //
  255. this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.GridDeviceList.GetDataSQL = null;
  257. this.GridDeviceList.Location = new System.Drawing.Point(0, 0);
  258. this.GridDeviceList.MainView = this.GridViewDeviceList;
  259. this.GridDeviceList.MenuManager = this.RibbonNav;
  260. this.GridDeviceList.Name = "GridDeviceList";
  261. this.GridDeviceList.RowCount = 0;
  262. this.GridDeviceList.Size = new System.Drawing.Size(1027, 546);
  263. this.GridDeviceList.TabIndex = 0;
  264. this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  265. this.GridViewDeviceList});
  266. //
  267. // GridViewDeviceList
  268. //
  269. this.GridViewDeviceList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  270. this.de_id,
  271. this.de_code,
  272. this.de_name,
  273. this.de_runstatus,
  274. this.de_indate,
  275. this.de_spec,
  276. this.de_vendcode,
  277. this.de_vendname,
  278. this.de_address,
  279. this.de_wccode});
  280. this.GridViewDeviceList.GridControl = this.GridDeviceList;
  281. this.GridViewDeviceList.Name = "GridViewDeviceList";
  282. //
  283. // de_id
  284. //
  285. this.de_id.Caption = "de_id";
  286. this.de_id.FieldName = "DE_ID";
  287. this.de_id.Name = "de_id";
  288. //
  289. // de_code
  290. //
  291. this.de_code.Caption = "设备编号";
  292. this.de_code.FieldName = "DE_CODE";
  293. this.de_code.Name = "de_code";
  294. this.de_code.Visible = true;
  295. this.de_code.VisibleIndex = 0;
  296. //
  297. // de_name
  298. //
  299. this.de_name.Caption = "设备名称";
  300. this.de_name.FieldName = "DE_NAME";
  301. this.de_name.Name = "de_name";
  302. this.de_name.Visible = true;
  303. this.de_name.VisibleIndex = 1;
  304. //
  305. // de_runstatus
  306. //
  307. this.de_runstatus.Caption = "运行状态";
  308. this.de_runstatus.FieldName = "DE_RUNSTATUS";
  309. this.de_runstatus.Name = "de_runstatus";
  310. this.de_runstatus.Visible = true;
  311. this.de_runstatus.VisibleIndex = 2;
  312. //
  313. // de_indate
  314. //
  315. this.de_indate.Caption = "录入日期";
  316. this.de_indate.DisplayFormat.FormatString = "yyyy-MM-dd";
  317. this.de_indate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  318. this.de_indate.FieldName = "DE_INDATE";
  319. this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
  320. this.de_indate.Name = "de_indate";
  321. this.de_indate.Visible = true;
  322. this.de_indate.VisibleIndex = 3;
  323. //
  324. // de_spec
  325. //
  326. this.de_spec.Caption = "设备规格";
  327. this.de_spec.FieldName = "DE_SPEC";
  328. this.de_spec.Name = "de_spec";
  329. this.de_spec.Visible = true;
  330. this.de_spec.VisibleIndex = 4;
  331. //
  332. // de_vendcode
  333. //
  334. this.de_vendcode.Caption = "供应商编号";
  335. this.de_vendcode.FieldName = "DE_VENDCODE";
  336. this.de_vendcode.Name = "de_vendcode";
  337. this.de_vendcode.Visible = true;
  338. this.de_vendcode.VisibleIndex = 5;
  339. //
  340. // de_vendname
  341. //
  342. this.de_vendname.Caption = "供应商名称";
  343. this.de_vendname.FieldName = "DE_VENDNAME";
  344. this.de_vendname.Name = "de_vendname";
  345. this.de_vendname.Visible = true;
  346. this.de_vendname.VisibleIndex = 6;
  347. //
  348. // de_address
  349. //
  350. this.de_address.Caption = "设备地点";
  351. this.de_address.FieldName = "DE_ADDRESS";
  352. this.de_address.Name = "de_address";
  353. this.de_address.Visible = true;
  354. this.de_address.VisibleIndex = 7;
  355. //
  356. // de_wccode
  357. //
  358. this.de_wccode.Caption = "工作中心";
  359. this.de_wccode.FieldName = "DE_WCCODE";
  360. this.de_wccode.Name = "de_wccode";
  361. this.de_wccode.Visible = true;
  362. this.de_wccode.VisibleIndex = 8;
  363. //
  364. // PageCommandSet
  365. //
  366. this.PageCommandSet.Controls.Add(this.GridCommandSetting);
  367. this.PageCommandSet.Name = "PageCommandSet";
  368. this.PageCommandSet.PageVisible = false;
  369. this.PageCommandSet.Size = new System.Drawing.Size(1027, 546);
  370. this.PageCommandSet.Text = "xtraTabPage1";
  371. //
  372. // GridCommandSetting
  373. //
  374. this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  375. | System.Windows.Forms.AnchorStyles.Left)
  376. | System.Windows.Forms.AnchorStyles.Right)));
  377. this.GridCommandSetting.GetDataSQL = null;
  378. this.GridCommandSetting.Location = new System.Drawing.Point(0, -1);
  379. this.GridCommandSetting.MainView = this.gridView2;
  380. this.GridCommandSetting.MenuManager = this.RibbonNav;
  381. this.GridCommandSetting.Name = "GridCommandSetting";
  382. this.GridCommandSetting.RowCount = 0;
  383. this.GridCommandSetting.Size = new System.Drawing.Size(1027, 511);
  384. this.GridCommandSetting.TabIndex = 1;
  385. this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  386. this.gridView2});
  387. //
  388. // gridView2
  389. //
  390. this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  391. this.dc_id,
  392. this.dc_code,
  393. this.dc_name,
  394. this.dc_command});
  395. this.gridView2.GridControl = this.GridCommandSetting;
  396. this.gridView2.Name = "gridView2";
  397. //
  398. // dc_id
  399. //
  400. this.dc_id.FieldName = "DC_ID";
  401. this.dc_id.Name = "dc_id";
  402. //
  403. // dc_code
  404. //
  405. this.dc_code.Caption = "指令编号";
  406. this.dc_code.FieldName = "DC_CODE";
  407. this.dc_code.Name = "dc_code";
  408. this.dc_code.Visible = true;
  409. this.dc_code.VisibleIndex = 0;
  410. this.dc_code.Width = 118;
  411. //
  412. // dc_name
  413. //
  414. this.dc_name.Caption = "指令名称";
  415. this.dc_name.FieldName = "DC_NAME";
  416. this.dc_name.Name = "dc_name";
  417. this.dc_name.Visible = true;
  418. this.dc_name.VisibleIndex = 1;
  419. this.dc_name.Width = 123;
  420. //
  421. // dc_command
  422. //
  423. this.dc_command.Caption = "发送指令";
  424. this.dc_command.FieldName = "DC_COMMAND";
  425. this.dc_command.Name = "dc_command";
  426. this.dc_command.Visible = true;
  427. this.dc_command.VisibleIndex = 2;
  428. this.dc_command.Width = 768;
  429. //
  430. // PageDeviceKind
  431. //
  432. this.PageDeviceKind.Name = "PageDeviceKind";
  433. this.PageDeviceKind.PageVisible = false;
  434. this.PageDeviceKind.Size = new System.Drawing.Size(1027, 546);
  435. this.PageDeviceKind.Text = "xtraTabPage2";
  436. //
  437. // PageDeviceStatus
  438. //
  439. this.PageDeviceStatus.Name = "PageDeviceStatus";
  440. this.PageDeviceStatus.PageVisible = false;
  441. this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 546);
  442. this.PageDeviceStatus.Text = "xtraTabPage3";
  443. //
  444. // PagePollingSetting
  445. //
  446. this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
  447. this.PagePollingSetting.Name = "PagePollingSetting";
  448. this.PagePollingSetting.PageVisible = false;
  449. this.PagePollingSetting.Size = new System.Drawing.Size(1027, 546);
  450. this.PagePollingSetting.Text = "xtraTabPage1";
  451. //
  452. // GridPollingSetting
  453. //
  454. this.GridPollingSetting.GetDataSQL = null;
  455. this.GridPollingSetting.Location = new System.Drawing.Point(0, 0);
  456. this.GridPollingSetting.MainView = this.GridViewPollSetting;
  457. this.GridPollingSetting.MenuManager = this.RibbonNav;
  458. this.GridPollingSetting.Name = "GridPollingSetting";
  459. this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  460. this.dpc_enableCheckEdit});
  461. this.GridPollingSetting.RowCount = 0;
  462. this.GridPollingSetting.Size = new System.Drawing.Size(1027, 514);
  463. this.GridPollingSetting.TabIndex = 0;
  464. this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  465. this.GridViewPollSetting});
  466. //
  467. // GridViewPollSetting
  468. //
  469. this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  470. this.dpc_id,
  471. this.dpc_decode,
  472. this.dpc_plcode,
  473. this.dpc_plname,
  474. this.dpc_interval,
  475. this.dpc_dccode,
  476. this.dpc_function,
  477. this.dpc_enable,
  478. this.dpc_status,
  479. this.dpc_remark});
  480. this.GridViewPollSetting.GridControl = this.GridPollingSetting;
  481. this.GridViewPollSetting.Name = "GridViewPollSetting";
  482. this.GridViewPollSetting.OptionsSelection.MultiSelect = true;
  483. //
  484. // dpc_id
  485. //
  486. this.dpc_id.Caption = "ID";
  487. this.dpc_id.FieldName = "DPC_ID";
  488. this.dpc_id.Name = "dpc_id";
  489. //
  490. // dpc_decode
  491. //
  492. this.dpc_decode.Caption = "设备编号";
  493. this.dpc_decode.FieldName = "DPC_DECODE";
  494. this.dpc_decode.Name = "dpc_decode";
  495. this.dpc_decode.Visible = true;
  496. this.dpc_decode.VisibleIndex = 0;
  497. //
  498. // dpc_plcode
  499. //
  500. this.dpc_plcode.Caption = "业务编号";
  501. this.dpc_plcode.FieldName = "DPC_PLCODE";
  502. this.dpc_plcode.Name = "dpc_plcode";
  503. this.dpc_plcode.Visible = true;
  504. this.dpc_plcode.VisibleIndex = 1;
  505. //
  506. // dpc_plname
  507. //
  508. this.dpc_plname.Caption = "业务名称";
  509. this.dpc_plname.FieldName = "DPC_PLNAME";
  510. this.dpc_plname.Name = "dpc_plname";
  511. this.dpc_plname.Visible = true;
  512. this.dpc_plname.VisibleIndex = 2;
  513. //
  514. // dpc_interval
  515. //
  516. this.dpc_interval.Caption = "轮询间隔";
  517. this.dpc_interval.FieldName = "DPC_INTERVAL";
  518. this.dpc_interval.Name = "dpc_interval";
  519. this.dpc_interval.Visible = true;
  520. this.dpc_interval.VisibleIndex = 3;
  521. //
  522. // dpc_dccode
  523. //
  524. this.dpc_dccode.Caption = "指令编号";
  525. this.dpc_dccode.FieldName = "DPC_DCCODE";
  526. this.dpc_dccode.Name = "dpc_dccode";
  527. this.dpc_dccode.Visible = true;
  528. this.dpc_dccode.VisibleIndex = 4;
  529. //
  530. // dpc_function
  531. //
  532. this.dpc_function.Caption = "解析函数";
  533. this.dpc_function.FieldName = "DPC_FUNCTION";
  534. this.dpc_function.Name = "dpc_function";
  535. this.dpc_function.Visible = true;
  536. this.dpc_function.VisibleIndex = 5;
  537. //
  538. // dpc_enable
  539. //
  540. this.dpc_enable.Caption = "是否启用";
  541. this.dpc_enable.ColumnEdit = this.dpc_enableCheckEdit;
  542. this.dpc_enable.FieldName = "DPC_ENABLE";
  543. this.dpc_enable.Name = "dpc_enable";
  544. this.dpc_enable.Visible = true;
  545. this.dpc_enable.VisibleIndex = 6;
  546. //
  547. // dpc_enableCheckEdit
  548. //
  549. this.dpc_enableCheckEdit.AutoHeight = false;
  550. this.dpc_enableCheckEdit.Name = "dpc_enableCheckEdit";
  551. this.dpc_enableCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  552. this.dpc_enableCheckEdit.PictureChecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureChecked")));
  553. this.dpc_enableCheckEdit.PictureUnchecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureUnchecked")));
  554. this.dpc_enableCheckEdit.ValueChecked = "-1";
  555. this.dpc_enableCheckEdit.ValueUnchecked = "0";
  556. //
  557. // dpc_status
  558. //
  559. this.dpc_status.Caption = "状态";
  560. this.dpc_status.FieldName = "DPC_STATUS";
  561. this.dpc_status.Name = "dpc_status";
  562. this.dpc_status.Visible = true;
  563. this.dpc_status.VisibleIndex = 7;
  564. //
  565. // dpc_remark
  566. //
  567. this.dpc_remark.Caption = "备注";
  568. this.dpc_remark.FieldName = "DPC_REMARK";
  569. this.dpc_remark.Name = "dpc_remark";
  570. this.dpc_remark.Visible = true;
  571. this.dpc_remark.VisibleIndex = 8;
  572. //
  573. // PagePolling
  574. //
  575. this.PagePolling.Controls.Add(this.GridPolling);
  576. this.PagePolling.Name = "PagePolling";
  577. this.PagePolling.PageVisible = false;
  578. this.PagePolling.Size = new System.Drawing.Size(1027, 546);
  579. this.PagePolling.Text = "xtraTabPage1";
  580. //
  581. // GridPolling
  582. //
  583. this.GridPolling.Dock = System.Windows.Forms.DockStyle.Fill;
  584. this.GridPolling.GetDataSQL = null;
  585. this.GridPolling.Location = new System.Drawing.Point(0, 0);
  586. this.GridPolling.MainView = this.GridViewPolling;
  587. this.GridPolling.MenuManager = this.RibbonNav;
  588. this.GridPolling.Name = "GridPolling";
  589. this.GridPolling.RowCount = 0;
  590. this.GridPolling.Size = new System.Drawing.Size(1027, 546);
  591. this.GridPolling.TabIndex = 0;
  592. this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  593. this.GridViewPolling});
  594. //
  595. // GridViewPolling
  596. //
  597. this.GridViewPolling.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  598. this.pl_id,
  599. this.pl_code,
  600. this.pl_name,
  601. this.pl_type,
  602. this.pl_dccode,
  603. this.pl_remark});
  604. this.GridViewPolling.GridControl = this.GridPolling;
  605. this.GridViewPolling.Name = "GridViewPolling";
  606. //
  607. // pl_id
  608. //
  609. this.pl_id.Caption = "ID";
  610. this.pl_id.FieldName = "pl_id";
  611. this.pl_id.Name = "pl_id";
  612. //
  613. // pl_code
  614. //
  615. this.pl_code.Caption = "业务编号";
  616. this.pl_code.FieldName = "PL_CODE";
  617. this.pl_code.Name = "pl_code";
  618. this.pl_code.Visible = true;
  619. this.pl_code.VisibleIndex = 0;
  620. //
  621. // pl_name
  622. //
  623. this.pl_name.Caption = "业务名称";
  624. this.pl_name.FieldName = "PL_NAME";
  625. this.pl_name.Name = "pl_name";
  626. this.pl_name.Visible = true;
  627. this.pl_name.VisibleIndex = 1;
  628. //
  629. // pl_type
  630. //
  631. this.pl_type.Caption = "业务类型";
  632. this.pl_type.FieldName = "PL_TYPE";
  633. this.pl_type.Name = "pl_type";
  634. this.pl_type.Visible = true;
  635. this.pl_type.VisibleIndex = 2;
  636. //
  637. // pl_dccode
  638. //
  639. this.pl_dccode.Caption = "指令编号";
  640. this.pl_dccode.FieldName = "PL_DCCODE";
  641. this.pl_dccode.Name = "pl_dccode";
  642. this.pl_dccode.Visible = true;
  643. this.pl_dccode.VisibleIndex = 3;
  644. //
  645. // pl_remark
  646. //
  647. this.pl_remark.Caption = "备注";
  648. this.pl_remark.FieldName = "PL_REMARK";
  649. this.pl_remark.Name = "pl_remark";
  650. this.pl_remark.Visible = true;
  651. this.pl_remark.VisibleIndex = 4;
  652. //
  653. // Main
  654. //
  655. this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
  656. this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  657. this.Appearance.Options.UseForeColor = true;
  658. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  659. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  660. this.ClientSize = new System.Drawing.Size(1033, 711);
  661. this.Controls.Add(this.MainTabControl);
  662. this.Controls.Add(this.RibbonNav);
  663. this.Name = "Main";
  664. this.Ribbon = this.RibbonNav;
  665. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  666. this.Text = "设备监控管理平台";
  667. this.Load += new System.EventHandler(this.Main_Load);
  668. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
  669. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
  670. this.MainTabControl.ResumeLayout(false);
  671. this.PageDeviceList.ResumeLayout(false);
  672. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
  673. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
  674. this.PageCommandSet.ResumeLayout(false);
  675. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
  676. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  677. this.PagePollingSetting.ResumeLayout(false);
  678. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
  679. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).EndInit();
  681. this.PagePolling.ResumeLayout(false);
  682. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
  683. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
  684. this.ResumeLayout(false);
  685. this.PerformLayout();
  686. }
  687. #endregion
  688. private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav;
  689. private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
  690. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
  691. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
  692. private DevExpress.XtraBars.BarButtonItem ButtonDeviceKind;
  693. private DevExpress.XtraTab.XtraTabControl MainTabControl;
  694. private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
  695. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
  696. private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
  697. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
  698. private DevExpress.XtraTab.XtraTabPage PageDeviceList;
  699. private DevExpress.XtraTab.XtraTabPage PageCommandSet;
  700. private DevExpress.XtraTab.XtraTabPage PageDeviceKind;
  701. private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
  702. private AutoDataGridControl GridDeviceList;
  703. private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting;
  704. private DevExpress.XtraBars.BarButtonItem ButtionPolling;
  705. private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
  706. private DevExpress.XtraTab.XtraTabPage PagePolling;
  707. private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceList;
  708. private DevExpress.XtraGrid.Columns.GridColumn de_id;
  709. private DevExpress.XtraGrid.Columns.GridColumn de_code;
  710. private DevExpress.XtraGrid.Columns.GridColumn de_name;
  711. private DevExpress.XtraGrid.Columns.GridColumn de_runstatus;
  712. private DevExpress.XtraGrid.Columns.GridColumn de_indate;
  713. private DevExpress.XtraGrid.Columns.GridColumn de_spec;
  714. private DevExpress.XtraGrid.Columns.GridColumn de_vendcode;
  715. private DevExpress.XtraGrid.Columns.GridColumn de_vendname;
  716. private DevExpress.XtraGrid.Columns.GridColumn de_address;
  717. private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
  718. private CustomerControl.PagingControl.PageControl pageControl1;
  719. private AutoDataGridControl GridCommandSetting;
  720. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  721. private DevExpress.XtraGrid.Columns.GridColumn dc_id;
  722. private DevExpress.XtraGrid.Columns.GridColumn dc_code;
  723. private DevExpress.XtraGrid.Columns.GridColumn dc_name;
  724. private DevExpress.XtraGrid.Columns.GridColumn dc_command;
  725. private AutoDataGridControl GridPolling;
  726. private DevExpress.XtraGrid.Views.Grid.GridView GridViewPolling;
  727. private AutoDataGridControl GridPollingSetting;
  728. private DevExpress.XtraGrid.Views.Grid.GridView GridViewPollSetting;
  729. private DevExpress.XtraGrid.Columns.GridColumn pl_id;
  730. private DevExpress.XtraGrid.Columns.GridColumn pl_code;
  731. private DevExpress.XtraGrid.Columns.GridColumn pl_name;
  732. private DevExpress.XtraGrid.Columns.GridColumn pl_type;
  733. private DevExpress.XtraGrid.Columns.GridColumn pl_dccode;
  734. private DevExpress.XtraGrid.Columns.GridColumn pl_remark;
  735. private DevExpress.XtraGrid.Columns.GridColumn dpc_id;
  736. private DevExpress.XtraGrid.Columns.GridColumn dpc_decode;
  737. private DevExpress.XtraGrid.Columns.GridColumn dpc_plcode;
  738. private DevExpress.XtraGrid.Columns.GridColumn dpc_plname;
  739. private DevExpress.XtraGrid.Columns.GridColumn dpc_interval;
  740. private DevExpress.XtraGrid.Columns.GridColumn dpc_dccode;
  741. private DevExpress.XtraGrid.Columns.GridColumn dpc_function;
  742. private DevExpress.XtraGrid.Columns.GridColumn dpc_enable;
  743. private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
  744. private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
  745. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
  746. }
  747. }