Main.Designer.cs 116 KB

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