namespace UAS_MES_NEW.SystemSetting
{
partial class SystemSetting_ScaleTest
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemSetting_ScaleTest));
this.panel4 = new System.Windows.Forms.Panel();
this.Weight = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.pr_colorboxunit = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.SerialPortComBox_label = new System.Windows.Forms.Label();
this.BaudRate_label = new System.Windows.Forms.Label();
this.StopTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
this.StartTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.ComList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.Weight);
this.panel4.Controls.Add(this.panel5);
this.panel4.Location = new System.Drawing.Point(342, 86);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(333, 129);
this.panel4.TabIndex = 39;
//
// Weight
//
this.Weight.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.Weight.AutoSize = true;
this.Weight.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.Weight.Location = new System.Drawing.Point(134, 50);
this.Weight.Name = "Weight";
this.Weight.Size = new System.Drawing.Size(0, 31);
this.Weight.TabIndex = 41;
//
// panel5
//
this.panel5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.panel5.Controls.Add(this.pr_colorboxunit);
this.panel5.Controls.Add(this.label22);
this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(78, 127);
this.panel5.TabIndex = 40;
//
// pr_colorboxunit
//
this.pr_colorboxunit.AutoSize = true;
this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.pr_colorboxunit.Location = new System.Drawing.Point(22, 66);
this.pr_colorboxunit.Name = "pr_colorboxunit";
this.pr_colorboxunit.Size = new System.Drawing.Size(31, 25);
this.pr_colorboxunit.TabIndex = 42;
this.pr_colorboxunit.Text = "克";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.label22.Location = new System.Drawing.Point(15, 32);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(50, 25);
this.label22.TabIndex = 20;
this.label22.Text = "重量";
//
// SerialPortComBox_label
//
this.SerialPortComBox_label.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.SerialPortComBox_label.AutoSize = true;
this.SerialPortComBox_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SerialPortComBox_label.Location = new System.Drawing.Point(43, 85);
this.SerialPortComBox_label.Name = "SerialPortComBox_label";
this.SerialPortComBox_label.Size = new System.Drawing.Size(78, 21);
this.SerialPortComBox_label.TabIndex = 42;
this.SerialPortComBox_label.Text = "Com端口";
//
// BaudRate_label
//
this.BaudRate_label.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.BaudRate_label.AutoSize = true;
this.BaudRate_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BaudRate_label.Location = new System.Drawing.Point(62, 124);
this.BaudRate_label.Name = "BaudRate_label";
this.BaudRate_label.Size = new System.Drawing.Size(58, 21);
this.BaudRate_label.TabIndex = 44;
this.BaudRate_label.Text = "波特率";
//
// StopTest
//
this.StopTest.AllPower = null;
this.StopTest.BackColor = System.Drawing.Color.Transparent;
this.StopTest.DownImage = ((System.Drawing.Image)(resources.GetObject("StopTest.DownImage")));
this.StopTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StopTest.Image = ((System.Drawing.Image)(resources.GetObject("StopTest.Image")));
this.StopTest.IsShowBorder = true;
this.StopTest.Location = new System.Drawing.Point(203, 190);
this.StopTest.Margin = new System.Windows.Forms.Padding(2);
this.StopTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopTest.MoveImage")));
this.StopTest.Name = "StopTest";
this.StopTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopTest.NormalImage")));
this.StopTest.Power = null;
this.StopTest.Size = new System.Drawing.Size(67, 23);
this.StopTest.TabIndex = 45;
this.StopTest.Text = "停止调试";
this.StopTest.UseVisualStyleBackColor = true;
this.StopTest.Click += new System.EventHandler(this.StopTest_Click);
//
// BaudRate
//
this.BaudRate.AllPower = null;
this.BaudRate.BackColor = System.Drawing.Color.White;
this.BaudRate.ID = null;
this.BaudRate.Location = new System.Drawing.Point(130, 126);
this.BaudRate.Margin = new System.Windows.Forms.Padding(2);
this.BaudRate.Name = "BaudRate";
this.BaudRate.Negative = false;
this.BaudRate.Power = null;
this.BaudRate.Size = new System.Drawing.Size(140, 21);
this.BaudRate.Str = null;
this.BaudRate.Str1 = null;
this.BaudRate.Str2 = null;
this.BaudRate.TabIndex = 43;
//
// StartTest
//
this.StartTest.AllPower = null;
this.StartTest.BackColor = System.Drawing.Color.Transparent;
this.StartTest.DownImage = ((System.Drawing.Image)(resources.GetObject("StartTest.DownImage")));
this.StartTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StartTest.Image = ((System.Drawing.Image)(resources.GetObject("StartTest.Image")));
this.StartTest.IsShowBorder = true;
this.StartTest.Location = new System.Drawing.Point(120, 190);
this.StartTest.Margin = new System.Windows.Forms.Padding(2);
this.StartTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartTest.MoveImage")));
this.StartTest.Name = "StartTest";
this.StartTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartTest.NormalImage")));
this.StartTest.Power = null;
this.StartTest.Size = new System.Drawing.Size(67, 23);
this.StartTest.TabIndex = 41;
this.StartTest.Text = "开始调试";
this.StartTest.UseVisualStyleBackColor = true;
this.StartTest.Click += new System.EventHandler(this.StartTest_Click);
//
// ComList
//
this.ComList.Location = new System.Drawing.Point(130, 86);
this.ComList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.ComList.Name = "ComList";
this.ComList.Size = new System.Drawing.Size(140, 20);
this.ComList.TabIndex = 40;
//
// normalButton1
//
this.normalButton1.AllPower = null;
this.normalButton1.BackColor = System.Drawing.Color.Transparent;
this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
this.normalButton1.IsShowBorder = true;
this.normalButton1.Location = new System.Drawing.Point(0, 0);
this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
this.normalButton1.Name = "normalButton1";
this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
this.normalButton1.Power = null;
this.normalButton1.Size = new System.Drawing.Size(0, 0);
this.normalButton1.TabIndex = 36;
this.normalButton1.Text = "normalButton1";
this.normalButton1.UseVisualStyleBackColor = true;
//
// SystemSetting_ScaleTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(916, 474);
this.Controls.Add(this.StopTest);
this.Controls.Add(this.BaudRate_label);
this.Controls.Add(this.BaudRate);
this.Controls.Add(this.SerialPortComBox_label);
this.Controls.Add(this.StartTest);
this.Controls.Add(this.ComList);
this.Controls.Add(this.panel4);
this.Controls.Add(this.normalButton1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SystemSetting_ScaleTest";
this.Tag = "Setup!ScaleTest";
this.Text = " ";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SystemSetting_ScaleTest_FormClosing);
this.Load += new System.EventHandler(this.SystemSetting_ScaleTest_Load);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CustomControl.ButtonUtil.NormalButton normalButton1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label Weight;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label pr_colorboxunit;
private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
private CustomControl.ButtonUtil.NormalButton StartTest;
private System.Windows.Forms.Label SerialPortComBox_label;
private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
private System.Windows.Forms.Label BaudRate_label;
private CustomControl.ButtonUtil.NormalButton StopTest;
}
}