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.btnCounter = new DevComponents.DotNetBar.ButtonX(); this.btnData = new DevComponents.DotNetBar.ButtonX(); this.btnMeasure = new DevComponents.DotNetBar.ButtonX(); this.btnDev = new DevComponents.DotNetBar.ButtonX(); this.btnDevStatus = new DevComponents.DotNetBar.ButtonX(); this.btnSetting = new DevComponents.DotNetBar.ButtonX(); this.btnHome = new DevComponents.DotNetBar.ButtonX(); this.panelMain = new System.Windows.Forms.Panel(); 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.btnCounter); this.panelMenu.Controls.Add(this.btnData); this.panelMenu.Controls.Add(this.btnMeasure); this.panelMenu.Controls.Add(this.btnDev); this.panelMenu.Controls.Add(this.btnDevStatus); this.panelMenu.Controls.Add(this.btnSetting); this.panelMenu.Controls.Add(this.btnHome); 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; // // btnCounter // this.btnCounter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCounter.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCounter.Location = new System.Drawing.Point(400, 0); this.btnCounter.Margin = new System.Windows.Forms.Padding(0); this.btnCounter.Name = "btnCounter"; this.btnCounter.Size = new System.Drawing.Size(200, 64); this.btnCounter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCounter.TabIndex = 3; this.btnCounter.Text = "频率计数器范围及灵敏度测量"; // // btnData // this.btnData.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnData.Location = new System.Drawing.Point(750, 0); this.btnData.Margin = new System.Windows.Forms.Padding(0); this.btnData.Name = "btnData"; this.btnData.Size = new System.Drawing.Size(150, 64); this.btnData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnData.TabIndex = 5; this.btnData.Text = "数据管理"; this.btnData.Click += new System.EventHandler(this.btnData_Click); // // btnMeasure // this.btnMeasure.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnMeasure.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnMeasure.Location = new System.Drawing.Point(600, 0); this.btnMeasure.Margin = new System.Windows.Forms.Padding(0); this.btnMeasure.Name = "btnMeasure"; this.btnMeasure.Size = new System.Drawing.Size(150, 64); this.btnMeasure.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnMeasure.TabIndex = 4; this.btnMeasure.Text = "计量信息管理"; this.btnMeasure.Click += new System.EventHandler(this.btnMeasure_Click); // // btnDev // this.btnDev.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnDev.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnDev.Location = new System.Drawing.Point(250, 0); this.btnDev.Margin = new System.Windows.Forms.Padding(0); this.btnDev.Name = "btnDev"; this.btnDev.Size = new System.Drawing.Size(150, 64); this.btnDev.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnDev.TabIndex = 2; this.btnDev.Text = "送检仪器管理"; this.btnDev.Click += new System.EventHandler(this.btnInfoMan_Click); // // btnDevStatus // this.btnDevStatus.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnDevStatus.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnDevStatus.Location = new System.Drawing.Point(100, 0); this.btnDevStatus.Margin = new System.Windows.Forms.Padding(0); this.btnDevStatus.Name = "btnDevStatus"; this.btnDevStatus.Size = new System.Drawing.Size(150, 64); this.btnDevStatus.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnDevStatus.TabIndex = 1; this.btnDevStatus.Text = "基准状态"; this.btnDevStatus.Click += new System.EventHandler(this.btnDevStatus_Click); // // btnSetting // this.btnSetting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSetting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnSetting.Location = new System.Drawing.Point(900, 0); this.btnSetting.Margin = new System.Windows.Forms.Padding(0); this.btnSetting.Name = "btnSetting"; this.btnSetting.Size = new System.Drawing.Size(100, 64); this.btnSetting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnSetting.TabIndex = 6; this.btnSetting.Text = "系统设置"; this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click); // // btnHome // this.btnHome.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnHome.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnHome.Location = new System.Drawing.Point(0, 0); this.btnHome.Margin = new System.Windows.Forms.Padding(0); this.btnHome.Name = "btnHome"; this.btnHome.Size = new System.Drawing.Size(100, 64); this.btnHome.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnHome.TabIndex = 0; this.btnHome.Text = "首页"; this.btnHome.Click += new System.EventHandler(this.btnHome_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; // // 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.DoubleBuffered = true; 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.Panel panelMain; private System.Windows.Forms.Panel panelFooter; private System.Windows.Forms.Label labelFooter; private DevComponents.DotNetBar.ButtonX btnHome; private DevComponents.DotNetBar.ButtonX btnDevStatus; private DevComponents.DotNetBar.ButtonX btnDev; private DevComponents.DotNetBar.ButtonX btnCounter; private DevComponents.DotNetBar.ButtonX btnMeasure; private DevComponents.DotNetBar.ButtonX btnData; private DevComponents.DotNetBar.ButtonX btnSetting; } }