Main.Designer.cs 145 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624
  1. using DevExpress.XtraEditors;
  2. using UAS_PLCDataReader.CustomerControl.AutoDataGridControl;
  3. using UAS_PLCDataReader.CustomerControl;
  4. using UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum;
  5. namespace UAS_PLCDataReader
  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.ButtonDeviceRunLog = new DevExpress.XtraBars.BarButtonItem();
  43. this.ButtonClientParam = new DevExpress.XtraBars.BarButtonItem();
  44. this.ButtonDeviceData = new DevExpress.XtraBars.BarButtonItem();
  45. this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage();
  46. this.RibDeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  47. this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage();
  48. this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  49. this.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
  50. this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
  51. this.ButtonAddDevice = new UAS_PLCDataReader.CustomerControl.Button.ButtonAddRow();
  52. this.ButtonDeleteDevice = new UAS_PLCDataReader.CustomerControl.Button.ButtonDeleteRow();
  53. this.ButtonSaveDevice = new UAS_PLCDataReader.CustomerControl.Button.ButtonSaveGrid();
  54. this.ComBoxDeviceListMan = new DevExpress.XtraEditors.SearchLookUpEdit();
  55. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  56. this.em_code = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.em_name = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.ComBoxDeviceListMan_label = new DevExpress.XtraEditors.LabelControl();
  59. this.ComboxDeviceListWC = new DevExpress.XtraEditors.ComboBoxEdit();
  60. this.ComboxDeviceListLC = new DevExpress.XtraEditors.ComboBoxEdit();
  61. this.ComboxDeviceListLC_label = new DevExpress.XtraEditors.LabelControl();
  62. this.ComboxDeviceListWC_label = new DevExpress.XtraEditors.LabelControl();
  63. this.GridDeviceList = new UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  64. this.GridViewDeviceList = new UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  65. this.DeviceListCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.dpc_enableCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  67. this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.de_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.de_currentcentername = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.DeviceItemSearchLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit();
  73. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  74. this.de_currentcentercode = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.de_stepcode = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.de_stepname = new DevExpress.XtraGrid.Columns.GridColumn();
  77. this.de_sourcecode = new DevExpress.XtraGrid.Columns.GridColumn();
  78. this.de_indate = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.de_spec = new DevExpress.XtraGrid.Columns.GridColumn();
  80. this.de_inman = new DevExpress.XtraGrid.Columns.GridColumn();
  81. this.de_vendcode = new DevExpress.XtraGrid.Columns.GridColumn();
  82. this.de_vendname = new DevExpress.XtraGrid.Columns.GridColumn();
  83. this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
  84. this.de_linecode = new DevExpress.XtraGrid.Columns.GridColumn();
  85. this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
  86. this.de_item1 = new DevExpress.XtraGrid.Columns.GridColumn();
  87. this.de_item2 = new DevExpress.XtraGrid.Columns.GridColumn();
  88. this.de_item3 = new DevExpress.XtraGrid.Columns.GridColumn();
  89. this.de_item4 = new DevExpress.XtraGrid.Columns.GridColumn();
  90. this.de_item5 = new DevExpress.XtraGrid.Columns.GridColumn();
  91. this.de_item6 = new DevExpress.XtraGrid.Columns.GridColumn();
  92. this.de_item7 = new DevExpress.XtraGrid.Columns.GridColumn();
  93. this.de_item8 = new DevExpress.XtraGrid.Columns.GridColumn();
  94. this.de_item9 = new DevExpress.XtraGrid.Columns.GridColumn();
  95. this.de_item10 = new DevExpress.XtraGrid.Columns.GridColumn();
  96. this.DataItemRepositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  97. this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
  98. this.ButtonDeleteCommand = new UAS_PLCDataReader.CustomerControl.Button.ButtonDeleteRow();
  99. this.Brand_label = new DevExpress.XtraEditors.LabelControl();
  100. this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
  101. this.ButtonNewCommand = new UAS_PLCDataReader.CustomerControl.Button.ButtonAddRow();
  102. this.ButtonSaveCommand = new UAS_PLCDataReader.CustomerControl.Button.ButtonSaveGrid();
  103. this.GridCommandSetting = new UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  104. this.GridViewCommandSet = new UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  105. this.CommandSetCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  106. this.CheckEditCommandSet = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  107. this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  108. this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
  109. this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
  110. this.dc_type = new DevExpress.XtraGrid.Columns.GridColumn();
  111. this.dc_typename = new DevExpress.XtraGrid.Columns.GridColumn();
  112. this.dc_dataindex = new DevExpress.XtraGrid.Columns.GridColumn();
  113. this.dc_value = new DevExpress.XtraGrid.Columns.GridColumn();
  114. this.dc_sendcoding = new DevExpress.XtraGrid.Columns.GridColumn();
  115. this.CommandSetRepositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  116. this.dc_receivecoding = new DevExpress.XtraGrid.Columns.GridColumn();
  117. this.dc_man = new DevExpress.XtraGrid.Columns.GridColumn();
  118. this.dc_date = new DevExpress.XtraGrid.Columns.GridColumn();
  119. this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  120. this.db_name = new DevExpress.XtraGrid.Columns.GridColumn();
  121. this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
  122. this.ButtonDeleteNetConfig = new UAS_PLCDataReader.CustomerControl.Button.ButtonDeleteRow();
  123. this.ButtonAddNetConfig = new UAS_PLCDataReader.CustomerControl.Button.ButtonAddRow();
  124. this.ButtonSaveNetConfig = new UAS_PLCDataReader.CustomerControl.Button.ButtonSaveGrid();
  125. this.GridDeviceNetSetting = new UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  126. this.GridViewDeviceNetSetting = new UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  127. this.NetSettingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  128. this.dnc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  129. this.dnc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  130. this.de_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
  131. this.dnc_getway = new DevExpress.XtraGrid.Columns.GridColumn();
  132. this.dnc_upperip = new DevExpress.XtraGrid.Columns.GridColumn();
  133. this.dnc_port = new DevExpress.XtraGrid.Columns.GridColumn();
  134. this.dnc_mac = new DevExpress.XtraGrid.Columns.GridColumn();
  135. this.dnc_ip = new DevExpress.XtraGrid.Columns.GridColumn();
  136. this.dnc_type = new DevExpress.XtraGrid.Columns.GridColumn();
  137. this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
  138. this.ButtonDeleteCommandSet = new UAS_PLCDataReader.CustomerControl.Button.ButtonDeleteRow();
  139. this.ButtonNewCommandSet = new UAS_PLCDataReader.CustomerControl.Button.ButtonAddRow();
  140. this.ButtonSaveCommandSet = new UAS_PLCDataReader.CustomerControl.Button.ButtonSaveGrid();
  141. this.ButtonPausePolling = new DevExpress.XtraEditors.SimpleButton();
  142. this.ButtonStartPolling = new DevExpress.XtraEditors.SimpleButton();
  143. this.GridPollingSetting = new UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  144. this.GridViewPollSetting = new UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  145. this.PollSettingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  146. this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  147. this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  148. this.PollSettingDeviceSearchLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit();
  149. this.repositoryItemSearchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  150. this.dpc_dename = new DevExpress.XtraGrid.Columns.GridColumn();
  151. this.dpc_interval = new DevExpress.XtraGrid.Columns.GridColumn();
  152. this.dpc_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  153. this.PollSettingItemSearchLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit();
  154. this.PollSettingItemSearchLookUpEditView = new DevExpress.XtraGrid.Views.Grid.GridView();
  155. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  156. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  157. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  158. this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn();
  159. this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn();
  160. this.em_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
  161. this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
  162. this.dpc_man = new DevExpress.XtraGrid.Columns.GridColumn();
  163. this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  164. this.POLLSETTINGSTATUSCOLUMN = new DevExpress.XtraGrid.Columns.GridColumn();
  165. this.PollingSetItemLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  166. this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
  167. this.ButtonAddPolling = new UAS_PLCDataReader.CustomerControl.Button.ButtonAddRow();
  168. this.ButtonDeletePolling = new UAS_PLCDataReader.CustomerControl.Button.ButtonDeleteRow();
  169. this.ButtonSavePolling = new UAS_PLCDataReader.CustomerControl.Button.ButtonSaveGrid();
  170. this.GridPolling = new UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  171. this.GridViewPolling = new UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  172. this.PollingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  173. this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn();
  174. this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn();
  175. this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn();
  176. this.pl_type = new DevExpress.XtraGrid.Columns.GridColumn();
  177. this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  178. this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  179. this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
  180. this.ComboxDeviceDepartment = new DevExpress.XtraEditors.ComboBoxEdit();
  181. this.ComboxDeviceFloor = new DevExpress.XtraEditors.ComboBoxEdit();
  182. this.label_ComboxDeviceFloor = new DevExpress.XtraEditors.LabelControl();
  183. this.label_ComboxDeviceDepartment = new DevExpress.XtraEditors.LabelControl();
  184. this.ComboxDeviceStatusWC = new DevExpress.XtraEditors.ComboBoxEdit();
  185. this.ComboxDeviceStatusLC = new DevExpress.XtraEditors.ComboBoxEdit();
  186. this.CheckEditDeviceStatusEnable = new DevExpress.XtraEditors.CheckEdit();
  187. this.ComboxDeviceStatusLC_label = new DevExpress.XtraEditors.LabelControl();
  188. this.ComboxDeviceStatusWC_label = new DevExpress.XtraEditors.LabelControl();
  189. this.PanelDeviceStatus = new DevExpress.XtraEditors.XtraScrollableControl();
  190. this.PageWorkCenterStatus = new DevExpress.XtraTab.XtraTabPage();
  191. this.GridWorkCenterStatus = new UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  192. this.GridViewWorkCenterStatus = new UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  193. this.PageDeviceRunLog = new DevExpress.XtraTab.XtraTabPage();
  194. this.ButtonSearchDeviceRunLog = new DevExpress.XtraEditors.SimpleButton();
  195. this.TextDrrDeCode = new DevExpress.XtraEditors.TextEdit();
  196. this.LabelDrrDeCode = new DevExpress.XtraEditors.LabelControl();
  197. this.GridDeviceRunLog = new UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  198. this.GirdViewDeviceRunLog = new UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  199. this.主键 = new DevExpress.XtraGrid.Columns.GridColumn();
  200. this.drr_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  201. this.drr_dename = new DevExpress.XtraGrid.Columns.GridColumn();
  202. this.drr_command = new DevExpress.XtraGrid.Columns.GridColumn();
  203. this.drr_date = new DevExpress.XtraGrid.Columns.GridColumn();
  204. this.drr_commandfrom = new DevExpress.XtraGrid.Columns.GridColumn();
  205. this.drr_doman = new DevExpress.XtraGrid.Columns.GridColumn();
  206. this.drr_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  207. this.PageClientParam = new DevExpress.XtraTab.XtraTabPage();
  208. this.ButtonSaveClientParam = new DevExpress.XtraEditors.SimpleButton();
  209. this.UpdateTimeSpan = new System.Windows.Forms.NumericUpDown();
  210. this.label1 = new System.Windows.Forms.Label();
  211. this.PageDeviceData = new DevExpress.XtraTab.XtraTabPage();
  212. this.GridDeviceData = new UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  213. this.GridViewDeviceData = new UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  214. this.dr_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  215. this.dr_dename = new DevExpress.XtraGrid.Columns.GridColumn();
  216. this.dr_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  217. this.dr_qty = new DevExpress.XtraGrid.Columns.GridColumn();
  218. this.dr_inqty = new DevExpress.XtraGrid.Columns.GridColumn();
  219. this.dr_value1 = new DevExpress.XtraGrid.Columns.GridColumn();
  220. this.dr_value2 = new DevExpress.XtraGrid.Columns.GridColumn();
  221. this.dr_value3 = new DevExpress.XtraGrid.Columns.GridColumn();
  222. this.dr_value4 = new DevExpress.XtraGrid.Columns.GridColumn();
  223. this.dr_value5 = new DevExpress.XtraGrid.Columns.GridColumn();
  224. this.dr_value6 = new DevExpress.XtraGrid.Columns.GridColumn();
  225. this.dr_value7 = new DevExpress.XtraGrid.Columns.GridColumn();
  226. this.dr_value8 = new DevExpress.XtraGrid.Columns.GridColumn();
  227. this.dr_value9 = new DevExpress.XtraGrid.Columns.GridColumn();
  228. this.dr_value10 = new DevExpress.XtraGrid.Columns.GridColumn();
  229. this.TimerDeviceStatus = new System.Windows.Forms.Timer(this.components);
  230. this.CommonTipController = new DevExpress.Utils.ToolTipController(this.components);
  231. this.TimerUpdateDevice = new System.Windows.Forms.Timer(this.components);
  232. this.TimerUpdateSQL = new System.Windows.Forms.Timer(this.components);
  233. this.ButtonRefreshDeviceData = new UAS_PLCDataReader.CustomerControl.Button.ButtonDeleteRow();
  234. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
  236. this.MainTabControl.SuspendLayout();
  237. this.PageDeviceList.SuspendLayout();
  238. ((System.ComponentModel.ISupportInitialize)(this.ComBoxDeviceListMan.Properties)).BeginInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceListWC.Properties)).BeginInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceListLC.Properties)).BeginInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).BeginInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.DeviceItemSearchLookUpEdit)).BeginInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.DataItemRepositoryItemComboBox1)).BeginInit();
  248. this.PageCommandSet.SuspendLayout();
  249. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).BeginInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).BeginInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.CommandSetRepositoryItemComboBox1)).BeginInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
  256. this.PageDeviceNetSetting.SuspendLayout();
  257. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).BeginInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).BeginInit();
  259. this.PagePollingSetting.SuspendLayout();
  260. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.PollSettingDeviceSearchLookUpEdit)).BeginInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).BeginInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEdit)).BeginInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEditView)).BeginInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).BeginInit();
  267. this.PagePolling.SuspendLayout();
  268. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
  270. this.PageDeviceStatus.SuspendLayout();
  271. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceDepartment.Properties)).BeginInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceFloor.Properties)).BeginInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceStatusWC.Properties)).BeginInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceStatusLC.Properties)).BeginInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.CheckEditDeviceStatusEnable.Properties)).BeginInit();
  276. this.PageWorkCenterStatus.SuspendLayout();
  277. ((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).BeginInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).BeginInit();
  279. this.PageDeviceRunLog.SuspendLayout();
  280. ((System.ComponentModel.ISupportInitialize)(this.TextDrrDeCode.Properties)).BeginInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceRunLog)).BeginInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.GirdViewDeviceRunLog)).BeginInit();
  283. this.PageClientParam.SuspendLayout();
  284. ((System.ComponentModel.ISupportInitialize)(this.UpdateTimeSpan)).BeginInit();
  285. this.PageDeviceData.SuspendLayout();
  286. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceData)).BeginInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceData)).BeginInit();
  288. this.SuspendLayout();
  289. //
  290. // RibbonNav
  291. //
  292. this.RibbonNav.ApplicationIcon = global::UAS_PLCDataReader.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
  293. this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  294. this.RibbonNav.ExpandCollapseItem.Id = 0;
  295. this.RibbonNav.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  296. this.RibbonNav.ExpandCollapseItem,
  297. this.ButtonDeviceList,
  298. this.ButtonDeviceNetSetting,
  299. this.ButtonCommandSet,
  300. this.ButtonPollingSetting,
  301. this.ButtionPolling,
  302. this.ButtonDeviceStatus,
  303. this.ButtonWorkCenterStatus,
  304. this.ButtonDeviceRunLog,
  305. this.ButtonClientParam,
  306. this.ButtonDeviceData});
  307. this.RibbonNav.Location = new System.Drawing.Point(0, 0);
  308. this.RibbonNav.MaxItemId = 18;
  309. this.RibbonNav.Name = "RibbonNav";
  310. this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  311. this.DeviceInf,
  312. this.DeviceCommandSetting});
  313. this.RibbonNav.Size = new System.Drawing.Size(1040, 252);
  314. //
  315. // ButtonDeviceList
  316. //
  317. this.ButtonDeviceList.Caption = "设备主档资料";
  318. this.ButtonDeviceList.Id = 5;
  319. this.ButtonDeviceList.LargeGlyph = global::UAS_PLCDataReader.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
  320. this.ButtonDeviceList.Name = "ButtonDeviceList";
  321. this.ButtonDeviceList.Tag = "PageDeviceList";
  322. this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  323. //
  324. // ButtonDeviceNetSetting
  325. //
  326. this.ButtonDeviceNetSetting.Caption = "设备联网配置";
  327. this.ButtonDeviceNetSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceNetSetting.Glyph")));
  328. this.ButtonDeviceNetSetting.Id = 8;
  329. this.ButtonDeviceNetSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceNetSetting.LargeGlyph")));
  330. this.ButtonDeviceNetSetting.Name = "ButtonDeviceNetSetting";
  331. this.ButtonDeviceNetSetting.Tag = "PageDeviceNetSetting";
  332. this.ButtonDeviceNetSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  333. //
  334. // ButtonCommandSet
  335. //
  336. this.ButtonCommandSet.Caption = "设备指令设置";
  337. this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph")));
  338. this.ButtonCommandSet.Id = 9;
  339. this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph")));
  340. this.ButtonCommandSet.Name = "ButtonCommandSet";
  341. this.ButtonCommandSet.Tag = "PageCommandSet";
  342. this.ButtonCommandSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  343. //
  344. // ButtonPollingSetting
  345. //
  346. this.ButtonPollingSetting.Caption = "设备轮询配置";
  347. this.ButtonPollingSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.Glyph")));
  348. this.ButtonPollingSetting.Id = 11;
  349. this.ButtonPollingSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.LargeGlyph")));
  350. this.ButtonPollingSetting.Name = "ButtonPollingSetting";
  351. this.ButtonPollingSetting.Tag = "PagePollingSetting";
  352. this.ButtonPollingSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  353. //
  354. // ButtionPolling
  355. //
  356. this.ButtionPolling.Caption = "轮询业务定义";
  357. this.ButtionPolling.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.Glyph")));
  358. this.ButtionPolling.Id = 12;
  359. this.ButtionPolling.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.LargeGlyph")));
  360. this.ButtionPolling.Name = "ButtionPolling";
  361. this.ButtionPolling.Tag = "PagePolling";
  362. this.ButtionPolling.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  363. //
  364. // ButtonDeviceStatus
  365. //
  366. this.ButtonDeviceStatus.Caption = "设备运行监控";
  367. this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph")));
  368. this.ButtonDeviceStatus.Id = 13;
  369. this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph")));
  370. this.ButtonDeviceStatus.Name = "ButtonDeviceStatus";
  371. this.ButtonDeviceStatus.Tag = "PageDeviceStatus";
  372. this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  373. //
  374. // ButtonWorkCenterStatus
  375. //
  376. this.ButtonWorkCenterStatus.Caption = "车间全局监控";
  377. this.ButtonWorkCenterStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonWorkCenterStatus.Glyph")));
  378. this.ButtonWorkCenterStatus.Id = 14;
  379. this.ButtonWorkCenterStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonWorkCenterStatus.LargeGlyph")));
  380. this.ButtonWorkCenterStatus.Name = "ButtonWorkCenterStatus";
  381. this.ButtonWorkCenterStatus.Tag = "PageWorkCenterStatus";
  382. this.ButtonWorkCenterStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  383. //
  384. // ButtonDeviceRunLog
  385. //
  386. this.ButtonDeviceRunLog.Caption = "设备运行日志";
  387. this.ButtonDeviceRunLog.Glyph = global::UAS_PLCDataReader.Properties.Resources.Png_Device;
  388. this.ButtonDeviceRunLog.Id = 15;
  389. this.ButtonDeviceRunLog.LargeGlyph = global::UAS_PLCDataReader.Properties.Resources.Png_Device;
  390. this.ButtonDeviceRunLog.Name = "ButtonDeviceRunLog";
  391. this.ButtonDeviceRunLog.Tag = "PageDeviceRunLog";
  392. this.ButtonDeviceRunLog.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  393. //
  394. // ButtonClientParam
  395. //
  396. this.ButtonClientParam.Caption = "客户端参数设置";
  397. this.ButtonClientParam.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonClientParam.Glyph")));
  398. this.ButtonClientParam.Id = 16;
  399. this.ButtonClientParam.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonClientParam.LargeGlyph")));
  400. this.ButtonClientParam.Name = "ButtonClientParam";
  401. this.ButtonClientParam.Tag = "PageClientParam";
  402. this.ButtonClientParam.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  403. //
  404. // ButtonDeviceData
  405. //
  406. this.ButtonDeviceData.Caption = "设备运行数据查看";
  407. this.ButtonDeviceData.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceData.Glyph")));
  408. this.ButtonDeviceData.Id = 17;
  409. this.ButtonDeviceData.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceData.LargeGlyph")));
  410. this.ButtonDeviceData.Name = "ButtonDeviceData";
  411. this.ButtonDeviceData.Tag = "PageDeviceData";
  412. this.ButtonDeviceData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  413. //
  414. // DeviceInf
  415. //
  416. this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  417. this.RibDeviceInf});
  418. this.DeviceInf.Name = "DeviceInf";
  419. this.DeviceInf.Text = "设备参数配置";
  420. //
  421. // RibDeviceInf
  422. //
  423. this.RibDeviceInf.AllowTextClipping = false;
  424. this.RibDeviceInf.ItemLinks.Add(this.ButtonCommandSet, true);
  425. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList);
  426. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceNetSetting);
  427. this.RibDeviceInf.ItemLinks.Add(this.ButtonPollingSetting);
  428. this.RibDeviceInf.ItemLinks.Add(this.ButtonClientParam);
  429. this.RibDeviceInf.Name = "RibDeviceInf";
  430. this.RibDeviceInf.ShowCaptionButton = false;
  431. //
  432. // DeviceCommandSetting
  433. //
  434. this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  435. this.RibDeviceCommand});
  436. this.DeviceCommandSetting.Name = "DeviceCommandSetting";
  437. this.DeviceCommandSetting.Text = "设备运行监控";
  438. //
  439. // RibDeviceCommand
  440. //
  441. this.RibDeviceCommand.ItemLinks.Add(this.ButtonDeviceStatus);
  442. this.RibDeviceCommand.ItemLinks.Add(this.ButtonDeviceData);
  443. this.RibDeviceCommand.ItemLinks.Add(this.ButtonDeviceRunLog);
  444. this.RibDeviceCommand.Name = "RibDeviceCommand";
  445. this.RibDeviceCommand.Text = "ribbonPageGroup3";
  446. //
  447. // MainTabControl
  448. //
  449. this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  450. this.MainTabControl.Location = new System.Drawing.Point(0, 252);
  451. this.MainTabControl.Name = "MainTabControl";
  452. this.MainTabControl.SelectedTabPage = this.PageDeviceList;
  453. this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
  454. this.MainTabControl.Size = new System.Drawing.Size(1040, 460);
  455. this.MainTabControl.TabIndex = 3;
  456. this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  457. this.PageDeviceList,
  458. this.PageCommandSet,
  459. this.PageDeviceNetSetting,
  460. this.PagePollingSetting,
  461. this.PagePolling,
  462. this.PageDeviceStatus,
  463. this.PageWorkCenterStatus,
  464. this.PageDeviceRunLog,
  465. this.PageClientParam,
  466. this.PageDeviceData});
  467. //
  468. // PageDeviceList
  469. //
  470. this.PageDeviceList.Controls.Add(this.ButtonAddDevice);
  471. this.PageDeviceList.Controls.Add(this.ButtonDeleteDevice);
  472. this.PageDeviceList.Controls.Add(this.ButtonSaveDevice);
  473. this.PageDeviceList.Controls.Add(this.ComBoxDeviceListMan);
  474. this.PageDeviceList.Controls.Add(this.ComBoxDeviceListMan_label);
  475. this.PageDeviceList.Controls.Add(this.ComboxDeviceListWC);
  476. this.PageDeviceList.Controls.Add(this.ComboxDeviceListLC);
  477. this.PageDeviceList.Controls.Add(this.ComboxDeviceListLC_label);
  478. this.PageDeviceList.Controls.Add(this.ComboxDeviceListWC_label);
  479. this.PageDeviceList.Controls.Add(this.GridDeviceList);
  480. this.PageDeviceList.Name = "PageDeviceList";
  481. this.PageDeviceList.PageVisible = false;
  482. this.PageDeviceList.Size = new System.Drawing.Size(1028, 448);
  483. this.PageDeviceList.Text = "xtraTabPage1";
  484. this.PageDeviceList.VisibleChanged += new System.EventHandler(this.PageDeviceList_VisibleChanged);
  485. //
  486. // ButtonAddDevice
  487. //
  488. this.ButtonAddDevice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  489. this.ButtonAddDevice.Grid = null;
  490. this.ButtonAddDevice.Location = new System.Drawing.Point(812, 4);
  491. this.ButtonAddDevice.Name = "ButtonAddDevice";
  492. this.ButtonAddDevice.Size = new System.Drawing.Size(64, 23);
  493. this.ButtonAddDevice.TabIndex = 16;
  494. this.ButtonAddDevice.Text = "新增";
  495. //
  496. // ButtonDeleteDevice
  497. //
  498. this.ButtonDeleteDevice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  499. this.ButtonDeleteDevice.Grid = null;
  500. this.ButtonDeleteDevice.Location = new System.Drawing.Point(952, 4);
  501. this.ButtonDeleteDevice.Name = "ButtonDeleteDevice";
  502. this.ButtonDeleteDevice.Size = new System.Drawing.Size(64, 23);
  503. this.ButtonDeleteDevice.TabIndex = 15;
  504. this.ButtonDeleteDevice.Text = "删除";
  505. //
  506. // ButtonSaveDevice
  507. //
  508. this.ButtonSaveDevice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  509. this.ButtonSaveDevice.Grid = null;
  510. this.ButtonSaveDevice.HandlerOtherFirst = true;
  511. this.ButtonSaveDevice.Location = new System.Drawing.Point(882, 4);
  512. this.ButtonSaveDevice.Name = "ButtonSaveDevice";
  513. this.ButtonSaveDevice.Size = new System.Drawing.Size(64, 23);
  514. this.ButtonSaveDevice.TabIndex = 14;
  515. this.ButtonSaveDevice.Text = "保存";
  516. this.ButtonSaveDevice.Click += new System.EventHandler(this.ButtonSaveDevice_Click);
  517. //
  518. // ComBoxDeviceListMan
  519. //
  520. this.ComBoxDeviceListMan.EditValue = "";
  521. this.ComBoxDeviceListMan.Location = new System.Drawing.Point(360, 5);
  522. this.ComBoxDeviceListMan.MenuManager = this.RibbonNav;
  523. this.ComBoxDeviceListMan.Name = "ComBoxDeviceListMan";
  524. this.ComBoxDeviceListMan.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 8F);
  525. this.ComBoxDeviceListMan.Properties.Appearance.Options.UseFont = true;
  526. this.ComBoxDeviceListMan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  527. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  528. this.ComBoxDeviceListMan.Properties.DisplayMember = "EM_NAME";
  529. this.ComBoxDeviceListMan.Properties.NullText = "";
  530. this.ComBoxDeviceListMan.Properties.ValueMember = "EM_CODE";
  531. this.ComBoxDeviceListMan.Properties.View = this.searchLookUpEdit1View;
  532. this.ComBoxDeviceListMan.Size = new System.Drawing.Size(100, 34);
  533. this.ComBoxDeviceListMan.TabIndex = 12;
  534. this.ComBoxDeviceListMan.Visible = false;
  535. //
  536. // searchLookUpEdit1View
  537. //
  538. this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  539. this.em_code,
  540. this.em_name});
  541. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  542. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  543. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  544. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  545. //
  546. // em_code
  547. //
  548. this.em_code.Caption = "编号";
  549. this.em_code.FieldName = "EM_CODE";
  550. this.em_code.Name = "em_code";
  551. this.em_code.Visible = true;
  552. this.em_code.VisibleIndex = 0;
  553. //
  554. // em_name
  555. //
  556. this.em_name.Caption = "名称";
  557. this.em_name.FieldName = "EM_NAME";
  558. this.em_name.Name = "em_name";
  559. this.em_name.Visible = true;
  560. this.em_name.VisibleIndex = 1;
  561. //
  562. // ComBoxDeviceListMan_label
  563. //
  564. this.ComBoxDeviceListMan_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  565. this.ComBoxDeviceListMan_label.Location = new System.Drawing.Point(318, 8);
  566. this.ComBoxDeviceListMan_label.Name = "ComBoxDeviceListMan_label";
  567. this.ComBoxDeviceListMan_label.Size = new System.Drawing.Size(64, 33);
  568. this.ComBoxDeviceListMan_label.TabIndex = 11;
  569. this.ComBoxDeviceListMan_label.Text = "人员";
  570. this.ComBoxDeviceListMan_label.Visible = false;
  571. //
  572. // ComboxDeviceListWC
  573. //
  574. this.ComboxDeviceListWC.Location = new System.Drawing.Point(49, 5);
  575. this.ComboxDeviceListWC.MenuManager = this.RibbonNav;
  576. this.ComboxDeviceListWC.Name = "ComboxDeviceListWC";
  577. this.ComboxDeviceListWC.Properties.Appearance.Font = new System.Drawing.Font("黑体", 11F);
  578. this.ComboxDeviceListWC.Properties.Appearance.Options.UseFont = true;
  579. this.ComboxDeviceListWC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  580. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  581. this.ComboxDeviceListWC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  582. this.ComboxDeviceListWC.Size = new System.Drawing.Size(100, 36);
  583. this.ComboxDeviceListWC.TabIndex = 6;
  584. this.ComboxDeviceListWC.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceListWC_SelectedIndexChanged);
  585. //
  586. // ComboxDeviceListLC
  587. //
  588. this.ComboxDeviceListLC.Location = new System.Drawing.Point(201, 5);
  589. this.ComboxDeviceListLC.MenuManager = this.RibbonNav;
  590. this.ComboxDeviceListLC.Name = "ComboxDeviceListLC";
  591. this.ComboxDeviceListLC.Properties.Appearance.Font = new System.Drawing.Font("黑体", 11F);
  592. this.ComboxDeviceListLC.Properties.Appearance.Options.UseFont = true;
  593. this.ComboxDeviceListLC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  594. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  595. this.ComboxDeviceListLC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  596. this.ComboxDeviceListLC.Size = new System.Drawing.Size(100, 36);
  597. this.ComboxDeviceListLC.TabIndex = 7;
  598. this.ComboxDeviceListLC.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceListLC_SelectedIndexChanged);
  599. //
  600. // ComboxDeviceListLC_label
  601. //
  602. this.ComboxDeviceListLC_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  603. this.ComboxDeviceListLC_label.Location = new System.Drawing.Point(161, 8);
  604. this.ComboxDeviceListLC_label.Name = "ComboxDeviceListLC_label";
  605. this.ComboxDeviceListLC_label.Size = new System.Drawing.Size(64, 33);
  606. this.ComboxDeviceListLC_label.TabIndex = 9;
  607. this.ComboxDeviceListLC_label.Text = "线别";
  608. //
  609. // ComboxDeviceListWC_label
  610. //
  611. this.ComboxDeviceListWC_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  612. this.ComboxDeviceListWC_label.Location = new System.Drawing.Point(10, 8);
  613. this.ComboxDeviceListWC_label.Name = "ComboxDeviceListWC_label";
  614. this.ComboxDeviceListWC_label.Size = new System.Drawing.Size(64, 33);
  615. this.ComboxDeviceListWC_label.TabIndex = 8;
  616. this.ComboxDeviceListWC_label.Text = "车间";
  617. //
  618. // GridDeviceList
  619. //
  620. this.GridDeviceList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  621. | System.Windows.Forms.AnchorStyles.Left)
  622. | System.Windows.Forms.AnchorStyles.Right)));
  623. this.GridDeviceList.Condition = null;
  624. this.GridDeviceList.GetDataSQL = null;
  625. this.GridDeviceList.ID = null;
  626. this.GridDeviceList.InsertSQL = null;
  627. this.GridDeviceList.Location = new System.Drawing.Point(0, 31);
  628. this.GridDeviceList.MainView = this.GridViewDeviceList;
  629. this.GridDeviceList.MenuManager = this.RibbonNav;
  630. this.GridDeviceList.Name = "GridDeviceList";
  631. this.GridDeviceList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  632. this.DataItemRepositoryItemComboBox1,
  633. this.DeviceItemSearchLookUpEdit});
  634. this.GridDeviceList.RowCount = 0;
  635. this.GridDeviceList.Size = new System.Drawing.Size(1028, 417);
  636. this.GridDeviceList.TabIndex = 0;
  637. this.GridDeviceList.TableName = null;
  638. this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  639. this.GridViewDeviceList});
  640. //
  641. // GridViewDeviceList
  642. //
  643. this.GridViewDeviceList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  644. this.DeviceListCheckedColumn,
  645. this.de_id,
  646. this.de_code,
  647. this.de_name,
  648. this.de_runstatus,
  649. this.de_currentcentername,
  650. this.de_currentcentercode,
  651. this.de_stepcode,
  652. this.de_stepname,
  653. this.de_sourcecode,
  654. this.de_indate,
  655. this.de_spec,
  656. this.de_inman,
  657. this.de_vendcode,
  658. this.de_vendname,
  659. this.de_address,
  660. this.de_linecode,
  661. this.de_wccode,
  662. this.de_item1,
  663. this.de_item2,
  664. this.de_item3,
  665. this.de_item4,
  666. this.de_item5,
  667. this.de_item6,
  668. this.de_item7,
  669. this.de_item8,
  670. this.de_item9,
  671. this.de_item10});
  672. this.GridViewDeviceList.GridControl = this.GridDeviceList;
  673. this.GridViewDeviceList.IndicatorWidth = 30;
  674. this.GridViewDeviceList.Name = "GridViewDeviceList";
  675. this.GridViewDeviceList.OptionsView.ShowGroupPanel = false;
  676. this.GridViewDeviceList.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.GridViewDeviceList_RowCellClick);
  677. this.GridViewDeviceList.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewDeviceList_CellValueChanged);
  678. //
  679. // DeviceListCheckedColumn
  680. //
  681. this.DeviceListCheckedColumn.Caption = " ";
  682. this.DeviceListCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  683. this.DeviceListCheckedColumn.FieldName = "CHECKEDCOLUMN";
  684. this.DeviceListCheckedColumn.Name = "DeviceListCheckedColumn";
  685. this.DeviceListCheckedColumn.Visible = true;
  686. this.DeviceListCheckedColumn.VisibleIndex = 0;
  687. //
  688. // dpc_enableCheckEdit
  689. //
  690. this.dpc_enableCheckEdit.AutoHeight = false;
  691. this.dpc_enableCheckEdit.Name = "dpc_enableCheckEdit";
  692. this.dpc_enableCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  693. this.dpc_enableCheckEdit.NullText = "0";
  694. this.dpc_enableCheckEdit.ValueChecked = "-1";
  695. this.dpc_enableCheckEdit.ValueUnchecked = "0";
  696. //
  697. // de_id
  698. //
  699. this.de_id.Caption = "de_id";
  700. this.de_id.FieldName = "DE_ID";
  701. this.de_id.Name = "de_id";
  702. //
  703. // de_code
  704. //
  705. this.de_code.Caption = "设备编号";
  706. this.de_code.FieldName = "DE_CODE";
  707. this.de_code.Name = "de_code";
  708. this.de_code.Visible = true;
  709. this.de_code.VisibleIndex = 1;
  710. //
  711. // de_name
  712. //
  713. this.de_name.Caption = "设备名称";
  714. this.de_name.FieldName = "DE_NAME";
  715. this.de_name.Name = "de_name";
  716. this.de_name.Visible = true;
  717. this.de_name.VisibleIndex = 2;
  718. //
  719. // de_runstatus
  720. //
  721. this.de_runstatus.Caption = "运行状态";
  722. this.de_runstatus.FieldName = "DE_RUNSTATUS";
  723. this.de_runstatus.Name = "de_runstatus";
  724. //
  725. // de_currentcentername
  726. //
  727. this.de_currentcentername.Caption = "部门名称";
  728. this.de_currentcentername.ColumnEdit = this.DeviceItemSearchLookUpEdit;
  729. this.de_currentcentername.FieldName = "DE_CURRENTCENTERNAME";
  730. this.de_currentcentername.Name = "de_currentcentername";
  731. this.de_currentcentername.Visible = true;
  732. this.de_currentcentername.VisibleIndex = 5;
  733. //
  734. // DeviceItemSearchLookUpEdit
  735. //
  736. this.DeviceItemSearchLookUpEdit.AutoHeight = false;
  737. this.DeviceItemSearchLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  738. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  739. this.DeviceItemSearchLookUpEdit.Name = "DeviceItemSearchLookUpEdit";
  740. this.DeviceItemSearchLookUpEdit.NullText = "";
  741. this.DeviceItemSearchLookUpEdit.View = this.gridView1;
  742. //
  743. // gridView1
  744. //
  745. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  746. this.gridView1.Name = "gridView1";
  747. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  748. this.gridView1.OptionsView.ShowGroupPanel = false;
  749. //
  750. // de_currentcentercode
  751. //
  752. this.de_currentcentercode.Caption = "部门编号";
  753. this.de_currentcentercode.FieldName = "DE_CURRENTCENTERCODE";
  754. this.de_currentcentercode.Name = "de_currentcentercode";
  755. this.de_currentcentercode.Visible = true;
  756. this.de_currentcentercode.VisibleIndex = 6;
  757. //
  758. // de_stepcode
  759. //
  760. this.de_stepcode.Caption = "工序编号";
  761. this.de_stepcode.FieldName = "DE_STEPCODE";
  762. this.de_stepcode.Name = "de_stepcode";
  763. this.de_stepcode.Visible = true;
  764. this.de_stepcode.VisibleIndex = 3;
  765. //
  766. // de_stepname
  767. //
  768. this.de_stepname.Caption = "工序名称";
  769. this.de_stepname.FieldName = "DE_STEPNAME";
  770. this.de_stepname.Name = "de_stepname";
  771. this.de_stepname.Visible = true;
  772. this.de_stepname.VisibleIndex = 7;
  773. //
  774. // de_sourcecode
  775. //
  776. this.de_sourcecode.Caption = "岗位资源";
  777. this.de_sourcecode.FieldName = "DE_SOURCECODE";
  778. this.de_sourcecode.Name = "de_sourcecode";
  779. this.de_sourcecode.Visible = true;
  780. this.de_sourcecode.VisibleIndex = 4;
  781. //
  782. // de_indate
  783. //
  784. this.de_indate.Caption = "录入日期";
  785. this.de_indate.DisplayFormat.FormatString = "yyyy-MM-dd";
  786. this.de_indate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  787. this.de_indate.FieldName = "DE_INDATE";
  788. this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
  789. this.de_indate.Name = "de_indate";
  790. this.de_indate.OptionsColumn.AllowEdit = false;
  791. //
  792. // de_spec
  793. //
  794. this.de_spec.Caption = "设备规格";
  795. this.de_spec.FieldName = "DE_SPEC";
  796. this.de_spec.Name = "de_spec";
  797. this.de_spec.Visible = true;
  798. this.de_spec.VisibleIndex = 8;
  799. //
  800. // de_inman
  801. //
  802. this.de_inman.Caption = "维护人员";
  803. this.de_inman.FieldName = "DE_INMAN";
  804. this.de_inman.Name = "de_inman";
  805. this.de_inman.Visible = true;
  806. this.de_inman.VisibleIndex = 9;
  807. //
  808. // de_vendcode
  809. //
  810. this.de_vendcode.Caption = "供应商编号";
  811. this.de_vendcode.FieldName = "DE_VENDCODE";
  812. this.de_vendcode.Name = "de_vendcode";
  813. //
  814. // de_vendname
  815. //
  816. this.de_vendname.Caption = "供应商名称";
  817. this.de_vendname.FieldName = "DE_VENDNAME";
  818. this.de_vendname.Name = "de_vendname";
  819. //
  820. // de_address
  821. //
  822. this.de_address.Caption = "设备地点";
  823. this.de_address.FieldName = "DE_ADDRESS";
  824. this.de_address.Name = "de_address";
  825. this.de_address.Visible = true;
  826. this.de_address.VisibleIndex = 10;
  827. //
  828. // de_linecode
  829. //
  830. this.de_linecode.Caption = "线别";
  831. this.de_linecode.FieldName = "DE_LINECODE";
  832. this.de_linecode.Name = "de_linecode";
  833. this.de_linecode.Visible = true;
  834. this.de_linecode.VisibleIndex = 11;
  835. //
  836. // de_wccode
  837. //
  838. this.de_wccode.Caption = "工作中心";
  839. this.de_wccode.FieldName = "DE_WCCODE";
  840. this.de_wccode.Name = "de_wccode";
  841. this.de_wccode.Visible = true;
  842. this.de_wccode.VisibleIndex = 12;
  843. //
  844. // de_item1
  845. //
  846. this.de_item1.Caption = "参数1";
  847. this.de_item1.FieldName = "DE_ITEM1";
  848. this.de_item1.Name = "de_item1";
  849. this.de_item1.Visible = true;
  850. this.de_item1.VisibleIndex = 13;
  851. //
  852. // de_item2
  853. //
  854. this.de_item2.Caption = "参数2";
  855. this.de_item2.FieldName = "DE_ITEM2";
  856. this.de_item2.Name = "de_item2";
  857. this.de_item2.Visible = true;
  858. this.de_item2.VisibleIndex = 14;
  859. //
  860. // de_item3
  861. //
  862. this.de_item3.Caption = "参数3";
  863. this.de_item3.FieldName = "DE_ITEM3";
  864. this.de_item3.Name = "de_item3";
  865. this.de_item3.Visible = true;
  866. this.de_item3.VisibleIndex = 15;
  867. //
  868. // de_item4
  869. //
  870. this.de_item4.Caption = "参数4";
  871. this.de_item4.FieldName = "DE_ITEM4";
  872. this.de_item4.Name = "de_item4";
  873. this.de_item4.Visible = true;
  874. this.de_item4.VisibleIndex = 16;
  875. //
  876. // de_item5
  877. //
  878. this.de_item5.Caption = "参数5";
  879. this.de_item5.FieldName = "DE_ITEM5";
  880. this.de_item5.Name = "de_item5";
  881. this.de_item5.Visible = true;
  882. this.de_item5.VisibleIndex = 17;
  883. //
  884. // de_item6
  885. //
  886. this.de_item6.Caption = "参数6";
  887. this.de_item6.FieldName = "DE_ITEM6";
  888. this.de_item6.Name = "de_item6";
  889. this.de_item6.Visible = true;
  890. this.de_item6.VisibleIndex = 18;
  891. //
  892. // de_item7
  893. //
  894. this.de_item7.Caption = "参数7";
  895. this.de_item7.FieldName = "DE_ITEM7";
  896. this.de_item7.Name = "de_item7";
  897. this.de_item7.Visible = true;
  898. this.de_item7.VisibleIndex = 19;
  899. //
  900. // de_item8
  901. //
  902. this.de_item8.Caption = "参数8";
  903. this.de_item8.FieldName = "DE_ITEM8";
  904. this.de_item8.Name = "de_item8";
  905. this.de_item8.Visible = true;
  906. this.de_item8.VisibleIndex = 20;
  907. //
  908. // de_item9
  909. //
  910. this.de_item9.Caption = "参数9";
  911. this.de_item9.FieldName = "DE_ITEM9";
  912. this.de_item9.Name = "de_item9";
  913. this.de_item9.Visible = true;
  914. this.de_item9.VisibleIndex = 21;
  915. //
  916. // de_item10
  917. //
  918. this.de_item10.Caption = "参数10";
  919. this.de_item10.FieldName = "DE_ITEM10";
  920. this.de_item10.Name = "de_item10";
  921. this.de_item10.Visible = true;
  922. this.de_item10.VisibleIndex = 22;
  923. //
  924. // DataItemRepositoryItemComboBox1
  925. //
  926. this.DataItemRepositoryItemComboBox1.AutoHeight = false;
  927. this.DataItemRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  928. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  929. this.DataItemRepositoryItemComboBox1.Name = "DataItemRepositoryItemComboBox1";
  930. //
  931. // PageCommandSet
  932. //
  933. this.PageCommandSet.Controls.Add(this.ButtonDeleteCommand);
  934. this.PageCommandSet.Controls.Add(this.Brand_label);
  935. this.PageCommandSet.Controls.Add(this.Brand);
  936. this.PageCommandSet.Controls.Add(this.ButtonNewCommand);
  937. this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
  938. this.PageCommandSet.Controls.Add(this.GridCommandSetting);
  939. this.PageCommandSet.Name = "PageCommandSet";
  940. this.PageCommandSet.PageVisible = false;
  941. this.PageCommandSet.Size = new System.Drawing.Size(1028, 448);
  942. this.PageCommandSet.Text = "xtraTabPage1";
  943. this.PageCommandSet.VisibleChanged += new System.EventHandler(this.PageCommandSet_VisibleChanged);
  944. //
  945. // ButtonDeleteCommand
  946. //
  947. this.ButtonDeleteCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  948. this.ButtonDeleteCommand.Grid = null;
  949. this.ButtonDeleteCommand.Location = new System.Drawing.Point(946, 5);
  950. this.ButtonDeleteCommand.Name = "ButtonDeleteCommand";
  951. this.ButtonDeleteCommand.Size = new System.Drawing.Size(64, 23);
  952. this.ButtonDeleteCommand.TabIndex = 6;
  953. this.ButtonDeleteCommand.Text = "删除";
  954. //
  955. // Brand_label
  956. //
  957. this.Brand_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
  958. this.Brand_label.Location = new System.Drawing.Point(8, 5);
  959. this.Brand_label.Name = "Brand_label";
  960. this.Brand_label.Size = new System.Drawing.Size(64, 41);
  961. this.Brand_label.TabIndex = 5;
  962. this.Brand_label.Text = "品牌";
  963. //
  964. // Brand
  965. //
  966. this.Brand.Location = new System.Drawing.Point(47, 4);
  967. this.Brand.MenuManager = this.RibbonNav;
  968. this.Brand.Name = "Brand";
  969. this.Brand.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  970. this.Brand.Properties.Appearance.Options.UseFont = true;
  971. this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  972. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  973. this.Brand.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  974. this.Brand.Size = new System.Drawing.Size(100, 38);
  975. this.Brand.TabIndex = 4;
  976. this.Brand.SelectedIndexChanged += new System.EventHandler(this.Brand_SelectedIndexChanged);
  977. //
  978. // ButtonNewCommand
  979. //
  980. this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  981. this.ButtonNewCommand.Grid = null;
  982. this.ButtonNewCommand.Location = new System.Drawing.Point(806, 5);
  983. this.ButtonNewCommand.Name = "ButtonNewCommand";
  984. this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
  985. this.ButtonNewCommand.TabIndex = 3;
  986. this.ButtonNewCommand.Text = "新增";
  987. //
  988. // ButtonSaveCommand
  989. //
  990. this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  991. this.ButtonSaveCommand.Grid = null;
  992. this.ButtonSaveCommand.HandlerOtherFirst = true;
  993. this.ButtonSaveCommand.Location = new System.Drawing.Point(876, 5);
  994. this.ButtonSaveCommand.Name = "ButtonSaveCommand";
  995. this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
  996. this.ButtonSaveCommand.TabIndex = 2;
  997. this.ButtonSaveCommand.Text = "保存";
  998. this.ButtonSaveCommand.Click += new System.EventHandler(this.ButtonSaveCommand_Click);
  999. //
  1000. // GridCommandSetting
  1001. //
  1002. this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1003. | System.Windows.Forms.AnchorStyles.Left)
  1004. | System.Windows.Forms.AnchorStyles.Right)));
  1005. this.GridCommandSetting.Condition = null;
  1006. this.GridCommandSetting.GetDataSQL = null;
  1007. this.GridCommandSetting.ID = null;
  1008. this.GridCommandSetting.InsertSQL = null;
  1009. this.GridCommandSetting.Location = new System.Drawing.Point(0, 31);
  1010. this.GridCommandSetting.MainView = this.GridViewCommandSet;
  1011. this.GridCommandSetting.MenuManager = this.RibbonNav;
  1012. this.GridCommandSetting.Name = "GridCommandSetting";
  1013. this.GridCommandSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  1014. this.CheckEditCommandSet,
  1015. this.CommandSetRepositoryItemComboBox1,
  1016. this.repositoryItemDateEdit1});
  1017. this.GridCommandSetting.RowCount = 0;
  1018. this.GridCommandSetting.Size = new System.Drawing.Size(1028, 417);
  1019. this.GridCommandSetting.TabIndex = 1;
  1020. this.GridCommandSetting.TableName = null;
  1021. this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1022. this.GridViewCommandSet});
  1023. //
  1024. // GridViewCommandSet
  1025. //
  1026. this.GridViewCommandSet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  1027. this.CommandSetCheckedColumn,
  1028. this.dc_id,
  1029. this.dc_code,
  1030. this.dc_name,
  1031. this.dc_type,
  1032. this.dc_typename,
  1033. this.dc_dataindex,
  1034. this.dc_value,
  1035. this.dc_sendcoding,
  1036. this.dc_receivecoding,
  1037. this.dc_man,
  1038. this.dc_date,
  1039. this.db_name});
  1040. this.GridViewCommandSet.GridControl = this.GridCommandSetting;
  1041. this.GridViewCommandSet.IndicatorWidth = 30;
  1042. this.GridViewCommandSet.Name = "GridViewCommandSet";
  1043. this.GridViewCommandSet.OptionsView.ShowGroupPanel = false;
  1044. //
  1045. // CommandSetCheckedColumn
  1046. //
  1047. this.CommandSetCheckedColumn.Caption = " ";
  1048. this.CommandSetCheckedColumn.ColumnEdit = this.CheckEditCommandSet;
  1049. this.CommandSetCheckedColumn.FieldName = "CHECKEDCOLUMN";
  1050. this.CommandSetCheckedColumn.Name = "CommandSetCheckedColumn";
  1051. this.CommandSetCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  1052. this.CommandSetCheckedColumn.Tag = "0";
  1053. this.CommandSetCheckedColumn.Visible = true;
  1054. this.CommandSetCheckedColumn.VisibleIndex = 0;
  1055. this.CommandSetCheckedColumn.Width = 39;
  1056. //
  1057. // CheckEditCommandSet
  1058. //
  1059. this.CheckEditCommandSet.AutoHeight = false;
  1060. this.CheckEditCommandSet.Name = "CheckEditCommandSet";
  1061. this.CheckEditCommandSet.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  1062. //
  1063. // dc_id
  1064. //
  1065. this.dc_id.FieldName = "DC_ID";
  1066. this.dc_id.Name = "dc_id";
  1067. //
  1068. // dc_code
  1069. //
  1070. this.dc_code.Caption = "指令编号";
  1071. this.dc_code.FieldName = "DC_CODE";
  1072. this.dc_code.Name = "dc_code";
  1073. this.dc_code.Visible = true;
  1074. this.dc_code.VisibleIndex = 1;
  1075. this.dc_code.Width = 55;
  1076. //
  1077. // dc_name
  1078. //
  1079. this.dc_name.Caption = "指令名称";
  1080. this.dc_name.FieldName = "DC_NAME";
  1081. this.dc_name.Name = "dc_name";
  1082. this.dc_name.Visible = true;
  1083. this.dc_name.VisibleIndex = 2;
  1084. this.dc_name.Width = 61;
  1085. //
  1086. // dc_type
  1087. //
  1088. this.dc_type.Caption = "指令值";
  1089. this.dc_type.FieldName = "DC_TYPE";
  1090. this.dc_type.Name = "dc_type";
  1091. this.dc_type.Width = 65;
  1092. //
  1093. // dc_typename
  1094. //
  1095. this.dc_typename.Caption = "指令类型";
  1096. this.dc_typename.ColumnEdit = this.DataItemRepositoryItemComboBox1;
  1097. this.dc_typename.FieldName = "DC_TYPENAME";
  1098. this.dc_typename.Name = "dc_typename";
  1099. this.dc_typename.Visible = true;
  1100. this.dc_typename.VisibleIndex = 3;
  1101. this.dc_typename.Width = 76;
  1102. //
  1103. // dc_dataindex
  1104. //
  1105. this.dc_dataindex.Caption = "数据索引";
  1106. this.dc_dataindex.FieldName = "DC_DATAINDEX";
  1107. this.dc_dataindex.Name = "dc_dataindex";
  1108. this.dc_dataindex.Visible = true;
  1109. this.dc_dataindex.VisibleIndex = 4;
  1110. this.dc_dataindex.Width = 62;
  1111. //
  1112. // dc_value
  1113. //
  1114. this.dc_value.Caption = "发送指令";
  1115. this.dc_value.FieldName = "DC_VALUE";
  1116. this.dc_value.Name = "dc_value";
  1117. this.dc_value.Visible = true;
  1118. this.dc_value.VisibleIndex = 5;
  1119. this.dc_value.Width = 128;
  1120. //
  1121. // dc_sendcoding
  1122. //
  1123. this.dc_sendcoding.Caption = "发送编码";
  1124. this.dc_sendcoding.ColumnEdit = this.CommandSetRepositoryItemComboBox1;
  1125. this.dc_sendcoding.FieldName = "DC_SENDCODING";
  1126. this.dc_sendcoding.Name = "dc_sendcoding";
  1127. this.dc_sendcoding.Width = 114;
  1128. //
  1129. // CommandSetRepositoryItemComboBox1
  1130. //
  1131. this.CommandSetRepositoryItemComboBox1.AutoHeight = false;
  1132. this.CommandSetRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1133. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1134. this.CommandSetRepositoryItemComboBox1.Name = "CommandSetRepositoryItemComboBox1";
  1135. //
  1136. // dc_receivecoding
  1137. //
  1138. this.dc_receivecoding.Caption = "接收编码";
  1139. this.dc_receivecoding.ColumnEdit = this.CommandSetRepositoryItemComboBox1;
  1140. this.dc_receivecoding.FieldName = "DC_RECEIVECODING";
  1141. this.dc_receivecoding.Name = "dc_receivecoding";
  1142. this.dc_receivecoding.Width = 115;
  1143. //
  1144. // dc_man
  1145. //
  1146. this.dc_man.Caption = "维护人员";
  1147. this.dc_man.FieldName = "DC_MAN";
  1148. this.dc_man.Name = "dc_man";
  1149. this.dc_man.OptionsColumn.AllowEdit = false;
  1150. this.dc_man.Visible = true;
  1151. this.dc_man.VisibleIndex = 7;
  1152. this.dc_man.Width = 126;
  1153. //
  1154. // dc_date
  1155. //
  1156. this.dc_date.Caption = "维护时间";
  1157. this.dc_date.ColumnEdit = this.repositoryItemDateEdit1;
  1158. this.dc_date.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  1159. this.dc_date.FieldName = "DC_DATE";
  1160. this.dc_date.Name = "dc_date";
  1161. this.dc_date.OptionsColumn.AllowEdit = false;
  1162. this.dc_date.Visible = true;
  1163. this.dc_date.VisibleIndex = 8;
  1164. this.dc_date.Width = 107;
  1165. //
  1166. // repositoryItemDateEdit1
  1167. //
  1168. this.repositoryItemDateEdit1.AutoHeight = false;
  1169. this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1170. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1171. this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1172. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1173. this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
  1174. //
  1175. // db_name
  1176. //
  1177. this.db_name.Caption = "品牌";
  1178. this.db_name.FieldName = "DB_NAME";
  1179. this.db_name.Name = "db_name";
  1180. this.db_name.Visible = true;
  1181. this.db_name.VisibleIndex = 6;
  1182. this.db_name.Width = 47;
  1183. //
  1184. // PageDeviceNetSetting
  1185. //
  1186. this.PageDeviceNetSetting.Controls.Add(this.ButtonDeleteNetConfig);
  1187. this.PageDeviceNetSetting.Controls.Add(this.ButtonAddNetConfig);
  1188. this.PageDeviceNetSetting.Controls.Add(this.ButtonSaveNetConfig);
  1189. this.PageDeviceNetSetting.Controls.Add(this.GridDeviceNetSetting);
  1190. this.PageDeviceNetSetting.Name = "PageDeviceNetSetting";
  1191. this.PageDeviceNetSetting.PageVisible = false;
  1192. this.PageDeviceNetSetting.Size = new System.Drawing.Size(1028, 448);
  1193. //
  1194. // ButtonDeleteNetConfig
  1195. //
  1196. this.ButtonDeleteNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1197. this.ButtonDeleteNetConfig.Grid = null;
  1198. this.ButtonDeleteNetConfig.Location = new System.Drawing.Point(943, 7);
  1199. this.ButtonDeleteNetConfig.Name = "ButtonDeleteNetConfig";
  1200. this.ButtonDeleteNetConfig.Size = new System.Drawing.Size(64, 23);
  1201. this.ButtonDeleteNetConfig.TabIndex = 12;
  1202. this.ButtonDeleteNetConfig.Text = "删除";
  1203. //
  1204. // ButtonAddNetConfig
  1205. //
  1206. this.ButtonAddNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1207. this.ButtonAddNetConfig.Grid = null;
  1208. this.ButtonAddNetConfig.Location = new System.Drawing.Point(803, 7);
  1209. this.ButtonAddNetConfig.Name = "ButtonAddNetConfig";
  1210. this.ButtonAddNetConfig.Size = new System.Drawing.Size(64, 23);
  1211. this.ButtonAddNetConfig.TabIndex = 11;
  1212. this.ButtonAddNetConfig.Text = "新增";
  1213. //
  1214. // ButtonSaveNetConfig
  1215. //
  1216. this.ButtonSaveNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1217. this.ButtonSaveNetConfig.Grid = null;
  1218. this.ButtonSaveNetConfig.HandlerOtherFirst = false;
  1219. this.ButtonSaveNetConfig.Location = new System.Drawing.Point(873, 7);
  1220. this.ButtonSaveNetConfig.Name = "ButtonSaveNetConfig";
  1221. this.ButtonSaveNetConfig.Size = new System.Drawing.Size(64, 23);
  1222. this.ButtonSaveNetConfig.TabIndex = 10;
  1223. this.ButtonSaveNetConfig.Text = "保存";
  1224. //
  1225. // GridDeviceNetSetting
  1226. //
  1227. this.GridDeviceNetSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1228. | System.Windows.Forms.AnchorStyles.Left)
  1229. | System.Windows.Forms.AnchorStyles.Right)));
  1230. this.GridDeviceNetSetting.Condition = null;
  1231. this.GridDeviceNetSetting.GetDataSQL = null;
  1232. this.GridDeviceNetSetting.ID = null;
  1233. this.GridDeviceNetSetting.InsertSQL = null;
  1234. this.GridDeviceNetSetting.Location = new System.Drawing.Point(0, 34);
  1235. this.GridDeviceNetSetting.MainView = this.GridViewDeviceNetSetting;
  1236. this.GridDeviceNetSetting.MenuManager = this.RibbonNav;
  1237. this.GridDeviceNetSetting.Name = "GridDeviceNetSetting";
  1238. this.GridDeviceNetSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  1239. this.dpc_enableCheckEdit});
  1240. this.GridDeviceNetSetting.RowCount = 0;
  1241. this.GridDeviceNetSetting.Size = new System.Drawing.Size(1025, 414);
  1242. this.GridDeviceNetSetting.TabIndex = 0;
  1243. this.GridDeviceNetSetting.TableName = null;
  1244. this.GridDeviceNetSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1245. this.GridViewDeviceNetSetting});
  1246. //
  1247. // GridViewDeviceNetSetting
  1248. //
  1249. this.GridViewDeviceNetSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  1250. this.NetSettingCheckedColumn,
  1251. this.dnc_id,
  1252. this.dnc_decode,
  1253. this.de_name1,
  1254. this.dnc_getway,
  1255. this.dnc_upperip,
  1256. this.dnc_port,
  1257. this.dnc_mac,
  1258. this.dnc_ip,
  1259. this.dnc_type});
  1260. this.GridViewDeviceNetSetting.GridControl = this.GridDeviceNetSetting;
  1261. this.GridViewDeviceNetSetting.IndicatorWidth = 30;
  1262. this.GridViewDeviceNetSetting.Name = "GridViewDeviceNetSetting";
  1263. this.GridViewDeviceNetSetting.OptionsView.ShowGroupPanel = false;
  1264. //
  1265. // NetSettingCheckedColumn
  1266. //
  1267. this.NetSettingCheckedColumn.Caption = " ";
  1268. this.NetSettingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  1269. this.NetSettingCheckedColumn.FieldName = "CHECKEDCOLUMN";
  1270. this.NetSettingCheckedColumn.Name = "NetSettingCheckedColumn";
  1271. this.NetSettingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  1272. this.NetSettingCheckedColumn.OptionsFilter.AllowFilter = false;
  1273. this.NetSettingCheckedColumn.Tag = "0";
  1274. this.NetSettingCheckedColumn.Visible = true;
  1275. this.NetSettingCheckedColumn.VisibleIndex = 0;
  1276. //
  1277. // dnc_id
  1278. //
  1279. this.dnc_id.Caption = "ID";
  1280. this.dnc_id.FieldName = "DNC_ID";
  1281. this.dnc_id.Name = "dnc_id";
  1282. //
  1283. // dnc_decode
  1284. //
  1285. this.dnc_decode.Caption = "设备编号";
  1286. this.dnc_decode.FieldName = "DNC_DECODE";
  1287. this.dnc_decode.Name = "dnc_decode";
  1288. this.dnc_decode.Visible = true;
  1289. this.dnc_decode.VisibleIndex = 1;
  1290. //
  1291. // de_name1
  1292. //
  1293. this.de_name1.Caption = "设备名称";
  1294. this.de_name1.FieldName = "DE_NAME";
  1295. this.de_name1.Name = "de_name1";
  1296. this.de_name1.Visible = true;
  1297. this.de_name1.VisibleIndex = 2;
  1298. //
  1299. // dnc_getway
  1300. //
  1301. this.dnc_getway.Caption = "网关";
  1302. this.dnc_getway.FieldName = "DNC_GATEWAY";
  1303. this.dnc_getway.Name = "dnc_getway";
  1304. //
  1305. // dnc_upperip
  1306. //
  1307. this.dnc_upperip.Caption = "上级IP";
  1308. this.dnc_upperip.FieldName = "DNC_UPPERIP";
  1309. this.dnc_upperip.Name = "dnc_upperip";
  1310. //
  1311. // dnc_port
  1312. //
  1313. this.dnc_port.Caption = "端口";
  1314. this.dnc_port.FieldName = "DNC_PORT";
  1315. this.dnc_port.Name = "dnc_port";
  1316. this.dnc_port.Visible = true;
  1317. this.dnc_port.VisibleIndex = 3;
  1318. //
  1319. // dnc_mac
  1320. //
  1321. this.dnc_mac.Caption = "MAC";
  1322. this.dnc_mac.FieldName = "DNC_MAC";
  1323. this.dnc_mac.Name = "dnc_mac";
  1324. this.dnc_mac.Visible = true;
  1325. this.dnc_mac.VisibleIndex = 4;
  1326. //
  1327. // dnc_ip
  1328. //
  1329. this.dnc_ip.Caption = "IP";
  1330. this.dnc_ip.FieldName = "DNC_IP";
  1331. this.dnc_ip.Name = "dnc_ip";
  1332. this.dnc_ip.Visible = true;
  1333. this.dnc_ip.VisibleIndex = 5;
  1334. //
  1335. // dnc_type
  1336. //
  1337. this.dnc_type.Caption = "类型";
  1338. this.dnc_type.FieldName = "DNC_TYPE";
  1339. this.dnc_type.Name = "dnc_type";
  1340. //
  1341. // PagePollingSetting
  1342. //
  1343. this.PagePollingSetting.Controls.Add(this.ButtonDeleteCommandSet);
  1344. this.PagePollingSetting.Controls.Add(this.ButtonNewCommandSet);
  1345. this.PagePollingSetting.Controls.Add(this.ButtonSaveCommandSet);
  1346. this.PagePollingSetting.Controls.Add(this.ButtonPausePolling);
  1347. this.PagePollingSetting.Controls.Add(this.ButtonStartPolling);
  1348. this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
  1349. this.PagePollingSetting.Name = "PagePollingSetting";
  1350. this.PagePollingSetting.PageVisible = false;
  1351. this.PagePollingSetting.Size = new System.Drawing.Size(1028, 448);
  1352. this.PagePollingSetting.Text = "xtraTabPage1";
  1353. this.PagePollingSetting.VisibleChanged += new System.EventHandler(this.PagePollingSetting_VisibleChanged);
  1354. //
  1355. // ButtonDeleteCommandSet
  1356. //
  1357. this.ButtonDeleteCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1358. this.ButtonDeleteCommandSet.Grid = null;
  1359. this.ButtonDeleteCommandSet.Location = new System.Drawing.Point(951, 6);
  1360. this.ButtonDeleteCommandSet.Name = "ButtonDeleteCommandSet";
  1361. this.ButtonDeleteCommandSet.Size = new System.Drawing.Size(64, 23);
  1362. this.ButtonDeleteCommandSet.TabIndex = 9;
  1363. this.ButtonDeleteCommandSet.Text = "删除";
  1364. //
  1365. // ButtonNewCommandSet
  1366. //
  1367. this.ButtonNewCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1368. this.ButtonNewCommandSet.Grid = null;
  1369. this.ButtonNewCommandSet.Location = new System.Drawing.Point(811, 6);
  1370. this.ButtonNewCommandSet.Name = "ButtonNewCommandSet";
  1371. this.ButtonNewCommandSet.Size = new System.Drawing.Size(64, 23);
  1372. this.ButtonNewCommandSet.TabIndex = 8;
  1373. this.ButtonNewCommandSet.Text = "新增";
  1374. //
  1375. // ButtonSaveCommandSet
  1376. //
  1377. this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1378. this.ButtonSaveCommandSet.Grid = null;
  1379. this.ButtonSaveCommandSet.HandlerOtherFirst = true;
  1380. this.ButtonSaveCommandSet.Location = new System.Drawing.Point(881, 6);
  1381. this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
  1382. this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
  1383. this.ButtonSaveCommandSet.TabIndex = 7;
  1384. this.ButtonSaveCommandSet.Text = "保存";
  1385. this.ButtonSaveCommandSet.Click += new System.EventHandler(this.ButtonSaveCommandSet_Click);
  1386. //
  1387. // ButtonPausePolling
  1388. //
  1389. this.ButtonPausePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1390. this.ButtonPausePolling.Location = new System.Drawing.Point(730, 6);
  1391. this.ButtonPausePolling.Name = "ButtonPausePolling";
  1392. this.ButtonPausePolling.Size = new System.Drawing.Size(75, 23);
  1393. this.ButtonPausePolling.TabIndex = 2;
  1394. this.ButtonPausePolling.Text = "暂停轮询";
  1395. this.ButtonPausePolling.Click += new System.EventHandler(this.ButtonPausePolling_Click);
  1396. //
  1397. // ButtonStartPolling
  1398. //
  1399. this.ButtonStartPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1400. this.ButtonStartPolling.Location = new System.Drawing.Point(649, 6);
  1401. this.ButtonStartPolling.Name = "ButtonStartPolling";
  1402. this.ButtonStartPolling.Size = new System.Drawing.Size(75, 23);
  1403. this.ButtonStartPolling.TabIndex = 1;
  1404. this.ButtonStartPolling.Text = "开启轮询";
  1405. this.ButtonStartPolling.Click += new System.EventHandler(this.ButtonStartPolling_Click);
  1406. //
  1407. // GridPollingSetting
  1408. //
  1409. this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1410. | System.Windows.Forms.AnchorStyles.Left)
  1411. | System.Windows.Forms.AnchorStyles.Right)));
  1412. this.GridPollingSetting.Condition = null;
  1413. this.GridPollingSetting.GetDataSQL = null;
  1414. this.GridPollingSetting.ID = null;
  1415. this.GridPollingSetting.InsertSQL = null;
  1416. this.GridPollingSetting.Location = new System.Drawing.Point(0, 34);
  1417. this.GridPollingSetting.MainView = this.GridViewPollSetting;
  1418. this.GridPollingSetting.MenuManager = this.RibbonNav;
  1419. this.GridPollingSetting.Name = "GridPollingSetting";
  1420. this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  1421. this.dpc_enableCheckEdit,
  1422. this.PollingSetItemLookUpEdit,
  1423. this.PollSettingItemSearchLookUpEdit,
  1424. this.PollSettingDeviceSearchLookUpEdit});
  1425. this.GridPollingSetting.RowCount = 0;
  1426. this.GridPollingSetting.Size = new System.Drawing.Size(1028, 414);
  1427. this.GridPollingSetting.TabIndex = 0;
  1428. this.GridPollingSetting.TableName = null;
  1429. this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1430. this.GridViewPollSetting});
  1431. //
  1432. // GridViewPollSetting
  1433. //
  1434. this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  1435. this.PollSettingCheckedColumn,
  1436. this.dpc_id,
  1437. this.dpc_decode,
  1438. this.dpc_dename,
  1439. this.dpc_interval,
  1440. this.dpc_dccode,
  1441. this.dpc_function,
  1442. this.dpc_enable,
  1443. this.em_name1,
  1444. this.dpc_status,
  1445. this.dpc_man,
  1446. this.dpc_remark,
  1447. this.POLLSETTINGSTATUSCOLUMN});
  1448. this.GridViewPollSetting.GridControl = this.GridPollingSetting;
  1449. this.GridViewPollSetting.IndicatorWidth = 30;
  1450. this.GridViewPollSetting.Name = "GridViewPollSetting";
  1451. this.GridViewPollSetting.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
  1452. this.GridViewPollSetting.OptionsView.ShowGroupPanel = false;
  1453. this.GridViewPollSetting.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewPollSetting_CellValueChanged);
  1454. //
  1455. // PollSettingCheckedColumn
  1456. //
  1457. this.PollSettingCheckedColumn.Caption = " ";
  1458. this.PollSettingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  1459. this.PollSettingCheckedColumn.FieldName = "CHECKEDCOLUMN";
  1460. this.PollSettingCheckedColumn.Name = "PollSettingCheckedColumn";
  1461. this.PollSettingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  1462. this.PollSettingCheckedColumn.OptionsFilter.AllowFilter = false;
  1463. this.PollSettingCheckedColumn.Tag = "0";
  1464. this.PollSettingCheckedColumn.Visible = true;
  1465. this.PollSettingCheckedColumn.VisibleIndex = 0;
  1466. //
  1467. // dpc_id
  1468. //
  1469. this.dpc_id.Caption = "ID";
  1470. this.dpc_id.FieldName = "DPC_ID";
  1471. this.dpc_id.Name = "dpc_id";
  1472. //
  1473. // dpc_decode
  1474. //
  1475. this.dpc_decode.Caption = "设备编号";
  1476. this.dpc_decode.ColumnEdit = this.PollSettingDeviceSearchLookUpEdit;
  1477. this.dpc_decode.FieldName = "DPC_DECODE";
  1478. this.dpc_decode.Name = "dpc_decode";
  1479. this.dpc_decode.Visible = true;
  1480. this.dpc_decode.VisibleIndex = 1;
  1481. this.dpc_decode.Width = 90;
  1482. //
  1483. // PollSettingDeviceSearchLookUpEdit
  1484. //
  1485. this.PollSettingDeviceSearchLookUpEdit.AutoHeight = false;
  1486. this.PollSettingDeviceSearchLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1487. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1488. this.PollSettingDeviceSearchLookUpEdit.Name = "PollSettingDeviceSearchLookUpEdit";
  1489. this.PollSettingDeviceSearchLookUpEdit.NullText = "";
  1490. this.PollSettingDeviceSearchLookUpEdit.View = this.repositoryItemSearchLookUpEdit1View;
  1491. //
  1492. // repositoryItemSearchLookUpEdit1View
  1493. //
  1494. this.repositoryItemSearchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  1495. this.repositoryItemSearchLookUpEdit1View.Name = "repositoryItemSearchLookUpEdit1View";
  1496. this.repositoryItemSearchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  1497. this.repositoryItemSearchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  1498. //
  1499. // dpc_dename
  1500. //
  1501. this.dpc_dename.Caption = "设备名称";
  1502. this.dpc_dename.FieldName = "DPC_DENAME";
  1503. this.dpc_dename.Name = "dpc_dename";
  1504. this.dpc_dename.Visible = true;
  1505. this.dpc_dename.VisibleIndex = 2;
  1506. //
  1507. // dpc_interval
  1508. //
  1509. this.dpc_interval.Caption = "轮询间隔(秒)";
  1510. this.dpc_interval.FieldName = "DPC_INTERVAL";
  1511. this.dpc_interval.Name = "dpc_interval";
  1512. this.dpc_interval.Visible = true;
  1513. this.dpc_interval.VisibleIndex = 3;
  1514. this.dpc_interval.Width = 90;
  1515. //
  1516. // dpc_dccode
  1517. //
  1518. this.dpc_dccode.Caption = "指令编号";
  1519. this.dpc_dccode.ColumnEdit = this.PollSettingItemSearchLookUpEdit;
  1520. this.dpc_dccode.FieldName = "DPC_DCCODE";
  1521. this.dpc_dccode.Name = "dpc_dccode";
  1522. this.dpc_dccode.Visible = true;
  1523. this.dpc_dccode.VisibleIndex = 4;
  1524. this.dpc_dccode.Width = 90;
  1525. //
  1526. // PollSettingItemSearchLookUpEdit
  1527. //
  1528. this.PollSettingItemSearchLookUpEdit.AutoHeight = false;
  1529. this.PollSettingItemSearchLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1530. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1531. this.PollSettingItemSearchLookUpEdit.Name = "PollSettingItemSearchLookUpEdit";
  1532. this.PollSettingItemSearchLookUpEdit.NullText = "";
  1533. this.PollSettingItemSearchLookUpEdit.View = this.PollSettingItemSearchLookUpEditView;
  1534. //
  1535. // PollSettingItemSearchLookUpEditView
  1536. //
  1537. this.PollSettingItemSearchLookUpEditView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  1538. this.gridColumn4,
  1539. this.gridColumn2,
  1540. this.gridColumn5});
  1541. this.PollSettingItemSearchLookUpEditView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  1542. this.PollSettingItemSearchLookUpEditView.Name = "PollSettingItemSearchLookUpEditView";
  1543. this.PollSettingItemSearchLookUpEditView.OptionsSelection.EnableAppearanceFocusedCell = false;
  1544. this.PollSettingItemSearchLookUpEditView.OptionsView.ShowGroupPanel = false;
  1545. //
  1546. // gridColumn4
  1547. //
  1548. this.gridColumn4.Caption = "指令编号";
  1549. this.gridColumn4.FieldName = "DC_CODE";
  1550. this.gridColumn4.Name = "gridColumn4";
  1551. this.gridColumn4.Visible = true;
  1552. this.gridColumn4.VisibleIndex = 0;
  1553. //
  1554. // gridColumn2
  1555. //
  1556. this.gridColumn2.Caption = "指令名称";
  1557. this.gridColumn2.FieldName = "DC_NAME";
  1558. this.gridColumn2.Name = "gridColumn2";
  1559. this.gridColumn2.Visible = true;
  1560. this.gridColumn2.VisibleIndex = 1;
  1561. //
  1562. // gridColumn5
  1563. //
  1564. this.gridColumn5.Caption = "备注";
  1565. this.gridColumn5.FieldName = "DC_REMARK";
  1566. this.gridColumn5.Name = "gridColumn5";
  1567. this.gridColumn5.Visible = true;
  1568. this.gridColumn5.VisibleIndex = 2;
  1569. //
  1570. // dpc_function
  1571. //
  1572. this.dpc_function.Caption = "解析函数";
  1573. this.dpc_function.FieldName = "DPC_FUNCTION";
  1574. this.dpc_function.Name = "dpc_function";
  1575. this.dpc_function.Width = 90;
  1576. //
  1577. // dpc_enable
  1578. //
  1579. this.dpc_enable.Caption = "是否启用";
  1580. this.dpc_enable.ColumnEdit = this.dpc_enableCheckEdit;
  1581. this.dpc_enable.FieldName = "DPC_ENABLE";
  1582. this.dpc_enable.Name = "dpc_enable";
  1583. this.dpc_enable.Visible = true;
  1584. this.dpc_enable.VisibleIndex = 5;
  1585. this.dpc_enable.Width = 90;
  1586. //
  1587. // em_name1
  1588. //
  1589. this.em_name1.Caption = "维护人";
  1590. this.em_name1.FieldName = "EM_NAME";
  1591. this.em_name1.Name = "em_name1";
  1592. this.em_name1.OptionsColumn.AllowEdit = false;
  1593. this.em_name1.Visible = true;
  1594. this.em_name1.VisibleIndex = 8;
  1595. //
  1596. // dpc_status
  1597. //
  1598. this.dpc_status.Caption = "状态";
  1599. this.dpc_status.FieldName = "DPC_STATUS";
  1600. this.dpc_status.Name = "dpc_status";
  1601. this.dpc_status.OptionsColumn.AllowEdit = false;
  1602. this.dpc_status.Width = 90;
  1603. //
  1604. // dpc_man
  1605. //
  1606. this.dpc_man.Caption = "维护人";
  1607. this.dpc_man.FieldName = "DPC_MAN";
  1608. this.dpc_man.Name = "dpc_man";
  1609. this.dpc_man.OptionsColumn.AllowEdit = false;
  1610. //
  1611. // dpc_remark
  1612. //
  1613. this.dpc_remark.Caption = "备注";
  1614. this.dpc_remark.FieldName = "DPC_REMARK";
  1615. this.dpc_remark.Name = "dpc_remark";
  1616. this.dpc_remark.Visible = true;
  1617. this.dpc_remark.VisibleIndex = 6;
  1618. this.dpc_remark.Width = 87;
  1619. //
  1620. // POLLSETTINGSTATUSCOLUMN
  1621. //
  1622. this.POLLSETTINGSTATUSCOLUMN.Caption = "运行状态";
  1623. this.POLLSETTINGSTATUSCOLUMN.FieldName = "POLLSETTINGSTATUSCOLUMN";
  1624. this.POLLSETTINGSTATUSCOLUMN.Name = "POLLSETTINGSTATUSCOLUMN";
  1625. this.POLLSETTINGSTATUSCOLUMN.OptionsColumn.ReadOnly = true;
  1626. this.POLLSETTINGSTATUSCOLUMN.Visible = true;
  1627. this.POLLSETTINGSTATUSCOLUMN.VisibleIndex = 7;
  1628. this.POLLSETTINGSTATUSCOLUMN.Width = 98;
  1629. //
  1630. // PollingSetItemLookUpEdit
  1631. //
  1632. this.PollingSetItemLookUpEdit.AutoHeight = false;
  1633. this.PollingSetItemLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1634. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1635. this.PollingSetItemLookUpEdit.Name = "PollingSetItemLookUpEdit";
  1636. this.PollingSetItemLookUpEdit.NullText = "";
  1637. this.PollingSetItemLookUpEdit.ShowFooter = false;
  1638. this.PollingSetItemLookUpEdit.ShowHeader = false;
  1639. //
  1640. // PagePolling
  1641. //
  1642. this.PagePolling.Controls.Add(this.ButtonAddPolling);
  1643. this.PagePolling.Controls.Add(this.ButtonDeletePolling);
  1644. this.PagePolling.Controls.Add(this.ButtonSavePolling);
  1645. this.PagePolling.Controls.Add(this.GridPolling);
  1646. this.PagePolling.Name = "PagePolling";
  1647. this.PagePolling.PageVisible = false;
  1648. this.PagePolling.Size = new System.Drawing.Size(1028, 448);
  1649. this.PagePolling.Text = "xtraTabPage1";
  1650. //
  1651. // ButtonAddPolling
  1652. //
  1653. this.ButtonAddPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1654. this.ButtonAddPolling.Grid = null;
  1655. this.ButtonAddPolling.Location = new System.Drawing.Point(879, 422);
  1656. this.ButtonAddPolling.Name = "ButtonAddPolling";
  1657. this.ButtonAddPolling.Size = new System.Drawing.Size(64, 23);
  1658. this.ButtonAddPolling.TabIndex = 9;
  1659. this.ButtonAddPolling.Text = "新增";
  1660. //
  1661. // ButtonDeletePolling
  1662. //
  1663. this.ButtonDeletePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1664. this.ButtonDeletePolling.Grid = null;
  1665. this.ButtonDeletePolling.Location = new System.Drawing.Point(808, 422);
  1666. this.ButtonDeletePolling.Name = "ButtonDeletePolling";
  1667. this.ButtonDeletePolling.Size = new System.Drawing.Size(64, 23);
  1668. this.ButtonDeletePolling.TabIndex = 8;
  1669. this.ButtonDeletePolling.Text = "删除";
  1670. //
  1671. // ButtonSavePolling
  1672. //
  1673. this.ButtonSavePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1674. this.ButtonSavePolling.Grid = null;
  1675. this.ButtonSavePolling.HandlerOtherFirst = false;
  1676. this.ButtonSavePolling.Location = new System.Drawing.Point(950, 422);
  1677. this.ButtonSavePolling.Name = "ButtonSavePolling";
  1678. this.ButtonSavePolling.Size = new System.Drawing.Size(64, 23);
  1679. this.ButtonSavePolling.TabIndex = 7;
  1680. this.ButtonSavePolling.Text = "保存";
  1681. //
  1682. // GridPolling
  1683. //
  1684. this.GridPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1685. | System.Windows.Forms.AnchorStyles.Left)
  1686. | System.Windows.Forms.AnchorStyles.Right)));
  1687. this.GridPolling.Condition = null;
  1688. this.GridPolling.GetDataSQL = null;
  1689. this.GridPolling.ID = null;
  1690. this.GridPolling.InsertSQL = null;
  1691. this.GridPolling.Location = new System.Drawing.Point(3, -3);
  1692. this.GridPolling.MainView = this.GridViewPolling;
  1693. this.GridPolling.MenuManager = this.RibbonNav;
  1694. this.GridPolling.Name = "GridPolling";
  1695. this.GridPolling.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  1696. this.dpc_enableCheckEdit});
  1697. this.GridPolling.RowCount = 0;
  1698. this.GridPolling.Size = new System.Drawing.Size(1028, 420);
  1699. this.GridPolling.TabIndex = 0;
  1700. this.GridPolling.TableName = null;
  1701. this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1702. this.GridViewPolling});
  1703. //
  1704. // GridViewPolling
  1705. //
  1706. this.GridViewPolling.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  1707. this.PollingCheckedColumn,
  1708. this.pl_id,
  1709. this.pl_code,
  1710. this.pl_name,
  1711. this.pl_type,
  1712. this.pl_dccode,
  1713. this.pl_remark});
  1714. this.GridViewPolling.GridControl = this.GridPolling;
  1715. this.GridViewPolling.IndicatorWidth = 30;
  1716. this.GridViewPolling.Name = "GridViewPolling";
  1717. this.GridViewPolling.OptionsView.ShowGroupPanel = false;
  1718. //
  1719. // PollingCheckedColumn
  1720. //
  1721. this.PollingCheckedColumn.Caption = " ";
  1722. this.PollingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  1723. this.PollingCheckedColumn.FieldName = "CHECKEDCOLUMN";
  1724. this.PollingCheckedColumn.Name = "PollingCheckedColumn";
  1725. this.PollingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  1726. this.PollingCheckedColumn.Tag = "0";
  1727. this.PollingCheckedColumn.Visible = true;
  1728. this.PollingCheckedColumn.VisibleIndex = 0;
  1729. //
  1730. // pl_id
  1731. //
  1732. this.pl_id.Caption = "ID";
  1733. this.pl_id.FieldName = "PL_ID";
  1734. this.pl_id.Name = "pl_id";
  1735. //
  1736. // pl_code
  1737. //
  1738. this.pl_code.Caption = "业务编号";
  1739. this.pl_code.FieldName = "PL_CODE";
  1740. this.pl_code.Name = "pl_code";
  1741. this.pl_code.Visible = true;
  1742. this.pl_code.VisibleIndex = 1;
  1743. //
  1744. // pl_name
  1745. //
  1746. this.pl_name.Caption = "业务名称";
  1747. this.pl_name.FieldName = "PL_NAME";
  1748. this.pl_name.Name = "pl_name";
  1749. this.pl_name.Visible = true;
  1750. this.pl_name.VisibleIndex = 2;
  1751. //
  1752. // pl_type
  1753. //
  1754. this.pl_type.Caption = "业务类型";
  1755. this.pl_type.FieldName = "PL_TYPE";
  1756. this.pl_type.Name = "pl_type";
  1757. this.pl_type.Visible = true;
  1758. this.pl_type.VisibleIndex = 3;
  1759. //
  1760. // pl_dccode
  1761. //
  1762. this.pl_dccode.Caption = "指令编号";
  1763. this.pl_dccode.ColumnEdit = this.PollingSetItemLookUpEdit;
  1764. this.pl_dccode.FieldName = "PL_DCCODE";
  1765. this.pl_dccode.Name = "pl_dccode";
  1766. this.pl_dccode.Visible = true;
  1767. this.pl_dccode.VisibleIndex = 4;
  1768. //
  1769. // pl_remark
  1770. //
  1771. this.pl_remark.Caption = "备注";
  1772. this.pl_remark.FieldName = "PL_REMARK";
  1773. this.pl_remark.Name = "pl_remark";
  1774. this.pl_remark.Visible = true;
  1775. this.pl_remark.VisibleIndex = 5;
  1776. //
  1777. // PageDeviceStatus
  1778. //
  1779. this.PageDeviceStatus.Controls.Add(this.ComboxDeviceDepartment);
  1780. this.PageDeviceStatus.Controls.Add(this.ComboxDeviceFloor);
  1781. this.PageDeviceStatus.Controls.Add(this.label_ComboxDeviceFloor);
  1782. this.PageDeviceStatus.Controls.Add(this.label_ComboxDeviceDepartment);
  1783. this.PageDeviceStatus.Controls.Add(this.ComboxDeviceStatusWC);
  1784. this.PageDeviceStatus.Controls.Add(this.ComboxDeviceStatusLC);
  1785. this.PageDeviceStatus.Controls.Add(this.CheckEditDeviceStatusEnable);
  1786. this.PageDeviceStatus.Controls.Add(this.ComboxDeviceStatusLC_label);
  1787. this.PageDeviceStatus.Controls.Add(this.ComboxDeviceStatusWC_label);
  1788. this.PageDeviceStatus.Controls.Add(this.PanelDeviceStatus);
  1789. this.PageDeviceStatus.Name = "PageDeviceStatus";
  1790. this.PageDeviceStatus.PageVisible = false;
  1791. this.PageDeviceStatus.Size = new System.Drawing.Size(1028, 448);
  1792. this.PageDeviceStatus.Text = "xtraTabPage1";
  1793. this.PageDeviceStatus.VisibleChanged += new System.EventHandler(this.PageDeviceStatus_VisibleChanged);
  1794. //
  1795. // ComboxDeviceDepartment
  1796. //
  1797. this.ComboxDeviceDepartment.Location = new System.Drawing.Point(365, 10);
  1798. this.ComboxDeviceDepartment.MenuManager = this.RibbonNav;
  1799. this.ComboxDeviceDepartment.Name = "ComboxDeviceDepartment";
  1800. this.ComboxDeviceDepartment.Properties.Appearance.Font = new System.Drawing.Font("黑体", 11F);
  1801. this.ComboxDeviceDepartment.Properties.Appearance.Options.UseFont = true;
  1802. this.ComboxDeviceDepartment.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1803. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1804. this.ComboxDeviceDepartment.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  1805. this.ComboxDeviceDepartment.Size = new System.Drawing.Size(100, 36);
  1806. this.ComboxDeviceDepartment.TabIndex = 6;
  1807. this.ComboxDeviceDepartment.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceStatusLC_SelectedIndexChanged);
  1808. //
  1809. // ComboxDeviceFloor
  1810. //
  1811. this.ComboxDeviceFloor.Location = new System.Drawing.Point(517, 10);
  1812. this.ComboxDeviceFloor.MenuManager = this.RibbonNav;
  1813. this.ComboxDeviceFloor.Name = "ComboxDeviceFloor";
  1814. this.ComboxDeviceFloor.Properties.Appearance.Font = new System.Drawing.Font("黑体", 11F);
  1815. this.ComboxDeviceFloor.Properties.Appearance.Options.UseFont = true;
  1816. this.ComboxDeviceFloor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1817. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1818. this.ComboxDeviceFloor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  1819. this.ComboxDeviceFloor.Size = new System.Drawing.Size(100, 36);
  1820. this.ComboxDeviceFloor.TabIndex = 7;
  1821. this.ComboxDeviceFloor.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceStatusLC_SelectedIndexChanged);
  1822. //
  1823. // label_ComboxDeviceFloor
  1824. //
  1825. this.label_ComboxDeviceFloor.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1826. this.label_ComboxDeviceFloor.Location = new System.Drawing.Point(477, 13);
  1827. this.label_ComboxDeviceFloor.Name = "label_ComboxDeviceFloor";
  1828. this.label_ComboxDeviceFloor.Size = new System.Drawing.Size(64, 33);
  1829. this.label_ComboxDeviceFloor.TabIndex = 9;
  1830. this.label_ComboxDeviceFloor.Text = "楼层";
  1831. //
  1832. // label_ComboxDeviceDepartment
  1833. //
  1834. this.label_ComboxDeviceDepartment.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1835. this.label_ComboxDeviceDepartment.Location = new System.Drawing.Point(326, 13);
  1836. this.label_ComboxDeviceDepartment.Name = "label_ComboxDeviceDepartment";
  1837. this.label_ComboxDeviceDepartment.Size = new System.Drawing.Size(64, 33);
  1838. this.label_ComboxDeviceDepartment.TabIndex = 8;
  1839. this.label_ComboxDeviceDepartment.Text = "部门";
  1840. //
  1841. // ComboxDeviceStatusWC
  1842. //
  1843. this.ComboxDeviceStatusWC.Location = new System.Drawing.Point(61, 10);
  1844. this.ComboxDeviceStatusWC.MenuManager = this.RibbonNav;
  1845. this.ComboxDeviceStatusWC.Name = "ComboxDeviceStatusWC";
  1846. this.ComboxDeviceStatusWC.Properties.Appearance.Font = new System.Drawing.Font("黑体", 11F);
  1847. this.ComboxDeviceStatusWC.Properties.Appearance.Options.UseFont = true;
  1848. this.ComboxDeviceStatusWC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1849. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1850. this.ComboxDeviceStatusWC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  1851. this.ComboxDeviceStatusWC.Size = new System.Drawing.Size(100, 36);
  1852. this.ComboxDeviceStatusWC.TabIndex = 0;
  1853. this.ComboxDeviceStatusWC.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceStatusWC_SelectedIndexChanged);
  1854. //
  1855. // ComboxDeviceStatusLC
  1856. //
  1857. this.ComboxDeviceStatusLC.Location = new System.Drawing.Point(213, 10);
  1858. this.ComboxDeviceStatusLC.MenuManager = this.RibbonNav;
  1859. this.ComboxDeviceStatusLC.Name = "ComboxDeviceStatusLC";
  1860. this.ComboxDeviceStatusLC.Properties.Appearance.Font = new System.Drawing.Font("黑体", 11F);
  1861. this.ComboxDeviceStatusLC.Properties.Appearance.Options.UseFont = true;
  1862. this.ComboxDeviceStatusLC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1863. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1864. this.ComboxDeviceStatusLC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  1865. this.ComboxDeviceStatusLC.Size = new System.Drawing.Size(100, 36);
  1866. this.ComboxDeviceStatusLC.TabIndex = 0;
  1867. this.ComboxDeviceStatusLC.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceStatusLC_SelectedIndexChanged);
  1868. //
  1869. // CheckEditDeviceStatusEnable
  1870. //
  1871. this.CheckEditDeviceStatusEnable.Location = new System.Drawing.Point(628, 13);
  1872. this.CheckEditDeviceStatusEnable.MenuManager = this.RibbonNav;
  1873. this.CheckEditDeviceStatusEnable.Name = "CheckEditDeviceStatusEnable";
  1874. this.CheckEditDeviceStatusEnable.Properties.Appearance.Font = new System.Drawing.Font("黑体", 10F);
  1875. this.CheckEditDeviceStatusEnable.Properties.Appearance.Options.UseFont = true;
  1876. this.CheckEditDeviceStatusEnable.Properties.Caption = "只显示已启用设备";
  1877. this.CheckEditDeviceStatusEnable.Size = new System.Drawing.Size(142, 34);
  1878. this.CheckEditDeviceStatusEnable.TabIndex = 5;
  1879. this.CheckEditDeviceStatusEnable.CheckedChanged += new System.EventHandler(this.CheckEditDeviceStatusEnable_CheckedChanged);
  1880. //
  1881. // ComboxDeviceStatusLC_label
  1882. //
  1883. this.ComboxDeviceStatusLC_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1884. this.ComboxDeviceStatusLC_label.Location = new System.Drawing.Point(173, 13);
  1885. this.ComboxDeviceStatusLC_label.Name = "ComboxDeviceStatusLC_label";
  1886. this.ComboxDeviceStatusLC_label.Size = new System.Drawing.Size(64, 33);
  1887. this.ComboxDeviceStatusLC_label.TabIndex = 4;
  1888. this.ComboxDeviceStatusLC_label.Text = "线别";
  1889. //
  1890. // ComboxDeviceStatusWC_label
  1891. //
  1892. this.ComboxDeviceStatusWC_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1893. this.ComboxDeviceStatusWC_label.Location = new System.Drawing.Point(22, 13);
  1894. this.ComboxDeviceStatusWC_label.Name = "ComboxDeviceStatusWC_label";
  1895. this.ComboxDeviceStatusWC_label.Size = new System.Drawing.Size(64, 33);
  1896. this.ComboxDeviceStatusWC_label.TabIndex = 2;
  1897. this.ComboxDeviceStatusWC_label.Text = "车间";
  1898. //
  1899. // PanelDeviceStatus
  1900. //
  1901. this.PanelDeviceStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1902. | System.Windows.Forms.AnchorStyles.Left)
  1903. | System.Windows.Forms.AnchorStyles.Right)));
  1904. this.PanelDeviceStatus.Location = new System.Drawing.Point(0, 35);
  1905. this.PanelDeviceStatus.Name = "PanelDeviceStatus";
  1906. this.PanelDeviceStatus.Size = new System.Drawing.Size(1028, 413);
  1907. this.PanelDeviceStatus.TabIndex = 0;
  1908. //
  1909. // PageWorkCenterStatus
  1910. //
  1911. this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
  1912. this.PageWorkCenterStatus.Name = "PageWorkCenterStatus";
  1913. this.PageWorkCenterStatus.PageVisible = false;
  1914. this.PageWorkCenterStatus.Size = new System.Drawing.Size(1028, 448);
  1915. this.PageWorkCenterStatus.Text = "车间全局监控";
  1916. //
  1917. // GridWorkCenterStatus
  1918. //
  1919. this.GridWorkCenterStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1920. | System.Windows.Forms.AnchorStyles.Left)
  1921. | System.Windows.Forms.AnchorStyles.Right)));
  1922. this.GridWorkCenterStatus.Condition = null;
  1923. this.GridWorkCenterStatus.GetDataSQL = null;
  1924. this.GridWorkCenterStatus.ID = null;
  1925. this.GridWorkCenterStatus.InsertSQL = null;
  1926. this.GridWorkCenterStatus.Location = new System.Drawing.Point(0, 0);
  1927. this.GridWorkCenterStatus.MainView = this.GridViewWorkCenterStatus;
  1928. this.GridWorkCenterStatus.MenuManager = this.RibbonNav;
  1929. this.GridWorkCenterStatus.Name = "GridWorkCenterStatus";
  1930. this.GridWorkCenterStatus.RowCount = 0;
  1931. this.GridWorkCenterStatus.Size = new System.Drawing.Size(1025, 445);
  1932. this.GridWorkCenterStatus.TabIndex = 0;
  1933. this.GridWorkCenterStatus.TableName = null;
  1934. this.GridWorkCenterStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1935. this.GridViewWorkCenterStatus});
  1936. //
  1937. // GridViewWorkCenterStatus
  1938. //
  1939. this.GridViewWorkCenterStatus.GridControl = this.GridWorkCenterStatus;
  1940. this.GridViewWorkCenterStatus.IndicatorWidth = 30;
  1941. this.GridViewWorkCenterStatus.Name = "GridViewWorkCenterStatus";
  1942. this.GridViewWorkCenterStatus.OptionsView.ShowGroupPanel = false;
  1943. //
  1944. // PageDeviceRunLog
  1945. //
  1946. this.PageDeviceRunLog.Controls.Add(this.ButtonSearchDeviceRunLog);
  1947. this.PageDeviceRunLog.Controls.Add(this.TextDrrDeCode);
  1948. this.PageDeviceRunLog.Controls.Add(this.LabelDrrDeCode);
  1949. this.PageDeviceRunLog.Controls.Add(this.GridDeviceRunLog);
  1950. this.PageDeviceRunLog.Name = "PageDeviceRunLog";
  1951. this.PageDeviceRunLog.PageVisible = false;
  1952. this.PageDeviceRunLog.Size = new System.Drawing.Size(1028, 448);
  1953. this.PageDeviceRunLog.Text = "设备运行日志";
  1954. //
  1955. // ButtonSearchDeviceRunLog
  1956. //
  1957. this.ButtonSearchDeviceRunLog.Location = new System.Drawing.Point(170, 4);
  1958. this.ButtonSearchDeviceRunLog.Name = "ButtonSearchDeviceRunLog";
  1959. this.ButtonSearchDeviceRunLog.Size = new System.Drawing.Size(64, 23);
  1960. this.ButtonSearchDeviceRunLog.TabIndex = 3;
  1961. this.ButtonSearchDeviceRunLog.Text = "查询";
  1962. this.ButtonSearchDeviceRunLog.Click += new System.EventHandler(this.ButtonSearchDeviceRunLog_Click);
  1963. //
  1964. // TextDrrDeCode
  1965. //
  1966. this.TextDrrDeCode.Location = new System.Drawing.Point(64, 5);
  1967. this.TextDrrDeCode.MenuManager = this.RibbonNav;
  1968. this.TextDrrDeCode.Name = "TextDrrDeCode";
  1969. this.TextDrrDeCode.Size = new System.Drawing.Size(100, 36);
  1970. this.TextDrrDeCode.TabIndex = 2;
  1971. //
  1972. // LabelDrrDeCode
  1973. //
  1974. this.LabelDrrDeCode.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1975. this.LabelDrrDeCode.Location = new System.Drawing.Point(10, 7);
  1976. this.LabelDrrDeCode.Name = "LabelDrrDeCode";
  1977. this.LabelDrrDeCode.Size = new System.Drawing.Size(96, 31);
  1978. this.LabelDrrDeCode.TabIndex = 1;
  1979. this.LabelDrrDeCode.Text = "设备编号";
  1980. //
  1981. // GridDeviceRunLog
  1982. //
  1983. this.GridDeviceRunLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1984. | System.Windows.Forms.AnchorStyles.Left)
  1985. | System.Windows.Forms.AnchorStyles.Right)));
  1986. this.GridDeviceRunLog.Condition = null;
  1987. this.GridDeviceRunLog.GetDataSQL = null;
  1988. this.GridDeviceRunLog.ID = null;
  1989. this.GridDeviceRunLog.InsertSQL = null;
  1990. this.GridDeviceRunLog.Location = new System.Drawing.Point(-1, 29);
  1991. this.GridDeviceRunLog.MainView = this.GirdViewDeviceRunLog;
  1992. this.GridDeviceRunLog.MenuManager = this.RibbonNav;
  1993. this.GridDeviceRunLog.Name = "GridDeviceRunLog";
  1994. this.GridDeviceRunLog.RowCount = 0;
  1995. this.GridDeviceRunLog.Size = new System.Drawing.Size(1029, 424);
  1996. this.GridDeviceRunLog.TabIndex = 0;
  1997. this.GridDeviceRunLog.TableName = null;
  1998. this.GridDeviceRunLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1999. this.GirdViewDeviceRunLog});
  2000. //
  2001. // GirdViewDeviceRunLog
  2002. //
  2003. this.GirdViewDeviceRunLog.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  2004. this.主键,
  2005. this.drr_decode,
  2006. this.drr_dename,
  2007. this.drr_command,
  2008. this.drr_date,
  2009. this.drr_commandfrom,
  2010. this.drr_doman,
  2011. this.drr_remark});
  2012. this.GirdViewDeviceRunLog.GridControl = this.GridDeviceRunLog;
  2013. this.GirdViewDeviceRunLog.IndicatorWidth = 30;
  2014. this.GirdViewDeviceRunLog.Name = "GirdViewDeviceRunLog";
  2015. this.GirdViewDeviceRunLog.OptionsView.ShowGroupPanel = false;
  2016. //
  2017. // 主键
  2018. //
  2019. this.主键.Caption = "drr_id";
  2020. this.主键.FieldName = "DRR_ID";
  2021. this.主键.Name = "主键";
  2022. this.主键.OptionsColumn.AllowEdit = false;
  2023. //
  2024. // drr_decode
  2025. //
  2026. this.drr_decode.Caption = "设备编号";
  2027. this.drr_decode.FieldName = "DRR_DECODE";
  2028. this.drr_decode.Name = "drr_decode";
  2029. this.drr_decode.OptionsColumn.AllowEdit = false;
  2030. this.drr_decode.Visible = true;
  2031. this.drr_decode.VisibleIndex = 0;
  2032. this.drr_decode.Width = 142;
  2033. //
  2034. // drr_dename
  2035. //
  2036. this.drr_dename.Caption = "设备名称";
  2037. this.drr_dename.FieldName = "DRR_DENAME";
  2038. this.drr_dename.Name = "drr_dename";
  2039. this.drr_dename.OptionsColumn.AllowEdit = false;
  2040. this.drr_dename.Visible = true;
  2041. this.drr_dename.VisibleIndex = 1;
  2042. this.drr_dename.Width = 142;
  2043. //
  2044. // drr_command
  2045. //
  2046. this.drr_command.Caption = "指令类型";
  2047. this.drr_command.FieldName = "DRR_COMMAND";
  2048. this.drr_command.Name = "drr_command";
  2049. this.drr_command.OptionsColumn.AllowEdit = false;
  2050. this.drr_command.Visible = true;
  2051. this.drr_command.VisibleIndex = 2;
  2052. this.drr_command.Width = 142;
  2053. //
  2054. // drr_date
  2055. //
  2056. this.drr_date.Caption = "日期";
  2057. this.drr_date.FieldName = "DRR_DATE";
  2058. this.drr_date.Name = "drr_date";
  2059. this.drr_date.OptionsColumn.AllowEdit = false;
  2060. this.drr_date.Visible = true;
  2061. this.drr_date.VisibleIndex = 3;
  2062. this.drr_date.Width = 142;
  2063. //
  2064. // drr_commandfrom
  2065. //
  2066. this.drr_commandfrom.Caption = "指令来源";
  2067. this.drr_commandfrom.FieldName = "DRR_COMMANDFROM";
  2068. this.drr_commandfrom.Name = "drr_commandfrom";
  2069. this.drr_commandfrom.OptionsColumn.AllowEdit = false;
  2070. this.drr_commandfrom.Visible = true;
  2071. this.drr_commandfrom.VisibleIndex = 4;
  2072. this.drr_commandfrom.Width = 142;
  2073. //
  2074. // drr_doman
  2075. //
  2076. this.drr_doman.Caption = "执行人";
  2077. this.drr_doman.FieldName = "DRR_DOMAN";
  2078. this.drr_doman.Name = "drr_doman";
  2079. this.drr_doman.OptionsColumn.AllowEdit = false;
  2080. this.drr_doman.Visible = true;
  2081. this.drr_doman.VisibleIndex = 5;
  2082. this.drr_doman.Width = 142;
  2083. //
  2084. // drr_remark
  2085. //
  2086. this.drr_remark.Caption = "备注";
  2087. this.drr_remark.FieldName = "DRR_REMARK";
  2088. this.drr_remark.Name = "drr_remark";
  2089. this.drr_remark.OptionsColumn.AllowEdit = false;
  2090. this.drr_remark.Visible = true;
  2091. this.drr_remark.VisibleIndex = 6;
  2092. this.drr_remark.Width = 144;
  2093. //
  2094. // PageClientParam
  2095. //
  2096. this.PageClientParam.Controls.Add(this.ButtonSaveClientParam);
  2097. this.PageClientParam.Controls.Add(this.UpdateTimeSpan);
  2098. this.PageClientParam.Controls.Add(this.label1);
  2099. this.PageClientParam.Name = "PageClientParam";
  2100. this.PageClientParam.PageVisible = false;
  2101. this.PageClientParam.Size = new System.Drawing.Size(1028, 448);
  2102. this.PageClientParam.VisibleChanged += new System.EventHandler(this.PageClientParam_VisibleChanged);
  2103. //
  2104. // ButtonSaveClientParam
  2105. //
  2106. this.ButtonSaveClientParam.Location = new System.Drawing.Point(140, 122);
  2107. this.ButtonSaveClientParam.Name = "ButtonSaveClientParam";
  2108. this.ButtonSaveClientParam.Size = new System.Drawing.Size(64, 23);
  2109. this.ButtonSaveClientParam.TabIndex = 2;
  2110. this.ButtonSaveClientParam.Text = "保存";
  2111. this.ButtonSaveClientParam.Click += new System.EventHandler(this.ButtonSaveClientParam_Click);
  2112. //
  2113. // UpdateTimeSpan
  2114. //
  2115. this.UpdateTimeSpan.Location = new System.Drawing.Point(140, 30);
  2116. this.UpdateTimeSpan.Name = "UpdateTimeSpan";
  2117. this.UpdateTimeSpan.Size = new System.Drawing.Size(53, 36);
  2118. this.UpdateTimeSpan.TabIndex = 1;
  2119. //
  2120. // label1
  2121. //
  2122. this.label1.AutoSize = true;
  2123. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  2124. this.label1.Location = new System.Drawing.Point(28, 30);
  2125. this.label1.Name = "label1";
  2126. this.label1.Size = new System.Drawing.Size(210, 41);
  2127. this.label1.TabIndex = 0;
  2128. this.label1.Text = "数据上传时间";
  2129. //
  2130. // PageDeviceData
  2131. //
  2132. this.PageDeviceData.Controls.Add(this.ButtonRefreshDeviceData);
  2133. this.PageDeviceData.Controls.Add(this.GridDeviceData);
  2134. this.PageDeviceData.Name = "PageDeviceData";
  2135. this.PageDeviceData.PageVisible = false;
  2136. this.PageDeviceData.Size = new System.Drawing.Size(1028, 448);
  2137. //
  2138. // GridDeviceData
  2139. //
  2140. this.GridDeviceData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  2141. | System.Windows.Forms.AnchorStyles.Left)
  2142. | System.Windows.Forms.AnchorStyles.Right)));
  2143. this.GridDeviceData.Condition = null;
  2144. this.GridDeviceData.GetDataSQL = null;
  2145. this.GridDeviceData.ID = null;
  2146. this.GridDeviceData.InsertSQL = null;
  2147. this.GridDeviceData.Location = new System.Drawing.Point(0, 32);
  2148. this.GridDeviceData.MainView = this.GridViewDeviceData;
  2149. this.GridDeviceData.MenuManager = this.RibbonNav;
  2150. this.GridDeviceData.Name = "GridDeviceData";
  2151. this.GridDeviceData.RowCount = 0;
  2152. this.GridDeviceData.Size = new System.Drawing.Size(1028, 416);
  2153. this.GridDeviceData.TabIndex = 0;
  2154. this.GridDeviceData.TableName = null;
  2155. this.GridDeviceData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  2156. this.GridViewDeviceData});
  2157. //
  2158. // GridViewDeviceData
  2159. //
  2160. this.GridViewDeviceData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  2161. this.dr_decode,
  2162. this.dr_dename,
  2163. this.dr_runstatus,
  2164. this.dr_qty,
  2165. this.dr_inqty,
  2166. this.dr_value1,
  2167. this.dr_value2,
  2168. this.dr_value3,
  2169. this.dr_value4,
  2170. this.dr_value5,
  2171. this.dr_value6,
  2172. this.dr_value7,
  2173. this.dr_value8,
  2174. this.dr_value9,
  2175. this.dr_value10});
  2176. this.GridViewDeviceData.GridControl = this.GridDeviceData;
  2177. this.GridViewDeviceData.IndicatorWidth = 30;
  2178. this.GridViewDeviceData.Name = "GridViewDeviceData";
  2179. this.GridViewDeviceData.OptionsView.ShowGroupPanel = false;
  2180. //
  2181. // dr_decode
  2182. //
  2183. this.dr_decode.Caption = "设备编号";
  2184. this.dr_decode.FieldName = "DR_DECODE";
  2185. this.dr_decode.Name = "dr_decode";
  2186. this.dr_decode.OptionsColumn.AllowEdit = false;
  2187. this.dr_decode.Visible = true;
  2188. this.dr_decode.VisibleIndex = 0;
  2189. //
  2190. // dr_dename
  2191. //
  2192. this.dr_dename.Caption = "设备名称";
  2193. this.dr_dename.FieldName = "DR_DENAME";
  2194. this.dr_dename.Name = "dr_dename";
  2195. this.dr_dename.OptionsColumn.AllowEdit = false;
  2196. this.dr_dename.Visible = true;
  2197. this.dr_dename.VisibleIndex = 1;
  2198. //
  2199. // dr_runstatus
  2200. //
  2201. this.dr_runstatus.Caption = "运行状态";
  2202. this.dr_runstatus.FieldName = "DR_RUNSTATUS";
  2203. this.dr_runstatus.Name = "dr_runstatus";
  2204. this.dr_runstatus.OptionsColumn.AllowEdit = false;
  2205. this.dr_runstatus.Visible = true;
  2206. this.dr_runstatus.VisibleIndex = 2;
  2207. //
  2208. // dr_qty
  2209. //
  2210. this.dr_qty.Caption = "投入";
  2211. this.dr_qty.FieldName = "DR_QTY";
  2212. this.dr_qty.Name = "dr_qty";
  2213. this.dr_qty.OptionsColumn.AllowEdit = false;
  2214. this.dr_qty.Visible = true;
  2215. this.dr_qty.VisibleIndex = 3;
  2216. //
  2217. // dr_inqty
  2218. //
  2219. this.dr_inqty.Caption = "产出";
  2220. this.dr_inqty.FieldName = "DR_OKQTY";
  2221. this.dr_inqty.Name = "dr_inqty";
  2222. this.dr_inqty.OptionsColumn.AllowEdit = false;
  2223. this.dr_inqty.Visible = true;
  2224. this.dr_inqty.VisibleIndex = 4;
  2225. //
  2226. // dr_value1
  2227. //
  2228. this.dr_value1.Caption = "参数1";
  2229. this.dr_value1.FieldName = "DR_VALUE1";
  2230. this.dr_value1.Name = "dr_value1";
  2231. this.dr_value1.Visible = true;
  2232. this.dr_value1.VisibleIndex = 5;
  2233. //
  2234. // dr_value2
  2235. //
  2236. this.dr_value2.Caption = "参数2";
  2237. this.dr_value2.FieldName = "DR_VALUE2";
  2238. this.dr_value2.Name = "dr_value2";
  2239. this.dr_value2.Visible = true;
  2240. this.dr_value2.VisibleIndex = 6;
  2241. //
  2242. // dr_value3
  2243. //
  2244. this.dr_value3.Caption = "参数3";
  2245. this.dr_value3.FieldName = "DR_VALUE3";
  2246. this.dr_value3.Name = "dr_value3";
  2247. this.dr_value3.Visible = true;
  2248. this.dr_value3.VisibleIndex = 7;
  2249. //
  2250. // dr_value4
  2251. //
  2252. this.dr_value4.Caption = "参数4";
  2253. this.dr_value4.FieldName = "DR_VALUE4";
  2254. this.dr_value4.Name = "dr_value4";
  2255. this.dr_value4.Visible = true;
  2256. this.dr_value4.VisibleIndex = 8;
  2257. //
  2258. // dr_value5
  2259. //
  2260. this.dr_value5.Caption = "参数5";
  2261. this.dr_value5.FieldName = "DR_VALUE5";
  2262. this.dr_value5.Name = "dr_value5";
  2263. this.dr_value5.Visible = true;
  2264. this.dr_value5.VisibleIndex = 9;
  2265. //
  2266. // dr_value6
  2267. //
  2268. this.dr_value6.Caption = "参数6";
  2269. this.dr_value6.FieldName = "DR_VALUE6";
  2270. this.dr_value6.Name = "dr_value6";
  2271. this.dr_value6.Visible = true;
  2272. this.dr_value6.VisibleIndex = 10;
  2273. //
  2274. // dr_value7
  2275. //
  2276. this.dr_value7.Caption = "参数7";
  2277. this.dr_value7.FieldName = "DR_VALUE7";
  2278. this.dr_value7.Name = "dr_value7";
  2279. this.dr_value7.Visible = true;
  2280. this.dr_value7.VisibleIndex = 11;
  2281. //
  2282. // dr_value8
  2283. //
  2284. this.dr_value8.Caption = "参数8";
  2285. this.dr_value8.FieldName = "DR_VALUE8";
  2286. this.dr_value8.Name = "dr_value8";
  2287. this.dr_value8.Visible = true;
  2288. this.dr_value8.VisibleIndex = 12;
  2289. //
  2290. // dr_value9
  2291. //
  2292. this.dr_value9.Caption = "参数9";
  2293. this.dr_value9.FieldName = "DR_VALUE9";
  2294. this.dr_value9.Name = "dr_value9";
  2295. this.dr_value9.Visible = true;
  2296. this.dr_value9.VisibleIndex = 13;
  2297. //
  2298. // dr_value10
  2299. //
  2300. this.dr_value10.Caption = "参数10";
  2301. this.dr_value10.FieldName = "DR_VALUE10";
  2302. this.dr_value10.Name = "dr_value10";
  2303. this.dr_value10.Visible = true;
  2304. this.dr_value10.VisibleIndex = 14;
  2305. //
  2306. // TimerDeviceStatus
  2307. //
  2308. this.TimerDeviceStatus.Interval = 10000;
  2309. this.TimerDeviceStatus.Tick += new System.EventHandler(this.TimerDeviceStatus_Tick);
  2310. //
  2311. // CommonTipController
  2312. //
  2313. this.CommonTipController.AutoPopDelay = 10000;
  2314. //
  2315. // TimerUpdateDevice
  2316. //
  2317. this.TimerUpdateDevice.Interval = 20000;
  2318. this.TimerUpdateDevice.Tick += new System.EventHandler(this.TimerUpdateDevice_Tick);
  2319. //
  2320. // TimerUpdateSQL
  2321. //
  2322. this.TimerUpdateSQL.Interval = 5000;
  2323. this.TimerUpdateSQL.Tick += new System.EventHandler(this.TimerUpdateSQL_Tick);
  2324. //
  2325. // ButtonRefreshDeviceData
  2326. //
  2327. this.ButtonRefreshDeviceData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  2328. this.ButtonRefreshDeviceData.Grid = null;
  2329. this.ButtonRefreshDeviceData.Location = new System.Drawing.Point(948, 4);
  2330. this.ButtonRefreshDeviceData.Name = "ButtonRefreshDeviceData";
  2331. this.ButtonRefreshDeviceData.Size = new System.Drawing.Size(64, 23);
  2332. this.ButtonRefreshDeviceData.TabIndex = 7;
  2333. this.ButtonRefreshDeviceData.Text = "刷新";
  2334. this.ButtonRefreshDeviceData.Click += new System.EventHandler(this.ButtonRefreshDeviceData_Click);
  2335. //
  2336. // Main
  2337. //
  2338. this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
  2339. this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  2340. this.Appearance.Options.UseForeColor = true;
  2341. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  2342. this.ClientSize = new System.Drawing.Size(1040, 712);
  2343. this.Controls.Add(this.MainTabControl);
  2344. this.Controls.Add(this.RibbonNav);
  2345. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  2346. this.Name = "Main";
  2347. this.Ribbon = this.RibbonNav;
  2348. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  2349. this.Text = "设备监控管理平台";
  2350. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  2351. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
  2352. this.Load += new System.EventHandler(this.Main_Load);
  2353. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
  2354. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
  2355. this.MainTabControl.ResumeLayout(false);
  2356. this.PageDeviceList.ResumeLayout(false);
  2357. this.PageDeviceList.PerformLayout();
  2358. ((System.ComponentModel.ISupportInitialize)(this.ComBoxDeviceListMan.Properties)).EndInit();
  2359. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  2360. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceListWC.Properties)).EndInit();
  2361. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceListLC.Properties)).EndInit();
  2362. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
  2363. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
  2364. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).EndInit();
  2365. ((System.ComponentModel.ISupportInitialize)(this.DeviceItemSearchLookUpEdit)).EndInit();
  2366. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  2367. ((System.ComponentModel.ISupportInitialize)(this.DataItemRepositoryItemComboBox1)).EndInit();
  2368. this.PageCommandSet.ResumeLayout(false);
  2369. this.PageCommandSet.PerformLayout();
  2370. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).EndInit();
  2371. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
  2372. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
  2373. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).EndInit();
  2374. ((System.ComponentModel.ISupportInitialize)(this.CommandSetRepositoryItemComboBox1)).EndInit();
  2375. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
  2376. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
  2377. this.PageDeviceNetSetting.ResumeLayout(false);
  2378. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).EndInit();
  2379. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).EndInit();
  2380. this.PagePollingSetting.ResumeLayout(false);
  2381. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
  2382. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
  2383. ((System.ComponentModel.ISupportInitialize)(this.PollSettingDeviceSearchLookUpEdit)).EndInit();
  2384. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).EndInit();
  2385. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEdit)).EndInit();
  2386. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEditView)).EndInit();
  2387. ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).EndInit();
  2388. this.PagePolling.ResumeLayout(false);
  2389. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
  2390. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
  2391. this.PageDeviceStatus.ResumeLayout(false);
  2392. this.PageDeviceStatus.PerformLayout();
  2393. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceDepartment.Properties)).EndInit();
  2394. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceFloor.Properties)).EndInit();
  2395. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceStatusWC.Properties)).EndInit();
  2396. ((System.ComponentModel.ISupportInitialize)(this.ComboxDeviceStatusLC.Properties)).EndInit();
  2397. ((System.ComponentModel.ISupportInitialize)(this.CheckEditDeviceStatusEnable.Properties)).EndInit();
  2398. this.PageWorkCenterStatus.ResumeLayout(false);
  2399. ((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).EndInit();
  2400. ((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).EndInit();
  2401. this.PageDeviceRunLog.ResumeLayout(false);
  2402. this.PageDeviceRunLog.PerformLayout();
  2403. ((System.ComponentModel.ISupportInitialize)(this.TextDrrDeCode.Properties)).EndInit();
  2404. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceRunLog)).EndInit();
  2405. ((System.ComponentModel.ISupportInitialize)(this.GirdViewDeviceRunLog)).EndInit();
  2406. this.PageClientParam.ResumeLayout(false);
  2407. this.PageClientParam.PerformLayout();
  2408. ((System.ComponentModel.ISupportInitialize)(this.UpdateTimeSpan)).EndInit();
  2409. this.PageDeviceData.ResumeLayout(false);
  2410. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceData)).EndInit();
  2411. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceData)).EndInit();
  2412. this.ResumeLayout(false);
  2413. this.PerformLayout();
  2414. }
  2415. #endregion
  2416. private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav;
  2417. private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
  2418. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
  2419. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
  2420. private DevExpress.XtraTab.XtraTabControl MainTabControl;
  2421. private DevExpress.XtraBars.BarButtonItem ButtonDeviceNetSetting;
  2422. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
  2423. private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
  2424. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
  2425. private DevExpress.XtraTab.XtraTabPage PageDeviceList;
  2426. private DevExpress.XtraTab.XtraTabPage PageCommandSet;
  2427. private DevExpress.XtraTab.XtraTabPage PageDeviceNetSetting;
  2428. private AutoDataGridControl GridDeviceList;
  2429. private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting;
  2430. private DevExpress.XtraBars.BarButtonItem ButtionPolling;
  2431. private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
  2432. private DevExpress.XtraTab.XtraTabPage PagePolling;
  2433. private DevExpress.XtraGrid.Columns.GridColumn de_id;
  2434. private DevExpress.XtraGrid.Columns.GridColumn de_code;
  2435. private DevExpress.XtraGrid.Columns.GridColumn de_name;
  2436. private DevExpress.XtraGrid.Columns.GridColumn de_runstatus;
  2437. private DevExpress.XtraGrid.Columns.GridColumn de_indate;
  2438. private DevExpress.XtraGrid.Columns.GridColumn de_spec;
  2439. private DevExpress.XtraGrid.Columns.GridColumn de_vendcode;
  2440. private DevExpress.XtraGrid.Columns.GridColumn de_vendname;
  2441. private DevExpress.XtraGrid.Columns.GridColumn de_address;
  2442. private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
  2443. private AutoDataGridControl GridCommandSetting;
  2444. private DevExpress.XtraGrid.Columns.GridColumn dc_id;
  2445. private DevExpress.XtraGrid.Columns.GridColumn dc_code;
  2446. private DevExpress.XtraGrid.Columns.GridColumn dc_name;
  2447. private DevExpress.XtraGrid.Columns.GridColumn dc_value;
  2448. private AutoDataGridControl GridPolling;
  2449. private AutoDataGridControl GridPollingSetting;
  2450. private DevExpress.XtraGrid.Columns.GridColumn pl_id;
  2451. private DevExpress.XtraGrid.Columns.GridColumn pl_code;
  2452. private DevExpress.XtraGrid.Columns.GridColumn pl_name;
  2453. private DevExpress.XtraGrid.Columns.GridColumn pl_type;
  2454. private DevExpress.XtraGrid.Columns.GridColumn pl_dccode;
  2455. private DevExpress.XtraGrid.Columns.GridColumn pl_remark;
  2456. private DevExpress.XtraGrid.Columns.GridColumn dpc_id;
  2457. private DevExpress.XtraGrid.Columns.GridColumn dpc_decode;
  2458. private DevExpress.XtraGrid.Columns.GridColumn dpc_interval;
  2459. private DevExpress.XtraGrid.Columns.GridColumn dpc_dccode;
  2460. private DevExpress.XtraGrid.Columns.GridColumn dpc_function;
  2461. private DevExpress.XtraGrid.Columns.GridColumn dpc_enable;
  2462. private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
  2463. private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
  2464. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
  2465. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommand;
  2466. private CustomerControl.Button.ButtonAddRow ButtonNewCommand;
  2467. private GridViewWithSerialNum GridViewDeviceList;
  2468. private GridViewWithSerialNum GridViewCommandSet;
  2469. private GridViewWithSerialNum GridViewPolling;
  2470. private GridViewWithSerialNum GridViewPollSetting;
  2471. private LabelControl Brand_label;
  2472. private ComboBoxEdit Brand;
  2473. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit CheckEditCommandSet;
  2474. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommand;
  2475. private CustomerControl.Button.ButtonDeleteRow ButtonDeletePolling;
  2476. private CustomerControl.Button.ButtonSaveGrid ButtonSavePolling;
  2477. private CustomerControl.Button.ButtonAddRow ButtonAddPolling;
  2478. private SimpleButton ButtonPausePolling;
  2479. private SimpleButton ButtonStartPolling;
  2480. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommandSet;
  2481. private CustomerControl.Button.ButtonAddRow ButtonNewCommandSet;
  2482. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommandSet;
  2483. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit PollingSetItemLookUpEdit;
  2484. private DevExpress.XtraGrid.Columns.GridColumn POLLSETTINGSTATUSCOLUMN;
  2485. private DevExpress.XtraGrid.Columns.GridColumn PollSettingCheckedColumn;
  2486. private DevExpress.XtraGrid.Columns.GridColumn CommandSetCheckedColumn;
  2487. private DevExpress.XtraGrid.Columns.GridColumn PollingCheckedColumn;
  2488. private DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit PollSettingItemSearchLookUpEdit;
  2489. private DevExpress.XtraGrid.Views.Grid.GridView PollSettingItemSearchLookUpEditView;
  2490. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  2491. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  2492. private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
  2493. private DevExpress.XtraBars.BarButtonItem ButtonWorkCenterStatus;
  2494. private AutoDataGridControl GridDeviceNetSetting;
  2495. private GridViewWithSerialNum GridViewDeviceNetSetting;
  2496. private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
  2497. private DevExpress.XtraTab.XtraTabPage PageWorkCenterStatus;
  2498. private DevExpress.XtraGrid.Columns.GridColumn dnc_id;
  2499. private DevExpress.XtraGrid.Columns.GridColumn dnc_decode;
  2500. private DevExpress.XtraGrid.Columns.GridColumn dnc_getway;
  2501. private DevExpress.XtraGrid.Columns.GridColumn dnc_upperip;
  2502. private DevExpress.XtraGrid.Columns.GridColumn dnc_port;
  2503. private DevExpress.XtraGrid.Columns.GridColumn dnc_mac;
  2504. private DevExpress.XtraGrid.Columns.GridColumn dnc_ip;
  2505. private DevExpress.XtraGrid.Columns.GridColumn dnc_type;
  2506. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteNetConfig;
  2507. private CustomerControl.Button.ButtonAddRow ButtonAddNetConfig;
  2508. private CustomerControl.Button.ButtonSaveGrid ButtonSaveNetConfig;
  2509. private DevExpress.XtraGrid.Columns.GridColumn NetSettingCheckedColumn;
  2510. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  2511. private DevExpress.XtraGrid.Columns.GridColumn dc_sendcoding;
  2512. private DevExpress.XtraGrid.Columns.GridColumn dc_receivecoding;
  2513. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox CommandSetRepositoryItemComboBox1;
  2514. private System.Windows.Forms.Timer TimerDeviceStatus;
  2515. private AutoDataGridControl GridWorkCenterStatus;
  2516. private GridViewWithSerialNum GridViewWorkCenterStatus;
  2517. private XtraScrollableControl PanelDeviceStatus;
  2518. private DevExpress.Utils.ToolTipController CommonTipController;
  2519. private LabelControl ComboxDeviceStatusWC_label;
  2520. private LabelControl ComboxDeviceStatusLC_label;
  2521. private CheckEdit CheckEditDeviceStatusEnable;
  2522. private ComboBoxEdit ComboxDeviceStatusLC;
  2523. private ComboBoxEdit ComboxDeviceStatusWC;
  2524. private LabelControl ComBoxDeviceListMan_label;
  2525. private ComboBoxEdit ComboxDeviceListWC;
  2526. private ComboBoxEdit ComboxDeviceListLC;
  2527. private LabelControl ComboxDeviceListLC_label;
  2528. private LabelControl ComboxDeviceListWC_label;
  2529. private SearchLookUpEdit ComBoxDeviceListMan;
  2530. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  2531. private DevExpress.XtraGrid.Columns.GridColumn em_code;
  2532. private DevExpress.XtraGrid.Columns.GridColumn em_name;
  2533. private DevExpress.XtraGrid.Columns.GridColumn de_inman;
  2534. private DevExpress.XtraGrid.Columns.GridColumn de_linecode;
  2535. private DevExpress.XtraGrid.Columns.GridColumn dc_typename;
  2536. private DevExpress.XtraGrid.Columns.GridColumn db_name;
  2537. private DevExpress.XtraGrid.Columns.GridColumn dpc_man;
  2538. private DevExpress.XtraGrid.Columns.GridColumn em_name1;
  2539. private DevExpress.XtraGrid.Columns.GridColumn dc_man;
  2540. private DevExpress.XtraGrid.Columns.GridColumn dc_date;
  2541. private DevExpress.XtraGrid.Columns.GridColumn de_stepcode;
  2542. private DevExpress.XtraGrid.Columns.GridColumn de_stepname;
  2543. private CustomerControl.Button.ButtonAddRow ButtonAddDevice;
  2544. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteDevice;
  2545. private CustomerControl.Button.ButtonSaveGrid ButtonSaveDevice;
  2546. private DevExpress.XtraGrid.Columns.GridColumn DeviceListCheckedColumn;
  2547. private DevExpress.XtraGrid.Columns.GridColumn de_sourcecode;
  2548. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
  2549. private DevExpress.XtraGrid.Columns.GridColumn dpc_dename;
  2550. private System.Windows.Forms.Timer TimerUpdateDevice;
  2551. private DevExpress.XtraGrid.Columns.GridColumn dc_dataindex;
  2552. private DevExpress.XtraGrid.Columns.GridColumn de_item1;
  2553. private DevExpress.XtraGrid.Columns.GridColumn de_item2;
  2554. private DevExpress.XtraGrid.Columns.GridColumn de_item3;
  2555. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox DataItemRepositoryItemComboBox1;
  2556. private DevExpress.XtraGrid.Columns.GridColumn dc_type;
  2557. private DevExpress.XtraBars.BarButtonItem ButtonDeviceRunLog;
  2558. private DevExpress.XtraTab.XtraTabPage PageDeviceRunLog;
  2559. private AutoDataGridControl GridDeviceRunLog;
  2560. private GridViewWithSerialNum GirdViewDeviceRunLog;
  2561. private DevExpress.XtraGrid.Columns.GridColumn 主键;
  2562. private DevExpress.XtraGrid.Columns.GridColumn drr_decode;
  2563. private DevExpress.XtraGrid.Columns.GridColumn drr_dename;
  2564. private DevExpress.XtraGrid.Columns.GridColumn drr_command;
  2565. private DevExpress.XtraGrid.Columns.GridColumn drr_date;
  2566. private DevExpress.XtraGrid.Columns.GridColumn drr_commandfrom;
  2567. private DevExpress.XtraGrid.Columns.GridColumn drr_doman;
  2568. private DevExpress.XtraGrid.Columns.GridColumn drr_remark;
  2569. private LabelControl LabelDrrDeCode;
  2570. private SimpleButton ButtonSearchDeviceRunLog;
  2571. private TextEdit TextDrrDeCode;
  2572. private DevExpress.XtraBars.BarButtonItem ButtonClientParam;
  2573. private DevExpress.XtraTab.XtraTabPage PageClientParam;
  2574. private System.Windows.Forms.NumericUpDown UpdateTimeSpan;
  2575. private System.Windows.Forms.Label label1;
  2576. private SimpleButton ButtonSaveClientParam;
  2577. private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemSearchLookUpEdit1View;
  2578. private DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit PollSettingDeviceSearchLookUpEdit;
  2579. private System.Windows.Forms.Timer TimerUpdateSQL;
  2580. private ComboBoxEdit ComboxDeviceDepartment;
  2581. private ComboBoxEdit ComboxDeviceFloor;
  2582. private LabelControl label_ComboxDeviceFloor;
  2583. private LabelControl label_ComboxDeviceDepartment;
  2584. private DevExpress.XtraGrid.Columns.GridColumn de_currentcentercode;
  2585. private DevExpress.XtraGrid.Columns.GridColumn de_currentcentername;
  2586. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  2587. private DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit DeviceItemSearchLookUpEdit;
  2588. private DevExpress.XtraBars.BarButtonItem ButtonDeviceData;
  2589. private DevExpress.XtraTab.XtraTabPage PageDeviceData;
  2590. private UAS_PLCDataReader.CustomerControl.AutoDataGridControl.AutoDataGridControl GridDeviceData;
  2591. private UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum GridViewDeviceData;
  2592. private DevExpress.XtraGrid.Columns.GridColumn dr_decode;
  2593. private DevExpress.XtraGrid.Columns.GridColumn dr_dename;
  2594. private DevExpress.XtraGrid.Columns.GridColumn dr_runstatus;
  2595. private DevExpress.XtraGrid.Columns.GridColumn dr_qty;
  2596. private DevExpress.XtraGrid.Columns.GridColumn dr_inqty;
  2597. private DevExpress.XtraGrid.Columns.GridColumn de_item4;
  2598. private DevExpress.XtraGrid.Columns.GridColumn de_item5;
  2599. private DevExpress.XtraGrid.Columns.GridColumn de_item6;
  2600. private DevExpress.XtraGrid.Columns.GridColumn de_item7;
  2601. private DevExpress.XtraGrid.Columns.GridColumn de_item8;
  2602. private DevExpress.XtraGrid.Columns.GridColumn de_item9;
  2603. private DevExpress.XtraGrid.Columns.GridColumn de_item10;
  2604. private DevExpress.XtraGrid.Columns.GridColumn de_name1;
  2605. private DevExpress.XtraGrid.Columns.GridColumn dr_value1;
  2606. private DevExpress.XtraGrid.Columns.GridColumn dr_value2;
  2607. private DevExpress.XtraGrid.Columns.GridColumn dr_value3;
  2608. private DevExpress.XtraGrid.Columns.GridColumn dr_value4;
  2609. private DevExpress.XtraGrid.Columns.GridColumn dr_value5;
  2610. private DevExpress.XtraGrid.Columns.GridColumn dr_value6;
  2611. private DevExpress.XtraGrid.Columns.GridColumn dr_value7;
  2612. private DevExpress.XtraGrid.Columns.GridColumn dr_value8;
  2613. private DevExpress.XtraGrid.Columns.GridColumn dr_value9;
  2614. private DevExpress.XtraGrid.Columns.GridColumn dr_value10;
  2615. private CustomerControl.Button.ButtonDeleteRow ButtonRefreshDeviceData;
  2616. }
  2617. }