namespace Casic.Birmm.RbFreqStandMeasure { partial class RbFreqStdMeas { /// <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.panMenu = new System.Windows.Forms.Panel(); this.panStatus = new Casic.Birmm.RbFreqStandMeasure.RoundPanel(); this.labStatusText = new System.Windows.Forms.Label(); this.picIconStatus = new System.Windows.Forms.PictureBox(); this.panHome = new Casic.Birmm.RbFreqStandMeasure.RoundPanel(); this.labHomeText = new System.Windows.Forms.Label(); this.picIconHome = new System.Windows.Forms.PictureBox(); this.labHomeSelected = new System.Windows.Forms.Label(); this.labStatusSelected = new System.Windows.Forms.Label(); this.penBanner = new System.Windows.Forms.Panel(); this.btnExitSys = new System.Windows.Forms.Button(); this.labTitle = new System.Windows.Forms.Label(); this.panMenu.SuspendLayout(); this.panStatus.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picIconStatus)).BeginInit(); this.panHome.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picIconHome)).BeginInit(); this.penBanner.SuspendLayout(); this.SuspendLayout(); // // panMenu // this.panMenu.BackColor = System.Drawing.Color.White; this.panMenu.Controls.Add(this.panStatus); this.panMenu.Controls.Add(this.panHome); this.panMenu.Controls.Add(this.labStatusSelected); this.panMenu.Location = new System.Drawing.Point(0, 64); this.panMenu.Name = "panMenu"; this.panMenu.Size = new System.Drawing.Size(1024, 50); this.panMenu.TabIndex = 1; // // panStatus // this.panStatus.Back = System.Drawing.Color.Empty; this.panStatus.BackColor = System.Drawing.Color.Transparent; this.panStatus.Controls.Add(this.labStatusText); this.panStatus.Controls.Add(this.picIconStatus); this.panStatus.Location = new System.Drawing.Point(160, 0); this.panStatus.MatrixRound = 8; this.panStatus.Name = "panStatus"; this.panStatus.Size = new System.Drawing.Size(130, 47); this.panStatus.TabIndex = 1; this.panStatus.Click += new System.EventHandler(this.panStatus_Click); this.panStatus.MouseLeave += new System.EventHandler(this.panStatus_MouseLeave); this.panStatus.MouseHover += new System.EventHandler(this.panStatus_MouseHover); // // labStatusText // this.labStatusText.BackColor = System.Drawing.Color.Transparent; this.labStatusText.Cursor = System.Windows.Forms.Cursors.Hand; this.labStatusText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labStatusText.ForeColor = System.Drawing.SystemColors.ControlText; this.labStatusText.Location = new System.Drawing.Point(35, 0); this.labStatusText.Margin = new System.Windows.Forms.Padding(0); this.labStatusText.Name = "labStatusText"; this.labStatusText.Size = new System.Drawing.Size(85, 47); this.labStatusText.TabIndex = 2; this.labStatusText.Text = "基准状态"; this.labStatusText.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labStatusText.Click += new System.EventHandler(this.panStatus_Click); this.labStatusText.MouseLeave += new System.EventHandler(this.panStatus_MouseLeave); this.labStatusText.MouseHover += new System.EventHandler(this.panStatus_MouseHover); // // picIconStatus // this.picIconStatus.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_status; this.picIconStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.picIconStatus.Location = new System.Drawing.Point(10, 11); this.picIconStatus.Name = "picIconStatus"; this.picIconStatus.Size = new System.Drawing.Size(25, 25); this.picIconStatus.TabIndex = 1; this.picIconStatus.TabStop = false; this.picIconStatus.Click += new System.EventHandler(this.panStatus_Click); this.picIconStatus.MouseLeave += new System.EventHandler(this.panStatus_MouseLeave); this.picIconStatus.MouseHover += new System.EventHandler(this.panStatus_MouseHover); // // panHome // this.panHome.Back = System.Drawing.Color.Empty; this.panHome.Controls.Add(this.labHomeText); this.panHome.Controls.Add(this.picIconHome); this.panHome.Controls.Add(this.labHomeSelected); this.panHome.Cursor = System.Windows.Forms.Cursors.Hand; this.panHome.Location = new System.Drawing.Point(30, 0); this.panHome.MatrixRound = 8; this.panHome.Name = "panHome"; this.panHome.Size = new System.Drawing.Size(100, 50); this.panHome.TabIndex = 0; this.panHome.Click += new System.EventHandler(this.panHome_Click); this.panHome.MouseLeave += new System.EventHandler(this.panHome_MouseLeave); this.panHome.MouseHover += new System.EventHandler(this.panHome_MouseHover); // // labHomeText // this.labHomeText.BackColor = System.Drawing.Color.Transparent; this.labHomeText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labHomeText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219))))); this.labHomeText.Location = new System.Drawing.Point(35, 0); this.labHomeText.Margin = new System.Windows.Forms.Padding(0); this.labHomeText.Name = "labHomeText"; this.labHomeText.Size = new System.Drawing.Size(55, 47); this.labHomeText.TabIndex = 2; this.labHomeText.Text = "首页"; this.labHomeText.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labHomeText.Click += new System.EventHandler(this.panHome_Click); this.labHomeText.MouseLeave += new System.EventHandler(this.panHome_MouseLeave); this.labHomeText.MouseHover += new System.EventHandler(this.panHome_MouseHover); // // picIconHome // this.picIconHome.BackColor = System.Drawing.Color.Transparent; this.picIconHome.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_home_selected; this.picIconHome.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.picIconHome.Location = new System.Drawing.Point(10, 11); this.picIconHome.Name = "picIconHome"; this.picIconHome.Size = new System.Drawing.Size(25, 25); this.picIconHome.TabIndex = 1; this.picIconHome.TabStop = false; this.picIconHome.Click += new System.EventHandler(this.panHome_Click); this.picIconHome.MouseLeave += new System.EventHandler(this.panHome_MouseLeave); this.picIconHome.MouseHover += new System.EventHandler(this.panHome_MouseHover); // // labHomeSelected // this.labHomeSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219))))); this.labHomeSelected.Location = new System.Drawing.Point(0, 47); this.labHomeSelected.Name = "labHomeSelected"; this.labHomeSelected.Size = new System.Drawing.Size(100, 3); this.labHomeSelected.TabIndex = 0; // // labStatusSelected // this.labStatusSelected.BackColor = System.Drawing.Color.Transparent; this.labStatusSelected.Location = new System.Drawing.Point(160, 47); this.labStatusSelected.Margin = new System.Windows.Forms.Padding(0); this.labStatusSelected.Name = "labStatusSelected"; this.labStatusSelected.Size = new System.Drawing.Size(130, 3); this.labStatusSelected.TabIndex = 0; // // penBanner // this.penBanner.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_banner; this.penBanner.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.penBanner.Controls.Add(this.btnExitSys); this.penBanner.Controls.Add(this.labTitle); this.penBanner.Location = new System.Drawing.Point(0, 0); this.penBanner.Name = "penBanner"; this.penBanner.Size = new System.Drawing.Size(1024, 64); this.penBanner.TabIndex = 0; this.penBanner.MouseDown += new System.Windows.Forms.MouseEventHandler(this.RbFreqStdMeas_MouseDown); // // btnExitSys // this.btnExitSys.BackColor = System.Drawing.Color.Transparent; this.btnExitSys.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_exit; this.btnExitSys.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnExitSys.FlatAppearance.BorderSize = 0; this.btnExitSys.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExitSys.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.btnExitSys.Location = new System.Drawing.Point(974, 22); this.btnExitSys.Margin = new System.Windows.Forms.Padding(0); this.btnExitSys.Name = "btnExitSys"; this.btnExitSys.Size = new System.Drawing.Size(20, 20); this.btnExitSys.TabIndex = 1; this.btnExitSys.UseVisualStyleBackColor = false; this.btnExitSys.Click += new System.EventHandler(this.btnExitSys_Click); this.btnExitSys.MouseHover += new System.EventHandler(this.btnExitSys_MouseHover); // // labTitle // this.labTitle.BackColor = System.Drawing.Color.Transparent; this.labTitle.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labTitle.ForeColor = System.Drawing.Color.White; this.labTitle.Location = new System.Drawing.Point(30, 16); this.labTitle.Name = "labTitle"; this.labTitle.Size = new System.Drawing.Size(300, 32); this.labTitle.TabIndex = 0; this.labTitle.Text = "铷原子频标比对测量软件"; this.labTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // RbFreqStdMeas // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1024, 768); this.Controls.Add(this.panMenu); this.Controls.Add(this.penBanner); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "RbFreqStdMeas"; this.Text = "RbFreqStdMeas"; this.Load += new System.EventHandler(this.RbFreqStdMeas_Load); this.panMenu.ResumeLayout(false); this.panStatus.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picIconStatus)).EndInit(); this.panHome.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picIconHome)).EndInit(); this.penBanner.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel penBanner; private System.Windows.Forms.Label labTitle; private System.Windows.Forms.Button btnExitSys; private System.Windows.Forms.Panel panMenu; private System.Windows.Forms.Label labHomeSelected; private System.Windows.Forms.PictureBox picIconHome; private System.Windows.Forms.Label labHomeText; private System.Windows.Forms.Label labStatusText; private System.Windows.Forms.PictureBox picIconStatus; private RoundPanel panStatus; private RoundPanel panHome; private System.Windows.Forms.Label labStatusSelected; } }