Main.Designer.cs 41 KB

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