Main.Designer.cs 103 KB

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