You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

185 lines
10 KiB
C#

namespace Rs.MotionPlat
{
partial class ConfigForm
{
/// <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.panelMain = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btnOldTest = new Rs.Controls.ButtonEx();
this.btnMotor = new Rs.Controls.ButtonEx();
this.btnIO = new Rs.Controls.ButtonEx();
this.btnCalibration = new Rs.Controls.ButtonEx();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// panelMain
//
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelMain.Location = new System.Drawing.Point(0, 34);
this.panelMain.Name = "panelMain";
this.panelMain.Size = new System.Drawing.Size(800, 416);
this.panelMain.TabIndex = 4;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 5;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.btnOldTest, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnMotor, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.btnIO, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnCalibration, 2, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 34);
this.tableLayoutPanel1.TabIndex = 3;
//
// btnOldTest
//
this.btnOldTest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnOldTest.ButtonType = Rs.Controls.EButtonType.None;
this.btnOldTest.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnOldTest.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnOldTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOldTest.Font = new System.Drawing.Font("宋体", 10F);
this.btnOldTest.ForeColor = System.Drawing.Color.White;
this.btnOldTest.Location = new System.Drawing.Point(150, 0);
this.btnOldTest.Margin = new System.Windows.Forms.Padding(0);
this.btnOldTest.Name = "btnOldTest";
this.btnOldTest.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnOldTest.Selected = false;
this.btnOldTest.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnOldTest.ShowIcon = "";
this.btnOldTest.ShowText = "老化测试";
this.btnOldTest.Size = new System.Drawing.Size(150, 34);
this.btnOldTest.TabIndex = 5;
this.btnOldTest.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnOldTest.UseVisualStyleBackColor = false;
this.btnOldTest.Click += new System.EventHandler(this.Menu_Click);
//
// btnMotor
//
this.btnMotor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnMotor.ButtonType = Rs.Controls.EButtonType.None;
this.btnMotor.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnMotor.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMotor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMotor.Font = new System.Drawing.Font("宋体", 10F);
this.btnMotor.ForeColor = System.Drawing.Color.White;
this.btnMotor.Location = new System.Drawing.Point(300, 0);
this.btnMotor.Margin = new System.Windows.Forms.Padding(0);
this.btnMotor.Name = "btnMotor";
this.btnMotor.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnMotor.Selected = false;
this.btnMotor.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnMotor.ShowIcon = "";
this.btnMotor.ShowText = "电机配置";
this.btnMotor.Size = new System.Drawing.Size(150, 34);
this.btnMotor.TabIndex = 4;
this.btnMotor.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnMotor.UseVisualStyleBackColor = false;
this.btnMotor.Click += new System.EventHandler(this.Menu_Click);
//
// btnIO
//
this.btnIO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnIO.ButtonType = Rs.Controls.EButtonType.None;
this.btnIO.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnIO.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnIO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnIO.Font = new System.Drawing.Font("宋体", 10F);
this.btnIO.ForeColor = System.Drawing.Color.White;
this.btnIO.Location = new System.Drawing.Point(0, 0);
this.btnIO.Margin = new System.Windows.Forms.Padding(0);
this.btnIO.Name = "btnIO";
this.btnIO.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnIO.Selected = false;
this.btnIO.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnIO.ShowIcon = "";
this.btnIO.ShowText = "IO配置";
this.btnIO.Size = new System.Drawing.Size(150, 34);
this.btnIO.TabIndex = 3;
this.btnIO.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnIO.UseVisualStyleBackColor = false;
this.btnIO.Click += new System.EventHandler(this.Menu_Click);
//
// btnCalibration
//
this.btnCalibration.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnCalibration.ButtonType = Rs.Controls.EButtonType.None;
this.btnCalibration.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCalibration.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnCalibration.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCalibration.Font = new System.Drawing.Font("宋体", 10F);
this.btnCalibration.ForeColor = System.Drawing.Color.White;
this.btnCalibration.Location = new System.Drawing.Point(450, 0);
this.btnCalibration.Margin = new System.Windows.Forms.Padding(0);
this.btnCalibration.Name = "btnCalibration";
this.btnCalibration.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnCalibration.Selected = false;
this.btnCalibration.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnCalibration.ShowIcon = "";
this.btnCalibration.ShowText = "相机标定";
this.btnCalibration.Size = new System.Drawing.Size(150, 34);
this.btnCalibration.TabIndex = 4;
this.btnCalibration.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnCalibration.UseVisualStyleBackColor = false;
this.btnCalibration.Click += new System.EventHandler(this.Menu_Click);
//
// ConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.panelMain);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ConfigForm";
this.Text = "ConfigForm";
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelMain;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Controls.ButtonEx btnMotor;
private Controls.ButtonEx btnIO;
private Controls.ButtonEx btnCalibration;
private Controls.ButtonEx btnOldTest;
}
}