namespace UAS_LabelMachine
{
partial class ComInfoSet
{
///
/// 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.label8 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.BaudRate = new UAS_LabelMachine.CustomControl.EnterTextBox();
this.Confirm = new System.Windows.Forms.Button();
this.PortName = new UAS_LabelMachine.CustomControl.SerialPortCombox();
this.SuspendLayout();
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(51, 35);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(37, 20);
this.label8.TabIndex = 107;
this.label8.Text = "串口";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(51, 80);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(51, 20);
this.label1.TabIndex = 108;
this.label1.Text = "波特率";
//
// BaudRate
//
this.BaudRate.ID = null;
this.BaudRate.Location = new System.Drawing.Point(138, 79);
this.BaudRate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.BaudRate.Name = "BaudRate";
this.BaudRate.Size = new System.Drawing.Size(109, 21);
this.BaudRate.Str = null;
this.BaudRate.Str1 = null;
this.BaudRate.Str2 = null;
this.BaudRate.TabIndex = 109;
//
// Confirm
//
this.Confirm.Location = new System.Drawing.Point(138, 118);
this.Confirm.Name = "Confirm";
this.Confirm.Size = new System.Drawing.Size(75, 23);
this.Confirm.TabIndex = 111;
this.Confirm.Text = "确认";
this.Confirm.UseVisualStyleBackColor = true;
//
// PortName
//
this.PortName.Location = new System.Drawing.Point(138, 35);
this.PortName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.PortName.Name = "PortName";
this.PortName.SelectedText = "";
this.PortName.SelectedValue = null;
this.PortName.Size = new System.Drawing.Size(109, 20);
this.PortName.TabIndex = 112;
//
// ComInfoSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(348, 153);
this.Controls.Add(this.PortName);
this.Controls.Add(this.Confirm);
this.Controls.Add(this.BaudRate);
this.Controls.Add(this.label1);
this.Controls.Add(this.label8);
this.Name = "ComInfoSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ComInfoSet";
this.Load += new System.EventHandler(this.ComInfoSet_Load);
this.ResumeLayout(true);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label1;
private CustomControl.EnterTextBox BaudRate;
private System.Windows.Forms.Button Confirm;
private CustomControl.SerialPortCombox PortName;
}
}