Main.Designer.cs 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261
  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.ButtonDeviceNetSetting = new DevExpress.XtraBars.BarButtonItem();
  36. this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem();
  37. this.ButtonPollingSetting = new DevExpress.XtraBars.BarButtonItem();
  38. this.ButtionPolling = new DevExpress.XtraBars.BarButtonItem();
  39. this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem();
  40. this.ButtonWorkCenterStatus = new DevExpress.XtraBars.BarButtonItem();
  41. this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage();
  42. this.RibDeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  43. this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage();
  44. this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  45. this.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
  46. this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
  47. this.ToolPageControlDeviceList = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
  48. this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  49. this.GridViewDeviceList = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  50. this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.de_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.de_indate = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.de_spec = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.de_vendcode = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.de_vendname = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
  61. this.ButtonDeleteCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  62. this.Brand_label = new DevExpress.XtraEditors.LabelControl();
  63. this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
  64. this.ButtonNewCommand = new DevExpress.XtraEditors.SimpleButton();
  65. this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  66. this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  67. this.GridViewCommandSet = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  68. this.CommandSetCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.CheckEditCommandSet = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  70. this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.dc_command = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
  75. this.GridDeviceNetSetting = new DevExpress.XtraGrid.GridControl();
  76. this.GridViewDeviceNetSetting = new DevExpress.XtraGrid.Views.Grid.GridView();
  77. this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
  78. this.ButtonDeleteCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  79. this.ButtonNewCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
  80. this.ButtonSaveCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  81. this.ButtonPausePolling = new DevExpress.XtraEditors.SimpleButton();
  82. this.ButtonStartPolling = new DevExpress.XtraEditors.SimpleButton();
  83. this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  84. this.GridViewPollSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  85. this.PollSettingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  86. this.dpc_enableCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  87. this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  88. this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  89. this.dpc_plcode = new DevExpress.XtraGrid.Columns.GridColumn();
  90. this.PollSettingItemSearchLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit();
  91. this.PollSettingItemSearchLookUpEditView = new DevExpress.XtraGrid.Views.Grid.GridView();
  92. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  93. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  94. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  95. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  96. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  97. this.dpc_plname = new DevExpress.XtraGrid.Columns.GridColumn();
  98. this.dpc_interval = new DevExpress.XtraGrid.Columns.GridColumn();
  99. this.dpc_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  100. this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn();
  101. this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn();
  102. this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
  103. this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  104. this.POLLSETTINGSTATUSCOLUMN = new DevExpress.XtraGrid.Columns.GridColumn();
  105. this.PollingSetItemLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  106. this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
  107. this.ButtonAddPolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
  108. this.ButtonDeletePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  109. this.ButtonSavePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  110. this.GridPolling = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  111. this.GridViewPolling = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  112. this.PollingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  113. this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn();
  114. this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn();
  115. this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn();
  116. this.pl_type = new DevExpress.XtraGrid.Columns.GridColumn();
  117. this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  118. this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  119. this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
  120. this.GridDeviceStatus = new DevExpress.XtraGrid.GridControl();
  121. this.GridViewDeviceStatus = new DevExpress.XtraGrid.Views.Grid.GridView();
  122. this.PageWorkCenterStatus = new DevExpress.XtraTab.XtraTabPage();
  123. this.GridWorkCenterStatus = new DevExpress.XtraGrid.GridControl();
  124. this.GridViewWorkCenterStatus = new DevExpress.XtraGrid.Views.Grid.GridView();
  125. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
  127. this.MainTabControl.SuspendLayout();
  128. this.PageDeviceList.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
  131. this.PageCommandSet.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).BeginInit();
  136. this.PageDeviceNetSetting.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).BeginInit();
  139. this.PagePollingSetting.SuspendLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEdit)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEditView)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).BeginInit();
  146. this.PagePolling.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
  149. this.PageDeviceStatus.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceStatus)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceStatus)).BeginInit();
  152. this.PageWorkCenterStatus.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).BeginInit();
  155. this.SuspendLayout();
  156. //
  157. // RibbonNav
  158. //
  159. this.RibbonNav.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
  160. this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  161. this.RibbonNav.ExpandCollapseItem.Id = 0;
  162. this.RibbonNav.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  163. this.RibbonNav.ExpandCollapseItem,
  164. this.ButtonDeviceList,
  165. this.ButtonDeviceNetSetting,
  166. this.ButtonCommandSet,
  167. this.ButtonPollingSetting,
  168. this.ButtionPolling,
  169. this.ButtonDeviceStatus,
  170. this.ButtonWorkCenterStatus});
  171. this.RibbonNav.Location = new System.Drawing.Point(0, 0);
  172. this.RibbonNav.MaxItemId = 15;
  173. this.RibbonNav.Name = "RibbonNav";
  174. this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  175. this.DeviceInf,
  176. this.DeviceCommandSetting});
  177. this.RibbonNav.Size = new System.Drawing.Size(1033, 128);
  178. //
  179. // ButtonDeviceList
  180. //
  181. this.ButtonDeviceList.Caption = "设备主档资料";
  182. this.ButtonDeviceList.Id = 5;
  183. this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
  184. this.ButtonDeviceList.Name = "ButtonDeviceList";
  185. this.ButtonDeviceList.Tag = "PageDeviceList";
  186. this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  187. //
  188. // ButtonDeviceNetSetting
  189. //
  190. this.ButtonDeviceNetSetting.Caption = "设备联网配置";
  191. this.ButtonDeviceNetSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceNetSetting.Glyph")));
  192. this.ButtonDeviceNetSetting.Id = 8;
  193. this.ButtonDeviceNetSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceNetSetting.LargeGlyph")));
  194. this.ButtonDeviceNetSetting.Name = "ButtonDeviceNetSetting";
  195. this.ButtonDeviceNetSetting.Tag = "PageDeviceNetSetting";
  196. this.ButtonDeviceNetSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  197. //
  198. // ButtonCommandSet
  199. //
  200. this.ButtonCommandSet.Caption = "通信规则定义";
  201. this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph")));
  202. this.ButtonCommandSet.Id = 9;
  203. this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph")));
  204. this.ButtonCommandSet.Name = "ButtonCommandSet";
  205. this.ButtonCommandSet.Tag = "PageCommandSet";
  206. this.ButtonCommandSet.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. // ButtonDeviceStatus
  229. //
  230. this.ButtonDeviceStatus.Caption = "设备运行监控";
  231. this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph")));
  232. this.ButtonDeviceStatus.Id = 13;
  233. this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph")));
  234. this.ButtonDeviceStatus.Name = "ButtonDeviceStatus";
  235. this.ButtonDeviceStatus.Tag = "PageDeviceStatus";
  236. this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  237. //
  238. // ButtonWorkCenterStatus
  239. //
  240. this.ButtonWorkCenterStatus.Caption = "车间全局监控";
  241. this.ButtonWorkCenterStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonWorkCenterStatus.Glyph")));
  242. this.ButtonWorkCenterStatus.Id = 14;
  243. this.ButtonWorkCenterStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonWorkCenterStatus.LargeGlyph")));
  244. this.ButtonWorkCenterStatus.Name = "ButtonWorkCenterStatus";
  245. this.ButtonWorkCenterStatus.Tag = "PageWorkCenterStatus";
  246. this.ButtonWorkCenterStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  247. //
  248. // DeviceInf
  249. //
  250. this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  251. this.RibDeviceInf});
  252. this.DeviceInf.Name = "DeviceInf";
  253. this.DeviceInf.Text = "设备参数配置";
  254. //
  255. // RibDeviceInf
  256. //
  257. this.RibDeviceInf.AllowTextClipping = false;
  258. this.RibDeviceInf.ItemLinks.Add(this.ButtonCommandSet, true);
  259. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList);
  260. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceNetSetting);
  261. this.RibDeviceInf.ItemLinks.Add(this.ButtionPolling);
  262. this.RibDeviceInf.ItemLinks.Add(this.ButtonPollingSetting);
  263. this.RibDeviceInf.Name = "RibDeviceInf";
  264. this.RibDeviceInf.ShowCaptionButton = false;
  265. //
  266. // DeviceCommandSetting
  267. //
  268. this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  269. this.RibDeviceCommand});
  270. this.DeviceCommandSetting.Name = "DeviceCommandSetting";
  271. this.DeviceCommandSetting.Text = "设备运行监控";
  272. //
  273. // RibDeviceCommand
  274. //
  275. this.RibDeviceCommand.ItemLinks.Add(this.ButtonDeviceStatus);
  276. this.RibDeviceCommand.ItemLinks.Add(this.ButtonWorkCenterStatus);
  277. this.RibDeviceCommand.Name = "RibDeviceCommand";
  278. this.RibDeviceCommand.Text = "ribbonPageGroup3";
  279. //
  280. // MainTabControl
  281. //
  282. this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.MainTabControl.Location = new System.Drawing.Point(0, 128);
  284. this.MainTabControl.Name = "MainTabControl";
  285. this.MainTabControl.SelectedTabPage = this.PageDeviceList;
  286. this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
  287. this.MainTabControl.Size = new System.Drawing.Size(1033, 583);
  288. this.MainTabControl.TabIndex = 3;
  289. this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  290. this.PageDeviceList,
  291. this.PageCommandSet,
  292. this.PageDeviceNetSetting,
  293. this.PagePollingSetting,
  294. this.PagePolling,
  295. this.PageDeviceStatus,
  296. this.PageWorkCenterStatus});
  297. //
  298. // PageDeviceList
  299. //
  300. this.PageDeviceList.Controls.Add(this.ToolPageControlDeviceList);
  301. this.PageDeviceList.Controls.Add(this.GridDeviceList);
  302. this.PageDeviceList.Name = "PageDeviceList";
  303. this.PageDeviceList.PageVisible = false;
  304. this.PageDeviceList.Size = new System.Drawing.Size(1027, 577);
  305. this.PageDeviceList.Text = "xtraTabPage1";
  306. //
  307. // ToolPageControlDeviceList
  308. //
  309. this.ToolPageControlDeviceList.Dock = System.Windows.Forms.DockStyle.Bottom;
  310. this.ToolPageControlDeviceList.Gridcontrol = null;
  311. this.ToolPageControlDeviceList.Location = new System.Drawing.Point(0, 548);
  312. this.ToolPageControlDeviceList.Name = "ToolPageControlDeviceList";
  313. this.ToolPageControlDeviceList.Size = new System.Drawing.Size(1027, 29);
  314. this.ToolPageControlDeviceList.TabIndex = 1;
  315. //
  316. // GridDeviceList
  317. //
  318. this.GridDeviceList.Condition = null;
  319. this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
  320. this.GridDeviceList.GetDataSQL = null;
  321. this.GridDeviceList.ID = null;
  322. this.GridDeviceList.InsertSQL = null;
  323. this.GridDeviceList.Location = new System.Drawing.Point(0, 0);
  324. this.GridDeviceList.MainView = this.GridViewDeviceList;
  325. this.GridDeviceList.MenuManager = this.RibbonNav;
  326. this.GridDeviceList.Name = "GridDeviceList";
  327. this.GridDeviceList.RowCount = 0;
  328. this.GridDeviceList.Size = new System.Drawing.Size(1027, 577);
  329. this.GridDeviceList.TabIndex = 0;
  330. this.GridDeviceList.TableName = null;
  331. this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  332. this.GridViewDeviceList});
  333. //
  334. // GridViewDeviceList
  335. //
  336. this.GridViewDeviceList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  337. this.de_id,
  338. this.de_code,
  339. this.de_name,
  340. this.de_runstatus,
  341. this.de_indate,
  342. this.de_spec,
  343. this.de_vendcode,
  344. this.de_vendname,
  345. this.de_address,
  346. this.de_wccode});
  347. this.GridViewDeviceList.GridControl = this.GridDeviceList;
  348. this.GridViewDeviceList.IndicatorWidth = 30;
  349. this.GridViewDeviceList.Name = "GridViewDeviceList";
  350. this.GridViewDeviceList.OptionsView.ShowGroupPanel = false;
  351. //
  352. // de_id
  353. //
  354. this.de_id.Caption = "de_id";
  355. this.de_id.FieldName = "DE_ID";
  356. this.de_id.Name = "de_id";
  357. //
  358. // de_code
  359. //
  360. this.de_code.Caption = "设备编号";
  361. this.de_code.FieldName = "DE_CODE";
  362. this.de_code.Name = "de_code";
  363. this.de_code.Visible = true;
  364. this.de_code.VisibleIndex = 0;
  365. //
  366. // de_name
  367. //
  368. this.de_name.Caption = "设备名称";
  369. this.de_name.FieldName = "DE_NAME";
  370. this.de_name.Name = "de_name";
  371. this.de_name.Visible = true;
  372. this.de_name.VisibleIndex = 1;
  373. //
  374. // de_runstatus
  375. //
  376. this.de_runstatus.Caption = "运行状态";
  377. this.de_runstatus.FieldName = "DE_RUNSTATUS";
  378. this.de_runstatus.Name = "de_runstatus";
  379. this.de_runstatus.Visible = true;
  380. this.de_runstatus.VisibleIndex = 2;
  381. //
  382. // de_indate
  383. //
  384. this.de_indate.Caption = "录入日期";
  385. this.de_indate.DisplayFormat.FormatString = "yyyy-MM-dd";
  386. this.de_indate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  387. this.de_indate.FieldName = "DE_INDATE";
  388. this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
  389. this.de_indate.Name = "de_indate";
  390. this.de_indate.Visible = true;
  391. this.de_indate.VisibleIndex = 3;
  392. //
  393. // de_spec
  394. //
  395. this.de_spec.Caption = "设备规格";
  396. this.de_spec.FieldName = "DE_SPEC";
  397. this.de_spec.Name = "de_spec";
  398. this.de_spec.Visible = true;
  399. this.de_spec.VisibleIndex = 4;
  400. //
  401. // de_vendcode
  402. //
  403. this.de_vendcode.Caption = "供应商编号";
  404. this.de_vendcode.FieldName = "DE_VENDCODE";
  405. this.de_vendcode.Name = "de_vendcode";
  406. this.de_vendcode.Visible = true;
  407. this.de_vendcode.VisibleIndex = 5;
  408. //
  409. // de_vendname
  410. //
  411. this.de_vendname.Caption = "供应商名称";
  412. this.de_vendname.FieldName = "DE_VENDNAME";
  413. this.de_vendname.Name = "de_vendname";
  414. this.de_vendname.Visible = true;
  415. this.de_vendname.VisibleIndex = 6;
  416. //
  417. // de_address
  418. //
  419. this.de_address.Caption = "设备地点";
  420. this.de_address.FieldName = "DE_ADDRESS";
  421. this.de_address.Name = "de_address";
  422. this.de_address.Visible = true;
  423. this.de_address.VisibleIndex = 7;
  424. //
  425. // de_wccode
  426. //
  427. this.de_wccode.Caption = "工作中心";
  428. this.de_wccode.FieldName = "DE_WCCODE";
  429. this.de_wccode.Name = "de_wccode";
  430. this.de_wccode.Visible = true;
  431. this.de_wccode.VisibleIndex = 8;
  432. //
  433. // PageCommandSet
  434. //
  435. this.PageCommandSet.Controls.Add(this.ButtonDeleteCommand);
  436. this.PageCommandSet.Controls.Add(this.Brand_label);
  437. this.PageCommandSet.Controls.Add(this.Brand);
  438. this.PageCommandSet.Controls.Add(this.ButtonNewCommand);
  439. this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
  440. this.PageCommandSet.Controls.Add(this.GridCommandSetting);
  441. this.PageCommandSet.Name = "PageCommandSet";
  442. this.PageCommandSet.PageVisible = false;
  443. this.PageCommandSet.Size = new System.Drawing.Size(1027, 577);
  444. this.PageCommandSet.Text = "xtraTabPage1";
  445. this.PageCommandSet.VisibleChanged += new System.EventHandler(this.PageCommandSet_VisibleChanged);
  446. //
  447. // ButtonDeleteCommand
  448. //
  449. this.ButtonDeleteCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  450. this.ButtonDeleteCommand.Grid = null;
  451. this.ButtonDeleteCommand.Location = new System.Drawing.Point(816, 551);
  452. this.ButtonDeleteCommand.Name = "ButtonDeleteCommand";
  453. this.ButtonDeleteCommand.Size = new System.Drawing.Size(64, 23);
  454. this.ButtonDeleteCommand.TabIndex = 6;
  455. this.ButtonDeleteCommand.Text = "删除";
  456. //
  457. // Brand_label
  458. //
  459. this.Brand_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
  460. this.Brand_label.Location = new System.Drawing.Point(8, 5);
  461. this.Brand_label.Name = "Brand_label";
  462. this.Brand_label.Size = new System.Drawing.Size(32, 21);
  463. this.Brand_label.TabIndex = 5;
  464. this.Brand_label.Text = "品牌";
  465. //
  466. // Brand
  467. //
  468. this.Brand.Location = new System.Drawing.Point(47, 4);
  469. this.Brand.MenuManager = this.RibbonNav;
  470. this.Brand.Name = "Brand";
  471. this.Brand.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  472. this.Brand.Properties.Appearance.Options.UseFont = true;
  473. this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  474. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  475. this.Brand.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  476. this.Brand.Size = new System.Drawing.Size(100, 24);
  477. this.Brand.TabIndex = 4;
  478. this.Brand.SelectedIndexChanged += new System.EventHandler(this.Brand_SelectedIndexChanged);
  479. //
  480. // ButtonNewCommand
  481. //
  482. this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  483. this.ButtonNewCommand.Location = new System.Drawing.Point(886, 551);
  484. this.ButtonNewCommand.Name = "ButtonNewCommand";
  485. this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
  486. this.ButtonNewCommand.TabIndex = 3;
  487. this.ButtonNewCommand.Text = "新增";
  488. this.ButtonNewCommand.Click += new System.EventHandler(this.ButtonNewCommand_Click);
  489. //
  490. // ButtonSaveCommand
  491. //
  492. this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  493. this.ButtonSaveCommand.Grid = null;
  494. this.ButtonSaveCommand.HandlerOtherFirst = true;
  495. this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
  496. this.ButtonSaveCommand.Name = "ButtonSaveCommand";
  497. this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
  498. this.ButtonSaveCommand.TabIndex = 2;
  499. this.ButtonSaveCommand.Text = "保存";
  500. this.ButtonSaveCommand.Click += new System.EventHandler(this.ButtonSaveCommand_Click);
  501. //
  502. // GridCommandSetting
  503. //
  504. this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  505. | System.Windows.Forms.AnchorStyles.Left)
  506. | System.Windows.Forms.AnchorStyles.Right)));
  507. this.GridCommandSetting.Condition = null;
  508. this.GridCommandSetting.GetDataSQL = null;
  509. this.GridCommandSetting.ID = null;
  510. this.GridCommandSetting.InsertSQL = null;
  511. this.GridCommandSetting.Location = new System.Drawing.Point(0, 31);
  512. this.GridCommandSetting.MainView = this.GridViewCommandSet;
  513. this.GridCommandSetting.MenuManager = this.RibbonNav;
  514. this.GridCommandSetting.Name = "GridCommandSetting";
  515. this.GridCommandSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  516. this.CheckEditCommandSet});
  517. this.GridCommandSetting.RowCount = 0;
  518. this.GridCommandSetting.Size = new System.Drawing.Size(1027, 517);
  519. this.GridCommandSetting.TabIndex = 1;
  520. this.GridCommandSetting.TableName = null;
  521. this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  522. this.GridViewCommandSet});
  523. //
  524. // GridViewCommandSet
  525. //
  526. this.GridViewCommandSet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  527. this.CommandSetCheckedColumn,
  528. this.dc_id,
  529. this.dc_code,
  530. this.dc_name,
  531. this.dc_command});
  532. this.GridViewCommandSet.GridControl = this.GridCommandSetting;
  533. this.GridViewCommandSet.IndicatorWidth = 30;
  534. this.GridViewCommandSet.Name = "GridViewCommandSet";
  535. this.GridViewCommandSet.OptionsView.ShowGroupPanel = false;
  536. //
  537. // CommandSetCheckedColumn
  538. //
  539. this.CommandSetCheckedColumn.Caption = " ";
  540. this.CommandSetCheckedColumn.ColumnEdit = this.CheckEditCommandSet;
  541. this.CommandSetCheckedColumn.FieldName = "CHECKEDCOLUMN";
  542. this.CommandSetCheckedColumn.Name = "CommandSetCheckedColumn";
  543. this.CommandSetCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  544. this.CommandSetCheckedColumn.Tag = "0";
  545. this.CommandSetCheckedColumn.Visible = true;
  546. this.CommandSetCheckedColumn.VisibleIndex = 0;
  547. //
  548. // CheckEditCommandSet
  549. //
  550. this.CheckEditCommandSet.AutoHeight = false;
  551. this.CheckEditCommandSet.Name = "CheckEditCommandSet";
  552. this.CheckEditCommandSet.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  553. //
  554. // dc_id
  555. //
  556. this.dc_id.FieldName = "DC_ID";
  557. this.dc_id.Name = "dc_id";
  558. //
  559. // dc_code
  560. //
  561. this.dc_code.Caption = "指令编号";
  562. this.dc_code.FieldName = "DC_CODE";
  563. this.dc_code.Name = "dc_code";
  564. this.dc_code.Visible = true;
  565. this.dc_code.VisibleIndex = 1;
  566. this.dc_code.Width = 118;
  567. //
  568. // dc_name
  569. //
  570. this.dc_name.Caption = "指令名称";
  571. this.dc_name.FieldName = "DC_NAME";
  572. this.dc_name.Name = "dc_name";
  573. this.dc_name.Visible = true;
  574. this.dc_name.VisibleIndex = 2;
  575. this.dc_name.Width = 123;
  576. //
  577. // dc_command
  578. //
  579. this.dc_command.Caption = "发送指令";
  580. this.dc_command.FieldName = "DC_COMMAND";
  581. this.dc_command.Name = "dc_command";
  582. this.dc_command.Visible = true;
  583. this.dc_command.VisibleIndex = 3;
  584. this.dc_command.Width = 768;
  585. //
  586. // PageDeviceNetSetting
  587. //
  588. this.PageDeviceNetSetting.Controls.Add(this.GridDeviceNetSetting);
  589. this.PageDeviceNetSetting.Name = "PageDeviceNetSetting";
  590. this.PageDeviceNetSetting.PageVisible = false;
  591. this.PageDeviceNetSetting.Size = new System.Drawing.Size(1027, 577);
  592. //
  593. // GridDeviceNetSetting
  594. //
  595. this.GridDeviceNetSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  596. | System.Windows.Forms.AnchorStyles.Left)
  597. | System.Windows.Forms.AnchorStyles.Right)));
  598. this.GridDeviceNetSetting.Location = new System.Drawing.Point(0, 2);
  599. this.GridDeviceNetSetting.MainView = this.GridViewDeviceNetSetting;
  600. this.GridDeviceNetSetting.MenuManager = this.RibbonNav;
  601. this.GridDeviceNetSetting.Name = "GridDeviceNetSetting";
  602. this.GridDeviceNetSetting.Size = new System.Drawing.Size(1024, 572);
  603. this.GridDeviceNetSetting.TabIndex = 0;
  604. this.GridDeviceNetSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  605. this.GridViewDeviceNetSetting});
  606. //
  607. // GridViewDeviceNetSetting
  608. //
  609. this.GridViewDeviceNetSetting.GridControl = this.GridDeviceNetSetting;
  610. this.GridViewDeviceNetSetting.Name = "GridViewDeviceNetSetting";
  611. this.GridViewDeviceNetSetting.OptionsView.ShowGroupPanel = false;
  612. //
  613. // PagePollingSetting
  614. //
  615. this.PagePollingSetting.Controls.Add(this.ButtonDeleteCommandSet);
  616. this.PagePollingSetting.Controls.Add(this.ButtonNewCommandSet);
  617. this.PagePollingSetting.Controls.Add(this.ButtonSaveCommandSet);
  618. this.PagePollingSetting.Controls.Add(this.ButtonPausePolling);
  619. this.PagePollingSetting.Controls.Add(this.ButtonStartPolling);
  620. this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
  621. this.PagePollingSetting.Name = "PagePollingSetting";
  622. this.PagePollingSetting.PageVisible = false;
  623. this.PagePollingSetting.Size = new System.Drawing.Size(1027, 577);
  624. this.PagePollingSetting.Text = "xtraTabPage1";
  625. this.PagePollingSetting.VisibleChanged += new System.EventHandler(this.PagePollingSetting_VisibleChanged);
  626. //
  627. // ButtonDeleteCommandSet
  628. //
  629. this.ButtonDeleteCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  630. this.ButtonDeleteCommandSet.Grid = null;
  631. this.ButtonDeleteCommandSet.Location = new System.Drawing.Point(816, 549);
  632. this.ButtonDeleteCommandSet.Name = "ButtonDeleteCommandSet";
  633. this.ButtonDeleteCommandSet.Size = new System.Drawing.Size(64, 23);
  634. this.ButtonDeleteCommandSet.TabIndex = 9;
  635. this.ButtonDeleteCommandSet.Text = "删除";
  636. //
  637. // ButtonNewCommandSet
  638. //
  639. this.ButtonNewCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  640. this.ButtonNewCommandSet.Grid = null;
  641. this.ButtonNewCommandSet.Location = new System.Drawing.Point(886, 549);
  642. this.ButtonNewCommandSet.Name = "ButtonNewCommandSet";
  643. this.ButtonNewCommandSet.Size = new System.Drawing.Size(64, 23);
  644. this.ButtonNewCommandSet.TabIndex = 8;
  645. this.ButtonNewCommandSet.Text = "新增";
  646. //
  647. // ButtonSaveCommandSet
  648. //
  649. this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  650. this.ButtonSaveCommandSet.Grid = null;
  651. this.ButtonSaveCommandSet.HandlerOtherFirst = false;
  652. this.ButtonSaveCommandSet.Location = new System.Drawing.Point(956, 549);
  653. this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
  654. this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
  655. this.ButtonSaveCommandSet.TabIndex = 7;
  656. this.ButtonSaveCommandSet.Text = "保存";
  657. //
  658. // ButtonPausePolling
  659. //
  660. this.ButtonPausePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  661. this.ButtonPausePolling.Location = new System.Drawing.Point(734, 549);
  662. this.ButtonPausePolling.Name = "ButtonPausePolling";
  663. this.ButtonPausePolling.Size = new System.Drawing.Size(75, 23);
  664. this.ButtonPausePolling.TabIndex = 2;
  665. this.ButtonPausePolling.Text = "暂停轮询";
  666. this.ButtonPausePolling.Click += new System.EventHandler(this.ButtonPausePolling_Click);
  667. //
  668. // ButtonStartPolling
  669. //
  670. this.ButtonStartPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  671. this.ButtonStartPolling.Location = new System.Drawing.Point(653, 549);
  672. this.ButtonStartPolling.Name = "ButtonStartPolling";
  673. this.ButtonStartPolling.Size = new System.Drawing.Size(75, 23);
  674. this.ButtonStartPolling.TabIndex = 1;
  675. this.ButtonStartPolling.Text = "开启轮询";
  676. this.ButtonStartPolling.Click += new System.EventHandler(this.ButtonStartPolling_Click);
  677. //
  678. // GridPollingSetting
  679. //
  680. this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  681. | System.Windows.Forms.AnchorStyles.Left)
  682. | System.Windows.Forms.AnchorStyles.Right)));
  683. this.GridPollingSetting.Condition = null;
  684. this.GridPollingSetting.GetDataSQL = null;
  685. this.GridPollingSetting.ID = null;
  686. this.GridPollingSetting.InsertSQL = null;
  687. this.GridPollingSetting.Location = new System.Drawing.Point(0, 0);
  688. this.GridPollingSetting.MainView = this.GridViewPollSetting;
  689. this.GridPollingSetting.MenuManager = this.RibbonNav;
  690. this.GridPollingSetting.Name = "GridPollingSetting";
  691. this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  692. this.dpc_enableCheckEdit,
  693. this.PollingSetItemLookUpEdit,
  694. this.PollSettingItemSearchLookUpEdit});
  695. this.GridPollingSetting.RowCount = 0;
  696. this.GridPollingSetting.Size = new System.Drawing.Size(1027, 544);
  697. this.GridPollingSetting.TabIndex = 0;
  698. this.GridPollingSetting.TableName = null;
  699. this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  700. this.GridViewPollSetting});
  701. //
  702. // GridViewPollSetting
  703. //
  704. this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  705. this.PollSettingCheckedColumn,
  706. this.dpc_id,
  707. this.dpc_decode,
  708. this.dpc_plcode,
  709. this.dpc_plname,
  710. this.dpc_interval,
  711. this.dpc_dccode,
  712. this.dpc_function,
  713. this.dpc_enable,
  714. this.dpc_status,
  715. this.dpc_remark,
  716. this.POLLSETTINGSTATUSCOLUMN});
  717. this.GridViewPollSetting.GridControl = this.GridPollingSetting;
  718. this.GridViewPollSetting.IndicatorWidth = 30;
  719. this.GridViewPollSetting.Name = "GridViewPollSetting";
  720. this.GridViewPollSetting.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
  721. this.GridViewPollSetting.OptionsView.ShowGroupPanel = false;
  722. this.GridViewPollSetting.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewPollSetting_CellValueChanging);
  723. //
  724. // PollSettingCheckedColumn
  725. //
  726. this.PollSettingCheckedColumn.Caption = " ";
  727. this.PollSettingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  728. this.PollSettingCheckedColumn.FieldName = "CHECKEDCOLUMN";
  729. this.PollSettingCheckedColumn.Name = "PollSettingCheckedColumn";
  730. this.PollSettingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  731. this.PollSettingCheckedColumn.OptionsFilter.AllowFilter = false;
  732. this.PollSettingCheckedColumn.Tag = "0";
  733. this.PollSettingCheckedColumn.Visible = true;
  734. this.PollSettingCheckedColumn.VisibleIndex = 0;
  735. //
  736. // dpc_enableCheckEdit
  737. //
  738. this.dpc_enableCheckEdit.AutoHeight = false;
  739. this.dpc_enableCheckEdit.Name = "dpc_enableCheckEdit";
  740. this.dpc_enableCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  741. this.dpc_enableCheckEdit.PictureChecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureChecked")));
  742. this.dpc_enableCheckEdit.PictureUnchecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureUnchecked")));
  743. this.dpc_enableCheckEdit.ValueChecked = "-1";
  744. this.dpc_enableCheckEdit.ValueUnchecked = "0";
  745. //
  746. // dpc_id
  747. //
  748. this.dpc_id.Caption = "ID";
  749. this.dpc_id.FieldName = "DPC_ID";
  750. this.dpc_id.Name = "dpc_id";
  751. //
  752. // dpc_decode
  753. //
  754. this.dpc_decode.Caption = "设备编号";
  755. this.dpc_decode.FieldName = "DPC_DECODE";
  756. this.dpc_decode.Name = "dpc_decode";
  757. this.dpc_decode.Visible = true;
  758. this.dpc_decode.VisibleIndex = 1;
  759. this.dpc_decode.Width = 90;
  760. //
  761. // dpc_plcode
  762. //
  763. this.dpc_plcode.Caption = "业务编号";
  764. this.dpc_plcode.ColumnEdit = this.PollSettingItemSearchLookUpEdit;
  765. this.dpc_plcode.FieldName = "DPC_PLCODE";
  766. this.dpc_plcode.Name = "dpc_plcode";
  767. this.dpc_plcode.Visible = true;
  768. this.dpc_plcode.VisibleIndex = 2;
  769. this.dpc_plcode.Width = 90;
  770. //
  771. // PollSettingItemSearchLookUpEdit
  772. //
  773. this.PollSettingItemSearchLookUpEdit.AutoHeight = false;
  774. this.PollSettingItemSearchLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  775. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  776. this.PollSettingItemSearchLookUpEdit.Name = "PollSettingItemSearchLookUpEdit";
  777. this.PollSettingItemSearchLookUpEdit.NullText = "";
  778. this.PollSettingItemSearchLookUpEdit.View = this.PollSettingItemSearchLookUpEditView;
  779. //
  780. // PollSettingItemSearchLookUpEditView
  781. //
  782. this.PollSettingItemSearchLookUpEditView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  783. this.gridColumn1,
  784. this.gridColumn2,
  785. this.gridColumn3,
  786. this.gridColumn4,
  787. this.gridColumn5});
  788. this.PollSettingItemSearchLookUpEditView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  789. this.PollSettingItemSearchLookUpEditView.Name = "PollSettingItemSearchLookUpEditView";
  790. this.PollSettingItemSearchLookUpEditView.OptionsSelection.EnableAppearanceFocusedCell = false;
  791. this.PollSettingItemSearchLookUpEditView.OptionsView.ShowGroupPanel = false;
  792. //
  793. // gridColumn1
  794. //
  795. this.gridColumn1.Caption = "业务编号";
  796. this.gridColumn1.FieldName = "PL_CODE";
  797. this.gridColumn1.Name = "gridColumn1";
  798. this.gridColumn1.Visible = true;
  799. this.gridColumn1.VisibleIndex = 0;
  800. //
  801. // gridColumn2
  802. //
  803. this.gridColumn2.Caption = "业务名称";
  804. this.gridColumn2.FieldName = "PL_NAME";
  805. this.gridColumn2.Name = "gridColumn2";
  806. this.gridColumn2.Visible = true;
  807. this.gridColumn2.VisibleIndex = 1;
  808. //
  809. // gridColumn3
  810. //
  811. this.gridColumn3.Caption = "业务类型";
  812. this.gridColumn3.FieldName = "PL_TYPE";
  813. this.gridColumn3.Name = "gridColumn3";
  814. this.gridColumn3.Visible = true;
  815. this.gridColumn3.VisibleIndex = 2;
  816. //
  817. // gridColumn4
  818. //
  819. this.gridColumn4.Caption = "指令编号";
  820. this.gridColumn4.FieldName = "PL_DCCODE";
  821. this.gridColumn4.Name = "gridColumn4";
  822. this.gridColumn4.Visible = true;
  823. this.gridColumn4.VisibleIndex = 3;
  824. //
  825. // gridColumn5
  826. //
  827. this.gridColumn5.Caption = "备注";
  828. this.gridColumn5.FieldName = "PL_REMARK";
  829. this.gridColumn5.Name = "gridColumn5";
  830. this.gridColumn5.Visible = true;
  831. this.gridColumn5.VisibleIndex = 4;
  832. //
  833. // dpc_plname
  834. //
  835. this.dpc_plname.Caption = "业务名称";
  836. this.dpc_plname.FieldName = "DPC_PLNAME";
  837. this.dpc_plname.Name = "dpc_plname";
  838. this.dpc_plname.Visible = true;
  839. this.dpc_plname.VisibleIndex = 3;
  840. this.dpc_plname.Width = 90;
  841. //
  842. // dpc_interval
  843. //
  844. this.dpc_interval.Caption = "轮询间隔";
  845. this.dpc_interval.FieldName = "DPC_INTERVAL";
  846. this.dpc_interval.Name = "dpc_interval";
  847. this.dpc_interval.Visible = true;
  848. this.dpc_interval.VisibleIndex = 4;
  849. this.dpc_interval.Width = 90;
  850. //
  851. // dpc_dccode
  852. //
  853. this.dpc_dccode.Caption = "指令编号";
  854. this.dpc_dccode.FieldName = "DPC_DCCODE";
  855. this.dpc_dccode.Name = "dpc_dccode";
  856. this.dpc_dccode.Visible = true;
  857. this.dpc_dccode.VisibleIndex = 5;
  858. this.dpc_dccode.Width = 90;
  859. //
  860. // dpc_function
  861. //
  862. this.dpc_function.Caption = "解析函数";
  863. this.dpc_function.FieldName = "DPC_FUNCTION";
  864. this.dpc_function.Name = "dpc_function";
  865. this.dpc_function.Visible = true;
  866. this.dpc_function.VisibleIndex = 6;
  867. this.dpc_function.Width = 90;
  868. //
  869. // dpc_enable
  870. //
  871. this.dpc_enable.Caption = "是否启用";
  872. this.dpc_enable.ColumnEdit = this.dpc_enableCheckEdit;
  873. this.dpc_enable.FieldName = "DPC_ENABLE";
  874. this.dpc_enable.Name = "dpc_enable";
  875. this.dpc_enable.Visible = true;
  876. this.dpc_enable.VisibleIndex = 7;
  877. this.dpc_enable.Width = 90;
  878. //
  879. // dpc_status
  880. //
  881. this.dpc_status.Caption = "状态";
  882. this.dpc_status.FieldName = "DPC_STATUS";
  883. this.dpc_status.Name = "dpc_status";
  884. this.dpc_status.Visible = true;
  885. this.dpc_status.VisibleIndex = 8;
  886. this.dpc_status.Width = 90;
  887. //
  888. // dpc_remark
  889. //
  890. this.dpc_remark.Caption = "备注";
  891. this.dpc_remark.FieldName = "DPC_REMARK";
  892. this.dpc_remark.Name = "dpc_remark";
  893. this.dpc_remark.Visible = true;
  894. this.dpc_remark.VisibleIndex = 9;
  895. this.dpc_remark.Width = 87;
  896. //
  897. // POLLSETTINGSTATUSCOLUMN
  898. //
  899. this.POLLSETTINGSTATUSCOLUMN.Caption = "运行状态";
  900. this.POLLSETTINGSTATUSCOLUMN.FieldName = "POLLSETTINGSTATUSCOLUMN";
  901. this.POLLSETTINGSTATUSCOLUMN.Name = "POLLSETTINGSTATUSCOLUMN";
  902. this.POLLSETTINGSTATUSCOLUMN.OptionsColumn.ReadOnly = true;
  903. this.POLLSETTINGSTATUSCOLUMN.Visible = true;
  904. this.POLLSETTINGSTATUSCOLUMN.VisibleIndex = 10;
  905. this.POLLSETTINGSTATUSCOLUMN.Width = 98;
  906. //
  907. // PollingSetItemLookUpEdit
  908. //
  909. this.PollingSetItemLookUpEdit.AutoHeight = false;
  910. this.PollingSetItemLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  911. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  912. this.PollingSetItemLookUpEdit.Name = "PollingSetItemLookUpEdit";
  913. this.PollingSetItemLookUpEdit.NullText = "";
  914. this.PollingSetItemLookUpEdit.ShowFooter = false;
  915. this.PollingSetItemLookUpEdit.ShowHeader = false;
  916. //
  917. // PagePolling
  918. //
  919. this.PagePolling.Controls.Add(this.ButtonAddPolling);
  920. this.PagePolling.Controls.Add(this.ButtonDeletePolling);
  921. this.PagePolling.Controls.Add(this.ButtonSavePolling);
  922. this.PagePolling.Controls.Add(this.GridPolling);
  923. this.PagePolling.Name = "PagePolling";
  924. this.PagePolling.PageVisible = false;
  925. this.PagePolling.Size = new System.Drawing.Size(1027, 577);
  926. this.PagePolling.Text = "xtraTabPage1";
  927. //
  928. // ButtonAddPolling
  929. //
  930. this.ButtonAddPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  931. this.ButtonAddPolling.Grid = null;
  932. this.ButtonAddPolling.Location = new System.Drawing.Point(878, 551);
  933. this.ButtonAddPolling.Name = "ButtonAddPolling";
  934. this.ButtonAddPolling.Size = new System.Drawing.Size(64, 23);
  935. this.ButtonAddPolling.TabIndex = 9;
  936. this.ButtonAddPolling.Text = "新增";
  937. //
  938. // ButtonDeletePolling
  939. //
  940. this.ButtonDeletePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  941. this.ButtonDeletePolling.Grid = null;
  942. this.ButtonDeletePolling.Location = new System.Drawing.Point(807, 551);
  943. this.ButtonDeletePolling.Name = "ButtonDeletePolling";
  944. this.ButtonDeletePolling.Size = new System.Drawing.Size(64, 23);
  945. this.ButtonDeletePolling.TabIndex = 8;
  946. this.ButtonDeletePolling.Text = "删除";
  947. //
  948. // ButtonSavePolling
  949. //
  950. this.ButtonSavePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  951. this.ButtonSavePolling.Grid = null;
  952. this.ButtonSavePolling.HandlerOtherFirst = false;
  953. this.ButtonSavePolling.Location = new System.Drawing.Point(949, 551);
  954. this.ButtonSavePolling.Name = "ButtonSavePolling";
  955. this.ButtonSavePolling.Size = new System.Drawing.Size(64, 23);
  956. this.ButtonSavePolling.TabIndex = 7;
  957. this.ButtonSavePolling.Text = "保存";
  958. //
  959. // GridPolling
  960. //
  961. this.GridPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  962. | System.Windows.Forms.AnchorStyles.Left)
  963. | System.Windows.Forms.AnchorStyles.Right)));
  964. this.GridPolling.Condition = null;
  965. this.GridPolling.GetDataSQL = null;
  966. this.GridPolling.ID = null;
  967. this.GridPolling.InsertSQL = null;
  968. this.GridPolling.Location = new System.Drawing.Point(3, -3);
  969. this.GridPolling.MainView = this.GridViewPolling;
  970. this.GridPolling.MenuManager = this.RibbonNav;
  971. this.GridPolling.Name = "GridPolling";
  972. this.GridPolling.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  973. this.dpc_enableCheckEdit});
  974. this.GridPolling.RowCount = 0;
  975. this.GridPolling.Size = new System.Drawing.Size(1027, 549);
  976. this.GridPolling.TabIndex = 0;
  977. this.GridPolling.TableName = null;
  978. this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  979. this.GridViewPolling});
  980. this.GridPolling.VisibleChanged += new System.EventHandler(this.GridPolling_VisibleChanged);
  981. //
  982. // GridViewPolling
  983. //
  984. this.GridViewPolling.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  985. this.PollingCheckedColumn,
  986. this.pl_id,
  987. this.pl_code,
  988. this.pl_name,
  989. this.pl_type,
  990. this.pl_dccode,
  991. this.pl_remark});
  992. this.GridViewPolling.GridControl = this.GridPolling;
  993. this.GridViewPolling.IndicatorWidth = 30;
  994. this.GridViewPolling.Name = "GridViewPolling";
  995. this.GridViewPolling.OptionsView.ShowGroupPanel = false;
  996. //
  997. // PollingCheckedColumn
  998. //
  999. this.PollingCheckedColumn.Caption = " ";
  1000. this.PollingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  1001. this.PollingCheckedColumn.FieldName = "CHECKEDCOLUMN";
  1002. this.PollingCheckedColumn.Name = "PollingCheckedColumn";
  1003. this.PollingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  1004. this.PollingCheckedColumn.Tag = "0";
  1005. this.PollingCheckedColumn.Visible = true;
  1006. this.PollingCheckedColumn.VisibleIndex = 0;
  1007. //
  1008. // pl_id
  1009. //
  1010. this.pl_id.Caption = "ID";
  1011. this.pl_id.FieldName = "PL_ID";
  1012. this.pl_id.Name = "pl_id";
  1013. //
  1014. // pl_code
  1015. //
  1016. this.pl_code.Caption = "业务编号";
  1017. this.pl_code.FieldName = "PL_CODE";
  1018. this.pl_code.Name = "pl_code";
  1019. this.pl_code.Visible = true;
  1020. this.pl_code.VisibleIndex = 1;
  1021. //
  1022. // pl_name
  1023. //
  1024. this.pl_name.Caption = "业务名称";
  1025. this.pl_name.FieldName = "PL_NAME";
  1026. this.pl_name.Name = "pl_name";
  1027. this.pl_name.Visible = true;
  1028. this.pl_name.VisibleIndex = 2;
  1029. //
  1030. // pl_type
  1031. //
  1032. this.pl_type.Caption = "业务类型";
  1033. this.pl_type.FieldName = "PL_TYPE";
  1034. this.pl_type.Name = "pl_type";
  1035. this.pl_type.Visible = true;
  1036. this.pl_type.VisibleIndex = 3;
  1037. //
  1038. // pl_dccode
  1039. //
  1040. this.pl_dccode.Caption = "指令编号";
  1041. this.pl_dccode.ColumnEdit = this.PollingSetItemLookUpEdit;
  1042. this.pl_dccode.FieldName = "PL_DCCODE";
  1043. this.pl_dccode.Name = "pl_dccode";
  1044. this.pl_dccode.Visible = true;
  1045. this.pl_dccode.VisibleIndex = 4;
  1046. //
  1047. // pl_remark
  1048. //
  1049. this.pl_remark.Caption = "备注";
  1050. this.pl_remark.FieldName = "PL_REMARK";
  1051. this.pl_remark.Name = "pl_remark";
  1052. this.pl_remark.Visible = true;
  1053. this.pl_remark.VisibleIndex = 5;
  1054. //
  1055. // PageDeviceStatus
  1056. //
  1057. this.PageDeviceStatus.Controls.Add(this.GridDeviceStatus);
  1058. this.PageDeviceStatus.Name = "PageDeviceStatus";
  1059. this.PageDeviceStatus.PageVisible = false;
  1060. this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
  1061. this.PageDeviceStatus.Text = "xtraTabPage1";
  1062. //
  1063. // GridDeviceStatus
  1064. //
  1065. this.GridDeviceStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1066. | System.Windows.Forms.AnchorStyles.Left)
  1067. | System.Windows.Forms.AnchorStyles.Right)));
  1068. this.GridDeviceStatus.Location = new System.Drawing.Point(3, 0);
  1069. this.GridDeviceStatus.MainView = this.GridViewDeviceStatus;
  1070. this.GridDeviceStatus.MenuManager = this.RibbonNav;
  1071. this.GridDeviceStatus.Name = "GridDeviceStatus";
  1072. this.GridDeviceStatus.Size = new System.Drawing.Size(1024, 577);
  1073. this.GridDeviceStatus.TabIndex = 0;
  1074. this.GridDeviceStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1075. this.GridViewDeviceStatus});
  1076. //
  1077. // GridViewDeviceStatus
  1078. //
  1079. this.GridViewDeviceStatus.GridControl = this.GridDeviceStatus;
  1080. this.GridViewDeviceStatus.Name = "GridViewDeviceStatus";
  1081. this.GridViewDeviceStatus.OptionsView.ShowGroupPanel = false;
  1082. //
  1083. // PageWorkCenterStatus
  1084. //
  1085. this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
  1086. this.PageWorkCenterStatus.Name = "PageWorkCenterStatus";
  1087. this.PageWorkCenterStatus.PageVisible = false;
  1088. this.PageWorkCenterStatus.Size = new System.Drawing.Size(1027, 577);
  1089. this.PageWorkCenterStatus.Text = "车间全局监控";
  1090. //
  1091. // GridWorkCenterStatus
  1092. //
  1093. this.GridWorkCenterStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1094. | System.Windows.Forms.AnchorStyles.Left)
  1095. | System.Windows.Forms.AnchorStyles.Right)));
  1096. this.GridWorkCenterStatus.Location = new System.Drawing.Point(0, 0);
  1097. this.GridWorkCenterStatus.MainView = this.GridViewWorkCenterStatus;
  1098. this.GridWorkCenterStatus.MenuManager = this.RibbonNav;
  1099. this.GridWorkCenterStatus.Name = "GridWorkCenterStatus";
  1100. this.GridWorkCenterStatus.Size = new System.Drawing.Size(1024, 574);
  1101. this.GridWorkCenterStatus.TabIndex = 0;
  1102. this.GridWorkCenterStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1103. this.GridViewWorkCenterStatus});
  1104. //
  1105. // GridViewWorkCenterStatus
  1106. //
  1107. this.GridViewWorkCenterStatus.GridControl = this.GridWorkCenterStatus;
  1108. this.GridViewWorkCenterStatus.Name = "GridViewWorkCenterStatus";
  1109. this.GridViewWorkCenterStatus.OptionsView.ShowGroupPanel = false;
  1110. //
  1111. // Main
  1112. //
  1113. this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
  1114. this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  1115. this.Appearance.Options.UseForeColor = true;
  1116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1117. this.ClientSize = new System.Drawing.Size(1033, 711);
  1118. this.Controls.Add(this.MainTabControl);
  1119. this.Controls.Add(this.RibbonNav);
  1120. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1121. this.Name = "Main";
  1122. this.Ribbon = this.RibbonNav;
  1123. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1124. this.Text = "设备监控管理平台";
  1125. this.Load += new System.EventHandler(this.Main_Load);
  1126. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
  1127. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
  1128. this.MainTabControl.ResumeLayout(false);
  1129. this.PageDeviceList.ResumeLayout(false);
  1130. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
  1131. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
  1132. this.PageCommandSet.ResumeLayout(false);
  1133. this.PageCommandSet.PerformLayout();
  1134. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).EndInit();
  1135. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
  1136. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
  1137. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).EndInit();
  1138. this.PageDeviceNetSetting.ResumeLayout(false);
  1139. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).EndInit();
  1140. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).EndInit();
  1141. this.PagePollingSetting.ResumeLayout(false);
  1142. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
  1143. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
  1144. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).EndInit();
  1145. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEdit)).EndInit();
  1146. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEditView)).EndInit();
  1147. ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).EndInit();
  1148. this.PagePolling.ResumeLayout(false);
  1149. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
  1150. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
  1151. this.PageDeviceStatus.ResumeLayout(false);
  1152. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceStatus)).EndInit();
  1153. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceStatus)).EndInit();
  1154. this.PageWorkCenterStatus.ResumeLayout(false);
  1155. ((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).EndInit();
  1156. ((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).EndInit();
  1157. this.ResumeLayout(false);
  1158. this.PerformLayout();
  1159. }
  1160. #endregion
  1161. private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav;
  1162. private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
  1163. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
  1164. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
  1165. private DevExpress.XtraTab.XtraTabControl MainTabControl;
  1166. private DevExpress.XtraBars.BarButtonItem ButtonDeviceNetSetting;
  1167. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
  1168. private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
  1169. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
  1170. private DevExpress.XtraTab.XtraTabPage PageDeviceList;
  1171. private DevExpress.XtraTab.XtraTabPage PageCommandSet;
  1172. private DevExpress.XtraTab.XtraTabPage PageDeviceNetSetting;
  1173. private AutoDataGridControl GridDeviceList;
  1174. private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting;
  1175. private DevExpress.XtraBars.BarButtonItem ButtionPolling;
  1176. private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
  1177. private DevExpress.XtraTab.XtraTabPage PagePolling;
  1178. private DevExpress.XtraGrid.Columns.GridColumn de_id;
  1179. private DevExpress.XtraGrid.Columns.GridColumn de_code;
  1180. private DevExpress.XtraGrid.Columns.GridColumn de_name;
  1181. private DevExpress.XtraGrid.Columns.GridColumn de_runstatus;
  1182. private DevExpress.XtraGrid.Columns.GridColumn de_indate;
  1183. private DevExpress.XtraGrid.Columns.GridColumn de_spec;
  1184. private DevExpress.XtraGrid.Columns.GridColumn de_vendcode;
  1185. private DevExpress.XtraGrid.Columns.GridColumn de_vendname;
  1186. private DevExpress.XtraGrid.Columns.GridColumn de_address;
  1187. private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
  1188. private CustomerControl.PagingControl.PageControl ToolPageControlDeviceList;
  1189. private AutoDataGridControl GridCommandSetting;
  1190. private DevExpress.XtraGrid.Columns.GridColumn dc_id;
  1191. private DevExpress.XtraGrid.Columns.GridColumn dc_code;
  1192. private DevExpress.XtraGrid.Columns.GridColumn dc_name;
  1193. private DevExpress.XtraGrid.Columns.GridColumn dc_command;
  1194. private AutoDataGridControl GridPolling;
  1195. private AutoDataGridControl GridPollingSetting;
  1196. private DevExpress.XtraGrid.Columns.GridColumn pl_id;
  1197. private DevExpress.XtraGrid.Columns.GridColumn pl_code;
  1198. private DevExpress.XtraGrid.Columns.GridColumn pl_name;
  1199. private DevExpress.XtraGrid.Columns.GridColumn pl_type;
  1200. private DevExpress.XtraGrid.Columns.GridColumn pl_dccode;
  1201. private DevExpress.XtraGrid.Columns.GridColumn pl_remark;
  1202. private DevExpress.XtraGrid.Columns.GridColumn dpc_id;
  1203. private DevExpress.XtraGrid.Columns.GridColumn dpc_decode;
  1204. private DevExpress.XtraGrid.Columns.GridColumn dpc_plcode;
  1205. private DevExpress.XtraGrid.Columns.GridColumn dpc_plname;
  1206. private DevExpress.XtraGrid.Columns.GridColumn dpc_interval;
  1207. private DevExpress.XtraGrid.Columns.GridColumn dpc_dccode;
  1208. private DevExpress.XtraGrid.Columns.GridColumn dpc_function;
  1209. private DevExpress.XtraGrid.Columns.GridColumn dpc_enable;
  1210. private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
  1211. private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
  1212. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
  1213. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommand;
  1214. private SimpleButton ButtonNewCommand;
  1215. private GridViewWithSerialNum GridViewDeviceList;
  1216. private GridViewWithSerialNum GridViewCommandSet;
  1217. private GridViewWithSerialNum GridViewPolling;
  1218. private GridViewWithSerialNum GridViewPollSetting;
  1219. private LabelControl Brand_label;
  1220. private ComboBoxEdit Brand;
  1221. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit CheckEditCommandSet;
  1222. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommand;
  1223. private CustomerControl.Button.ButtonDeleteRow ButtonDeletePolling;
  1224. private CustomerControl.Button.ButtonSaveGrid ButtonSavePolling;
  1225. private CustomerControl.Button.ButtonAddRow ButtonAddPolling;
  1226. private SimpleButton ButtonPausePolling;
  1227. private SimpleButton ButtonStartPolling;
  1228. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommandSet;
  1229. private CustomerControl.Button.ButtonAddRow ButtonNewCommandSet;
  1230. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommandSet;
  1231. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit PollingSetItemLookUpEdit;
  1232. private DevExpress.XtraGrid.Columns.GridColumn POLLSETTINGSTATUSCOLUMN;
  1233. private DevExpress.XtraGrid.Columns.GridColumn PollSettingCheckedColumn;
  1234. private DevExpress.XtraGrid.Columns.GridColumn CommandSetCheckedColumn;
  1235. private DevExpress.XtraGrid.Columns.GridColumn PollingCheckedColumn;
  1236. private DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit PollSettingItemSearchLookUpEdit;
  1237. private DevExpress.XtraGrid.Views.Grid.GridView PollSettingItemSearchLookUpEditView;
  1238. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  1239. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  1240. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  1241. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  1242. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  1243. private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
  1244. private DevExpress.XtraBars.BarButtonItem ButtonWorkCenterStatus;
  1245. private DevExpress.XtraGrid.GridControl GridDeviceNetSetting;
  1246. private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceNetSetting;
  1247. private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
  1248. private DevExpress.XtraTab.XtraTabPage PageWorkCenterStatus;
  1249. private DevExpress.XtraGrid.GridControl GridDeviceStatus;
  1250. private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceStatus;
  1251. private DevExpress.XtraGrid.GridControl GridWorkCenterStatus;
  1252. private DevExpress.XtraGrid.Views.Grid.GridView GridViewWorkCenterStatus;
  1253. }
  1254. }