namespace CompressorXN { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.bottomPanel = new CompressorXN_ControlLib.PanelEx(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.lbl_PlcConnectStatus = new DevExpress.XtraEditors.LabelControl(); this.lbl_RoleName = new DevExpress.XtraEditors.LabelControl(); this.lbl_UserName = new DevExpress.XtraEditors.LabelControl(); this.lbl_SystemVersion = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.lbl_NowDatetime = new DevExpress.XtraEditors.LabelControl(); this.MainanelControl = new DevExpress.XtraEditors.PanelControl(); this.topPanel = new CompressorXN_ControlLib.PanelEx(); this.lbl_LineName = new DevExpress.XtraEditors.LabelControl(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btn_Home = new System.Windows.Forms.Button(); this.btn_ProductTypeManager = new System.Windows.Forms.Button(); this.btn_ExistSystem = new System.Windows.Forms.Button(); this.btn_EditPwd = new System.Windows.Forms.Button(); this.btn_AgreeMent = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MainanelControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.topPanel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 12.5F); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.Dock = System.Windows.Forms.DockStyle.Right; this.labelControl2.Location = new System.Drawing.Point(1367, 3); this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(121, 59); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "2023-11-25 00:00:00"; // // bottomPanel // this.bottomPanel.Appearance.BackColor = System.Drawing.Color.Transparent; this.bottomPanel.Appearance.Options.UseBackColor = true; this.bottomPanel.BorderColor = System.Drawing.Color.Silver; this.bottomPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.bottomPanel.BorderWidth = 1; this.bottomPanel.BottomGap = 1; this.bottomPanel.Controls.Add(this.pictureBox3); this.bottomPanel.Controls.Add(this.pictureBox2); this.bottomPanel.Controls.Add(this.lbl_PlcConnectStatus); this.bottomPanel.Controls.Add(this.lbl_RoleName); this.bottomPanel.Controls.Add(this.lbl_UserName); this.bottomPanel.Controls.Add(this.lbl_SystemVersion); this.bottomPanel.Controls.Add(this.labelControl4); this.bottomPanel.Controls.Add(this.lbl_NowDatetime); this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.LeftGap = 1; this.bottomPanel.Location = new System.Drawing.Point(0, 923); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.RightGap = 1; this.bottomPanel.Size = new System.Drawing.Size(1920, 45); this.bottomPanel.TabIndex = 6; this.bottomPanel.TopGap = 0; // // pictureBox3 // this.pictureBox3.Location = new System.Drawing.Point(1329, 13); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(20, 20); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox3.TabIndex = 5; this.pictureBox3.TabStop = false; // // pictureBox2 // this.pictureBox2.Location = new System.Drawing.Point(1212, 13); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(20, 20); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox2.TabIndex = 5; this.pictureBox2.TabStop = false; // // lbl_PlcConnectStatus // this.lbl_PlcConnectStatus.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lbl_PlcConnectStatus.Appearance.ForeColor = System.Drawing.Color.DarkCyan; this.lbl_PlcConnectStatus.Appearance.Options.UseFont = true; this.lbl_PlcConnectStatus.Appearance.Options.UseForeColor = true; this.lbl_PlcConnectStatus.Location = new System.Drawing.Point(138, 12); this.lbl_PlcConnectStatus.Name = "lbl_PlcConnectStatus"; this.lbl_PlcConnectStatus.Size = new System.Drawing.Size(45, 20); this.lbl_PlcConnectStatus.TabIndex = 4; this.lbl_PlcConnectStatus.Text = "未连接"; // // lbl_RoleName // this.lbl_RoleName.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lbl_RoleName.Appearance.ForeColor = System.Drawing.Color.DarkCyan; this.lbl_RoleName.Appearance.Options.UseFont = true; this.lbl_RoleName.Appearance.Options.UseForeColor = true; this.lbl_RoleName.Location = new System.Drawing.Point(1355, 12); this.lbl_RoleName.Name = "lbl_RoleName"; this.lbl_RoleName.Size = new System.Drawing.Size(30, 20); this.lbl_RoleName.TabIndex = 4; this.lbl_RoleName.Text = "角色"; // // lbl_UserName // this.lbl_UserName.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lbl_UserName.Appearance.ForeColor = System.Drawing.Color.DarkCyan; this.lbl_UserName.Appearance.Options.UseFont = true; this.lbl_UserName.Appearance.Options.UseForeColor = true; this.lbl_UserName.Location = new System.Drawing.Point(1250, 12); this.lbl_UserName.Name = "lbl_UserName"; this.lbl_UserName.Size = new System.Drawing.Size(45, 20); this.lbl_UserName.TabIndex = 4; this.lbl_UserName.Text = "用户名"; // // lbl_SystemVersion // this.lbl_SystemVersion.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lbl_SystemVersion.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_SystemVersion.Appearance.Options.UseFont = true; this.lbl_SystemVersion.Appearance.Options.UseForeColor = true; this.lbl_SystemVersion.Location = new System.Drawing.Point(860, 12); this.lbl_SystemVersion.Name = "lbl_SystemVersion"; this.lbl_SystemVersion.Size = new System.Drawing.Size(58, 20); this.lbl_SystemVersion.TabIndex = 4; this.lbl_SystemVersion.Text = "V1.0.0.0"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Appearance.Options.UseForeColor = true; this.labelControl4.Location = new System.Drawing.Point(28, 12); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(102, 20); this.labelControl4.TabIndex = 4; this.labelControl4.Text = "PLC通信状态:"; // // lbl_NowDatetime // this.lbl_NowDatetime.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lbl_NowDatetime.Appearance.ForeColor = System.Drawing.Color.DarkCyan; this.lbl_NowDatetime.Appearance.Options.UseFont = true; this.lbl_NowDatetime.Appearance.Options.UseForeColor = true; this.lbl_NowDatetime.Location = new System.Drawing.Point(1663, 13); this.lbl_NowDatetime.Name = "lbl_NowDatetime"; this.lbl_NowDatetime.Size = new System.Drawing.Size(223, 20); this.lbl_NowDatetime.TabIndex = 3; this.lbl_NowDatetime.Text = "2023年12月1日 16:42:00 星期五"; // // MainanelControl // this.MainanelControl.Appearance.BackColor = System.Drawing.Color.Transparent; this.MainanelControl.Appearance.Options.UseBackColor = true; this.MainanelControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.MainanelControl.Controls.Add(this.bottomPanel); this.MainanelControl.Dock = System.Windows.Forms.DockStyle.Fill; this.MainanelControl.Location = new System.Drawing.Point(0, 72); this.MainanelControl.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.MainanelControl.Name = "MainanelControl"; this.MainanelControl.Size = new System.Drawing.Size(1920, 968); this.MainanelControl.TabIndex = 7; // // topPanel // this.topPanel.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(161)))), ((int)(((byte)(208))))); this.topPanel.Appearance.Options.UseBackColor = true; this.topPanel.BorderColor = System.Drawing.Color.Silver; this.topPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.topPanel.BorderWidth = 1; this.topPanel.BottomGap = 1; this.topPanel.Controls.Add(this.lbl_LineName); this.topPanel.Controls.Add(this.pictureBox1); this.topPanel.Controls.Add(this.btn_Home); this.topPanel.Controls.Add(this.btn_ProductTypeManager); this.topPanel.Controls.Add(this.btn_ExistSystem); this.topPanel.Controls.Add(this.btn_EditPwd); this.topPanel.Controls.Add(this.btn_AgreeMent); this.topPanel.Dock = System.Windows.Forms.DockStyle.Top; this.topPanel.LeftGap = 1; this.topPanel.Location = new System.Drawing.Point(0, 0); this.topPanel.Name = "topPanel"; this.topPanel.Padding = new System.Windows.Forms.Padding(2); this.topPanel.RightGap = 1; this.topPanel.Size = new System.Drawing.Size(1920, 72); this.topPanel.TabIndex = 8; this.topPanel.TopGap = 1; // // lbl_LineName // this.lbl_LineName.Appearance.BackColor = System.Drawing.Color.Transparent; this.lbl_LineName.Appearance.Font = new System.Drawing.Font("微软雅黑", 23F, System.Drawing.FontStyle.Bold); this.lbl_LineName.Appearance.ForeColor = System.Drawing.Color.White; this.lbl_LineName.Appearance.Options.UseBackColor = true; this.lbl_LineName.Appearance.Options.UseFont = true; this.lbl_LineName.Appearance.Options.UseForeColor = true; this.lbl_LineName.Appearance.Options.UseTextOptions = true; this.lbl_LineName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lbl_LineName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbl_LineName.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_LineName.Dock = System.Windows.Forms.DockStyle.Left; this.lbl_LineName.Location = new System.Drawing.Point(83, 2); this.lbl_LineName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.lbl_LineName.Name = "lbl_LineName"; this.lbl_LineName.Size = new System.Drawing.Size(231, 68); this.lbl_LineName.TabIndex = 4; this.lbl_LineName.Text = "性能检测系统"; this.lbl_LineName.DoubleClick += new System.EventHandler(this.lbl_LineName_DoubleClick); // // pictureBox1 // this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage"))); this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Location = new System.Drawing.Point(2, 2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(81, 68); this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // btn_Home // this.btn_Home.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btn_Home.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Home.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_Home.ForeColor = System.Drawing.Color.White; this.btn_Home.Image = global::CompressorXN.Properties.Resources.Home; this.btn_Home.Location = new System.Drawing.Point(1321, 4); this.btn_Home.Name = "btn_Home"; this.btn_Home.Size = new System.Drawing.Size(95, 64); this.btn_Home.TabIndex = 2; this.btn_Home.Text = "集中监控"; this.btn_Home.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_Home.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btn_Home.UseVisualStyleBackColor = true; this.btn_Home.Click += new System.EventHandler(this.naviButton_Click); // // btn_ProductTypeManager // this.btn_ProductTypeManager.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btn_ProductTypeManager.FlatAppearance.BorderSize = 0; this.btn_ProductTypeManager.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_ProductTypeManager.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_ProductTypeManager.ForeColor = System.Drawing.Color.White; this.btn_ProductTypeManager.Image = global::CompressorXN.Properties.Resources.ProductType; this.btn_ProductTypeManager.Location = new System.Drawing.Point(1444, 4); this.btn_ProductTypeManager.Name = "btn_ProductTypeManager"; this.btn_ProductTypeManager.Size = new System.Drawing.Size(95, 64); this.btn_ProductTypeManager.TabIndex = 2; this.btn_ProductTypeManager.Text = "机型管理"; this.btn_ProductTypeManager.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_ProductTypeManager.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btn_ProductTypeManager.UseVisualStyleBackColor = true; this.btn_ProductTypeManager.Click += new System.EventHandler(this.naviButton_Click); // // btn_ExistSystem // this.btn_ExistSystem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btn_ExistSystem.FlatAppearance.BorderSize = 0; this.btn_ExistSystem.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_ExistSystem.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_ExistSystem.ForeColor = System.Drawing.Color.White; this.btn_ExistSystem.Image = global::CompressorXN.Properties.Resources.ExistSystem; this.btn_ExistSystem.Location = new System.Drawing.Point(1813, 4); this.btn_ExistSystem.Name = "btn_ExistSystem"; this.btn_ExistSystem.Size = new System.Drawing.Size(95, 64); this.btn_ExistSystem.TabIndex = 2; this.btn_ExistSystem.Text = "退出系统"; this.btn_ExistSystem.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_ExistSystem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btn_ExistSystem.UseVisualStyleBackColor = true; this.btn_ExistSystem.Click += new System.EventHandler(this.btn_Exist_Click); // // btn_EditPwd // this.btn_EditPwd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btn_EditPwd.FlatAppearance.BorderSize = 0; this.btn_EditPwd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_EditPwd.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_EditPwd.ForeColor = System.Drawing.Color.White; this.btn_EditPwd.Image = global::CompressorXN.Properties.Resources.Pwd; this.btn_EditPwd.Location = new System.Drawing.Point(1690, 3); this.btn_EditPwd.Name = "btn_EditPwd"; this.btn_EditPwd.Size = new System.Drawing.Size(95, 64); this.btn_EditPwd.TabIndex = 2; this.btn_EditPwd.Text = "密码修改"; this.btn_EditPwd.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_EditPwd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btn_EditPwd.UseVisualStyleBackColor = true; this.btn_EditPwd.Click += new System.EventHandler(this.naviButton_Click); // // btn_AgreeMent // this.btn_AgreeMent.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btn_AgreeMent.FlatAppearance.BorderSize = 0; this.btn_AgreeMent.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_AgreeMent.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_AgreeMent.ForeColor = System.Drawing.Color.White; this.btn_AgreeMent.Image = global::CompressorXN.Properties.Resources.Agreement; this.btn_AgreeMent.Location = new System.Drawing.Point(1567, 4); this.btn_AgreeMent.Name = "btn_AgreeMent"; this.btn_AgreeMent.Size = new System.Drawing.Size(95, 64); this.btn_AgreeMent.TabIndex = 2; this.btn_AgreeMent.Text = "协议配置"; this.btn_AgreeMent.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_AgreeMent.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btn_AgreeMent.UseVisualStyleBackColor = true; this.btn_AgreeMent.Click += new System.EventHandler(this.naviButton_Click); // // FrmMain // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1920, 1040); this.Controls.Add(this.MainanelControl); this.Controls.Add(this.topPanel); this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("FrmMain.IconOptions.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FrmMain"; this.Text = "FrmMain"; this.Load += new System.EventHandler(this.Main_Load); ((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MainanelControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.topPanel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl labelControl2; private CompressorXN_ControlLib.PanelEx bottomPanel; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox2; private DevExpress.XtraEditors.LabelControl lbl_PlcConnectStatus; private DevExpress.XtraEditors.LabelControl lbl_RoleName; private DevExpress.XtraEditors.LabelControl lbl_UserName; private DevExpress.XtraEditors.LabelControl lbl_SystemVersion; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl lbl_NowDatetime; private DevExpress.XtraEditors.PanelControl MainanelControl; private CompressorXN_ControlLib.PanelEx topPanel; private System.Windows.Forms.Button btn_AgreeMent; private System.Windows.Forms.Button btn_ProductTypeManager; private System.Windows.Forms.Button btn_ExistSystem; private System.Windows.Forms.Button btn_Home; private DevExpress.XtraEditors.LabelControl lbl_LineName; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button btn_EditPwd; } }