Main.Designer.cs 65 KB

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