Main.Designer.cs 127 KB

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