namespace MOTINOVA_Motor_Factory_Set
{
partial class PortSettings
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PortSettings));
this.label1 = new System.Windows.Forms.Label();
this.comboBox_ComIndex = new System.Windows.Forms.ComboBox();
this.button_ComOpen = new System.Windows.Forms.Button();
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(48, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 21);
this.label1.TabIndex = 0;
this.label1.Text = "端口号";
//
// comboBox_ComIndex
//
this.comboBox_ComIndex.FormattingEnabled = true;
this.comboBox_ComIndex.Location = new System.Drawing.Point(129, 41);
this.comboBox_ComIndex.Name = "comboBox_ComIndex";
this.comboBox_ComIndex.Size = new System.Drawing.Size(121, 29);
this.comboBox_ComIndex.TabIndex = 1;
//
// button_ComOpen
//
this.button_ComOpen.Location = new System.Drawing.Point(113, 86);
this.button_ComOpen.Name = "button_ComOpen";
this.button_ComOpen.Size = new System.Drawing.Size(102, 33);
this.button_ComOpen.TabIndex = 2;
this.button_ComOpen.Text = "连接";
this.button_ComOpen.UseVisualStyleBackColor = true;
this.button_ComOpen.Click += new System.EventHandler(this.button_ComOpen_Click);
//
// serialPort1
//
this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
//
// PortSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(304, 162);
this.ControlBox = false;
this.Controls.Add(this.button_ComOpen);
this.Controls.Add(this.comboBox_ComIndex);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PortSettings";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PortSettings";
this.Load += new System.EventHandler(this.PortSettings_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
public System.IO.Ports.SerialPort serialPort1;
public System.Windows.Forms.Button button_ComOpen;
public System.Windows.Forms.ComboBox comboBox_ComIndex;
}
}