Main.Designer.cs 43 KB

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