namespace Casic.Birmm.RbFreqStandMeasure { partial class RbFreqStandMeasureForm { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.panelBanner = new System.Windows.Forms.Panel(); this.labelTitle = new System.Windows.Forms.Label(); this.panelMenu = new System.Windows.Forms.Panel(); this.btnDevStatus = new System.Windows.Forms.Button(); this.btnInfoMan = new System.Windows.Forms.Button(); this.btnMeasure = new System.Windows.Forms.Button(); this.btnDataMan = new System.Windows.Forms.Button(); this.btnSetting = new System.Windows.Forms.Button(); this.panelMain = new System.Windows.Forms.Panel(); this.panelBanner.SuspendLayout(); this.panelMenu.SuspendLayout(); this.SuspendLayout(); // // panelBanner // this.panelBanner.Controls.Add(this.labelTitle); this.panelBanner.Location = new System.Drawing.Point(4, 0); this.panelBanner.Margin = new System.Windows.Forms.Padding(0); this.panelBanner.Name = "panelBanner"; this.panelBanner.Size = new System.Drawing.Size(1000, 64); this.panelBanner.TabIndex = 0; // // labelTitle // this.labelTitle.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.labelTitle.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelTitle.Location = new System.Drawing.Point(0, 0); this.labelTitle.Margin = new System.Windows.Forms.Padding(0); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(1000, 64); this.labelTitle.TabIndex = 0; this.labelTitle.Text = "铷原子频标比对测量软件"; this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panelMenu // this.panelMenu.Controls.Add(this.btnSetting); this.panelMenu.Controls.Add(this.btnDataMan); this.panelMenu.Controls.Add(this.btnMeasure); this.panelMenu.Controls.Add(this.btnInfoMan); this.panelMenu.Controls.Add(this.btnDevStatus); this.panelMenu.Location = new System.Drawing.Point(4, 64); this.panelMenu.Margin = new System.Windows.Forms.Padding(0); this.panelMenu.Name = "panelMenu"; this.panelMenu.Size = new System.Drawing.Size(1000, 50); this.panelMenu.TabIndex = 1; // // btnDevStatus // this.btnDevStatus.Location = new System.Drawing.Point(107, 0); this.btnDevStatus.Name = "btnDevStatus"; this.btnDevStatus.Size = new System.Drawing.Size(75, 50); this.btnDevStatus.TabIndex = 0; this.btnDevStatus.Text = "设备状态"; this.btnDevStatus.UseVisualStyleBackColor = true; // // btnInfoMan // this.btnInfoMan.Location = new System.Drawing.Point(268, 0); this.btnInfoMan.Name = "btnInfoMan"; this.btnInfoMan.Size = new System.Drawing.Size(75, 50); this.btnInfoMan.TabIndex = 0; this.btnInfoMan.Text = "信息管理"; this.btnInfoMan.UseVisualStyleBackColor = true; this.btnInfoMan.Click += new System.EventHandler(this.btnInfoMan_Click); // // btnMeasure // this.btnMeasure.Location = new System.Drawing.Point(435, 0); this.btnMeasure.Name = "btnMeasure"; this.btnMeasure.Size = new System.Drawing.Size(75, 50); this.btnMeasure.TabIndex = 0; this.btnMeasure.Text = "计量检测"; this.btnMeasure.UseVisualStyleBackColor = true; // // btnDataMan // this.btnDataMan.Location = new System.Drawing.Point(596, 0); this.btnDataMan.Name = "btnDataMan"; this.btnDataMan.Size = new System.Drawing.Size(75, 50); this.btnDataMan.TabIndex = 0; this.btnDataMan.Text = "数据管理"; this.btnDataMan.UseVisualStyleBackColor = true; // // btnSetting // this.btnSetting.Location = new System.Drawing.Point(782, 0); this.btnSetting.Name = "btnSetting"; this.btnSetting.Size = new System.Drawing.Size(75, 50); this.btnSetting.TabIndex = 0; this.btnSetting.Text = "系统设置"; this.btnSetting.UseVisualStyleBackColor = true; this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click); // // panelMain // this.panelMain.Location = new System.Drawing.Point(4, 114); this.panelMain.Margin = new System.Windows.Forms.Padding(0); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(1000, 610); this.panelMain.TabIndex = 2; // // RbFreqStandMeasureForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1008, 729); this.Controls.Add(this.panelMain); this.Controls.Add(this.panelMenu); this.Controls.Add(this.panelBanner); this.MaximizeBox = false; this.Name = "RbFreqStandMeasureForm"; this.Text = "铷原子频标比对测量"; this.Load += new System.EventHandler(this.RbFreqStandMeasureForm_Load); this.panelBanner.ResumeLayout(false); this.panelMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelBanner; private System.Windows.Forms.Label labelTitle; private System.Windows.Forms.Panel panelMenu; private System.Windows.Forms.Button btnSetting; private System.Windows.Forms.Button btnDataMan; private System.Windows.Forms.Button btnMeasure; private System.Windows.Forms.Button btnInfoMan; private System.Windows.Forms.Button btnDevStatus; private System.Windows.Forms.Panel panelMain; } }