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.panelMenu = new System.Windows.Forms.Panel(); this.btnDevStatus = new System.Windows.Forms.Button(); this.btnInfoMan = 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.btnCounter = new System.Windows.Forms.Button(); this.btnHome = new System.Windows.Forms.Button(); this.btnMeasure = new System.Windows.Forms.Button(); this.panelFooter = new System.Windows.Forms.Panel(); this.labelFooter = new System.Windows.Forms.Label(); this.panelMenu.SuspendLayout(); this.panelFooter.SuspendLayout(); this.SuspendLayout(); // // panelMenu // this.panelMenu.Controls.Add(this.btnDevStatus); this.panelMenu.Controls.Add(this.btnHome); this.panelMenu.Controls.Add(this.btnSetting); this.panelMenu.Controls.Add(this.btnDataMan); this.panelMenu.Controls.Add(this.btnCounter); this.panelMenu.Controls.Add(this.btnMeasure); this.panelMenu.Controls.Add(this.btnInfoMan); this.panelMenu.Location = new System.Drawing.Point(4, 0); this.panelMenu.Margin = new System.Windows.Forms.Padding(0); this.panelMenu.Name = "panelMenu"; this.panelMenu.Size = new System.Drawing.Size(1000, 64); this.panelMenu.TabIndex = 1; // // btnDevStatus // this.btnDevStatus.Location = new System.Drawing.Point(100, 0); this.btnDevStatus.Name = "btnDevStatus"; this.btnDevStatus.Size = new System.Drawing.Size(150, 64); this.btnDevStatus.TabIndex = 0; this.btnDevStatus.Text = "基准状态"; this.btnDevStatus.UseVisualStyleBackColor = true; this.btnDevStatus.Click += new System.EventHandler(this.btnDevStatus_Click); // // btnInfoMan // this.btnInfoMan.Location = new System.Drawing.Point(250, 0); this.btnInfoMan.Name = "btnInfoMan"; this.btnInfoMan.Size = new System.Drawing.Size(150, 64); this.btnInfoMan.TabIndex = 0; this.btnInfoMan.Text = "送检仪器管理"; this.btnInfoMan.UseVisualStyleBackColor = true; this.btnInfoMan.Click += new System.EventHandler(this.btnInfoMan_Click); // // btnDataMan // this.btnDataMan.Location = new System.Drawing.Point(750, 0); this.btnDataMan.Name = "btnDataMan"; this.btnDataMan.Size = new System.Drawing.Size(150, 64); this.btnDataMan.TabIndex = 0; this.btnDataMan.Text = "数据管理"; this.btnDataMan.UseVisualStyleBackColor = true; // // btnSetting // this.btnSetting.Location = new System.Drawing.Point(900, 0); this.btnSetting.Name = "btnSetting"; this.btnSetting.Size = new System.Drawing.Size(100, 64); 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, 64); this.panelMain.Margin = new System.Windows.Forms.Padding(0); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(1000, 640); this.panelMain.TabIndex = 2; // // btnCounter // this.btnCounter.Location = new System.Drawing.Point(400, 0); this.btnCounter.Name = "btnCounter"; this.btnCounter.Size = new System.Drawing.Size(200, 64); this.btnCounter.TabIndex = 0; this.btnCounter.Text = "频率计数器范围及灵敏度测量"; this.btnCounter.UseVisualStyleBackColor = true; // // btnHome // this.btnHome.Location = new System.Drawing.Point(0, 0); this.btnHome.Name = "btnHome"; this.btnHome.Size = new System.Drawing.Size(100, 64); this.btnHome.TabIndex = 1; this.btnHome.Text = "首页"; this.btnHome.UseVisualStyleBackColor = true; this.btnHome.Click += new System.EventHandler(this.btnHome_Click); // // btnMeasure // this.btnMeasure.Location = new System.Drawing.Point(600, 0); this.btnMeasure.Name = "btnMeasure"; this.btnMeasure.Size = new System.Drawing.Size(150, 64); this.btnMeasure.TabIndex = 0; this.btnMeasure.Text = "计量信息管理"; this.btnMeasure.UseVisualStyleBackColor = true; // // panelFooter // this.panelFooter.Controls.Add(this.labelFooter); this.panelFooter.Location = new System.Drawing.Point(4, 704); this.panelFooter.Margin = new System.Windows.Forms.Padding(0); this.panelFooter.Name = "panelFooter"; this.panelFooter.Size = new System.Drawing.Size(1000, 25); this.panelFooter.TabIndex = 3; // // labelFooter // this.labelFooter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelFooter.Location = new System.Drawing.Point(0, 0); this.labelFooter.Margin = new System.Windows.Forms.Padding(0); this.labelFooter.Name = "labelFooter"; this.labelFooter.Size = new System.Drawing.Size(1000, 25); this.labelFooter.TabIndex = 0; this.labelFooter.Text = "欢迎使用铷原子频标对比测量软件"; this.labelFooter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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.panelFooter); this.Controls.Add(this.panelMain); this.Controls.Add(this.panelMenu); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "RbFreqStandMeasureForm"; this.Text = "铷原子频标比对测量"; this.Load += new System.EventHandler(this.RbFreqStandMeasureForm_Load); this.panelMenu.ResumeLayout(false); this.panelFooter.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelMenu; private System.Windows.Forms.Button btnSetting; private System.Windows.Forms.Button btnDataMan; private System.Windows.Forms.Button btnInfoMan; private System.Windows.Forms.Button btnDevStatus; private System.Windows.Forms.Panel panelMain; private System.Windows.Forms.Button btnCounter; private System.Windows.Forms.Button btnHome; private System.Windows.Forms.Button btnMeasure; private System.Windows.Forms.Panel panelFooter; private System.Windows.Forms.Label labelFooter; } }