Main.Designer.cs 79 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430
  1. using DevExpress.XtraEditors;
  2. using UAS_DeviceMonitor.CustomerControl.AutoDataGridControl;
  3. using UAS_DeviceMonitor.CustomerControl;
  4. using UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum;
  5. namespace UAS_DeviceMonitor
  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. DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
  35. this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
  36. this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
  37. this.ButtonDeviceNetSetting = new DevExpress.XtraBars.BarButtonItem();
  38. this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem();
  39. this.ButtonPollingSetting = new DevExpress.XtraBars.BarButtonItem();
  40. this.ButtionPolling = new DevExpress.XtraBars.BarButtonItem();
  41. this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem();
  42. this.ButtonWorkCenterStatus = new DevExpress.XtraBars.BarButtonItem();
  43. this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage();
  44. this.RibDeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  45. this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage();
  46. this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  47. this.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
  48. this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
  49. this.ToolPageControlDeviceList = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
  50. this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  51. this.GridViewDeviceList = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  52. this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.de_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.de_indate = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.de_spec = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.de_vendcode = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.de_vendname = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
  63. this.ButtonDeleteCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  64. this.Brand_label = new DevExpress.XtraEditors.LabelControl();
  65. this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
  66. this.ButtonNewCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
  67. this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  68. this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  69. this.GridViewCommandSet = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  70. this.CommandSetCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.CheckEditCommandSet = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  72. this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.dc_value = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.dc_sendcoding = new DevExpress.XtraGrid.Columns.GridColumn();
  77. this.CommandSetRepositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  78. this.dc_receivecoding = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
  80. this.ButtonDeleteNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  81. this.ButtonAddNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
  82. this.ButtonSaveNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  83. this.GridDeviceNetSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  84. this.GridViewDeviceNetSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  85. this.NetSettingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  86. this.dpc_enableCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  87. this.dnc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  88. this.dnc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  89. this.dnc_getway = new DevExpress.XtraGrid.Columns.GridColumn();
  90. this.dnc_upperip = new DevExpress.XtraGrid.Columns.GridColumn();
  91. this.dnc_port = new DevExpress.XtraGrid.Columns.GridColumn();
  92. this.dnc_mac = new DevExpress.XtraGrid.Columns.GridColumn();
  93. this.dnc_ip = new DevExpress.XtraGrid.Columns.GridColumn();
  94. this.dnc_type = new DevExpress.XtraGrid.Columns.GridColumn();
  95. this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
  96. this.ButtonDeleteCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  97. this.ButtonNewCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
  98. this.ButtonSaveCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  99. this.ButtonPausePolling = new DevExpress.XtraEditors.SimpleButton();
  100. this.ButtonStartPolling = new DevExpress.XtraEditors.SimpleButton();
  101. this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  102. this.GridViewPollSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  103. this.PollSettingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  104. this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  105. this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  106. this.dpc_interval = new DevExpress.XtraGrid.Columns.GridColumn();
  107. this.dpc_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  108. this.PollSettingItemSearchLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit();
  109. this.PollSettingItemSearchLookUpEditView = new DevExpress.XtraGrid.Views.Grid.GridView();
  110. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  111. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  112. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  113. this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn();
  114. this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn();
  115. this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
  116. this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  117. this.POLLSETTINGSTATUSCOLUMN = new DevExpress.XtraGrid.Columns.GridColumn();
  118. this.PollingSetItemLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  119. this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
  120. this.ButtonAddPolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
  121. this.ButtonDeletePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  122. this.ButtonSavePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  123. this.GridPolling = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  124. this.GridViewPolling = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  125. this.PollingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
  126. this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn();
  127. this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn();
  128. this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn();
  129. this.pl_type = new DevExpress.XtraGrid.Columns.GridColumn();
  130. this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  131. this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  132. this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
  133. this.GalleryDeviceStatus = new DevExpress.XtraBars.Ribbon.GalleryControl();
  134. this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
  135. this.PageWorkCenterStatus = new DevExpress.XtraTab.XtraTabPage();
  136. this.GridWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  137. this.GridViewWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  138. this.TimerDeviceStatus = new System.Windows.Forms.Timer(this.components);
  139. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
  141. this.MainTabControl.SuspendLayout();
  142. this.PageDeviceList.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
  145. this.PageCommandSet.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).BeginInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.CommandSetRepositoryItemComboBox1)).BeginInit();
  151. this.PageDeviceNetSetting.SuspendLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).BeginInit();
  155. this.PagePollingSetting.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEdit)).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEditView)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).BeginInit();
  161. this.PagePolling.SuspendLayout();
  162. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
  164. this.PageDeviceStatus.SuspendLayout();
  165. ((System.ComponentModel.ISupportInitialize)(this.GalleryDeviceStatus)).BeginInit();
  166. this.GalleryDeviceStatus.SuspendLayout();
  167. this.PageWorkCenterStatus.SuspendLayout();
  168. ((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).BeginInit();
  170. this.SuspendLayout();
  171. //
  172. // RibbonNav
  173. //
  174. this.RibbonNav.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
  175. this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  176. this.RibbonNav.ExpandCollapseItem.Id = 0;
  177. this.RibbonNav.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  178. this.RibbonNav.ExpandCollapseItem,
  179. this.ButtonDeviceList,
  180. this.ButtonDeviceNetSetting,
  181. this.ButtonCommandSet,
  182. this.ButtonPollingSetting,
  183. this.ButtionPolling,
  184. this.ButtonDeviceStatus,
  185. this.ButtonWorkCenterStatus});
  186. this.RibbonNav.Location = new System.Drawing.Point(0, 0);
  187. this.RibbonNav.MaxItemId = 15;
  188. this.RibbonNav.Name = "RibbonNav";
  189. this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  190. this.DeviceInf,
  191. this.DeviceCommandSetting});
  192. this.RibbonNav.Size = new System.Drawing.Size(1033, 128);
  193. //
  194. // ButtonDeviceList
  195. //
  196. this.ButtonDeviceList.Caption = "设备主档资料";
  197. this.ButtonDeviceList.Id = 5;
  198. this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
  199. this.ButtonDeviceList.Name = "ButtonDeviceList";
  200. this.ButtonDeviceList.Tag = "PageDeviceList";
  201. this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  202. //
  203. // ButtonDeviceNetSetting
  204. //
  205. this.ButtonDeviceNetSetting.Caption = "设备联网配置";
  206. this.ButtonDeviceNetSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceNetSetting.Glyph")));
  207. this.ButtonDeviceNetSetting.Id = 8;
  208. this.ButtonDeviceNetSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceNetSetting.LargeGlyph")));
  209. this.ButtonDeviceNetSetting.Name = "ButtonDeviceNetSetting";
  210. this.ButtonDeviceNetSetting.Tag = "PageDeviceNetSetting";
  211. this.ButtonDeviceNetSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  212. //
  213. // ButtonCommandSet
  214. //
  215. this.ButtonCommandSet.Caption = "通信规则定义";
  216. this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph")));
  217. this.ButtonCommandSet.Id = 9;
  218. this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph")));
  219. this.ButtonCommandSet.Name = "ButtonCommandSet";
  220. this.ButtonCommandSet.Tag = "PageCommandSet";
  221. this.ButtonCommandSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  222. //
  223. // ButtonPollingSetting
  224. //
  225. this.ButtonPollingSetting.Caption = "设备轮询配置";
  226. this.ButtonPollingSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.Glyph")));
  227. this.ButtonPollingSetting.Id = 11;
  228. this.ButtonPollingSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.LargeGlyph")));
  229. this.ButtonPollingSetting.Name = "ButtonPollingSetting";
  230. this.ButtonPollingSetting.Tag = "PagePollingSetting";
  231. this.ButtonPollingSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  232. //
  233. // ButtionPolling
  234. //
  235. this.ButtionPolling.Caption = "轮询业务定义";
  236. this.ButtionPolling.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.Glyph")));
  237. this.ButtionPolling.Id = 12;
  238. this.ButtionPolling.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.LargeGlyph")));
  239. this.ButtionPolling.Name = "ButtionPolling";
  240. this.ButtionPolling.Tag = "PagePolling";
  241. this.ButtionPolling.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  242. //
  243. // ButtonDeviceStatus
  244. //
  245. this.ButtonDeviceStatus.Caption = "设备运行监控";
  246. this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph")));
  247. this.ButtonDeviceStatus.Id = 13;
  248. this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph")));
  249. this.ButtonDeviceStatus.Name = "ButtonDeviceStatus";
  250. this.ButtonDeviceStatus.Tag = "PageDeviceStatus";
  251. this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  252. //
  253. // ButtonWorkCenterStatus
  254. //
  255. this.ButtonWorkCenterStatus.Caption = "车间全局监控";
  256. this.ButtonWorkCenterStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonWorkCenterStatus.Glyph")));
  257. this.ButtonWorkCenterStatus.Id = 14;
  258. this.ButtonWorkCenterStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonWorkCenterStatus.LargeGlyph")));
  259. this.ButtonWorkCenterStatus.Name = "ButtonWorkCenterStatus";
  260. this.ButtonWorkCenterStatus.Tag = "PageWorkCenterStatus";
  261. this.ButtonWorkCenterStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  262. //
  263. // DeviceInf
  264. //
  265. this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  266. this.RibDeviceInf});
  267. this.DeviceInf.Name = "DeviceInf";
  268. this.DeviceInf.Text = "设备参数配置";
  269. //
  270. // RibDeviceInf
  271. //
  272. this.RibDeviceInf.AllowTextClipping = false;
  273. this.RibDeviceInf.ItemLinks.Add(this.ButtonCommandSet, true);
  274. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList);
  275. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceNetSetting);
  276. this.RibDeviceInf.ItemLinks.Add(this.ButtonPollingSetting);
  277. this.RibDeviceInf.Name = "RibDeviceInf";
  278. this.RibDeviceInf.ShowCaptionButton = false;
  279. //
  280. // DeviceCommandSetting
  281. //
  282. this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  283. this.RibDeviceCommand});
  284. this.DeviceCommandSetting.Name = "DeviceCommandSetting";
  285. this.DeviceCommandSetting.Text = "设备运行监控";
  286. //
  287. // RibDeviceCommand
  288. //
  289. this.RibDeviceCommand.ItemLinks.Add(this.ButtonDeviceStatus);
  290. this.RibDeviceCommand.ItemLinks.Add(this.ButtonWorkCenterStatus);
  291. this.RibDeviceCommand.Name = "RibDeviceCommand";
  292. this.RibDeviceCommand.Text = "ribbonPageGroup3";
  293. //
  294. // MainTabControl
  295. //
  296. this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  297. this.MainTabControl.Location = new System.Drawing.Point(0, 128);
  298. this.MainTabControl.Name = "MainTabControl";
  299. this.MainTabControl.SelectedTabPage = this.PageDeviceList;
  300. this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
  301. this.MainTabControl.Size = new System.Drawing.Size(1033, 583);
  302. this.MainTabControl.TabIndex = 3;
  303. this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  304. this.PageDeviceList,
  305. this.PageCommandSet,
  306. this.PageDeviceNetSetting,
  307. this.PagePollingSetting,
  308. this.PagePolling,
  309. this.PageDeviceStatus,
  310. this.PageWorkCenterStatus});
  311. //
  312. // PageDeviceList
  313. //
  314. this.PageDeviceList.Controls.Add(this.ToolPageControlDeviceList);
  315. this.PageDeviceList.Controls.Add(this.GridDeviceList);
  316. this.PageDeviceList.Name = "PageDeviceList";
  317. this.PageDeviceList.PageVisible = false;
  318. this.PageDeviceList.Size = new System.Drawing.Size(1027, 577);
  319. this.PageDeviceList.Text = "xtraTabPage1";
  320. //
  321. // ToolPageControlDeviceList
  322. //
  323. this.ToolPageControlDeviceList.Dock = System.Windows.Forms.DockStyle.Bottom;
  324. this.ToolPageControlDeviceList.Gridcontrol = null;
  325. this.ToolPageControlDeviceList.Location = new System.Drawing.Point(0, 548);
  326. this.ToolPageControlDeviceList.Name = "ToolPageControlDeviceList";
  327. this.ToolPageControlDeviceList.Size = new System.Drawing.Size(1027, 29);
  328. this.ToolPageControlDeviceList.TabIndex = 1;
  329. //
  330. // GridDeviceList
  331. //
  332. this.GridDeviceList.Condition = null;
  333. this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
  334. this.GridDeviceList.GetDataSQL = null;
  335. this.GridDeviceList.ID = null;
  336. this.GridDeviceList.InsertSQL = null;
  337. this.GridDeviceList.Location = new System.Drawing.Point(0, 0);
  338. this.GridDeviceList.MainView = this.GridViewDeviceList;
  339. this.GridDeviceList.MenuManager = this.RibbonNav;
  340. this.GridDeviceList.Name = "GridDeviceList";
  341. this.GridDeviceList.RowCount = 0;
  342. this.GridDeviceList.Size = new System.Drawing.Size(1027, 577);
  343. this.GridDeviceList.TabIndex = 0;
  344. this.GridDeviceList.TableName = null;
  345. this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  346. this.GridViewDeviceList});
  347. //
  348. // GridViewDeviceList
  349. //
  350. this.GridViewDeviceList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  351. this.de_id,
  352. this.de_code,
  353. this.de_name,
  354. this.de_runstatus,
  355. this.de_indate,
  356. this.de_spec,
  357. this.de_vendcode,
  358. this.de_vendname,
  359. this.de_address,
  360. this.de_wccode});
  361. this.GridViewDeviceList.GridControl = this.GridDeviceList;
  362. this.GridViewDeviceList.IndicatorWidth = 30;
  363. this.GridViewDeviceList.Name = "GridViewDeviceList";
  364. this.GridViewDeviceList.OptionsView.ShowGroupPanel = false;
  365. //
  366. // de_id
  367. //
  368. this.de_id.Caption = "de_id";
  369. this.de_id.FieldName = "DE_ID";
  370. this.de_id.Name = "de_id";
  371. //
  372. // de_code
  373. //
  374. this.de_code.Caption = "设备编号";
  375. this.de_code.FieldName = "DE_CODE";
  376. this.de_code.Name = "de_code";
  377. this.de_code.Visible = true;
  378. this.de_code.VisibleIndex = 0;
  379. //
  380. // de_name
  381. //
  382. this.de_name.Caption = "设备名称";
  383. this.de_name.FieldName = "DE_NAME";
  384. this.de_name.Name = "de_name";
  385. this.de_name.Visible = true;
  386. this.de_name.VisibleIndex = 1;
  387. //
  388. // de_runstatus
  389. //
  390. this.de_runstatus.Caption = "运行状态";
  391. this.de_runstatus.FieldName = "DE_RUNSTATUS";
  392. this.de_runstatus.Name = "de_runstatus";
  393. this.de_runstatus.Visible = true;
  394. this.de_runstatus.VisibleIndex = 2;
  395. //
  396. // de_indate
  397. //
  398. this.de_indate.Caption = "录入日期";
  399. this.de_indate.DisplayFormat.FormatString = "yyyy-MM-dd";
  400. this.de_indate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  401. this.de_indate.FieldName = "DE_INDATE";
  402. this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
  403. this.de_indate.Name = "de_indate";
  404. this.de_indate.Visible = true;
  405. this.de_indate.VisibleIndex = 3;
  406. //
  407. // de_spec
  408. //
  409. this.de_spec.Caption = "设备规格";
  410. this.de_spec.FieldName = "DE_SPEC";
  411. this.de_spec.Name = "de_spec";
  412. this.de_spec.Visible = true;
  413. this.de_spec.VisibleIndex = 4;
  414. //
  415. // de_vendcode
  416. //
  417. this.de_vendcode.Caption = "供应商编号";
  418. this.de_vendcode.FieldName = "DE_VENDCODE";
  419. this.de_vendcode.Name = "de_vendcode";
  420. this.de_vendcode.Visible = true;
  421. this.de_vendcode.VisibleIndex = 5;
  422. //
  423. // de_vendname
  424. //
  425. this.de_vendname.Caption = "供应商名称";
  426. this.de_vendname.FieldName = "DE_VENDNAME";
  427. this.de_vendname.Name = "de_vendname";
  428. this.de_vendname.Visible = true;
  429. this.de_vendname.VisibleIndex = 6;
  430. //
  431. // de_address
  432. //
  433. this.de_address.Caption = "设备地点";
  434. this.de_address.FieldName = "DE_ADDRESS";
  435. this.de_address.Name = "de_address";
  436. this.de_address.Visible = true;
  437. this.de_address.VisibleIndex = 7;
  438. //
  439. // de_wccode
  440. //
  441. this.de_wccode.Caption = "工作中心";
  442. this.de_wccode.FieldName = "DE_WCCODE";
  443. this.de_wccode.Name = "de_wccode";
  444. this.de_wccode.Visible = true;
  445. this.de_wccode.VisibleIndex = 8;
  446. //
  447. // PageCommandSet
  448. //
  449. this.PageCommandSet.Controls.Add(this.ButtonDeleteCommand);
  450. this.PageCommandSet.Controls.Add(this.Brand_label);
  451. this.PageCommandSet.Controls.Add(this.Brand);
  452. this.PageCommandSet.Controls.Add(this.ButtonNewCommand);
  453. this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
  454. this.PageCommandSet.Controls.Add(this.GridCommandSetting);
  455. this.PageCommandSet.Name = "PageCommandSet";
  456. this.PageCommandSet.PageVisible = false;
  457. this.PageCommandSet.Size = new System.Drawing.Size(1027, 577);
  458. this.PageCommandSet.Text = "xtraTabPage1";
  459. this.PageCommandSet.VisibleChanged += new System.EventHandler(this.PageCommandSet_VisibleChanged);
  460. //
  461. // ButtonDeleteCommand
  462. //
  463. this.ButtonDeleteCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  464. this.ButtonDeleteCommand.Grid = null;
  465. this.ButtonDeleteCommand.Location = new System.Drawing.Point(816, 551);
  466. this.ButtonDeleteCommand.Name = "ButtonDeleteCommand";
  467. this.ButtonDeleteCommand.Size = new System.Drawing.Size(64, 23);
  468. this.ButtonDeleteCommand.TabIndex = 6;
  469. this.ButtonDeleteCommand.Text = "删除";
  470. //
  471. // Brand_label
  472. //
  473. this.Brand_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
  474. this.Brand_label.Location = new System.Drawing.Point(8, 5);
  475. this.Brand_label.Name = "Brand_label";
  476. this.Brand_label.Size = new System.Drawing.Size(32, 21);
  477. this.Brand_label.TabIndex = 5;
  478. this.Brand_label.Text = "品牌";
  479. //
  480. // Brand
  481. //
  482. this.Brand.Location = new System.Drawing.Point(47, 4);
  483. this.Brand.MenuManager = this.RibbonNav;
  484. this.Brand.Name = "Brand";
  485. this.Brand.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  486. this.Brand.Properties.Appearance.Options.UseFont = true;
  487. this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  488. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  489. this.Brand.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  490. this.Brand.Size = new System.Drawing.Size(100, 24);
  491. this.Brand.TabIndex = 4;
  492. this.Brand.SelectedIndexChanged += new System.EventHandler(this.Brand_SelectedIndexChanged);
  493. //
  494. // ButtonNewCommand
  495. //
  496. this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  497. this.ButtonNewCommand.Grid = null;
  498. this.ButtonNewCommand.Location = new System.Drawing.Point(886, 551);
  499. this.ButtonNewCommand.Name = "ButtonNewCommand";
  500. this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
  501. this.ButtonNewCommand.TabIndex = 3;
  502. this.ButtonNewCommand.Text = "新增";
  503. //
  504. // ButtonSaveCommand
  505. //
  506. this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  507. this.ButtonSaveCommand.Grid = null;
  508. this.ButtonSaveCommand.HandlerOtherFirst = true;
  509. this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
  510. this.ButtonSaveCommand.Name = "ButtonSaveCommand";
  511. this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
  512. this.ButtonSaveCommand.TabIndex = 2;
  513. this.ButtonSaveCommand.Text = "保存";
  514. this.ButtonSaveCommand.Click += new System.EventHandler(this.ButtonSaveCommand_Click);
  515. //
  516. // GridCommandSetting
  517. //
  518. this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  519. | System.Windows.Forms.AnchorStyles.Left)
  520. | System.Windows.Forms.AnchorStyles.Right)));
  521. this.GridCommandSetting.Condition = null;
  522. this.GridCommandSetting.GetDataSQL = null;
  523. this.GridCommandSetting.ID = null;
  524. this.GridCommandSetting.InsertSQL = null;
  525. this.GridCommandSetting.Location = new System.Drawing.Point(0, 31);
  526. this.GridCommandSetting.MainView = this.GridViewCommandSet;
  527. this.GridCommandSetting.MenuManager = this.RibbonNav;
  528. this.GridCommandSetting.Name = "GridCommandSetting";
  529. this.GridCommandSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  530. this.CheckEditCommandSet,
  531. this.CommandSetRepositoryItemComboBox1});
  532. this.GridCommandSetting.RowCount = 0;
  533. this.GridCommandSetting.Size = new System.Drawing.Size(1027, 517);
  534. this.GridCommandSetting.TabIndex = 1;
  535. this.GridCommandSetting.TableName = null;
  536. this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  537. this.GridViewCommandSet});
  538. //
  539. // GridViewCommandSet
  540. //
  541. this.GridViewCommandSet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  542. this.CommandSetCheckedColumn,
  543. this.dc_id,
  544. this.dc_code,
  545. this.dc_name,
  546. this.dc_value,
  547. this.dc_sendcoding,
  548. this.dc_receivecoding});
  549. this.GridViewCommandSet.GridControl = this.GridCommandSetting;
  550. this.GridViewCommandSet.IndicatorWidth = 30;
  551. this.GridViewCommandSet.Name = "GridViewCommandSet";
  552. this.GridViewCommandSet.OptionsView.ShowGroupPanel = false;
  553. //
  554. // CommandSetCheckedColumn
  555. //
  556. this.CommandSetCheckedColumn.Caption = " ";
  557. this.CommandSetCheckedColumn.ColumnEdit = this.CheckEditCommandSet;
  558. this.CommandSetCheckedColumn.FieldName = "CHECKEDCOLUMN";
  559. this.CommandSetCheckedColumn.Name = "CommandSetCheckedColumn";
  560. this.CommandSetCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  561. this.CommandSetCheckedColumn.Tag = "0";
  562. this.CommandSetCheckedColumn.Visible = true;
  563. this.CommandSetCheckedColumn.VisibleIndex = 0;
  564. this.CommandSetCheckedColumn.Width = 60;
  565. //
  566. // CheckEditCommandSet
  567. //
  568. this.CheckEditCommandSet.AutoHeight = false;
  569. this.CheckEditCommandSet.Name = "CheckEditCommandSet";
  570. this.CheckEditCommandSet.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  571. //
  572. // dc_id
  573. //
  574. this.dc_id.FieldName = "DC_ID";
  575. this.dc_id.Name = "dc_id";
  576. //
  577. // dc_code
  578. //
  579. this.dc_code.Caption = "指令编号";
  580. this.dc_code.FieldName = "DC_CODE";
  581. this.dc_code.Name = "dc_code";
  582. this.dc_code.Visible = true;
  583. this.dc_code.VisibleIndex = 1;
  584. this.dc_code.Width = 95;
  585. //
  586. // dc_name
  587. //
  588. this.dc_name.Caption = "指令名称";
  589. this.dc_name.FieldName = "DC_NAME";
  590. this.dc_name.Name = "dc_name";
  591. this.dc_name.Visible = true;
  592. this.dc_name.VisibleIndex = 2;
  593. this.dc_name.Width = 99;
  594. //
  595. // dc_value
  596. //
  597. this.dc_value.Caption = "发送指令";
  598. this.dc_value.FieldName = "DC_VALUE";
  599. this.dc_value.Name = "dc_value";
  600. this.dc_value.Visible = true;
  601. this.dc_value.VisibleIndex = 3;
  602. this.dc_value.Width = 291;
  603. //
  604. // dc_sendcoding
  605. //
  606. this.dc_sendcoding.Caption = "发送编码";
  607. this.dc_sendcoding.ColumnEdit = this.CommandSetRepositoryItemComboBox1;
  608. this.dc_sendcoding.FieldName = "DC_SENDCODING";
  609. this.dc_sendcoding.Name = "dc_sendcoding";
  610. this.dc_sendcoding.Visible = true;
  611. this.dc_sendcoding.VisibleIndex = 4;
  612. this.dc_sendcoding.Width = 219;
  613. //
  614. // CommandSetRepositoryItemComboBox1
  615. //
  616. this.CommandSetRepositoryItemComboBox1.AutoHeight = false;
  617. this.CommandSetRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  618. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  619. this.CommandSetRepositoryItemComboBox1.Name = "CommandSetRepositoryItemComboBox1";
  620. //
  621. // dc_receivecoding
  622. //
  623. this.dc_receivecoding.Caption = "接收编码";
  624. this.dc_receivecoding.ColumnEdit = this.CommandSetRepositoryItemComboBox1;
  625. this.dc_receivecoding.FieldName = "DC_RECEIVECODING";
  626. this.dc_receivecoding.Name = "dc_receivecoding";
  627. this.dc_receivecoding.Visible = true;
  628. this.dc_receivecoding.VisibleIndex = 5;
  629. this.dc_receivecoding.Width = 231;
  630. //
  631. // PageDeviceNetSetting
  632. //
  633. this.PageDeviceNetSetting.Controls.Add(this.ButtonDeleteNetConfig);
  634. this.PageDeviceNetSetting.Controls.Add(this.ButtonAddNetConfig);
  635. this.PageDeviceNetSetting.Controls.Add(this.ButtonSaveNetConfig);
  636. this.PageDeviceNetSetting.Controls.Add(this.GridDeviceNetSetting);
  637. this.PageDeviceNetSetting.Name = "PageDeviceNetSetting";
  638. this.PageDeviceNetSetting.PageVisible = false;
  639. this.PageDeviceNetSetting.Size = new System.Drawing.Size(1027, 577);
  640. //
  641. // ButtonDeleteNetConfig
  642. //
  643. this.ButtonDeleteNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  644. this.ButtonDeleteNetConfig.Grid = null;
  645. this.ButtonDeleteNetConfig.Location = new System.Drawing.Point(813, 548);
  646. this.ButtonDeleteNetConfig.Name = "ButtonDeleteNetConfig";
  647. this.ButtonDeleteNetConfig.Size = new System.Drawing.Size(64, 23);
  648. this.ButtonDeleteNetConfig.TabIndex = 12;
  649. this.ButtonDeleteNetConfig.Text = "删除";
  650. //
  651. // ButtonAddNetConfig
  652. //
  653. this.ButtonAddNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  654. this.ButtonAddNetConfig.Grid = null;
  655. this.ButtonAddNetConfig.Location = new System.Drawing.Point(883, 548);
  656. this.ButtonAddNetConfig.Name = "ButtonAddNetConfig";
  657. this.ButtonAddNetConfig.Size = new System.Drawing.Size(64, 23);
  658. this.ButtonAddNetConfig.TabIndex = 11;
  659. this.ButtonAddNetConfig.Text = "新增";
  660. //
  661. // ButtonSaveNetConfig
  662. //
  663. this.ButtonSaveNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  664. this.ButtonSaveNetConfig.Grid = null;
  665. this.ButtonSaveNetConfig.HandlerOtherFirst = false;
  666. this.ButtonSaveNetConfig.Location = new System.Drawing.Point(953, 548);
  667. this.ButtonSaveNetConfig.Name = "ButtonSaveNetConfig";
  668. this.ButtonSaveNetConfig.Size = new System.Drawing.Size(64, 23);
  669. this.ButtonSaveNetConfig.TabIndex = 10;
  670. this.ButtonSaveNetConfig.Text = "保存";
  671. //
  672. // GridDeviceNetSetting
  673. //
  674. this.GridDeviceNetSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  675. | System.Windows.Forms.AnchorStyles.Left)
  676. | System.Windows.Forms.AnchorStyles.Right)));
  677. this.GridDeviceNetSetting.Condition = null;
  678. this.GridDeviceNetSetting.GetDataSQL = null;
  679. this.GridDeviceNetSetting.ID = null;
  680. this.GridDeviceNetSetting.InsertSQL = null;
  681. this.GridDeviceNetSetting.Location = new System.Drawing.Point(0, 2);
  682. this.GridDeviceNetSetting.MainView = this.GridViewDeviceNetSetting;
  683. this.GridDeviceNetSetting.MenuManager = this.RibbonNav;
  684. this.GridDeviceNetSetting.Name = "GridDeviceNetSetting";
  685. this.GridDeviceNetSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  686. this.dpc_enableCheckEdit});
  687. this.GridDeviceNetSetting.RowCount = 0;
  688. this.GridDeviceNetSetting.Size = new System.Drawing.Size(1024, 540);
  689. this.GridDeviceNetSetting.TabIndex = 0;
  690. this.GridDeviceNetSetting.TableName = null;
  691. this.GridDeviceNetSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  692. this.GridViewDeviceNetSetting});
  693. //
  694. // GridViewDeviceNetSetting
  695. //
  696. this.GridViewDeviceNetSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  697. this.NetSettingCheckedColumn,
  698. this.dnc_id,
  699. this.dnc_decode,
  700. this.dnc_getway,
  701. this.dnc_upperip,
  702. this.dnc_port,
  703. this.dnc_mac,
  704. this.dnc_ip,
  705. this.dnc_type});
  706. this.GridViewDeviceNetSetting.GridControl = this.GridDeviceNetSetting;
  707. this.GridViewDeviceNetSetting.IndicatorWidth = 30;
  708. this.GridViewDeviceNetSetting.Name = "GridViewDeviceNetSetting";
  709. this.GridViewDeviceNetSetting.OptionsView.ShowGroupPanel = false;
  710. //
  711. // NetSettingCheckedColumn
  712. //
  713. this.NetSettingCheckedColumn.Caption = " ";
  714. this.NetSettingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  715. this.NetSettingCheckedColumn.FieldName = "CHECKEDCOLUMN";
  716. this.NetSettingCheckedColumn.Name = "NetSettingCheckedColumn";
  717. this.NetSettingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  718. this.NetSettingCheckedColumn.OptionsFilter.AllowFilter = false;
  719. this.NetSettingCheckedColumn.Tag = "0";
  720. this.NetSettingCheckedColumn.Visible = true;
  721. this.NetSettingCheckedColumn.VisibleIndex = 0;
  722. //
  723. // dpc_enableCheckEdit
  724. //
  725. this.dpc_enableCheckEdit.AutoHeight = false;
  726. this.dpc_enableCheckEdit.Name = "dpc_enableCheckEdit";
  727. this.dpc_enableCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  728. this.dpc_enableCheckEdit.NullText = "0";
  729. this.dpc_enableCheckEdit.ValueChecked = "-1";
  730. this.dpc_enableCheckEdit.ValueUnchecked = "0";
  731. //
  732. // dnc_id
  733. //
  734. this.dnc_id.Caption = "ID";
  735. this.dnc_id.FieldName = "DNC_ID";
  736. this.dnc_id.Name = "dnc_id";
  737. //
  738. // dnc_decode
  739. //
  740. this.dnc_decode.Caption = "设备编号";
  741. this.dnc_decode.FieldName = "DNC_DECODE";
  742. this.dnc_decode.Name = "dnc_decode";
  743. this.dnc_decode.Visible = true;
  744. this.dnc_decode.VisibleIndex = 1;
  745. //
  746. // dnc_getway
  747. //
  748. this.dnc_getway.Caption = "网关";
  749. this.dnc_getway.FieldName = "DNC_GATEWAY";
  750. this.dnc_getway.Name = "dnc_getway";
  751. this.dnc_getway.Visible = true;
  752. this.dnc_getway.VisibleIndex = 2;
  753. //
  754. // dnc_upperip
  755. //
  756. this.dnc_upperip.Caption = "上级IP";
  757. this.dnc_upperip.FieldName = "DNC_UPPERIP";
  758. this.dnc_upperip.Name = "dnc_upperip";
  759. this.dnc_upperip.Visible = true;
  760. this.dnc_upperip.VisibleIndex = 3;
  761. //
  762. // dnc_port
  763. //
  764. this.dnc_port.Caption = "端口";
  765. this.dnc_port.FieldName = "DNC_PORT";
  766. this.dnc_port.Name = "dnc_port";
  767. this.dnc_port.Visible = true;
  768. this.dnc_port.VisibleIndex = 4;
  769. //
  770. // dnc_mac
  771. //
  772. this.dnc_mac.Caption = "MAC";
  773. this.dnc_mac.FieldName = "DNC_MAC";
  774. this.dnc_mac.Name = "dnc_mac";
  775. this.dnc_mac.Visible = true;
  776. this.dnc_mac.VisibleIndex = 5;
  777. //
  778. // dnc_ip
  779. //
  780. this.dnc_ip.Caption = "IP";
  781. this.dnc_ip.FieldName = "DNC_IP";
  782. this.dnc_ip.Name = "dnc_ip";
  783. this.dnc_ip.Visible = true;
  784. this.dnc_ip.VisibleIndex = 6;
  785. //
  786. // dnc_type
  787. //
  788. this.dnc_type.Caption = "类型";
  789. this.dnc_type.FieldName = "DNC_TYPE";
  790. this.dnc_type.Name = "dnc_type";
  791. this.dnc_type.Visible = true;
  792. this.dnc_type.VisibleIndex = 7;
  793. //
  794. // PagePollingSetting
  795. //
  796. this.PagePollingSetting.Controls.Add(this.ButtonDeleteCommandSet);
  797. this.PagePollingSetting.Controls.Add(this.ButtonNewCommandSet);
  798. this.PagePollingSetting.Controls.Add(this.ButtonSaveCommandSet);
  799. this.PagePollingSetting.Controls.Add(this.ButtonPausePolling);
  800. this.PagePollingSetting.Controls.Add(this.ButtonStartPolling);
  801. this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
  802. this.PagePollingSetting.Name = "PagePollingSetting";
  803. this.PagePollingSetting.PageVisible = false;
  804. this.PagePollingSetting.Size = new System.Drawing.Size(1027, 577);
  805. this.PagePollingSetting.Text = "xtraTabPage1";
  806. this.PagePollingSetting.VisibleChanged += new System.EventHandler(this.PagePollingSetting_VisibleChanged);
  807. //
  808. // ButtonDeleteCommandSet
  809. //
  810. this.ButtonDeleteCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  811. this.ButtonDeleteCommandSet.Grid = null;
  812. this.ButtonDeleteCommandSet.Location = new System.Drawing.Point(816, 549);
  813. this.ButtonDeleteCommandSet.Name = "ButtonDeleteCommandSet";
  814. this.ButtonDeleteCommandSet.Size = new System.Drawing.Size(64, 23);
  815. this.ButtonDeleteCommandSet.TabIndex = 9;
  816. this.ButtonDeleteCommandSet.Text = "删除";
  817. //
  818. // ButtonNewCommandSet
  819. //
  820. this.ButtonNewCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  821. this.ButtonNewCommandSet.Grid = null;
  822. this.ButtonNewCommandSet.Location = new System.Drawing.Point(886, 549);
  823. this.ButtonNewCommandSet.Name = "ButtonNewCommandSet";
  824. this.ButtonNewCommandSet.Size = new System.Drawing.Size(64, 23);
  825. this.ButtonNewCommandSet.TabIndex = 8;
  826. this.ButtonNewCommandSet.Text = "新增";
  827. //
  828. // ButtonSaveCommandSet
  829. //
  830. this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  831. this.ButtonSaveCommandSet.Grid = null;
  832. this.ButtonSaveCommandSet.HandlerOtherFirst = false;
  833. this.ButtonSaveCommandSet.Location = new System.Drawing.Point(956, 549);
  834. this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
  835. this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
  836. this.ButtonSaveCommandSet.TabIndex = 7;
  837. this.ButtonSaveCommandSet.Text = "保存";
  838. //
  839. // ButtonPausePolling
  840. //
  841. this.ButtonPausePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  842. this.ButtonPausePolling.Location = new System.Drawing.Point(734, 549);
  843. this.ButtonPausePolling.Name = "ButtonPausePolling";
  844. this.ButtonPausePolling.Size = new System.Drawing.Size(75, 23);
  845. this.ButtonPausePolling.TabIndex = 2;
  846. this.ButtonPausePolling.Text = "暂停轮询";
  847. this.ButtonPausePolling.Click += new System.EventHandler(this.ButtonPausePolling_Click);
  848. //
  849. // ButtonStartPolling
  850. //
  851. this.ButtonStartPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  852. this.ButtonStartPolling.Location = new System.Drawing.Point(653, 549);
  853. this.ButtonStartPolling.Name = "ButtonStartPolling";
  854. this.ButtonStartPolling.Size = new System.Drawing.Size(75, 23);
  855. this.ButtonStartPolling.TabIndex = 1;
  856. this.ButtonStartPolling.Text = "开启轮询";
  857. this.ButtonStartPolling.Click += new System.EventHandler(this.ButtonStartPolling_Click);
  858. //
  859. // GridPollingSetting
  860. //
  861. this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  862. | System.Windows.Forms.AnchorStyles.Left)
  863. | System.Windows.Forms.AnchorStyles.Right)));
  864. this.GridPollingSetting.Condition = null;
  865. this.GridPollingSetting.GetDataSQL = null;
  866. this.GridPollingSetting.ID = null;
  867. this.GridPollingSetting.InsertSQL = null;
  868. this.GridPollingSetting.Location = new System.Drawing.Point(0, 0);
  869. this.GridPollingSetting.MainView = this.GridViewPollSetting;
  870. this.GridPollingSetting.MenuManager = this.RibbonNav;
  871. this.GridPollingSetting.Name = "GridPollingSetting";
  872. this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  873. this.dpc_enableCheckEdit,
  874. this.PollingSetItemLookUpEdit,
  875. this.PollSettingItemSearchLookUpEdit});
  876. this.GridPollingSetting.RowCount = 0;
  877. this.GridPollingSetting.Size = new System.Drawing.Size(1027, 544);
  878. this.GridPollingSetting.TabIndex = 0;
  879. this.GridPollingSetting.TableName = null;
  880. this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  881. this.GridViewPollSetting});
  882. //
  883. // GridViewPollSetting
  884. //
  885. this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  886. this.PollSettingCheckedColumn,
  887. this.dpc_id,
  888. this.dpc_decode,
  889. this.dpc_interval,
  890. this.dpc_dccode,
  891. this.dpc_function,
  892. this.dpc_enable,
  893. this.dpc_status,
  894. this.dpc_remark,
  895. this.POLLSETTINGSTATUSCOLUMN});
  896. this.GridViewPollSetting.GridControl = this.GridPollingSetting;
  897. this.GridViewPollSetting.IndicatorWidth = 30;
  898. this.GridViewPollSetting.Name = "GridViewPollSetting";
  899. this.GridViewPollSetting.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
  900. this.GridViewPollSetting.OptionsView.ShowGroupPanel = false;
  901. this.GridViewPollSetting.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewPollSetting_CellValueChanging);
  902. //
  903. // PollSettingCheckedColumn
  904. //
  905. this.PollSettingCheckedColumn.Caption = " ";
  906. this.PollSettingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  907. this.PollSettingCheckedColumn.FieldName = "CHECKEDCOLUMN";
  908. this.PollSettingCheckedColumn.Name = "PollSettingCheckedColumn";
  909. this.PollSettingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  910. this.PollSettingCheckedColumn.OptionsFilter.AllowFilter = false;
  911. this.PollSettingCheckedColumn.Tag = "0";
  912. this.PollSettingCheckedColumn.Visible = true;
  913. this.PollSettingCheckedColumn.VisibleIndex = 0;
  914. //
  915. // dpc_id
  916. //
  917. this.dpc_id.Caption = "ID";
  918. this.dpc_id.FieldName = "DPC_ID";
  919. this.dpc_id.Name = "dpc_id";
  920. //
  921. // dpc_decode
  922. //
  923. this.dpc_decode.Caption = "设备编号";
  924. this.dpc_decode.FieldName = "DPC_DECODE";
  925. this.dpc_decode.Name = "dpc_decode";
  926. this.dpc_decode.Visible = true;
  927. this.dpc_decode.VisibleIndex = 1;
  928. this.dpc_decode.Width = 90;
  929. //
  930. // dpc_interval
  931. //
  932. this.dpc_interval.Caption = "轮询间隔";
  933. this.dpc_interval.FieldName = "DPC_INTERVAL";
  934. this.dpc_interval.Name = "dpc_interval";
  935. this.dpc_interval.Visible = true;
  936. this.dpc_interval.VisibleIndex = 2;
  937. this.dpc_interval.Width = 90;
  938. //
  939. // dpc_dccode
  940. //
  941. this.dpc_dccode.Caption = "指令编号";
  942. this.dpc_dccode.ColumnEdit = this.PollSettingItemSearchLookUpEdit;
  943. this.dpc_dccode.FieldName = "DPC_DCCODE";
  944. this.dpc_dccode.Name = "dpc_dccode";
  945. this.dpc_dccode.Visible = true;
  946. this.dpc_dccode.VisibleIndex = 3;
  947. this.dpc_dccode.Width = 90;
  948. //
  949. // PollSettingItemSearchLookUpEdit
  950. //
  951. this.PollSettingItemSearchLookUpEdit.AutoHeight = false;
  952. this.PollSettingItemSearchLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  953. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  954. this.PollSettingItemSearchLookUpEdit.Name = "PollSettingItemSearchLookUpEdit";
  955. this.PollSettingItemSearchLookUpEdit.NullText = "";
  956. this.PollSettingItemSearchLookUpEdit.View = this.PollSettingItemSearchLookUpEditView;
  957. //
  958. // PollSettingItemSearchLookUpEditView
  959. //
  960. this.PollSettingItemSearchLookUpEditView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  961. this.gridColumn4,
  962. this.gridColumn2,
  963. this.gridColumn5});
  964. this.PollSettingItemSearchLookUpEditView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  965. this.PollSettingItemSearchLookUpEditView.Name = "PollSettingItemSearchLookUpEditView";
  966. this.PollSettingItemSearchLookUpEditView.OptionsSelection.EnableAppearanceFocusedCell = false;
  967. this.PollSettingItemSearchLookUpEditView.OptionsView.ShowGroupPanel = false;
  968. //
  969. // gridColumn4
  970. //
  971. this.gridColumn4.Caption = "指令编号";
  972. this.gridColumn4.FieldName = "DC_CODE";
  973. this.gridColumn4.Name = "gridColumn4";
  974. this.gridColumn4.Visible = true;
  975. this.gridColumn4.VisibleIndex = 0;
  976. //
  977. // gridColumn2
  978. //
  979. this.gridColumn2.Caption = "指令名称";
  980. this.gridColumn2.FieldName = "DC_NAME";
  981. this.gridColumn2.Name = "gridColumn2";
  982. this.gridColumn2.Visible = true;
  983. this.gridColumn2.VisibleIndex = 1;
  984. //
  985. // gridColumn5
  986. //
  987. this.gridColumn5.Caption = "备注";
  988. this.gridColumn5.FieldName = "DC_REMARK";
  989. this.gridColumn5.Name = "gridColumn5";
  990. this.gridColumn5.Visible = true;
  991. this.gridColumn5.VisibleIndex = 2;
  992. //
  993. // dpc_function
  994. //
  995. this.dpc_function.Caption = "解析函数";
  996. this.dpc_function.FieldName = "DPC_FUNCTION";
  997. this.dpc_function.Name = "dpc_function";
  998. this.dpc_function.Visible = true;
  999. this.dpc_function.VisibleIndex = 4;
  1000. this.dpc_function.Width = 90;
  1001. //
  1002. // dpc_enable
  1003. //
  1004. this.dpc_enable.Caption = "是否启用";
  1005. this.dpc_enable.ColumnEdit = this.dpc_enableCheckEdit;
  1006. this.dpc_enable.FieldName = "DPC_ENABLE";
  1007. this.dpc_enable.Name = "dpc_enable";
  1008. this.dpc_enable.Visible = true;
  1009. this.dpc_enable.VisibleIndex = 5;
  1010. this.dpc_enable.Width = 90;
  1011. //
  1012. // dpc_status
  1013. //
  1014. this.dpc_status.Caption = "状态";
  1015. this.dpc_status.FieldName = "DPC_STATUS";
  1016. this.dpc_status.Name = "dpc_status";
  1017. this.dpc_status.OptionsColumn.AllowEdit = false;
  1018. this.dpc_status.Visible = true;
  1019. this.dpc_status.VisibleIndex = 6;
  1020. this.dpc_status.Width = 90;
  1021. //
  1022. // dpc_remark
  1023. //
  1024. this.dpc_remark.Caption = "备注";
  1025. this.dpc_remark.FieldName = "DPC_REMARK";
  1026. this.dpc_remark.Name = "dpc_remark";
  1027. this.dpc_remark.Visible = true;
  1028. this.dpc_remark.VisibleIndex = 7;
  1029. this.dpc_remark.Width = 87;
  1030. //
  1031. // POLLSETTINGSTATUSCOLUMN
  1032. //
  1033. this.POLLSETTINGSTATUSCOLUMN.Caption = "运行状态";
  1034. this.POLLSETTINGSTATUSCOLUMN.FieldName = "POLLSETTINGSTATUSCOLUMN";
  1035. this.POLLSETTINGSTATUSCOLUMN.Name = "POLLSETTINGSTATUSCOLUMN";
  1036. this.POLLSETTINGSTATUSCOLUMN.OptionsColumn.ReadOnly = true;
  1037. this.POLLSETTINGSTATUSCOLUMN.Visible = true;
  1038. this.POLLSETTINGSTATUSCOLUMN.VisibleIndex = 8;
  1039. this.POLLSETTINGSTATUSCOLUMN.Width = 98;
  1040. //
  1041. // PollingSetItemLookUpEdit
  1042. //
  1043. this.PollingSetItemLookUpEdit.AutoHeight = false;
  1044. this.PollingSetItemLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1045. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  1046. this.PollingSetItemLookUpEdit.Name = "PollingSetItemLookUpEdit";
  1047. this.PollingSetItemLookUpEdit.NullText = "";
  1048. this.PollingSetItemLookUpEdit.ShowFooter = false;
  1049. this.PollingSetItemLookUpEdit.ShowHeader = false;
  1050. //
  1051. // PagePolling
  1052. //
  1053. this.PagePolling.Controls.Add(this.ButtonAddPolling);
  1054. this.PagePolling.Controls.Add(this.ButtonDeletePolling);
  1055. this.PagePolling.Controls.Add(this.ButtonSavePolling);
  1056. this.PagePolling.Controls.Add(this.GridPolling);
  1057. this.PagePolling.Name = "PagePolling";
  1058. this.PagePolling.PageVisible = false;
  1059. this.PagePolling.Size = new System.Drawing.Size(1027, 577);
  1060. this.PagePolling.Text = "xtraTabPage1";
  1061. //
  1062. // ButtonAddPolling
  1063. //
  1064. this.ButtonAddPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1065. this.ButtonAddPolling.Grid = null;
  1066. this.ButtonAddPolling.Location = new System.Drawing.Point(878, 551);
  1067. this.ButtonAddPolling.Name = "ButtonAddPolling";
  1068. this.ButtonAddPolling.Size = new System.Drawing.Size(64, 23);
  1069. this.ButtonAddPolling.TabIndex = 9;
  1070. this.ButtonAddPolling.Text = "新增";
  1071. //
  1072. // ButtonDeletePolling
  1073. //
  1074. this.ButtonDeletePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1075. this.ButtonDeletePolling.Grid = null;
  1076. this.ButtonDeletePolling.Location = new System.Drawing.Point(807, 551);
  1077. this.ButtonDeletePolling.Name = "ButtonDeletePolling";
  1078. this.ButtonDeletePolling.Size = new System.Drawing.Size(64, 23);
  1079. this.ButtonDeletePolling.TabIndex = 8;
  1080. this.ButtonDeletePolling.Text = "删除";
  1081. //
  1082. // ButtonSavePolling
  1083. //
  1084. this.ButtonSavePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1085. this.ButtonSavePolling.Grid = null;
  1086. this.ButtonSavePolling.HandlerOtherFirst = false;
  1087. this.ButtonSavePolling.Location = new System.Drawing.Point(949, 551);
  1088. this.ButtonSavePolling.Name = "ButtonSavePolling";
  1089. this.ButtonSavePolling.Size = new System.Drawing.Size(64, 23);
  1090. this.ButtonSavePolling.TabIndex = 7;
  1091. this.ButtonSavePolling.Text = "保存";
  1092. //
  1093. // GridPolling
  1094. //
  1095. this.GridPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1096. | System.Windows.Forms.AnchorStyles.Left)
  1097. | System.Windows.Forms.AnchorStyles.Right)));
  1098. this.GridPolling.Condition = null;
  1099. this.GridPolling.GetDataSQL = null;
  1100. this.GridPolling.ID = null;
  1101. this.GridPolling.InsertSQL = null;
  1102. this.GridPolling.Location = new System.Drawing.Point(3, -3);
  1103. this.GridPolling.MainView = this.GridViewPolling;
  1104. this.GridPolling.MenuManager = this.RibbonNav;
  1105. this.GridPolling.Name = "GridPolling";
  1106. this.GridPolling.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  1107. this.dpc_enableCheckEdit});
  1108. this.GridPolling.RowCount = 0;
  1109. this.GridPolling.Size = new System.Drawing.Size(1027, 549);
  1110. this.GridPolling.TabIndex = 0;
  1111. this.GridPolling.TableName = null;
  1112. this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1113. this.GridViewPolling});
  1114. //
  1115. // GridViewPolling
  1116. //
  1117. this.GridViewPolling.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  1118. this.PollingCheckedColumn,
  1119. this.pl_id,
  1120. this.pl_code,
  1121. this.pl_name,
  1122. this.pl_type,
  1123. this.pl_dccode,
  1124. this.pl_remark});
  1125. this.GridViewPolling.GridControl = this.GridPolling;
  1126. this.GridViewPolling.IndicatorWidth = 30;
  1127. this.GridViewPolling.Name = "GridViewPolling";
  1128. this.GridViewPolling.OptionsView.ShowGroupPanel = false;
  1129. //
  1130. // PollingCheckedColumn
  1131. //
  1132. this.PollingCheckedColumn.Caption = " ";
  1133. this.PollingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
  1134. this.PollingCheckedColumn.FieldName = "CHECKEDCOLUMN";
  1135. this.PollingCheckedColumn.Name = "PollingCheckedColumn";
  1136. this.PollingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  1137. this.PollingCheckedColumn.Tag = "0";
  1138. this.PollingCheckedColumn.Visible = true;
  1139. this.PollingCheckedColumn.VisibleIndex = 0;
  1140. //
  1141. // pl_id
  1142. //
  1143. this.pl_id.Caption = "ID";
  1144. this.pl_id.FieldName = "PL_ID";
  1145. this.pl_id.Name = "pl_id";
  1146. //
  1147. // pl_code
  1148. //
  1149. this.pl_code.Caption = "业务编号";
  1150. this.pl_code.FieldName = "PL_CODE";
  1151. this.pl_code.Name = "pl_code";
  1152. this.pl_code.Visible = true;
  1153. this.pl_code.VisibleIndex = 1;
  1154. //
  1155. // pl_name
  1156. //
  1157. this.pl_name.Caption = "业务名称";
  1158. this.pl_name.FieldName = "PL_NAME";
  1159. this.pl_name.Name = "pl_name";
  1160. this.pl_name.Visible = true;
  1161. this.pl_name.VisibleIndex = 2;
  1162. //
  1163. // pl_type
  1164. //
  1165. this.pl_type.Caption = "业务类型";
  1166. this.pl_type.FieldName = "PL_TYPE";
  1167. this.pl_type.Name = "pl_type";
  1168. this.pl_type.Visible = true;
  1169. this.pl_type.VisibleIndex = 3;
  1170. //
  1171. // pl_dccode
  1172. //
  1173. this.pl_dccode.Caption = "指令编号";
  1174. this.pl_dccode.ColumnEdit = this.PollingSetItemLookUpEdit;
  1175. this.pl_dccode.FieldName = "PL_DCCODE";
  1176. this.pl_dccode.Name = "pl_dccode";
  1177. this.pl_dccode.Visible = true;
  1178. this.pl_dccode.VisibleIndex = 4;
  1179. //
  1180. // pl_remark
  1181. //
  1182. this.pl_remark.Caption = "备注";
  1183. this.pl_remark.FieldName = "PL_REMARK";
  1184. this.pl_remark.Name = "pl_remark";
  1185. this.pl_remark.Visible = true;
  1186. this.pl_remark.VisibleIndex = 5;
  1187. //
  1188. // PageDeviceStatus
  1189. //
  1190. this.PageDeviceStatus.Controls.Add(this.GalleryDeviceStatus);
  1191. this.PageDeviceStatus.Name = "PageDeviceStatus";
  1192. this.PageDeviceStatus.PageVisible = false;
  1193. this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
  1194. this.PageDeviceStatus.Text = "xtraTabPage1";
  1195. this.PageDeviceStatus.VisibleChanged += new System.EventHandler(this.PageDeviceStatus_VisibleChanged);
  1196. //
  1197. // GalleryDeviceStatus
  1198. //
  1199. this.GalleryDeviceStatus.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
  1200. this.GalleryDeviceStatus.Controls.Add(this.galleryControlClient1);
  1201. this.GalleryDeviceStatus.DesignGalleryGroupIndex = 0;
  1202. this.GalleryDeviceStatus.DesignGalleryItemIndex = 0;
  1203. this.GalleryDeviceStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  1204. //
  1205. //
  1206. //
  1207. galleryItemGroup1.Caption = "Group9";
  1208. galleryItemGroup1.CaptionAlignment = DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment.Center;
  1209. galleryItemGroup1.CaptionControlSize = new System.Drawing.Size(200, 200);
  1210. galleryItemGroup1.Visible = true;
  1211. this.GalleryDeviceStatus.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
  1212. galleryItemGroup1});
  1213. this.GalleryDeviceStatus.Gallery.ImageSize = new System.Drawing.Size(100, 100);
  1214. this.GalleryDeviceStatus.Gallery.ShowItemText = true;
  1215. this.GalleryDeviceStatus.Location = new System.Drawing.Point(0, 0);
  1216. this.GalleryDeviceStatus.Name = "GalleryDeviceStatus";
  1217. this.GalleryDeviceStatus.Size = new System.Drawing.Size(1027, 577);
  1218. this.GalleryDeviceStatus.TabIndex = 0;
  1219. this.GalleryDeviceStatus.Text = "GalleryDeviceStatus";
  1220. //
  1221. // galleryControlClient1
  1222. //
  1223. this.galleryControlClient1.GalleryControl = this.GalleryDeviceStatus;
  1224. this.galleryControlClient1.Location = new System.Drawing.Point(3, 3);
  1225. this.galleryControlClient1.Size = new System.Drawing.Size(1004, 571);
  1226. //
  1227. // PageWorkCenterStatus
  1228. //
  1229. this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
  1230. this.PageWorkCenterStatus.Name = "PageWorkCenterStatus";
  1231. this.PageWorkCenterStatus.PageVisible = false;
  1232. this.PageWorkCenterStatus.Size = new System.Drawing.Size(1027, 577);
  1233. this.PageWorkCenterStatus.Text = "车间全局监控";
  1234. //
  1235. // GridWorkCenterStatus
  1236. //
  1237. this.GridWorkCenterStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1238. | System.Windows.Forms.AnchorStyles.Left)
  1239. | System.Windows.Forms.AnchorStyles.Right)));
  1240. this.GridWorkCenterStatus.Condition = null;
  1241. this.GridWorkCenterStatus.GetDataSQL = null;
  1242. this.GridWorkCenterStatus.ID = null;
  1243. this.GridWorkCenterStatus.InsertSQL = null;
  1244. this.GridWorkCenterStatus.Location = new System.Drawing.Point(0, 0);
  1245. this.GridWorkCenterStatus.MainView = this.GridViewWorkCenterStatus;
  1246. this.GridWorkCenterStatus.MenuManager = this.RibbonNav;
  1247. this.GridWorkCenterStatus.Name = "GridWorkCenterStatus";
  1248. this.GridWorkCenterStatus.RowCount = 0;
  1249. this.GridWorkCenterStatus.Size = new System.Drawing.Size(1024, 574);
  1250. this.GridWorkCenterStatus.TabIndex = 0;
  1251. this.GridWorkCenterStatus.TableName = null;
  1252. this.GridWorkCenterStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  1253. this.GridViewWorkCenterStatus});
  1254. //
  1255. // GridViewWorkCenterStatus
  1256. //
  1257. this.GridViewWorkCenterStatus.GridControl = this.GridWorkCenterStatus;
  1258. this.GridViewWorkCenterStatus.IndicatorWidth = 30;
  1259. this.GridViewWorkCenterStatus.Name = "GridViewWorkCenterStatus";
  1260. this.GridViewWorkCenterStatus.OptionsView.ShowGroupPanel = false;
  1261. //
  1262. // TimerDeviceStatus
  1263. //
  1264. this.TimerDeviceStatus.Interval = 10000;
  1265. this.TimerDeviceStatus.Tick += new System.EventHandler(this.TimerDeviceStatus_Tick);
  1266. //
  1267. // Main
  1268. //
  1269. this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
  1270. this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  1271. this.Appearance.Options.UseForeColor = true;
  1272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1273. this.ClientSize = new System.Drawing.Size(1033, 711);
  1274. this.Controls.Add(this.MainTabControl);
  1275. this.Controls.Add(this.RibbonNav);
  1276. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1277. this.Name = "Main";
  1278. this.Ribbon = this.RibbonNav;
  1279. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1280. this.Text = "设备监控管理平台";
  1281. this.Load += new System.EventHandler(this.Main_Load);
  1282. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
  1283. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
  1284. this.MainTabControl.ResumeLayout(false);
  1285. this.PageDeviceList.ResumeLayout(false);
  1286. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
  1287. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
  1288. this.PageCommandSet.ResumeLayout(false);
  1289. this.PageCommandSet.PerformLayout();
  1290. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).EndInit();
  1291. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
  1292. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
  1293. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).EndInit();
  1294. ((System.ComponentModel.ISupportInitialize)(this.CommandSetRepositoryItemComboBox1)).EndInit();
  1295. this.PageDeviceNetSetting.ResumeLayout(false);
  1296. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).EndInit();
  1297. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).EndInit();
  1298. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).EndInit();
  1299. this.PagePollingSetting.ResumeLayout(false);
  1300. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
  1301. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
  1302. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEdit)).EndInit();
  1303. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemSearchLookUpEditView)).EndInit();
  1304. ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).EndInit();
  1305. this.PagePolling.ResumeLayout(false);
  1306. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
  1307. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
  1308. this.PageDeviceStatus.ResumeLayout(false);
  1309. ((System.ComponentModel.ISupportInitialize)(this.GalleryDeviceStatus)).EndInit();
  1310. this.GalleryDeviceStatus.ResumeLayout(false);
  1311. this.PageWorkCenterStatus.ResumeLayout(false);
  1312. ((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).EndInit();
  1313. ((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).EndInit();
  1314. this.ResumeLayout(false);
  1315. this.PerformLayout();
  1316. }
  1317. #endregion
  1318. private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav;
  1319. private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
  1320. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
  1321. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
  1322. private DevExpress.XtraTab.XtraTabControl MainTabControl;
  1323. private DevExpress.XtraBars.BarButtonItem ButtonDeviceNetSetting;
  1324. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
  1325. private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
  1326. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
  1327. private DevExpress.XtraTab.XtraTabPage PageDeviceList;
  1328. private DevExpress.XtraTab.XtraTabPage PageCommandSet;
  1329. private DevExpress.XtraTab.XtraTabPage PageDeviceNetSetting;
  1330. private AutoDataGridControl GridDeviceList;
  1331. private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting;
  1332. private DevExpress.XtraBars.BarButtonItem ButtionPolling;
  1333. private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
  1334. private DevExpress.XtraTab.XtraTabPage PagePolling;
  1335. private DevExpress.XtraGrid.Columns.GridColumn de_id;
  1336. private DevExpress.XtraGrid.Columns.GridColumn de_code;
  1337. private DevExpress.XtraGrid.Columns.GridColumn de_name;
  1338. private DevExpress.XtraGrid.Columns.GridColumn de_runstatus;
  1339. private DevExpress.XtraGrid.Columns.GridColumn de_indate;
  1340. private DevExpress.XtraGrid.Columns.GridColumn de_spec;
  1341. private DevExpress.XtraGrid.Columns.GridColumn de_vendcode;
  1342. private DevExpress.XtraGrid.Columns.GridColumn de_vendname;
  1343. private DevExpress.XtraGrid.Columns.GridColumn de_address;
  1344. private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
  1345. private CustomerControl.PagingControl.PageControl ToolPageControlDeviceList;
  1346. private AutoDataGridControl GridCommandSetting;
  1347. private DevExpress.XtraGrid.Columns.GridColumn dc_id;
  1348. private DevExpress.XtraGrid.Columns.GridColumn dc_code;
  1349. private DevExpress.XtraGrid.Columns.GridColumn dc_name;
  1350. private DevExpress.XtraGrid.Columns.GridColumn dc_value;
  1351. private AutoDataGridControl GridPolling;
  1352. private AutoDataGridControl GridPollingSetting;
  1353. private DevExpress.XtraGrid.Columns.GridColumn pl_id;
  1354. private DevExpress.XtraGrid.Columns.GridColumn pl_code;
  1355. private DevExpress.XtraGrid.Columns.GridColumn pl_name;
  1356. private DevExpress.XtraGrid.Columns.GridColumn pl_type;
  1357. private DevExpress.XtraGrid.Columns.GridColumn pl_dccode;
  1358. private DevExpress.XtraGrid.Columns.GridColumn pl_remark;
  1359. private DevExpress.XtraGrid.Columns.GridColumn dpc_id;
  1360. private DevExpress.XtraGrid.Columns.GridColumn dpc_decode;
  1361. private DevExpress.XtraGrid.Columns.GridColumn dpc_interval;
  1362. private DevExpress.XtraGrid.Columns.GridColumn dpc_dccode;
  1363. private DevExpress.XtraGrid.Columns.GridColumn dpc_function;
  1364. private DevExpress.XtraGrid.Columns.GridColumn dpc_enable;
  1365. private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
  1366. private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
  1367. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
  1368. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommand;
  1369. private CustomerControl.Button.ButtonAddRow ButtonNewCommand;
  1370. private GridViewWithSerialNum GridViewDeviceList;
  1371. private GridViewWithSerialNum GridViewCommandSet;
  1372. private GridViewWithSerialNum GridViewPolling;
  1373. private GridViewWithSerialNum GridViewPollSetting;
  1374. private LabelControl Brand_label;
  1375. private ComboBoxEdit Brand;
  1376. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit CheckEditCommandSet;
  1377. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommand;
  1378. private CustomerControl.Button.ButtonDeleteRow ButtonDeletePolling;
  1379. private CustomerControl.Button.ButtonSaveGrid ButtonSavePolling;
  1380. private CustomerControl.Button.ButtonAddRow ButtonAddPolling;
  1381. private SimpleButton ButtonPausePolling;
  1382. private SimpleButton ButtonStartPolling;
  1383. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommandSet;
  1384. private CustomerControl.Button.ButtonAddRow ButtonNewCommandSet;
  1385. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommandSet;
  1386. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit PollingSetItemLookUpEdit;
  1387. private DevExpress.XtraGrid.Columns.GridColumn POLLSETTINGSTATUSCOLUMN;
  1388. private DevExpress.XtraGrid.Columns.GridColumn PollSettingCheckedColumn;
  1389. private DevExpress.XtraGrid.Columns.GridColumn CommandSetCheckedColumn;
  1390. private DevExpress.XtraGrid.Columns.GridColumn PollingCheckedColumn;
  1391. private DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit PollSettingItemSearchLookUpEdit;
  1392. private DevExpress.XtraGrid.Views.Grid.GridView PollSettingItemSearchLookUpEditView;
  1393. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  1394. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  1395. private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
  1396. private DevExpress.XtraBars.BarButtonItem ButtonWorkCenterStatus;
  1397. private AutoDataGridControl GridDeviceNetSetting;
  1398. private GridViewWithSerialNum GridViewDeviceNetSetting;
  1399. private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
  1400. private DevExpress.XtraTab.XtraTabPage PageWorkCenterStatus;
  1401. private DevExpress.XtraGrid.Columns.GridColumn dnc_id;
  1402. private DevExpress.XtraGrid.Columns.GridColumn dnc_decode;
  1403. private DevExpress.XtraGrid.Columns.GridColumn dnc_getway;
  1404. private DevExpress.XtraGrid.Columns.GridColumn dnc_upperip;
  1405. private DevExpress.XtraGrid.Columns.GridColumn dnc_port;
  1406. private DevExpress.XtraGrid.Columns.GridColumn dnc_mac;
  1407. private DevExpress.XtraGrid.Columns.GridColumn dnc_ip;
  1408. private DevExpress.XtraGrid.Columns.GridColumn dnc_type;
  1409. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteNetConfig;
  1410. private CustomerControl.Button.ButtonAddRow ButtonAddNetConfig;
  1411. private CustomerControl.Button.ButtonSaveGrid ButtonSaveNetConfig;
  1412. private DevExpress.XtraGrid.Columns.GridColumn NetSettingCheckedColumn;
  1413. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  1414. private DevExpress.XtraGrid.Columns.GridColumn dc_sendcoding;
  1415. private DevExpress.XtraGrid.Columns.GridColumn dc_receivecoding;
  1416. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox CommandSetRepositoryItemComboBox1;
  1417. private DevExpress.XtraBars.Ribbon.GalleryControl GalleryDeviceStatus;
  1418. private DevExpress.XtraBars.Ribbon.GalleryControlClient galleryControlClient1;
  1419. private System.Windows.Forms.Timer TimerDeviceStatus;
  1420. private AutoDataGridControl GridWorkCenterStatus;
  1421. private GridViewWithSerialNum GridViewWorkCenterStatus;
  1422. }
  1423. }