Main.Designer.cs 106 KB

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