namespace ZJ_BYD { partial class Index { /// /// 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(Index)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.sysLogo = new DevExpress.XtraEditors.PictureEdit(); this.lblClose = new DevExpress.XtraEditors.LabelControl(); this.lblLineName = new DevExpress.XtraEditors.LabelControl(); this.splitcrol = new DevExpress.XtraEditors.SplitContainerControl(); this.accordionControl = new DevExpress.XtraBars.Navigation.AccordionControl(); this.elementhome = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.mstdata = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.msk = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.elementstation = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.modelstation = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.changemachine = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.sysconfig = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.baseconfig = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.plcpointconfig = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.testitemconfig = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.aheadpara = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.elementupdatepwd = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.labelControl22 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sysLogo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitcrol)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitcrol.Panel1)).BeginInit(); this.splitcrol.Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitcrol.Panel2)).BeginInit(); this.splitcrol.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.accordionControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208))))); this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.labelControl22); this.panelControl1.Controls.Add(this.sysLogo); this.panelControl1.Controls.Add(this.lblClose); this.panelControl1.Controls.Add(this.lblLineName); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1138, 44); this.panelControl1.TabIndex = 3; // // sysLogo // this.sysLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.sysLogo.Dock = System.Windows.Forms.DockStyle.Left; this.sysLogo.Location = new System.Drawing.Point(0, 0); this.sysLogo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.sysLogo.Name = "sysLogo"; this.sysLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.sysLogo.Properties.Appearance.Options.UseBackColor = true; this.sysLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.sysLogo.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.sysLogo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch; this.sysLogo.Size = new System.Drawing.Size(83, 44); this.sysLogo.TabIndex = 3; // // lblClose // this.lblClose.Appearance.ForeColor = System.Drawing.Color.Transparent; this.lblClose.Appearance.Options.UseForeColor = true; this.lblClose.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblClose.Dock = System.Windows.Forms.DockStyle.Right; this.lblClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("lblClose.ImageOptions.Image"))); this.lblClose.Location = new System.Drawing.Point(1085, 0); this.lblClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblClose.Name = "lblClose"; this.lblClose.Size = new System.Drawing.Size(53, 44); this.lblClose.TabIndex = 2; this.lblClose.ToolTip = "关闭"; this.lblClose.Click += new System.EventHandler(this.lblClose_Click); // // lblLineName // this.lblLineName.Appearance.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLineName.Appearance.ForeColor = System.Drawing.Color.White; this.lblLineName.Appearance.Options.UseFont = true; this.lblLineName.Appearance.Options.UseForeColor = true; this.lblLineName.Location = new System.Drawing.Point(97, 8); this.lblLineName.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.lblLineName.Name = "lblLineName"; this.lblLineName.Size = new System.Drawing.Size(88, 30); this.lblLineName.TabIndex = 1; this.lblLineName.Text = "产线名称"; // // splitcrol // this.splitcrol.Dock = System.Windows.Forms.DockStyle.Fill; this.splitcrol.Location = new System.Drawing.Point(2, 2); this.splitcrol.Name = "splitcrol"; // // splitcrol.Panel1 // this.splitcrol.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.splitcrol.Panel1.Controls.Add(this.accordionControl); this.splitcrol.Panel1.Text = "Panel1"; // // splitcrol.Panel2 // this.splitcrol.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.splitcrol.Panel2.Text = "Panel2"; this.splitcrol.Size = new System.Drawing.Size(1125, 559); this.splitcrol.SplitterPosition = 221; this.splitcrol.TabIndex = 0; // // accordionControl // this.accordionControl.AllowItemSelection = true; this.accordionControl.AllowSmoothScrolling = false; this.accordionControl.Appearance.AccordionControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208))))); this.accordionControl.Appearance.AccordionControl.Options.UseBackColor = true; this.accordionControl.Appearance.Group.Normal.ForeColor = System.Drawing.Color.Transparent; this.accordionControl.Appearance.Group.Normal.Options.UseForeColor = true; this.accordionControl.Appearance.Item.Normal.ForeColor = System.Drawing.Color.Transparent; this.accordionControl.Appearance.Item.Normal.Options.UseForeColor = true; this.accordionControl.Dock = System.Windows.Forms.DockStyle.Fill; this.accordionControl.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { this.elementhome, this.mstdata, this.sysconfig, this.elementupdatepwd}); this.accordionControl.Location = new System.Drawing.Point(0, 0); this.accordionControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.accordionControl.Name = "accordionControl"; this.accordionControl.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Hidden; this.accordionControl.Size = new System.Drawing.Size(217, 555); this.accordionControl.TabIndex = 1; this.accordionControl.ElementClick += new DevExpress.XtraBars.Navigation.ElementClickEventHandler(this.accordionControl_ElementClick); // // elementhome // this.elementhome.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.elementhome.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.elementhome.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.elementhome.Appearance.Hovered.Options.UseBackColor = true; this.elementhome.Appearance.Hovered.Options.UseFont = true; this.elementhome.Appearance.Hovered.Options.UseForeColor = true; this.elementhome.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.elementhome.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.elementhome.Appearance.Normal.Options.UseFont = true; this.elementhome.Appearance.Normal.Options.UseForeColor = true; this.elementhome.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.elementhome.Appearance.Pressed.Options.UseFont = true; this.elementhome.Expanded = true; this.elementhome.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("elementhome.ImageOptions.Image"))); this.elementhome.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.elementhome.Name = "elementhome"; this.elementhome.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.elementhome.Text = "首页"; // // mstdata // this.mstdata.Appearance.Default.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mstdata.Appearance.Default.Options.UseFont = true; this.mstdata.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.mstdata.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.mstdata.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.mstdata.Appearance.Hovered.Options.UseBackColor = true; this.mstdata.Appearance.Hovered.Options.UseFont = true; this.mstdata.Appearance.Hovered.Options.UseForeColor = true; this.mstdata.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 12F); this.mstdata.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.mstdata.Appearance.Normal.Options.UseFont = true; this.mstdata.Appearance.Normal.Options.UseForeColor = true; this.mstdata.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.mstdata.Appearance.Pressed.Options.UseFont = true; this.mstdata.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { this.msk, this.elementstation, this.modelstation, this.changemachine}); this.mstdata.Expanded = true; this.mstdata.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("mstdata.ImageOptions.Image"))); this.mstdata.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.mstdata.Name = "mstdata"; this.mstdata.Text = "基础数据"; // // msk // this.msk.Appearance.Default.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.msk.Appearance.Default.Options.UseFont = true; this.msk.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.msk.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.msk.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.msk.Appearance.Hovered.Options.UseBackColor = true; this.msk.Appearance.Hovered.Options.UseFont = true; this.msk.Appearance.Hovered.Options.UseForeColor = true; this.msk.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.msk.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.msk.Appearance.Normal.Options.UseFont = true; this.msk.Appearance.Normal.Options.UseForeColor = true; this.msk.Appearance.Normal.Options.UseTextOptions = true; this.msk.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.msk.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.msk.Appearance.Pressed.Options.UseFont = true; this.msk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("msk.ImageOptions.Image"))); this.msk.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.msk.Name = "msk"; this.msk.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.msk.Text = "掩码表"; // // elementstation // this.elementstation.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.elementstation.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.elementstation.Appearance.Hovered.Options.UseBackColor = true; this.elementstation.Appearance.Hovered.Options.UseFont = true; this.elementstation.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.elementstation.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.elementstation.Appearance.Normal.Options.UseFont = true; this.elementstation.Appearance.Normal.Options.UseForeColor = true; this.elementstation.Appearance.Normal.Options.UseTextOptions = true; this.elementstation.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.elementstation.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.elementstation.Appearance.Pressed.Options.UseFont = true; this.elementstation.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("elementstation.ImageOptions.Image"))); this.elementstation.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.elementstation.Name = "elementstation"; this.elementstation.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.elementstation.Text = "工位配置"; // // modelstation // this.modelstation.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.modelstation.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.modelstation.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.modelstation.Appearance.Hovered.Options.UseBackColor = true; this.modelstation.Appearance.Hovered.Options.UseFont = true; this.modelstation.Appearance.Hovered.Options.UseForeColor = true; this.modelstation.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.modelstation.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.modelstation.Appearance.Normal.Options.UseFont = true; this.modelstation.Appearance.Normal.Options.UseForeColor = true; this.modelstation.Appearance.Normal.Options.UseTextOptions = true; this.modelstation.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.modelstation.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.modelstation.Appearance.Pressed.Options.UseFont = true; this.modelstation.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("modelstation.ImageOptions.Image"))); this.modelstation.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.modelstation.Name = "modelstation"; this.modelstation.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.modelstation.Text = "机型工位关系"; this.modelstation.Visible = false; // // changemachine // this.changemachine.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.changemachine.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.changemachine.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.changemachine.Appearance.Hovered.Options.UseBackColor = true; this.changemachine.Appearance.Hovered.Options.UseFont = true; this.changemachine.Appearance.Hovered.Options.UseForeColor = true; this.changemachine.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.changemachine.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.changemachine.Appearance.Normal.Options.UseFont = true; this.changemachine.Appearance.Normal.Options.UseForeColor = true; this.changemachine.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.changemachine.Appearance.Pressed.Options.UseFont = true; this.changemachine.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("changemachine.ImageOptions.Image"))); this.changemachine.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.changemachine.Name = "changemachine"; this.changemachine.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.changemachine.Text = "机型切换"; this.changemachine.Visible = false; // // sysconfig // this.sysconfig.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.sysconfig.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.sysconfig.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.sysconfig.Appearance.Hovered.Options.UseBackColor = true; this.sysconfig.Appearance.Hovered.Options.UseFont = true; this.sysconfig.Appearance.Hovered.Options.UseForeColor = true; this.sysconfig.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 12F); this.sysconfig.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.sysconfig.Appearance.Normal.Options.UseFont = true; this.sysconfig.Appearance.Normal.Options.UseForeColor = true; this.sysconfig.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.sysconfig.Appearance.Pressed.Options.UseFont = true; this.sysconfig.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { this.baseconfig, this.plcpointconfig, this.testitemconfig, this.aheadpara}); this.sysconfig.Expanded = true; this.sysconfig.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("sysconfig.ImageOptions.Image"))); this.sysconfig.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.sysconfig.Name = "sysconfig"; this.sysconfig.Text = "系统设置"; // // baseconfig // this.baseconfig.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.baseconfig.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.baseconfig.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.baseconfig.Appearance.Hovered.Options.UseBackColor = true; this.baseconfig.Appearance.Hovered.Options.UseFont = true; this.baseconfig.Appearance.Hovered.Options.UseForeColor = true; this.baseconfig.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.baseconfig.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.baseconfig.Appearance.Normal.Options.UseFont = true; this.baseconfig.Appearance.Normal.Options.UseForeColor = true; this.baseconfig.Appearance.Normal.Options.UseTextOptions = true; this.baseconfig.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.baseconfig.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.baseconfig.Appearance.Pressed.Options.UseFont = true; this.baseconfig.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("baseconfig.ImageOptions.Image"))); this.baseconfig.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.baseconfig.Name = "baseconfig"; this.baseconfig.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.baseconfig.Text = " 基础设置"; // // plcpointconfig // this.plcpointconfig.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.plcpointconfig.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.plcpointconfig.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.plcpointconfig.Appearance.Hovered.Options.UseBackColor = true; this.plcpointconfig.Appearance.Hovered.Options.UseFont = true; this.plcpointconfig.Appearance.Hovered.Options.UseForeColor = true; this.plcpointconfig.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.plcpointconfig.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.plcpointconfig.Appearance.Normal.Options.UseFont = true; this.plcpointconfig.Appearance.Normal.Options.UseForeColor = true; this.plcpointconfig.Appearance.Normal.Options.UseTextOptions = true; this.plcpointconfig.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.plcpointconfig.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.plcpointconfig.Appearance.Pressed.Options.UseFont = true; this.plcpointconfig.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("plcpointconfig.ImageOptions.Image"))); this.plcpointconfig.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.plcpointconfig.Name = "plcpointconfig"; this.plcpointconfig.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.plcpointconfig.Text = "PLC点位设置"; // // testitemconfig // this.testitemconfig.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.testitemconfig.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.testitemconfig.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.testitemconfig.Appearance.Hovered.Options.UseBackColor = true; this.testitemconfig.Appearance.Hovered.Options.UseFont = true; this.testitemconfig.Appearance.Hovered.Options.UseForeColor = true; this.testitemconfig.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.testitemconfig.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.testitemconfig.Appearance.Normal.Options.UseFont = true; this.testitemconfig.Appearance.Normal.Options.UseForeColor = true; this.testitemconfig.Appearance.Normal.Options.UseTextOptions = true; this.testitemconfig.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.testitemconfig.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.testitemconfig.Appearance.Pressed.Options.UseFont = true; this.testitemconfig.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("testitemconfig.ImageOptions.Image"))); this.testitemconfig.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.testitemconfig.Name = "testitemconfig"; this.testitemconfig.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.testitemconfig.Text = "测试项设置"; this.testitemconfig.Visible = false; // // aheadpara // this.aheadpara.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.aheadpara.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.aheadpara.Appearance.Hovered.ForeColor = System.Drawing.Color.White; this.aheadpara.Appearance.Hovered.Options.UseBackColor = true; this.aheadpara.Appearance.Hovered.Options.UseFont = true; this.aheadpara.Appearance.Hovered.Options.UseForeColor = true; this.aheadpara.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.aheadpara.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.aheadpara.Appearance.Normal.Options.UseFont = true; this.aheadpara.Appearance.Normal.Options.UseForeColor = true; this.aheadpara.Appearance.Normal.Options.UseTextOptions = true; this.aheadpara.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.aheadpara.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.aheadpara.Appearance.Pressed.Options.UseFont = true; this.aheadpara.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("aheadpara.ImageOptions.Image"))); this.aheadpara.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.aheadpara.Name = "aheadpara"; this.aheadpara.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.aheadpara.Text = "前置参数"; // // elementupdatepwd // this.elementupdatepwd.Appearance.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.elementupdatepwd.Appearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Italic); this.elementupdatepwd.Appearance.Hovered.Options.UseBackColor = true; this.elementupdatepwd.Appearance.Hovered.Options.UseFont = true; this.elementupdatepwd.Appearance.Normal.Font = new System.Drawing.Font("微软雅黑", 12F); this.elementupdatepwd.Appearance.Normal.ForeColor = System.Drawing.Color.White; this.elementupdatepwd.Appearance.Normal.Options.UseFont = true; this.elementupdatepwd.Appearance.Normal.Options.UseForeColor = true; this.elementupdatepwd.Appearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 12F); this.elementupdatepwd.Appearance.Pressed.Options.UseFont = true; this.elementupdatepwd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("elementupdatepwd.ImageOptions.Image"))); this.elementupdatepwd.ImageOptions.ImageLayoutMode = DevExpress.XtraBars.Navigation.ImageLayoutMode.Stretch; this.elementupdatepwd.Name = "elementupdatepwd"; this.elementupdatepwd.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.elementupdatepwd.Text = "口令修改"; // // panelControl2 // this.panelControl2.AutoSize = true; this.panelControl2.Controls.Add(this.splitcrol); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 44); this.panelControl2.Margin = new System.Windows.Forms.Padding(0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Padding = new System.Windows.Forms.Padding(0, 0, 9, 0); this.panelControl2.Size = new System.Drawing.Size(1138, 563); this.panelControl2.TabIndex = 4; // // labelControl22 // this.labelControl22.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl22.Dock = System.Windows.Forms.DockStyle.Right; this.labelControl22.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("labelControl22.ImageOptions.Image"))); this.labelControl22.Location = new System.Drawing.Point(1008, 0); this.labelControl22.Name = "labelControl22"; this.labelControl22.Size = new System.Drawing.Size(77, 44); this.labelControl22.TabIndex = 8; this.labelControl22.ToolTip = "打开软键盘"; this.labelControl22.Click += new System.EventHandler(this.btn_Keyboard_Click); // // Index // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1138, 607); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Index"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Index"; this.Load += new System.EventHandler(this.Index_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.sysLogo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitcrol.Panel1)).EndInit(); this.splitcrol.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitcrol.Panel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitcrol)).EndInit(); this.splitcrol.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.accordionControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PictureEdit sysLogo; private DevExpress.XtraEditors.LabelControl lblClose; private DevExpress.XtraEditors.LabelControl lblLineName; private DevExpress.XtraBars.Navigation.AccordionControl accordionControl; private DevExpress.XtraBars.Navigation.AccordionControlElement elementhome; private DevExpress.XtraBars.Navigation.AccordionControlElement sysconfig; private DevExpress.XtraBars.Navigation.AccordionControlElement baseconfig; private DevExpress.XtraBars.Navigation.AccordionControlElement plcpointconfig; private DevExpress.XtraBars.Navigation.AccordionControlElement mstdata; private DevExpress.XtraBars.Navigation.AccordionControlElement msk; private DevExpress.XtraBars.Navigation.AccordionControlElement modelstation; private DevExpress.XtraBars.Navigation.AccordionControlElement testitemconfig; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraBars.Navigation.AccordionControlElement elementupdatepwd; private DevExpress.XtraBars.Navigation.AccordionControlElement aheadpara; private DevExpress.XtraEditors.SplitContainerControl splitcrol; private DevExpress.XtraBars.Navigation.AccordionControlElement elementstation; private DevExpress.XtraBars.Navigation.AccordionControlElement changemachine; private DevExpress.XtraEditors.LabelControl labelControl22; } }