Main.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876
  1. using DevExpress.XtraEditors;
  2. using UAS_DeviceMonitor.CustomerControl.AutoDataGridControl;
  3. using UAS_DeviceMonitor.CustomerControl;
  4. using UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum;
  5. namespace UAS_DeviceMonitor
  6. {
  7. partial class Main
  8. {
  9. /// <summary>
  10. /// Required designer variable.
  11. /// </summary>
  12. private System.ComponentModel.IContainer components = null;
  13. /// <summary>
  14. /// Clean up any resources being used.
  15. /// </summary>
  16. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  17. protected override void Dispose(bool disposing)
  18. {
  19. if (disposing && (components != null))
  20. {
  21. components.Dispose();
  22. }
  23. base.Dispose(disposing);
  24. }
  25. #region Windows Form Designer generated code
  26. /// <summary>
  27. /// Required method for Designer support - do not modify
  28. /// the contents of this method with the code editor.
  29. /// </summary>
  30. private void InitializeComponent()
  31. {
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  33. this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
  34. this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
  35. this.ButtonDeviceKind = new DevExpress.XtraBars.BarButtonItem();
  36. this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem();
  37. this.ButtonCommandSet = 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.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
  45. this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
  46. this.PageControlDeviceList = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
  47. this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  48. this.GridViewDeviceList = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  49. this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.de_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.de_indate = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.de_spec = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.de_vendcode = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.de_vendname = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
  60. this.Brand_label = new DevExpress.XtraEditors.LabelControl();
  61. this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
  62. this.ButtonNewCommand = new DevExpress.XtraEditors.SimpleButton();
  63. this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  64. this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  65. this.GridViewCommandSet = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  66. this.Choose = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.CheckEditCommandSet = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  68. this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.dc_command = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.PageDeviceKind = new DevExpress.XtraTab.XtraTabPage();
  73. this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
  74. this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
  75. this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  76. this.GridViewPollSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  77. this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  78. this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.dpc_plcode = new DevExpress.XtraGrid.Columns.GridColumn();
  80. this.dpc_plname = new DevExpress.XtraGrid.Columns.GridColumn();
  81. this.dpc_interval = new DevExpress.XtraGrid.Columns.GridColumn();
  82. this.dpc_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  83. this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn();
  84. this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn();
  85. this.dpc_enableCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  86. this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
  87. this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  88. this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
  89. this.GridPolling = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  90. this.GridViewPolling = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  91. this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn();
  92. this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn();
  93. this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn();
  94. this.pl_type = new DevExpress.XtraGrid.Columns.GridColumn();
  95. this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  96. this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  97. this.ButtonDeleteCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  98. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
  100. this.MainTabControl.SuspendLayout();
  101. this.PageDeviceList.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
  104. this.PageCommandSet.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).BeginInit();
  109. this.PagePollingSetting.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).BeginInit();
  113. this.PagePolling.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
  116. this.SuspendLayout();
  117. //
  118. // RibbonNav
  119. //
  120. this.RibbonNav.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
  121. this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  122. this.RibbonNav.ExpandCollapseItem.Id = 0;
  123. this.RibbonNav.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  124. this.RibbonNav.ExpandCollapseItem,
  125. this.ButtonDeviceList,
  126. this.ButtonDeviceKind,
  127. this.ButtonDeviceStatus,
  128. this.ButtonCommandSet,
  129. this.ButtonPollingSetting,
  130. this.ButtionPolling});
  131. this.RibbonNav.Location = new System.Drawing.Point(0, 0);
  132. this.RibbonNav.MaxItemId = 13;
  133. this.RibbonNav.Name = "RibbonNav";
  134. this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  135. this.DeviceInf,
  136. this.DeviceCommandSetting});
  137. this.RibbonNav.Size = new System.Drawing.Size(1033, 128);
  138. //
  139. // ButtonDeviceList
  140. //
  141. this.ButtonDeviceList.Caption = "设备清单";
  142. this.ButtonDeviceList.Id = 5;
  143. this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
  144. this.ButtonDeviceList.Name = "ButtonDeviceList";
  145. this.ButtonDeviceList.Tag = "PageDeviceList";
  146. this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  147. //
  148. // ButtonDeviceKind
  149. //
  150. this.ButtonDeviceKind.Caption = "设备类型维护";
  151. this.ButtonDeviceKind.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.Glyph")));
  152. this.ButtonDeviceKind.Id = 6;
  153. this.ButtonDeviceKind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.LargeGlyph")));
  154. this.ButtonDeviceKind.Name = "ButtonDeviceKind";
  155. this.ButtonDeviceKind.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
  156. this.ButtonDeviceKind.Tag = "PageDeviceKind";
  157. this.ButtonDeviceKind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  158. //
  159. // ButtonDeviceStatus
  160. //
  161. this.ButtonDeviceStatus.Caption = "运行状态";
  162. this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph")));
  163. this.ButtonDeviceStatus.Id = 8;
  164. this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph")));
  165. this.ButtonDeviceStatus.Name = "ButtonDeviceStatus";
  166. this.ButtonDeviceStatus.Tag = "PageDeviceStatus";
  167. this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  168. //
  169. // ButtonCommandSet
  170. //
  171. this.ButtonCommandSet.Caption = "指令设置";
  172. this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph")));
  173. this.ButtonCommandSet.Id = 9;
  174. this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph")));
  175. this.ButtonCommandSet.Name = "ButtonCommandSet";
  176. this.ButtonCommandSet.Tag = "PageCommandSet";
  177. this.ButtonCommandSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  178. //
  179. // ButtonPollingSetting
  180. //
  181. this.ButtonPollingSetting.Caption = "轮询配置";
  182. this.ButtonPollingSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.Glyph")));
  183. this.ButtonPollingSetting.Id = 11;
  184. this.ButtonPollingSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.LargeGlyph")));
  185. this.ButtonPollingSetting.Name = "ButtonPollingSetting";
  186. this.ButtonPollingSetting.Tag = "PagePollingSetting";
  187. this.ButtonPollingSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  188. //
  189. // ButtionPolling
  190. //
  191. this.ButtionPolling.Caption = "轮询业务";
  192. this.ButtionPolling.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.Glyph")));
  193. this.ButtionPolling.Id = 12;
  194. this.ButtionPolling.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.LargeGlyph")));
  195. this.ButtionPolling.Name = "ButtionPolling";
  196. this.ButtionPolling.Tag = "PagePolling";
  197. this.ButtionPolling.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  198. //
  199. // DeviceInf
  200. //
  201. this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  202. this.RibDeviceInf});
  203. this.DeviceInf.Name = "DeviceInf";
  204. this.DeviceInf.Text = "设备信息";
  205. //
  206. // RibDeviceInf
  207. //
  208. this.RibDeviceInf.AllowTextClipping = false;
  209. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList);
  210. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceKind);
  211. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceStatus);
  212. this.RibDeviceInf.Name = "RibDeviceInf";
  213. this.RibDeviceInf.ShowCaptionButton = false;
  214. //
  215. // DeviceCommandSetting
  216. //
  217. this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  218. this.RibDeviceCommand});
  219. this.DeviceCommandSetting.Name = "DeviceCommandSetting";
  220. this.DeviceCommandSetting.Text = "设备指令配置";
  221. //
  222. // RibDeviceCommand
  223. //
  224. this.RibDeviceCommand.ItemLinks.Add(this.ButtonCommandSet);
  225. this.RibDeviceCommand.ItemLinks.Add(this.ButtionPolling);
  226. this.RibDeviceCommand.ItemLinks.Add(this.ButtonPollingSetting);
  227. this.RibDeviceCommand.Name = "RibDeviceCommand";
  228. this.RibDeviceCommand.Text = "ribbonPageGroup3";
  229. //
  230. // MainTabControl
  231. //
  232. this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.MainTabControl.Location = new System.Drawing.Point(0, 128);
  234. this.MainTabControl.Name = "MainTabControl";
  235. this.MainTabControl.SelectedTabPage = this.PageDeviceList;
  236. this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
  237. this.MainTabControl.Size = new System.Drawing.Size(1033, 583);
  238. this.MainTabControl.TabIndex = 3;
  239. this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  240. this.PageDeviceList,
  241. this.PageCommandSet,
  242. this.PageDeviceKind,
  243. this.PageDeviceStatus,
  244. this.PagePollingSetting,
  245. this.PagePolling});
  246. //
  247. // PageDeviceList
  248. //
  249. this.PageDeviceList.Controls.Add(this.PageControlDeviceList);
  250. this.PageDeviceList.Controls.Add(this.GridDeviceList);
  251. this.PageDeviceList.Name = "PageDeviceList";
  252. this.PageDeviceList.PageVisible = false;
  253. this.PageDeviceList.Size = new System.Drawing.Size(1027, 577);
  254. this.PageDeviceList.Text = "xtraTabPage1";
  255. //
  256. // PageControlDeviceList
  257. //
  258. this.PageControlDeviceList.Dock = System.Windows.Forms.DockStyle.Bottom;
  259. this.PageControlDeviceList.Gridcontrol = null;
  260. this.PageControlDeviceList.Location = new System.Drawing.Point(0, 548);
  261. this.PageControlDeviceList.Name = "PageControlDeviceList";
  262. this.PageControlDeviceList.Size = new System.Drawing.Size(1027, 29);
  263. this.PageControlDeviceList.TabIndex = 1;
  264. //
  265. // GridDeviceList
  266. //
  267. this.GridDeviceList.Condition = null;
  268. this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
  269. this.GridDeviceList.GetDataSQL = null;
  270. this.GridDeviceList.ID = null;
  271. this.GridDeviceList.InsertSQL = null;
  272. this.GridDeviceList.Location = new System.Drawing.Point(0, 0);
  273. this.GridDeviceList.MainView = this.GridViewDeviceList;
  274. this.GridDeviceList.MenuManager = this.RibbonNav;
  275. this.GridDeviceList.Name = "GridDeviceList";
  276. this.GridDeviceList.RowCount = 0;
  277. this.GridDeviceList.Size = new System.Drawing.Size(1027, 577);
  278. this.GridDeviceList.TabIndex = 0;
  279. this.GridDeviceList.TableName = null;
  280. this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  281. this.GridViewDeviceList});
  282. //
  283. // GridViewDeviceList
  284. //
  285. this.GridViewDeviceList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  286. this.de_id,
  287. this.de_code,
  288. this.de_name,
  289. this.de_runstatus,
  290. this.de_indate,
  291. this.de_spec,
  292. this.de_vendcode,
  293. this.de_vendname,
  294. this.de_address,
  295. this.de_wccode});
  296. this.GridViewDeviceList.GridControl = this.GridDeviceList;
  297. this.GridViewDeviceList.IndicatorWidth = 30;
  298. this.GridViewDeviceList.Name = "GridViewDeviceList";
  299. //
  300. // de_id
  301. //
  302. this.de_id.Caption = "de_id";
  303. this.de_id.FieldName = "DE_ID";
  304. this.de_id.Name = "de_id";
  305. //
  306. // de_code
  307. //
  308. this.de_code.Caption = "设备编号";
  309. this.de_code.FieldName = "DE_CODE";
  310. this.de_code.Name = "de_code";
  311. this.de_code.Visible = true;
  312. this.de_code.VisibleIndex = 0;
  313. //
  314. // de_name
  315. //
  316. this.de_name.Caption = "设备名称";
  317. this.de_name.FieldName = "DE_NAME";
  318. this.de_name.Name = "de_name";
  319. this.de_name.Visible = true;
  320. this.de_name.VisibleIndex = 1;
  321. //
  322. // de_runstatus
  323. //
  324. this.de_runstatus.Caption = "运行状态";
  325. this.de_runstatus.FieldName = "DE_RUNSTATUS";
  326. this.de_runstatus.Name = "de_runstatus";
  327. this.de_runstatus.Visible = true;
  328. this.de_runstatus.VisibleIndex = 2;
  329. //
  330. // de_indate
  331. //
  332. this.de_indate.Caption = "录入日期";
  333. this.de_indate.DisplayFormat.FormatString = "yyyy-MM-dd";
  334. this.de_indate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  335. this.de_indate.FieldName = "DE_INDATE";
  336. this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
  337. this.de_indate.Name = "de_indate";
  338. this.de_indate.Visible = true;
  339. this.de_indate.VisibleIndex = 3;
  340. //
  341. // de_spec
  342. //
  343. this.de_spec.Caption = "设备规格";
  344. this.de_spec.FieldName = "DE_SPEC";
  345. this.de_spec.Name = "de_spec";
  346. this.de_spec.Visible = true;
  347. this.de_spec.VisibleIndex = 4;
  348. //
  349. // de_vendcode
  350. //
  351. this.de_vendcode.Caption = "供应商编号";
  352. this.de_vendcode.FieldName = "DE_VENDCODE";
  353. this.de_vendcode.Name = "de_vendcode";
  354. this.de_vendcode.Visible = true;
  355. this.de_vendcode.VisibleIndex = 5;
  356. //
  357. // de_vendname
  358. //
  359. this.de_vendname.Caption = "供应商名称";
  360. this.de_vendname.FieldName = "DE_VENDNAME";
  361. this.de_vendname.Name = "de_vendname";
  362. this.de_vendname.Visible = true;
  363. this.de_vendname.VisibleIndex = 6;
  364. //
  365. // de_address
  366. //
  367. this.de_address.Caption = "设备地点";
  368. this.de_address.FieldName = "DE_ADDRESS";
  369. this.de_address.Name = "de_address";
  370. this.de_address.Visible = true;
  371. this.de_address.VisibleIndex = 7;
  372. //
  373. // de_wccode
  374. //
  375. this.de_wccode.Caption = "工作中心";
  376. this.de_wccode.FieldName = "DE_WCCODE";
  377. this.de_wccode.Name = "de_wccode";
  378. this.de_wccode.Visible = true;
  379. this.de_wccode.VisibleIndex = 8;
  380. //
  381. // PageCommandSet
  382. //
  383. this.PageCommandSet.Controls.Add(this.ButtonDeleteCommand);
  384. this.PageCommandSet.Controls.Add(this.Brand_label);
  385. this.PageCommandSet.Controls.Add(this.Brand);
  386. this.PageCommandSet.Controls.Add(this.ButtonNewCommand);
  387. this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
  388. this.PageCommandSet.Controls.Add(this.GridCommandSetting);
  389. this.PageCommandSet.Name = "PageCommandSet";
  390. this.PageCommandSet.PageVisible = false;
  391. this.PageCommandSet.Size = new System.Drawing.Size(1027, 577);
  392. this.PageCommandSet.Text = "xtraTabPage1";
  393. this.PageCommandSet.VisibleChanged += new System.EventHandler(this.PageCommandSet_VisibleChanged);
  394. //
  395. // Brand_label
  396. //
  397. this.Brand_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
  398. this.Brand_label.Location = new System.Drawing.Point(8, 5);
  399. this.Brand_label.Name = "Brand_label";
  400. this.Brand_label.Size = new System.Drawing.Size(32, 21);
  401. this.Brand_label.TabIndex = 5;
  402. this.Brand_label.Text = "品牌";
  403. //
  404. // Brand
  405. //
  406. this.Brand.Location = new System.Drawing.Point(47, 4);
  407. this.Brand.MenuManager = this.RibbonNav;
  408. this.Brand.Name = "Brand";
  409. this.Brand.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  410. this.Brand.Properties.Appearance.Options.UseFont = true;
  411. this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  412. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  413. this.Brand.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  414. this.Brand.Size = new System.Drawing.Size(100, 24);
  415. this.Brand.TabIndex = 4;
  416. this.Brand.SelectedIndexChanged += new System.EventHandler(this.Brand_SelectedIndexChanged);
  417. //
  418. // ButtonNewCommand
  419. //
  420. this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  421. this.ButtonNewCommand.Location = new System.Drawing.Point(886, 551);
  422. this.ButtonNewCommand.Name = "ButtonNewCommand";
  423. this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
  424. this.ButtonNewCommand.TabIndex = 3;
  425. this.ButtonNewCommand.Text = "新增";
  426. this.ButtonNewCommand.Click += new System.EventHandler(this.ButtonNewCommand_Click);
  427. //
  428. // ButtonSaveCommand
  429. //
  430. this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  431. this.ButtonSaveCommand.Grid = null;
  432. this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
  433. this.ButtonSaveCommand.Name = "ButtonSaveCommand";
  434. this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
  435. this.ButtonSaveCommand.TabIndex = 2;
  436. this.ButtonSaveCommand.Text = "保存";
  437. //
  438. // GridCommandSetting
  439. //
  440. this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  441. | System.Windows.Forms.AnchorStyles.Left)
  442. | System.Windows.Forms.AnchorStyles.Right)));
  443. this.GridCommandSetting.Condition = null;
  444. this.GridCommandSetting.GetDataSQL = null;
  445. this.GridCommandSetting.ID = null;
  446. this.GridCommandSetting.InsertSQL = null;
  447. this.GridCommandSetting.Location = new System.Drawing.Point(0, 31);
  448. this.GridCommandSetting.MainView = this.GridViewCommandSet;
  449. this.GridCommandSetting.MenuManager = this.RibbonNav;
  450. this.GridCommandSetting.Name = "GridCommandSetting";
  451. this.GridCommandSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  452. this.CheckEditCommandSet});
  453. this.GridCommandSetting.RowCount = 0;
  454. this.GridCommandSetting.Size = new System.Drawing.Size(1027, 517);
  455. this.GridCommandSetting.TabIndex = 1;
  456. this.GridCommandSetting.TableName = null;
  457. this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  458. this.GridViewCommandSet});
  459. //
  460. // GridViewCommandSet
  461. //
  462. this.GridViewCommandSet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  463. this.Choose,
  464. this.dc_id,
  465. this.dc_code,
  466. this.dc_name,
  467. this.dc_command});
  468. this.GridViewCommandSet.GridControl = this.GridCommandSetting;
  469. this.GridViewCommandSet.IndicatorWidth = 30;
  470. this.GridViewCommandSet.Name = "GridViewCommandSet";
  471. this.GridViewCommandSet.OptionsSelection.MultiSelect = true;
  472. //
  473. // Choose
  474. //
  475. this.Choose.Caption = "勾选";
  476. this.Choose.ColumnEdit = this.CheckEditCommandSet;
  477. this.Choose.FieldName = "CHOOSE";
  478. this.Choose.Name = "Choose";
  479. this.Choose.Visible = true;
  480. this.Choose.VisibleIndex = 0;
  481. //
  482. // CheckEditCommandSet
  483. //
  484. this.CheckEditCommandSet.AutoHeight = false;
  485. this.CheckEditCommandSet.Name = "CheckEditCommandSet";
  486. this.CheckEditCommandSet.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  487. //
  488. // dc_id
  489. //
  490. this.dc_id.FieldName = "DC_ID";
  491. this.dc_id.Name = "dc_id";
  492. //
  493. // dc_code
  494. //
  495. this.dc_code.Caption = "指令编号";
  496. this.dc_code.FieldName = "DC_CODE";
  497. this.dc_code.Name = "dc_code";
  498. this.dc_code.Visible = true;
  499. this.dc_code.VisibleIndex = 1;
  500. this.dc_code.Width = 118;
  501. //
  502. // dc_name
  503. //
  504. this.dc_name.Caption = "指令名称";
  505. this.dc_name.FieldName = "DC_NAME";
  506. this.dc_name.Name = "dc_name";
  507. this.dc_name.Visible = true;
  508. this.dc_name.VisibleIndex = 2;
  509. this.dc_name.Width = 123;
  510. //
  511. // dc_command
  512. //
  513. this.dc_command.Caption = "发送指令";
  514. this.dc_command.FieldName = "DC_COMMAND";
  515. this.dc_command.Name = "dc_command";
  516. this.dc_command.Visible = true;
  517. this.dc_command.VisibleIndex = 3;
  518. this.dc_command.Width = 768;
  519. //
  520. // PageDeviceKind
  521. //
  522. this.PageDeviceKind.Name = "PageDeviceKind";
  523. this.PageDeviceKind.PageVisible = false;
  524. this.PageDeviceKind.Size = new System.Drawing.Size(1027, 577);
  525. this.PageDeviceKind.Text = "xtraTabPage2";
  526. //
  527. // PageDeviceStatus
  528. //
  529. this.PageDeviceStatus.Name = "PageDeviceStatus";
  530. this.PageDeviceStatus.PageVisible = false;
  531. this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
  532. this.PageDeviceStatus.Text = "xtraTabPage3";
  533. //
  534. // PagePollingSetting
  535. //
  536. this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
  537. this.PagePollingSetting.Name = "PagePollingSetting";
  538. this.PagePollingSetting.PageVisible = false;
  539. this.PagePollingSetting.Size = new System.Drawing.Size(1027, 577);
  540. this.PagePollingSetting.Text = "xtraTabPage1";
  541. //
  542. // GridPollingSetting
  543. //
  544. this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  545. | System.Windows.Forms.AnchorStyles.Left)
  546. | System.Windows.Forms.AnchorStyles.Right)));
  547. this.GridPollingSetting.Condition = null;
  548. this.GridPollingSetting.GetDataSQL = null;
  549. this.GridPollingSetting.ID = null;
  550. this.GridPollingSetting.InsertSQL = null;
  551. this.GridPollingSetting.Location = new System.Drawing.Point(0, 0);
  552. this.GridPollingSetting.MainView = this.GridViewPollSetting;
  553. this.GridPollingSetting.MenuManager = this.RibbonNav;
  554. this.GridPollingSetting.Name = "GridPollingSetting";
  555. this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  556. this.dpc_enableCheckEdit});
  557. this.GridPollingSetting.RowCount = 0;
  558. this.GridPollingSetting.Size = new System.Drawing.Size(1027, 545);
  559. this.GridPollingSetting.TabIndex = 0;
  560. this.GridPollingSetting.TableName = null;
  561. this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  562. this.GridViewPollSetting});
  563. //
  564. // GridViewPollSetting
  565. //
  566. this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  567. this.dpc_id,
  568. this.dpc_decode,
  569. this.dpc_plcode,
  570. this.dpc_plname,
  571. this.dpc_interval,
  572. this.dpc_dccode,
  573. this.dpc_function,
  574. this.dpc_enable,
  575. this.dpc_status,
  576. this.dpc_remark});
  577. this.GridViewPollSetting.GridControl = this.GridPollingSetting;
  578. this.GridViewPollSetting.IndicatorWidth = 30;
  579. this.GridViewPollSetting.Name = "GridViewPollSetting";
  580. this.GridViewPollSetting.OptionsSelection.MultiSelect = true;
  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.dpc_enableCheckEdit;
  640. this.dpc_enable.FieldName = "DPC_ENABLE";
  641. this.dpc_enable.Name = "dpc_enable";
  642. this.dpc_enable.Visible = true;
  643. this.dpc_enable.VisibleIndex = 6;
  644. //
  645. // dpc_enableCheckEdit
  646. //
  647. this.dpc_enableCheckEdit.AutoHeight = false;
  648. this.dpc_enableCheckEdit.Name = "dpc_enableCheckEdit";
  649. this.dpc_enableCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  650. this.dpc_enableCheckEdit.PictureChecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureChecked")));
  651. this.dpc_enableCheckEdit.PictureUnchecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureUnchecked")));
  652. this.dpc_enableCheckEdit.ValueChecked = "-1";
  653. this.dpc_enableCheckEdit.ValueUnchecked = "0";
  654. //
  655. // dpc_status
  656. //
  657. this.dpc_status.Caption = "状态";
  658. this.dpc_status.FieldName = "DPC_STATUS";
  659. this.dpc_status.Name = "dpc_status";
  660. this.dpc_status.Visible = true;
  661. this.dpc_status.VisibleIndex = 7;
  662. //
  663. // dpc_remark
  664. //
  665. this.dpc_remark.Caption = "备注";
  666. this.dpc_remark.FieldName = "DPC_REMARK";
  667. this.dpc_remark.Name = "dpc_remark";
  668. this.dpc_remark.Visible = true;
  669. this.dpc_remark.VisibleIndex = 8;
  670. //
  671. // PagePolling
  672. //
  673. this.PagePolling.Controls.Add(this.GridPolling);
  674. this.PagePolling.Name = "PagePolling";
  675. this.PagePolling.PageVisible = false;
  676. this.PagePolling.Size = new System.Drawing.Size(1027, 577);
  677. this.PagePolling.Text = "xtraTabPage1";
  678. //
  679. // GridPolling
  680. //
  681. this.GridPolling.Condition = null;
  682. this.GridPolling.Dock = System.Windows.Forms.DockStyle.Fill;
  683. this.GridPolling.GetDataSQL = null;
  684. this.GridPolling.ID = null;
  685. this.GridPolling.InsertSQL = null;
  686. this.GridPolling.Location = new System.Drawing.Point(0, 0);
  687. this.GridPolling.MainView = this.GridViewPolling;
  688. this.GridPolling.MenuManager = this.RibbonNav;
  689. this.GridPolling.Name = "GridPolling";
  690. this.GridPolling.RowCount = 0;
  691. this.GridPolling.Size = new System.Drawing.Size(1027, 577);
  692. this.GridPolling.TabIndex = 0;
  693. this.GridPolling.TableName = null;
  694. this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  695. this.GridViewPolling});
  696. //
  697. // GridViewPolling
  698. //
  699. this.GridViewPolling.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  700. this.pl_id,
  701. this.pl_code,
  702. this.pl_name,
  703. this.pl_type,
  704. this.pl_dccode,
  705. this.pl_remark});
  706. this.GridViewPolling.GridControl = this.GridPolling;
  707. this.GridViewPolling.IndicatorWidth = 30;
  708. this.GridViewPolling.Name = "GridViewPolling";
  709. //
  710. // pl_id
  711. //
  712. this.pl_id.Caption = "ID";
  713. this.pl_id.FieldName = "pl_id";
  714. this.pl_id.Name = "pl_id";
  715. //
  716. // pl_code
  717. //
  718. this.pl_code.Caption = "业务编号";
  719. this.pl_code.FieldName = "PL_CODE";
  720. this.pl_code.Name = "pl_code";
  721. this.pl_code.Visible = true;
  722. this.pl_code.VisibleIndex = 0;
  723. //
  724. // pl_name
  725. //
  726. this.pl_name.Caption = "业务名称";
  727. this.pl_name.FieldName = "PL_NAME";
  728. this.pl_name.Name = "pl_name";
  729. this.pl_name.Visible = true;
  730. this.pl_name.VisibleIndex = 1;
  731. //
  732. // pl_type
  733. //
  734. this.pl_type.Caption = "业务类型";
  735. this.pl_type.FieldName = "PL_TYPE";
  736. this.pl_type.Name = "pl_type";
  737. this.pl_type.Visible = true;
  738. this.pl_type.VisibleIndex = 2;
  739. //
  740. // pl_dccode
  741. //
  742. this.pl_dccode.Caption = "指令编号";
  743. this.pl_dccode.FieldName = "PL_DCCODE";
  744. this.pl_dccode.Name = "pl_dccode";
  745. this.pl_dccode.Visible = true;
  746. this.pl_dccode.VisibleIndex = 3;
  747. //
  748. // pl_remark
  749. //
  750. this.pl_remark.Caption = "备注";
  751. this.pl_remark.FieldName = "PL_REMARK";
  752. this.pl_remark.Name = "pl_remark";
  753. this.pl_remark.Visible = true;
  754. this.pl_remark.VisibleIndex = 4;
  755. //
  756. // ButtonDeleteCommand
  757. //
  758. this.ButtonDeleteCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  759. this.ButtonDeleteCommand.Location = new System.Drawing.Point(816, 551);
  760. this.ButtonDeleteCommand.Name = "ButtonDeleteCommand";
  761. this.ButtonDeleteCommand.Size = new System.Drawing.Size(64, 23);
  762. this.ButtonDeleteCommand.TabIndex = 6;
  763. this.ButtonDeleteCommand.Text = "删除";
  764. //
  765. // Main
  766. //
  767. this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
  768. this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  769. this.Appearance.Options.UseForeColor = true;
  770. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  771. this.ClientSize = new System.Drawing.Size(1033, 711);
  772. this.Controls.Add(this.MainTabControl);
  773. this.Controls.Add(this.RibbonNav);
  774. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  775. this.Name = "Main";
  776. this.Ribbon = this.RibbonNav;
  777. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  778. this.Text = "设备监控管理平台";
  779. this.Load += new System.EventHandler(this.Main_Load);
  780. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
  781. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
  782. this.MainTabControl.ResumeLayout(false);
  783. this.PageDeviceList.ResumeLayout(false);
  784. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
  785. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
  786. this.PageCommandSet.ResumeLayout(false);
  787. this.PageCommandSet.PerformLayout();
  788. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).EndInit();
  789. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
  790. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
  791. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).EndInit();
  792. this.PagePollingSetting.ResumeLayout(false);
  793. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
  794. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
  795. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).EndInit();
  796. this.PagePolling.ResumeLayout(false);
  797. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
  798. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
  799. this.ResumeLayout(false);
  800. this.PerformLayout();
  801. }
  802. #endregion
  803. private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav;
  804. private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
  805. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
  806. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
  807. private DevExpress.XtraBars.BarButtonItem ButtonDeviceKind;
  808. private DevExpress.XtraTab.XtraTabControl MainTabControl;
  809. private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
  810. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
  811. private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
  812. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
  813. private DevExpress.XtraTab.XtraTabPage PageDeviceList;
  814. private DevExpress.XtraTab.XtraTabPage PageCommandSet;
  815. private DevExpress.XtraTab.XtraTabPage PageDeviceKind;
  816. private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
  817. private AutoDataGridControl GridDeviceList;
  818. private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting;
  819. private DevExpress.XtraBars.BarButtonItem ButtionPolling;
  820. private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
  821. private DevExpress.XtraTab.XtraTabPage PagePolling;
  822. private DevExpress.XtraGrid.Columns.GridColumn de_id;
  823. private DevExpress.XtraGrid.Columns.GridColumn de_code;
  824. private DevExpress.XtraGrid.Columns.GridColumn de_name;
  825. private DevExpress.XtraGrid.Columns.GridColumn de_runstatus;
  826. private DevExpress.XtraGrid.Columns.GridColumn de_indate;
  827. private DevExpress.XtraGrid.Columns.GridColumn de_spec;
  828. private DevExpress.XtraGrid.Columns.GridColumn de_vendcode;
  829. private DevExpress.XtraGrid.Columns.GridColumn de_vendname;
  830. private DevExpress.XtraGrid.Columns.GridColumn de_address;
  831. private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
  832. private CustomerControl.PagingControl.PageControl PageControlDeviceList;
  833. private AutoDataGridControl GridCommandSetting;
  834. private DevExpress.XtraGrid.Columns.GridColumn dc_id;
  835. private DevExpress.XtraGrid.Columns.GridColumn dc_code;
  836. private DevExpress.XtraGrid.Columns.GridColumn dc_name;
  837. private DevExpress.XtraGrid.Columns.GridColumn dc_command;
  838. private AutoDataGridControl GridPolling;
  839. private AutoDataGridControl GridPollingSetting;
  840. private DevExpress.XtraGrid.Columns.GridColumn pl_id;
  841. private DevExpress.XtraGrid.Columns.GridColumn pl_code;
  842. private DevExpress.XtraGrid.Columns.GridColumn pl_name;
  843. private DevExpress.XtraGrid.Columns.GridColumn pl_type;
  844. private DevExpress.XtraGrid.Columns.GridColumn pl_dccode;
  845. private DevExpress.XtraGrid.Columns.GridColumn pl_remark;
  846. private DevExpress.XtraGrid.Columns.GridColumn dpc_id;
  847. private DevExpress.XtraGrid.Columns.GridColumn dpc_decode;
  848. private DevExpress.XtraGrid.Columns.GridColumn dpc_plcode;
  849. private DevExpress.XtraGrid.Columns.GridColumn dpc_plname;
  850. private DevExpress.XtraGrid.Columns.GridColumn dpc_interval;
  851. private DevExpress.XtraGrid.Columns.GridColumn dpc_dccode;
  852. private DevExpress.XtraGrid.Columns.GridColumn dpc_function;
  853. private DevExpress.XtraGrid.Columns.GridColumn dpc_enable;
  854. private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
  855. private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
  856. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
  857. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommand;
  858. private SimpleButton ButtonNewCommand;
  859. private GridViewWithSerialNum GridViewDeviceList;
  860. private GridViewWithSerialNum GridViewCommandSet;
  861. private GridViewWithSerialNum GridViewPolling;
  862. private GridViewWithSerialNum GridViewPollSetting;
  863. private LabelControl Brand_label;
  864. private ComboBoxEdit Brand;
  865. private DevExpress.XtraGrid.Columns.GridColumn Choose;
  866. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit CheckEditCommandSet;
  867. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommand;
  868. }
  869. }