using UAS_DeviceMonitor.CustomerControl.AutoDataGridControl; namespace UAS_DeviceMonitor { partial class Main { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem(); this.ButtonDeviceKind = new DevExpress.XtraBars.BarButtonItem(); this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup(); this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem(); this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.ButtonPollingSetting = new DevExpress.XtraBars.BarButtonItem(); this.ButtionPolling = new DevExpress.XtraBars.BarButtonItem(); this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.RibDeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.RibDeviceBadInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.MainTabControl = new DevExpress.XtraTab.XtraTabControl(); this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage(); this.pageControl1 = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl(); this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl(); this.GridViewDeviceList = new DevExpress.XtraGrid.Views.Grid.GridView(); this.de_id = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_code = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_name = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_runstatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_indate = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_spec = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_vendcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_vendname = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_address = new DevExpress.XtraGrid.Columns.GridColumn(); this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn(); this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage(); this.GridCommandSetting = new DevExpress.XtraGrid.GridControl(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn(); this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn(); this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn(); this.dc_command = new DevExpress.XtraGrid.Columns.GridColumn(); this.PageDeviceKind = new DevExpress.XtraTab.XtraTabPage(); this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage(); this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.GridPollingSetting = new DevExpress.XtraGrid.GridControl(); this.GridViewPollSetting = new DevExpress.XtraGrid.Views.Grid.GridView(); this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn(); this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn(); this.dpc_plcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.dpc_plname = new DevExpress.XtraGrid.Columns.GridColumn(); this.dpc_interval = new DevExpress.XtraGrid.Columns.GridColumn(); this.dpc_dccode = new DevExpress.XtraGrid.Columns.GridColumn(); this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn(); this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn(); this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn(); this.PagePolling = new DevExpress.XtraTab.XtraTabPage(); this.GridPolling = new DevExpress.XtraGrid.GridControl(); this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn(); this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn(); this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn(); this.pl_type = new DevExpress.XtraGrid.Columns.GridColumn(); this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn(); this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit(); this.MainTabControl.SuspendLayout(); this.PageDeviceList.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit(); this.PageCommandSet.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.PagePollingSetting.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); this.PagePolling.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit(); this.SuspendLayout(); // // RibbonNav // this.RibbonNav.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net; this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False; this.RibbonNav.ExpandCollapseItem.Id = 0; this.RibbonNav.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.RibbonNav.ExpandCollapseItem, this.barButtonItem1, this.ButtonDeviceList, this.ButtonDeviceKind, this.barButtonGroup1, this.ButtonDeviceStatus, this.ButtonCommandSet, this.barButtonItem5, this.ButtonPollingSetting, this.ButtionPolling}); this.RibbonNav.Location = new System.Drawing.Point(0, 0); this.RibbonNav.MaxItemId = 13; this.RibbonNav.Name = "RibbonNav"; this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.DeviceInf, this.DeviceCommandSetting, this.ribbonPage2}); this.RibbonNav.Size = new System.Drawing.Size(1033, 128); this.RibbonNav.StatusBar = this.ribbonStatusBar; // // barButtonItem1 // this.barButtonItem1.Caption = "barButtonItem1"; this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph"))); this.barButtonItem1.Id = 3; this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph"))); this.barButtonItem1.Name = "barButtonItem1"; // // ButtonDeviceList // this.ButtonDeviceList.Caption = "设备清单"; this.ButtonDeviceList.Id = 5; this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net; this.ButtonDeviceList.Name = "ButtonDeviceList"; this.ButtonDeviceList.Tag = "PageDeviceList"; this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // ButtonDeviceKind // this.ButtonDeviceKind.Caption = "设备类型维护"; this.ButtonDeviceKind.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.Glyph"))); this.ButtonDeviceKind.Id = 6; this.ButtonDeviceKind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.LargeGlyph"))); this.ButtonDeviceKind.Name = "ButtonDeviceKind"; this.ButtonDeviceKind.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large; this.ButtonDeviceKind.Tag = "PageDeviceKind"; this.ButtonDeviceKind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // barButtonGroup1 // this.barButtonGroup1.Caption = "barButtonGroup1"; this.barButtonGroup1.Glyph = global::UAS_DeviceMonitor.Properties.Resources.Png_Device; this.barButtonGroup1.Id = 7; this.barButtonGroup1.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.Png_Device; this.barButtonGroup1.Name = "barButtonGroup1"; // // ButtonDeviceStatus // this.ButtonDeviceStatus.Caption = "运行状态"; this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph"))); this.ButtonDeviceStatus.Id = 8; this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph"))); this.ButtonDeviceStatus.Name = "ButtonDeviceStatus"; this.ButtonDeviceStatus.Tag = "PageDeviceStatus"; this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // ButtonCommandSet // this.ButtonCommandSet.Caption = "指令设置"; this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph"))); this.ButtonCommandSet.Id = 9; this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph"))); this.ButtonCommandSet.Name = "ButtonCommandSet"; this.ButtonCommandSet.Tag = "PageCommandSet"; this.ButtonCommandSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // barButtonItem5 // this.barButtonItem5.Caption = "故障信息维护"; this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph"))); this.barButtonItem5.Id = 10; this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph"))); this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // ButtonPollingSetting // this.ButtonPollingSetting.Caption = "轮询配置"; this.ButtonPollingSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.Glyph"))); this.ButtonPollingSetting.Id = 11; this.ButtonPollingSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.LargeGlyph"))); this.ButtonPollingSetting.Name = "ButtonPollingSetting"; this.ButtonPollingSetting.Tag = "PagePollingSetting"; this.ButtonPollingSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // ButtionPolling // this.ButtionPolling.Caption = "轮询业务"; this.ButtionPolling.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.Glyph"))); this.ButtionPolling.Id = 12; this.ButtionPolling.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.LargeGlyph"))); this.ButtionPolling.Name = "ButtionPolling"; this.ButtionPolling.Tag = "PagePolling"; this.ButtionPolling.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // DeviceInf // this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.RibDeviceInf}); this.DeviceInf.Name = "DeviceInf"; this.DeviceInf.Text = "设备信息"; // // RibDeviceInf // this.RibDeviceInf.AllowTextClipping = false; this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList); this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceKind); this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceStatus); this.RibDeviceInf.Name = "RibDeviceInf"; this.RibDeviceInf.ShowCaptionButton = false; // // DeviceCommandSetting // this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.RibDeviceCommand}); this.DeviceCommandSetting.Name = "DeviceCommandSetting"; this.DeviceCommandSetting.Text = "设备指令配置"; // // RibDeviceCommand // this.RibDeviceCommand.ItemLinks.Add(this.ButtonCommandSet); this.RibDeviceCommand.ItemLinks.Add(this.ButtionPolling); this.RibDeviceCommand.ItemLinks.Add(this.ButtonPollingSetting); this.RibDeviceCommand.Name = "RibDeviceCommand"; this.RibDeviceCommand.Text = "ribbonPageGroup3"; // // ribbonPage2 // this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.RibDeviceBadInf}); this.ribbonPage2.Name = "ribbonPage2"; this.ribbonPage2.Text = "设备故障监控"; // // RibDeviceBadInf // this.RibDeviceBadInf.ItemLinks.Add(this.barButtonItem5); this.RibDeviceBadInf.Name = "RibDeviceBadInf"; this.RibDeviceBadInf.Text = "ribbonPageGroup4"; // // ribbonStatusBar // this.ribbonStatusBar.Location = new System.Drawing.Point(0, 680); this.ribbonStatusBar.Name = "ribbonStatusBar"; this.ribbonStatusBar.Ribbon = this.RibbonNav; this.ribbonStatusBar.Size = new System.Drawing.Size(1033, 31); // // ribbonPageGroup1 // this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "ribbonPageGroup1"; // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "ribbonPage11"; // // MainTabControl // this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.MainTabControl.Location = new System.Drawing.Point(0, 128); this.MainTabControl.Name = "MainTabControl"; this.MainTabControl.SelectedTabPage = this.PageDeviceList; this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False; this.MainTabControl.Size = new System.Drawing.Size(1033, 552); this.MainTabControl.TabIndex = 3; this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.PageDeviceList, this.PageCommandSet, this.PageDeviceKind, this.PageDeviceStatus, this.PagePollingSetting, this.PagePolling}); // // PageDeviceList // this.PageDeviceList.Controls.Add(this.pageControl1); this.PageDeviceList.Controls.Add(this.GridDeviceList); this.PageDeviceList.Name = "PageDeviceList"; this.PageDeviceList.PageVisible = false; this.PageDeviceList.Size = new System.Drawing.Size(1027, 546); this.PageDeviceList.Text = "xtraTabPage1"; // // pageControl1 // this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageControl1.Gridcontrol = null; this.pageControl1.Location = new System.Drawing.Point(0, 517); this.pageControl1.Name = "pageControl1"; this.pageControl1.Size = new System.Drawing.Size(1027, 29); this.pageControl1.TabIndex = 1; // // GridDeviceList // this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill; this.GridDeviceList.GetDataSQL = null; this.GridDeviceList.Location = new System.Drawing.Point(0, 0); this.GridDeviceList.MainView = this.GridViewDeviceList; this.GridDeviceList.MenuManager = this.RibbonNav; this.GridDeviceList.Name = "GridDeviceList"; this.GridDeviceList.RowCount = 0; this.GridDeviceList.Size = new System.Drawing.Size(1027, 546); this.GridDeviceList.TabIndex = 0; this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GridViewDeviceList}); // // GridViewDeviceList // this.GridViewDeviceList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.de_id, this.de_code, this.de_name, this.de_runstatus, this.de_indate, this.de_spec, this.de_vendcode, this.de_vendname, this.de_address, this.de_wccode}); this.GridViewDeviceList.GridControl = this.GridDeviceList; this.GridViewDeviceList.Name = "GridViewDeviceList"; // // de_id // this.de_id.Caption = "de_id"; this.de_id.FieldName = "DE_ID"; this.de_id.Name = "de_id"; // // de_code // this.de_code.Caption = "设备编号"; this.de_code.FieldName = "DE_CODE"; this.de_code.Name = "de_code"; this.de_code.Visible = true; this.de_code.VisibleIndex = 0; // // de_name // this.de_name.Caption = "设备名称"; this.de_name.FieldName = "DE_NAME"; this.de_name.Name = "de_name"; this.de_name.Visible = true; this.de_name.VisibleIndex = 1; // // de_runstatus // this.de_runstatus.Caption = "运行状态"; this.de_runstatus.FieldName = "DE_RUNSTATUS"; this.de_runstatus.Name = "de_runstatus"; this.de_runstatus.Visible = true; this.de_runstatus.VisibleIndex = 2; // // de_indate // this.de_indate.Caption = "录入日期"; this.de_indate.DisplayFormat.FormatString = "yyyy-MM-dd"; this.de_indate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.de_indate.FieldName = "DE_INDATE"; this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText; this.de_indate.Name = "de_indate"; this.de_indate.Visible = true; this.de_indate.VisibleIndex = 3; // // de_spec // this.de_spec.Caption = "设备规格"; this.de_spec.FieldName = "DE_SPEC"; this.de_spec.Name = "de_spec"; this.de_spec.Visible = true; this.de_spec.VisibleIndex = 4; // // de_vendcode // this.de_vendcode.Caption = "供应商编号"; this.de_vendcode.FieldName = "DE_VENDCODE"; this.de_vendcode.Name = "de_vendcode"; this.de_vendcode.Visible = true; this.de_vendcode.VisibleIndex = 5; // // de_vendname // this.de_vendname.Caption = "供应商名称"; this.de_vendname.FieldName = "DE_VENDNAME"; this.de_vendname.Name = "de_vendname"; this.de_vendname.Visible = true; this.de_vendname.VisibleIndex = 6; // // de_address // this.de_address.Caption = "设备地点"; this.de_address.FieldName = "DE_ADDRESS"; this.de_address.Name = "de_address"; this.de_address.Visible = true; this.de_address.VisibleIndex = 7; // // de_wccode // this.de_wccode.Caption = "工作中心"; this.de_wccode.FieldName = "DE_WCCODE"; this.de_wccode.Name = "de_wccode"; this.de_wccode.Visible = true; this.de_wccode.VisibleIndex = 8; // // PageCommandSet // this.PageCommandSet.Controls.Add(this.GridCommandSetting); this.PageCommandSet.Name = "PageCommandSet"; this.PageCommandSet.PageVisible = false; this.PageCommandSet.Size = new System.Drawing.Size(1027, 546); this.PageCommandSet.Text = "xtraTabPage1"; // // GridCommandSetting // this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.GridCommandSetting.Location = new System.Drawing.Point(0, -1); this.GridCommandSetting.MainView = this.gridView2; this.GridCommandSetting.MenuManager = this.RibbonNav; this.GridCommandSetting.Name = "GridCommandSetting"; this.GridCommandSetting.Size = new System.Drawing.Size(1027, 511); this.GridCommandSetting.TabIndex = 1; this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView2}); // // gridView2 // this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.dc_id, this.dc_code, this.dc_name, this.dc_command}); this.gridView2.GridControl = this.GridCommandSetting; this.gridView2.Name = "gridView2"; // // dc_id // this.dc_id.FieldName = "DC_ID"; this.dc_id.Name = "dc_id"; // // dc_code // this.dc_code.Caption = "指令编号"; this.dc_code.FieldName = "DC_CODE"; this.dc_code.Name = "dc_code"; this.dc_code.Visible = true; this.dc_code.VisibleIndex = 0; this.dc_code.Width = 118; // // dc_name // this.dc_name.Caption = "指令名称"; this.dc_name.FieldName = "DC_NAME"; this.dc_name.Name = "dc_name"; this.dc_name.Visible = true; this.dc_name.VisibleIndex = 1; this.dc_name.Width = 123; // // dc_command // this.dc_command.Caption = "发送指令"; this.dc_command.FieldName = "DC_COMMAND"; this.dc_command.Name = "dc_command"; this.dc_command.Visible = true; this.dc_command.VisibleIndex = 2; this.dc_command.Width = 768; // // PageDeviceKind // this.PageDeviceKind.Name = "PageDeviceKind"; this.PageDeviceKind.PageVisible = false; this.PageDeviceKind.Size = new System.Drawing.Size(1027, 546); this.PageDeviceKind.Text = "xtraTabPage2"; // // PageDeviceStatus // this.PageDeviceStatus.Name = "PageDeviceStatus"; this.PageDeviceStatus.PageVisible = false; this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 546); this.PageDeviceStatus.Text = "xtraTabPage3"; // // PagePollingSetting // this.PagePollingSetting.Controls.Add(this.simpleButton3); this.PagePollingSetting.Controls.Add(this.simpleButton2); this.PagePollingSetting.Controls.Add(this.simpleButton1); this.PagePollingSetting.Controls.Add(this.GridPollingSetting); this.PagePollingSetting.Name = "PagePollingSetting"; this.PagePollingSetting.PageVisible = false; this.PagePollingSetting.Size = new System.Drawing.Size(1027, 546); this.PagePollingSetting.Text = "xtraTabPage1"; // // simpleButton3 // this.simpleButton3.Location = new System.Drawing.Point(787, 520); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(75, 23); this.simpleButton3.TabIndex = 3; this.simpleButton3.Text = "simpleButton3"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton2 // this.simpleButton2.Location = new System.Drawing.Point(868, 520); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(75, 23); this.simpleButton2.TabIndex = 2; this.simpleButton2.Text = "simpleButton2"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(949, 520); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 23); this.simpleButton1.TabIndex = 1; this.simpleButton1.Text = "simpleButton1"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // GridPollingSetting // this.GridPollingSetting.Location = new System.Drawing.Point(0, 0); this.GridPollingSetting.MainView = this.GridViewPollSetting; this.GridPollingSetting.MenuManager = this.RibbonNav; this.GridPollingSetting.Name = "GridPollingSetting"; this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.GridPollingSetting.Size = new System.Drawing.Size(1027, 514); this.GridPollingSetting.TabIndex = 0; this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GridViewPollSetting}); // // GridViewPollSetting // this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.dpc_id, this.dpc_decode, this.dpc_plcode, this.dpc_plname, this.dpc_interval, this.dpc_dccode, this.dpc_function, this.dpc_enable, this.dpc_status, this.dpc_remark}); this.GridViewPollSetting.GridControl = this.GridPollingSetting; this.GridViewPollSetting.Name = "GridViewPollSetting"; // // dpc_id // this.dpc_id.Caption = "ID"; this.dpc_id.FieldName = "DPC_ID"; this.dpc_id.Name = "dpc_id"; // // dpc_decode // this.dpc_decode.Caption = "设备编号"; this.dpc_decode.FieldName = "DPC_DECODE"; this.dpc_decode.Name = "dpc_decode"; this.dpc_decode.Visible = true; this.dpc_decode.VisibleIndex = 0; // // dpc_plcode // this.dpc_plcode.Caption = "业务编号"; this.dpc_plcode.FieldName = "DPC_PLCODE"; this.dpc_plcode.Name = "dpc_plcode"; this.dpc_plcode.Visible = true; this.dpc_plcode.VisibleIndex = 1; // // dpc_plname // this.dpc_plname.Caption = "业务名称"; this.dpc_plname.FieldName = "DPC_PLNAME"; this.dpc_plname.Name = "dpc_plname"; this.dpc_plname.Visible = true; this.dpc_plname.VisibleIndex = 2; // // dpc_interval // this.dpc_interval.Caption = "轮询间隔"; this.dpc_interval.FieldName = "DPC_INTERVAL"; this.dpc_interval.Name = "dpc_interval"; this.dpc_interval.Visible = true; this.dpc_interval.VisibleIndex = 3; // // dpc_dccode // this.dpc_dccode.Caption = "指令编号"; this.dpc_dccode.FieldName = "DPC_DCCODE"; this.dpc_dccode.Name = "dpc_dccode"; this.dpc_dccode.Visible = true; this.dpc_dccode.VisibleIndex = 4; // // dpc_function // this.dpc_function.Caption = "解析函数"; this.dpc_function.FieldName = "DPC_FUNCTION"; this.dpc_function.Name = "dpc_function"; this.dpc_function.Visible = true; this.dpc_function.VisibleIndex = 5; // // dpc_enable // this.dpc_enable.Caption = "是否启用"; this.dpc_enable.ColumnEdit = this.repositoryItemCheckEdit1; this.dpc_enable.Name = "dpc_enable"; this.dpc_enable.Visible = true; this.dpc_enable.VisibleIndex = 6; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.PictureChecked = ((System.Drawing.Image)(resources.GetObject("repositoryItemCheckEdit1.PictureChecked"))); this.repositoryItemCheckEdit1.PictureUnchecked = ((System.Drawing.Image)(resources.GetObject("repositoryItemCheckEdit1.PictureUnchecked"))); // // dpc_status // this.dpc_status.Caption = "状态"; this.dpc_status.FieldName = "DPC_STATUS"; this.dpc_status.Name = "dpc_status"; this.dpc_status.Visible = true; this.dpc_status.VisibleIndex = 7; // // dpc_remark // this.dpc_remark.Caption = "备注"; this.dpc_remark.FieldName = "DPC_REMARK"; this.dpc_remark.Name = "dpc_remark"; this.dpc_remark.Visible = true; this.dpc_remark.VisibleIndex = 8; // // PagePolling // this.PagePolling.Controls.Add(this.GridPolling); this.PagePolling.Name = "PagePolling"; this.PagePolling.PageVisible = false; this.PagePolling.Size = new System.Drawing.Size(1027, 546); this.PagePolling.Text = "xtraTabPage1"; // // GridPolling // this.GridPolling.Dock = System.Windows.Forms.DockStyle.Fill; this.GridPolling.Location = new System.Drawing.Point(0, 0); this.GridPolling.MainView = this.gridView3; this.GridPolling.MenuManager = this.RibbonNav; this.GridPolling.Name = "GridPolling"; this.GridPolling.Size = new System.Drawing.Size(1027, 546); this.GridPolling.TabIndex = 0; this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView3}); // // gridView3 // this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.pl_id, this.pl_code, this.pl_name, this.pl_type, this.pl_dccode, this.pl_remark}); this.gridView3.GridControl = this.GridPolling; this.gridView3.Name = "gridView3"; // // pl_id // this.pl_id.Caption = "ID"; this.pl_id.FieldName = "pl_id"; this.pl_id.Name = "pl_id"; // // pl_code // this.pl_code.Caption = "业务编号"; this.pl_code.FieldName = "PL_CODE"; this.pl_code.Name = "pl_code"; this.pl_code.Visible = true; this.pl_code.VisibleIndex = 0; // // pl_name // this.pl_name.Caption = "业务名称"; this.pl_name.FieldName = "PL_NAME"; this.pl_name.Name = "pl_name"; this.pl_name.Visible = true; this.pl_name.VisibleIndex = 1; // // pl_type // this.pl_type.Caption = "业务类型"; this.pl_type.FieldName = "PL_TYPE"; this.pl_type.Name = "pl_type"; this.pl_type.Visible = true; this.pl_type.VisibleIndex = 2; // // pl_dccode // this.pl_dccode.Caption = "指令编号"; this.pl_dccode.FieldName = "PL_DCCODE"; this.pl_dccode.Name = "pl_dccode"; this.pl_dccode.Visible = true; this.pl_dccode.VisibleIndex = 3; // // pl_remark // this.pl_remark.Caption = "备注"; this.pl_remark.FieldName = "PL_REMARK"; this.pl_remark.Name = "pl_remark"; this.pl_remark.Visible = true; this.pl_remark.VisibleIndex = 4; // // Main // this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False; this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.Appearance.Options.UseForeColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1033, 711); this.Controls.Add(this.MainTabControl); this.Controls.Add(this.ribbonStatusBar); this.Controls.Add(this.RibbonNav); this.Name = "Main"; this.Ribbon = this.RibbonNav; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusBar = this.ribbonStatusBar; this.Text = "设备监控管理平台"; this.Load += new System.EventHandler(this.Main_Load); ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit(); this.MainTabControl.ResumeLayout(false); this.PageDeviceList.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit(); this.PageCommandSet.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.PagePollingSetting.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); this.PagePolling.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav; private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar; private DevExpress.XtraBars.BarButtonItem barButtonItem1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.BarButtonItem ButtonDeviceList; private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf; private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf; private DevExpress.XtraBars.BarButtonItem ButtonDeviceKind; private DevExpress.XtraBars.BarButtonGroup barButtonGroup1; private DevExpress.XtraTab.XtraTabControl MainTabControl; private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus; private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage2; private DevExpress.XtraBars.BarButtonItem ButtonCommandSet; private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand; private DevExpress.XtraBars.BarButtonItem barButtonItem5; private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceBadInf; private DevExpress.XtraTab.XtraTabPage PageDeviceList; private DevExpress.XtraTab.XtraTabPage PageCommandSet; private DevExpress.XtraTab.XtraTabPage PageDeviceKind; private DevExpress.XtraTab.XtraTabPage PageDeviceStatus; private AutoDataGridControl GridDeviceList; private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting; private DevExpress.XtraBars.BarButtonItem ButtionPolling; private DevExpress.XtraTab.XtraTabPage PagePollingSetting; private DevExpress.XtraTab.XtraTabPage PagePolling; private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceList; private DevExpress.XtraGrid.Columns.GridColumn de_id; private DevExpress.XtraGrid.Columns.GridColumn de_code; private DevExpress.XtraGrid.Columns.GridColumn de_name; private DevExpress.XtraGrid.Columns.GridColumn de_runstatus; private DevExpress.XtraGrid.Columns.GridColumn de_indate; private DevExpress.XtraGrid.Columns.GridColumn de_spec; private DevExpress.XtraGrid.Columns.GridColumn de_vendcode; private DevExpress.XtraGrid.Columns.GridColumn de_vendname; private DevExpress.XtraGrid.Columns.GridColumn de_address; private DevExpress.XtraGrid.Columns.GridColumn de_wccode; private CustomerControl.PagingControl.PageControl pageControl1; private DevExpress.XtraGrid.GridControl GridCommandSetting; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraGrid.Columns.GridColumn dc_id; private DevExpress.XtraGrid.Columns.GridColumn dc_code; private DevExpress.XtraGrid.Columns.GridColumn dc_name; private DevExpress.XtraGrid.Columns.GridColumn dc_command; private DevExpress.XtraGrid.GridControl GridPolling; private DevExpress.XtraGrid.Views.Grid.GridView gridView3; private DevExpress.XtraGrid.GridControl GridPollingSetting; private DevExpress.XtraGrid.Views.Grid.GridView GridViewPollSetting; private DevExpress.XtraGrid.Columns.GridColumn pl_id; private DevExpress.XtraGrid.Columns.GridColumn pl_code; private DevExpress.XtraGrid.Columns.GridColumn pl_name; private DevExpress.XtraGrid.Columns.GridColumn pl_type; private DevExpress.XtraGrid.Columns.GridColumn pl_dccode; private DevExpress.XtraGrid.Columns.GridColumn pl_remark; private DevExpress.XtraGrid.Columns.GridColumn dpc_id; private DevExpress.XtraGrid.Columns.GridColumn dpc_decode; private DevExpress.XtraGrid.Columns.GridColumn dpc_plcode; private DevExpress.XtraGrid.Columns.GridColumn dpc_plname; private DevExpress.XtraGrid.Columns.GridColumn dpc_interval; private DevExpress.XtraGrid.Columns.GridColumn dpc_dccode; private DevExpress.XtraGrid.Columns.GridColumn dpc_function; private DevExpress.XtraGrid.Columns.GridColumn dpc_enable; private DevExpress.XtraGrid.Columns.GridColumn dpc_status; private DevExpress.XtraGrid.Columns.GridColumn dpc_remark; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; } }