Main.Designer.cs 84 KB

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