| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058 |
- using DevExpress.XtraEditors;
- using UAS_DeviceMonitor.CustomerControl.AutoDataGridControl;
- using UAS_DeviceMonitor.CustomerControl;
- using UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum;
- namespace UAS_DeviceMonitor
- {
- partial class Main
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
- this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
- this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
- this.ButtonDeviceKind = new DevExpress.XtraBars.BarButtonItem();
- this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem();
- this.ButtonCommandSet = 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.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
- this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
- this.PageControlDeviceList = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
- this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
- this.GridViewDeviceList = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
- 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.ButtonDeleteCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
- this.Brand_label = new DevExpress.XtraEditors.LabelControl();
- this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
- this.ButtonNewCommand = new DevExpress.XtraEditors.SimpleButton();
- this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
- this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
- this.GridViewCommandSet = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
- this.GRIDVIEWCOMMANDSETCHOOSE = new DevExpress.XtraGrid.Columns.GridColumn();
- this.CheckEditCommandSet = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
- 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.ButtonDeleteCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
- this.ButtonNewCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
- this.ButtonSaveCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
- this.ButtonPausePolling = new DevExpress.XtraEditors.SimpleButton();
- this.ButtonStartPolling = new DevExpress.XtraEditors.SimpleButton();
- this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
- this.GridViewPollSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
- this.GRIDVIEWPOLLSETTINGCHOOSE = new DevExpress.XtraGrid.Columns.GridColumn();
- this.dpc_enableCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
- 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.PollingSetItemLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
- this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn();
- this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn();
- this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
- this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
- this.PollSettingStatusColumn = new DevExpress.XtraGrid.Columns.GridColumn();
- this.PollSettingItemColorEdit = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
- this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
- this.ButtonAddPolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
- this.ButtonDeletePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
- this.ButtonSavePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
- this.GridPolling = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
- this.GridViewPolling = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
- 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();
- this.PollingTimer = new System.Windows.Forms.Timer(this.components);
- this.repositoryItemColorPickEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit();
- ((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.Brand.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).BeginInit();
- this.PagePollingSetting.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorEdit)).BeginInit();
- this.PagePolling.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).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.ButtonDeviceList,
- this.ButtonDeviceKind,
- this.ButtonDeviceStatus,
- this.ButtonCommandSet,
- 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.RibbonNav.Size = new System.Drawing.Size(1033, 128);
- //
- // 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);
- //
- // 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);
- //
- // 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";
- //
- // 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, 583);
- 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.PageControlDeviceList);
- this.PageDeviceList.Controls.Add(this.GridDeviceList);
- this.PageDeviceList.Name = "PageDeviceList";
- this.PageDeviceList.PageVisible = false;
- this.PageDeviceList.Size = new System.Drawing.Size(1027, 577);
- this.PageDeviceList.Text = "xtraTabPage1";
- //
- // PageControlDeviceList
- //
- this.PageControlDeviceList.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PageControlDeviceList.Gridcontrol = null;
- this.PageControlDeviceList.Location = new System.Drawing.Point(0, 548);
- this.PageControlDeviceList.Name = "PageControlDeviceList";
- this.PageControlDeviceList.Size = new System.Drawing.Size(1027, 29);
- this.PageControlDeviceList.TabIndex = 1;
- //
- // GridDeviceList
- //
- this.GridDeviceList.Condition = null;
- this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.GridDeviceList.GetDataSQL = null;
- this.GridDeviceList.ID = null;
- this.GridDeviceList.InsertSQL = 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, 577);
- this.GridDeviceList.TabIndex = 0;
- this.GridDeviceList.TableName = null;
- 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.IndicatorWidth = 30;
- 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.ButtonDeleteCommand);
- this.PageCommandSet.Controls.Add(this.Brand_label);
- this.PageCommandSet.Controls.Add(this.Brand);
- this.PageCommandSet.Controls.Add(this.ButtonNewCommand);
- this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
- this.PageCommandSet.Controls.Add(this.GridCommandSetting);
- this.PageCommandSet.Name = "PageCommandSet";
- this.PageCommandSet.PageVisible = false;
- this.PageCommandSet.Size = new System.Drawing.Size(1027, 577);
- this.PageCommandSet.Text = "xtraTabPage1";
- this.PageCommandSet.VisibleChanged += new System.EventHandler(this.PageCommandSet_VisibleChanged);
- //
- // ButtonDeleteCommand
- //
- this.ButtonDeleteCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonDeleteCommand.Grid = null;
- this.ButtonDeleteCommand.Location = new System.Drawing.Point(816, 551);
- this.ButtonDeleteCommand.Name = "ButtonDeleteCommand";
- this.ButtonDeleteCommand.Size = new System.Drawing.Size(64, 23);
- this.ButtonDeleteCommand.TabIndex = 6;
- this.ButtonDeleteCommand.Text = "删除";
- //
- // Brand_label
- //
- this.Brand_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.Brand_label.Location = new System.Drawing.Point(8, 5);
- this.Brand_label.Name = "Brand_label";
- this.Brand_label.Size = new System.Drawing.Size(32, 21);
- this.Brand_label.TabIndex = 5;
- this.Brand_label.Text = "品牌";
- //
- // Brand
- //
- this.Brand.Location = new System.Drawing.Point(47, 4);
- this.Brand.MenuManager = this.RibbonNav;
- this.Brand.Name = "Brand";
- this.Brand.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Brand.Properties.Appearance.Options.UseFont = true;
- this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.Brand.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- this.Brand.Size = new System.Drawing.Size(100, 24);
- this.Brand.TabIndex = 4;
- this.Brand.SelectedIndexChanged += new System.EventHandler(this.Brand_SelectedIndexChanged);
- //
- // ButtonNewCommand
- //
- this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonNewCommand.Location = new System.Drawing.Point(886, 551);
- this.ButtonNewCommand.Name = "ButtonNewCommand";
- this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
- this.ButtonNewCommand.TabIndex = 3;
- this.ButtonNewCommand.Text = "新增";
- this.ButtonNewCommand.Click += new System.EventHandler(this.ButtonNewCommand_Click);
- //
- // ButtonSaveCommand
- //
- this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonSaveCommand.Grid = null;
- this.ButtonSaveCommand.HandlerOtherFirst = true;
- this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
- this.ButtonSaveCommand.Name = "ButtonSaveCommand";
- this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
- this.ButtonSaveCommand.TabIndex = 2;
- this.ButtonSaveCommand.Text = "保存";
- this.ButtonSaveCommand.Click += new System.EventHandler(this.ButtonSaveCommand_Click);
- //
- // 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.Condition = null;
- this.GridCommandSetting.GetDataSQL = null;
- this.GridCommandSetting.ID = null;
- this.GridCommandSetting.InsertSQL = null;
- this.GridCommandSetting.Location = new System.Drawing.Point(0, 31);
- this.GridCommandSetting.MainView = this.GridViewCommandSet;
- this.GridCommandSetting.MenuManager = this.RibbonNav;
- this.GridCommandSetting.Name = "GridCommandSetting";
- this.GridCommandSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
- this.CheckEditCommandSet});
- this.GridCommandSetting.RowCount = 0;
- this.GridCommandSetting.Size = new System.Drawing.Size(1027, 517);
- this.GridCommandSetting.TabIndex = 1;
- this.GridCommandSetting.TableName = null;
- this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.GridViewCommandSet});
- //
- // GridViewCommandSet
- //
- this.GridViewCommandSet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.GRIDVIEWCOMMANDSETCHOOSE,
- this.dc_id,
- this.dc_code,
- this.dc_name,
- this.dc_command});
- this.GridViewCommandSet.GridControl = this.GridCommandSetting;
- this.GridViewCommandSet.IndicatorWidth = 30;
- this.GridViewCommandSet.Name = "GridViewCommandSet";
- this.GridViewCommandSet.OptionsSelection.MultiSelect = true;
- //
- // GRIDVIEWCOMMANDSETCHOOSE
- //
- this.GRIDVIEWCOMMANDSETCHOOSE.Caption = "勾选";
- this.GRIDVIEWCOMMANDSETCHOOSE.ColumnEdit = this.CheckEditCommandSet;
- this.GRIDVIEWCOMMANDSETCHOOSE.FieldName = "GRIDVIEWCOMMANDSETCHOOSE";
- this.GRIDVIEWCOMMANDSETCHOOSE.Name = "GRIDVIEWCOMMANDSETCHOOSE";
- this.GRIDVIEWCOMMANDSETCHOOSE.Visible = true;
- this.GRIDVIEWCOMMANDSETCHOOSE.VisibleIndex = 0;
- //
- // CheckEditCommandSet
- //
- this.CheckEditCommandSet.AutoHeight = false;
- this.CheckEditCommandSet.Name = "CheckEditCommandSet";
- this.CheckEditCommandSet.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
- //
- // 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 = 1;
- 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 = 2;
- 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 = 3;
- this.dc_command.Width = 768;
- //
- // PageDeviceKind
- //
- this.PageDeviceKind.Name = "PageDeviceKind";
- this.PageDeviceKind.PageVisible = false;
- this.PageDeviceKind.Size = new System.Drawing.Size(1027, 577);
- this.PageDeviceKind.Text = "xtraTabPage2";
- //
- // PageDeviceStatus
- //
- this.PageDeviceStatus.Name = "PageDeviceStatus";
- this.PageDeviceStatus.PageVisible = false;
- this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
- this.PageDeviceStatus.Text = "xtraTabPage3";
- //
- // PagePollingSetting
- //
- this.PagePollingSetting.Controls.Add(this.ButtonDeleteCommandSet);
- this.PagePollingSetting.Controls.Add(this.ButtonNewCommandSet);
- this.PagePollingSetting.Controls.Add(this.ButtonSaveCommandSet);
- this.PagePollingSetting.Controls.Add(this.ButtonPausePolling);
- this.PagePollingSetting.Controls.Add(this.ButtonStartPolling);
- this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
- this.PagePollingSetting.Name = "PagePollingSetting";
- this.PagePollingSetting.PageVisible = false;
- this.PagePollingSetting.Size = new System.Drawing.Size(1027, 577);
- this.PagePollingSetting.Text = "xtraTabPage1";
- this.PagePollingSetting.VisibleChanged += new System.EventHandler(this.PagePollingSetting_VisibleChanged);
- //
- // ButtonDeleteCommandSet
- //
- this.ButtonDeleteCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonDeleteCommandSet.Grid = null;
- this.ButtonDeleteCommandSet.Location = new System.Drawing.Point(816, 549);
- this.ButtonDeleteCommandSet.Name = "ButtonDeleteCommandSet";
- this.ButtonDeleteCommandSet.Size = new System.Drawing.Size(64, 23);
- this.ButtonDeleteCommandSet.TabIndex = 9;
- this.ButtonDeleteCommandSet.Text = "删除";
- //
- // ButtonNewCommandSet
- //
- this.ButtonNewCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonNewCommandSet.Grid = null;
- this.ButtonNewCommandSet.Location = new System.Drawing.Point(886, 549);
- this.ButtonNewCommandSet.Name = "ButtonNewCommandSet";
- this.ButtonNewCommandSet.Size = new System.Drawing.Size(64, 23);
- this.ButtonNewCommandSet.TabIndex = 8;
- this.ButtonNewCommandSet.Text = "新增";
- //
- // ButtonSaveCommandSet
- //
- this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonSaveCommandSet.Grid = null;
- this.ButtonSaveCommandSet.HandlerOtherFirst = false;
- this.ButtonSaveCommandSet.Location = new System.Drawing.Point(956, 549);
- this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
- this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
- this.ButtonSaveCommandSet.TabIndex = 7;
- this.ButtonSaveCommandSet.Text = "保存";
- //
- // ButtonPausePolling
- //
- this.ButtonPausePolling.Location = new System.Drawing.Point(734, 549);
- this.ButtonPausePolling.Name = "ButtonPausePolling";
- this.ButtonPausePolling.Size = new System.Drawing.Size(75, 23);
- this.ButtonPausePolling.TabIndex = 2;
- this.ButtonPausePolling.Text = "暂停轮询";
- this.ButtonPausePolling.Click += new System.EventHandler(this.ButtonPausePolling_Click);
- //
- // ButtonStartPolling
- //
- this.ButtonStartPolling.Location = new System.Drawing.Point(653, 549);
- this.ButtonStartPolling.Name = "ButtonStartPolling";
- this.ButtonStartPolling.Size = new System.Drawing.Size(75, 23);
- this.ButtonStartPolling.TabIndex = 1;
- this.ButtonStartPolling.Text = "开启轮询";
- this.ButtonStartPolling.Click += new System.EventHandler(this.ButtonStartPolling_Click);
- //
- // GridPollingSetting
- //
- this.GridPollingSetting.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.GridPollingSetting.Condition = null;
- this.GridPollingSetting.GetDataSQL = null;
- this.GridPollingSetting.ID = null;
- this.GridPollingSetting.InsertSQL = null;
- 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.dpc_enableCheckEdit,
- this.PollingSetItemLookUpEdit,
- this.PollSettingItemColorEdit,
- this.repositoryItemColorPickEdit1});
- this.GridPollingSetting.RowCount = 0;
- this.GridPollingSetting.Size = new System.Drawing.Size(1027, 544);
- this.GridPollingSetting.TabIndex = 0;
- this.GridPollingSetting.TableName = null;
- this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.GridViewPollSetting});
- //
- // GridViewPollSetting
- //
- this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.GRIDVIEWPOLLSETTINGCHOOSE,
- 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.PollSettingStatusColumn});
- this.GridViewPollSetting.GridControl = this.GridPollingSetting;
- this.GridViewPollSetting.IndicatorWidth = 30;
- this.GridViewPollSetting.Name = "GridViewPollSetting";
- this.GridViewPollSetting.OptionsSelection.MultiSelect = true;
- this.GridViewPollSetting.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewPollSetting_CellValueChanging);
- //
- // GRIDVIEWPOLLSETTINGCHOOSE
- //
- this.GRIDVIEWPOLLSETTINGCHOOSE.Caption = "选择";
- this.GRIDVIEWPOLLSETTINGCHOOSE.ColumnEdit = this.dpc_enableCheckEdit;
- this.GRIDVIEWPOLLSETTINGCHOOSE.FieldName = "GRIDVIEWPOLLSETTINGCHOOSE";
- this.GRIDVIEWPOLLSETTINGCHOOSE.Name = "GRIDVIEWPOLLSETTINGCHOOSE";
- this.GRIDVIEWPOLLSETTINGCHOOSE.Visible = true;
- this.GRIDVIEWPOLLSETTINGCHOOSE.VisibleIndex = 0;
- //
- // dpc_enableCheckEdit
- //
- this.dpc_enableCheckEdit.AutoHeight = false;
- this.dpc_enableCheckEdit.Name = "dpc_enableCheckEdit";
- this.dpc_enableCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
- this.dpc_enableCheckEdit.PictureChecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureChecked")));
- this.dpc_enableCheckEdit.PictureUnchecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureUnchecked")));
- this.dpc_enableCheckEdit.ValueChecked = "-1";
- this.dpc_enableCheckEdit.ValueUnchecked = "0";
- //
- // 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 = 1;
- //
- // 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 = 2;
- //
- // 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 = 3;
- //
- // 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 = 4;
- //
- // dpc_dccode
- //
- this.dpc_dccode.Caption = "指令编号";
- this.dpc_dccode.ColumnEdit = this.PollingSetItemLookUpEdit;
- this.dpc_dccode.FieldName = "DPC_DCCODE";
- this.dpc_dccode.Name = "dpc_dccode";
- this.dpc_dccode.Visible = true;
- this.dpc_dccode.VisibleIndex = 5;
- //
- // PollingSetItemLookUpEdit
- //
- this.PollingSetItemLookUpEdit.AutoHeight = false;
- this.PollingSetItemLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.PollingSetItemLookUpEdit.Name = "PollingSetItemLookUpEdit";
- this.PollingSetItemLookUpEdit.NullText = "";
- this.PollingSetItemLookUpEdit.ShowFooter = false;
- this.PollingSetItemLookUpEdit.ShowHeader = false;
- //
- // 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 = 6;
- //
- // dpc_enable
- //
- this.dpc_enable.Caption = "是否启用";
- this.dpc_enable.ColumnEdit = this.dpc_enableCheckEdit;
- this.dpc_enable.FieldName = "DPC_ENABLE";
- this.dpc_enable.Name = "dpc_enable";
- this.dpc_enable.Visible = true;
- this.dpc_enable.VisibleIndex = 7;
- //
- // 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 = 8;
- //
- // 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 = 9;
- //
- // PollSettingStatusColumn
- //
- this.PollSettingStatusColumn.Caption = "运行状态";
- this.PollSettingStatusColumn.ColumnEdit = this.PollSettingItemColorEdit;
- this.PollSettingStatusColumn.FieldName = "PollSettingItemColorEdit";
- this.PollSettingStatusColumn.Name = "PollSettingStatusColumn";
- this.PollSettingStatusColumn.Visible = true;
- this.PollSettingStatusColumn.VisibleIndex = 10;
- //
- // PollSettingItemColorEdit
- //
- this.PollSettingItemColorEdit.Appearance.BackColor = System.Drawing.Color.White;
- this.PollSettingItemColorEdit.Appearance.ForeColor = System.Drawing.Color.White;
- this.PollSettingItemColorEdit.Appearance.Options.UseBackColor = true;
- this.PollSettingItemColorEdit.Appearance.Options.UseForeColor = true;
- this.PollSettingItemColorEdit.AutoHeight = false;
- this.PollSettingItemColorEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.PollSettingItemColorEdit.Name = "PollSettingItemColorEdit";
- //
- // PagePolling
- //
- this.PagePolling.Controls.Add(this.ButtonAddPolling);
- this.PagePolling.Controls.Add(this.ButtonDeletePolling);
- this.PagePolling.Controls.Add(this.ButtonSavePolling);
- this.PagePolling.Controls.Add(this.GridPolling);
- this.PagePolling.Name = "PagePolling";
- this.PagePolling.PageVisible = false;
- this.PagePolling.Size = new System.Drawing.Size(1027, 577);
- this.PagePolling.Text = "xtraTabPage1";
- //
- // ButtonAddPolling
- //
- this.ButtonAddPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonAddPolling.Grid = null;
- this.ButtonAddPolling.Location = new System.Drawing.Point(878, 551);
- this.ButtonAddPolling.Name = "ButtonAddPolling";
- this.ButtonAddPolling.Size = new System.Drawing.Size(64, 23);
- this.ButtonAddPolling.TabIndex = 9;
- this.ButtonAddPolling.Text = "新增";
- //
- // ButtonDeletePolling
- //
- this.ButtonDeletePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonDeletePolling.Grid = null;
- this.ButtonDeletePolling.Location = new System.Drawing.Point(807, 551);
- this.ButtonDeletePolling.Name = "ButtonDeletePolling";
- this.ButtonDeletePolling.Size = new System.Drawing.Size(64, 23);
- this.ButtonDeletePolling.TabIndex = 8;
- this.ButtonDeletePolling.Text = "删除";
- //
- // ButtonSavePolling
- //
- this.ButtonSavePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonSavePolling.Grid = null;
- this.ButtonSavePolling.HandlerOtherFirst = false;
- this.ButtonSavePolling.Location = new System.Drawing.Point(949, 551);
- this.ButtonSavePolling.Name = "ButtonSavePolling";
- this.ButtonSavePolling.Size = new System.Drawing.Size(64, 23);
- this.ButtonSavePolling.TabIndex = 7;
- this.ButtonSavePolling.Text = "保存";
- //
- // GridPolling
- //
- this.GridPolling.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.GridPolling.Condition = null;
- this.GridPolling.GetDataSQL = null;
- this.GridPolling.ID = null;
- this.GridPolling.InsertSQL = null;
- this.GridPolling.Location = new System.Drawing.Point(3, -3);
- this.GridPolling.MainView = this.GridViewPolling;
- this.GridPolling.MenuManager = this.RibbonNav;
- this.GridPolling.Name = "GridPolling";
- this.GridPolling.RowCount = 0;
- this.GridPolling.Size = new System.Drawing.Size(1027, 549);
- this.GridPolling.TabIndex = 0;
- this.GridPolling.TableName = null;
- this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.GridViewPolling});
- //
- // GridViewPolling
- //
- this.GridViewPolling.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.GridViewPolling.GridControl = this.GridPolling;
- this.GridViewPolling.IndicatorWidth = 30;
- this.GridViewPolling.Name = "GridViewPolling";
- //
- // 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;
- //
- // repositoryItemColorPickEdit1
- //
- this.repositoryItemColorPickEdit1.AutoHeight = false;
- this.repositoryItemColorPickEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.repositoryItemColorPickEdit1.Name = "repositoryItemColorPickEdit1";
- //
- // 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.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1033, 711);
- this.Controls.Add(this.MainTabControl);
- this.Controls.Add(this.RibbonNav);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Main";
- this.Ribbon = this.RibbonNav;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- 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);
- this.PageCommandSet.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).EndInit();
- this.PagePollingSetting.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorEdit)).EndInit();
- this.PagePolling.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav;
- private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
- private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
- private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
- private DevExpress.XtraBars.BarButtonItem ButtonDeviceKind;
- private DevExpress.XtraTab.XtraTabControl MainTabControl;
- private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
- private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
- private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
- private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
- 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.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 PageControlDeviceList;
- private AutoDataGridControl GridCommandSetting;
- 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 AutoDataGridControl GridPolling;
- private AutoDataGridControl GridPollingSetting;
- 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.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
- private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommand;
- private SimpleButton ButtonNewCommand;
- private GridViewWithSerialNum GridViewDeviceList;
- private GridViewWithSerialNum GridViewCommandSet;
- private GridViewWithSerialNum GridViewPolling;
- private GridViewWithSerialNum GridViewPollSetting;
- private LabelControl Brand_label;
- private ComboBoxEdit Brand;
- private DevExpress.XtraGrid.Columns.GridColumn GRIDVIEWCOMMANDSETCHOOSE;
- private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit CheckEditCommandSet;
- private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommand;
- private CustomerControl.Button.ButtonDeleteRow ButtonDeletePolling;
- private CustomerControl.Button.ButtonSaveGrid ButtonSavePolling;
- private CustomerControl.Button.ButtonAddRow ButtonAddPolling;
- private SimpleButton ButtonPausePolling;
- private SimpleButton ButtonStartPolling;
- private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommandSet;
- private CustomerControl.Button.ButtonAddRow ButtonNewCommandSet;
- private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommandSet;
- private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit PollingSetItemLookUpEdit;
- private System.Windows.Forms.Timer PollingTimer;
- private DevExpress.XtraGrid.Columns.GridColumn GRIDVIEWPOLLSETTINGCHOOSE;
- private DevExpress.XtraGrid.Columns.GridColumn PollSettingStatusColumn;
- private DevExpress.XtraEditors.Repository.RepositoryItemColorEdit PollSettingItemColorEdit;
- private DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit repositoryItemColorPickEdit1;
- }
- }
|