Main.Designer.cs 96 KB

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