Main.Designer.cs 150 KB

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