Main.Designer.cs 39 KB

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