namespace DataCollectionSystem
{
partial class FormSystemSetting
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.BtnMonitorTargetSetting = new DevComponents.DotNetBar.ButtonX();
this.BtnParamSetting = new DevComponents.DotNetBar.ButtonX();
this.SuspendLayout();
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.Location = new System.Drawing.Point(0, 0);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(0, 0);
this.buttonX1.TabIndex = 0;
//
// BtnMonitorTargetSetting
//
this.BtnMonitorTargetSetting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.BtnMonitorTargetSetting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.BtnMonitorTargetSetting.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnMonitorTargetSetting.Location = new System.Drawing.Point(172, 86);
this.BtnMonitorTargetSetting.Name = "BtnMonitorTargetSetting";
this.BtnMonitorTargetSetting.Size = new System.Drawing.Size(410, 77);
this.BtnMonitorTargetSetting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.BtnMonitorTargetSetting.TabIndex = 0;
this.BtnMonitorTargetSetting.Text = "检测对象设置";
this.BtnMonitorTargetSetting.Click += new System.EventHandler(this.BtnMonitorTargetSetting_Click);
//
// BtnParamSetting
//
this.BtnParamSetting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.BtnParamSetting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.BtnParamSetting.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnParamSetting.Location = new System.Drawing.Point(172, 253);
this.BtnParamSetting.Name = "BtnParamSetting";
this.BtnParamSetting.Size = new System.Drawing.Size(410, 77);
this.BtnParamSetting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.BtnParamSetting.TabIndex = 1;
this.BtnParamSetting.Text = "参数设置";
this.BtnParamSetting.Click += new System.EventHandler(this.BtnParamSetting_Click);
//
// FormSystemSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(754, 425);
this.Controls.Add(this.BtnParamSetting);
this.Controls.Add(this.BtnMonitorTargetSetting);
this.DoubleBuffered = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormSystemSetting";
this.Text = "系统设置";
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX BtnMonitorTargetSetting;
private DevComponents.DotNetBar.ButtonX BtnParamSetting;
}
}