Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2232 → Rev 2233

/MKLiveView/EasySerialPort/SimpleSerialPort.Designer.cs
0,0 → 1,209
namespace SimpleSerialPort
{
partial class SimpleSerialPort
{
/// <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 Component 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.comboBoxPortName = new System.Windows.Forms.ComboBox();
this.buttonOpen = new System.Windows.Forms.Button();
this.buttonClose = new System.Windows.Forms.Button();
this.textBoxBaudRate = new System.Windows.Forms.TextBox();
this.textBoxStatus = new System.Windows.Forms.TextBox();
this.textBoxDataBits = new System.Windows.Forms.TextBox();
this.comboBoxStopBits = new System.Windows.Forms.ComboBox();
this.comboBoxParity = new System.Windows.Forms.ComboBox();
this.labelStatus = new System.Windows.Forms.Label();
this.labelPortName = new System.Windows.Forms.Label();
this.labelBaudRate = new System.Windows.Forms.Label();
this.labelDataBits = new System.Windows.Forms.Label();
this.labelStopBits = new System.Windows.Forms.Label();
this.labelParity = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// comboBoxPortName
//
this.comboBoxPortName.FormattingEnabled = true;
this.comboBoxPortName.Location = new System.Drawing.Point(66, 88);
this.comboBoxPortName.Name = "comboBoxPortName";
this.comboBoxPortName.Size = new System.Drawing.Size(100, 21);
this.comboBoxPortName.TabIndex = 0;
//
// buttonOpen
//
this.buttonOpen.Location = new System.Drawing.Point(66, 5);
this.buttonOpen.Name = "buttonOpen";
this.buttonOpen.Size = new System.Drawing.Size(100, 23);
this.buttonOpen.TabIndex = 1;
this.buttonOpen.Text = "Open";
this.buttonOpen.UseVisualStyleBackColor = true;
this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
//
// buttonClose
//
this.buttonClose.Location = new System.Drawing.Point(66, 34);
this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(100, 23);
this.buttonClose.TabIndex = 2;
this.buttonClose.Text = "Close";
this.buttonClose.UseVisualStyleBackColor = true;
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
//
// textBoxBaudRate
//
this.textBoxBaudRate.Location = new System.Drawing.Point(66, 115);
this.textBoxBaudRate.Name = "textBoxBaudRate";
this.textBoxBaudRate.Size = new System.Drawing.Size(100, 20);
this.textBoxBaudRate.TabIndex = 3;
//
// textBoxStatus
//
this.textBoxStatus.Location = new System.Drawing.Point(66, 63);
this.textBoxStatus.Name = "textBoxStatus";
this.textBoxStatus.ReadOnly = true;
this.textBoxStatus.Size = new System.Drawing.Size(100, 20);
this.textBoxStatus.TabIndex = 4;
//
// textBoxDataBits
//
this.textBoxDataBits.Location = new System.Drawing.Point(66, 142);
this.textBoxDataBits.Name = "textBoxDataBits";
this.textBoxDataBits.Size = new System.Drawing.Size(100, 20);
this.textBoxDataBits.TabIndex = 5;
//
// comboBoxStopBits
//
this.comboBoxStopBits.FormattingEnabled = true;
this.comboBoxStopBits.Location = new System.Drawing.Point(66, 169);
this.comboBoxStopBits.Name = "comboBoxStopBits";
this.comboBoxStopBits.Size = new System.Drawing.Size(100, 21);
this.comboBoxStopBits.TabIndex = 6;
//
// comboBoxParity
//
this.comboBoxParity.FormattingEnabled = true;
this.comboBoxParity.Location = new System.Drawing.Point(66, 197);
this.comboBoxParity.Name = "comboBoxParity";
this.comboBoxParity.Size = new System.Drawing.Size(100, 21);
this.comboBoxParity.TabIndex = 7;
//
// labelStatus
//
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(23, 66);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(37, 13);
this.labelStatus.TabIndex = 8;
this.labelStatus.Text = "Status";
//
// labelPortName
//
this.labelPortName.AutoSize = true;
this.labelPortName.Location = new System.Drawing.Point(3, 91);
this.labelPortName.Name = "labelPortName";
this.labelPortName.Size = new System.Drawing.Size(57, 13);
this.labelPortName.TabIndex = 9;
this.labelPortName.Text = "Port Name";
//
// labelBaudRate
//
this.labelBaudRate.AutoSize = true;
this.labelBaudRate.Location = new System.Drawing.Point(2, 118);
this.labelBaudRate.Name = "labelBaudRate";
this.labelBaudRate.Size = new System.Drawing.Size(58, 13);
this.labelBaudRate.TabIndex = 10;
this.labelBaudRate.Text = "Baud Rate";
//
// labelDataBits
//
this.labelDataBits.AutoSize = true;
this.labelDataBits.Location = new System.Drawing.Point(10, 145);
this.labelDataBits.Name = "labelDataBits";
this.labelDataBits.Size = new System.Drawing.Size(50, 13);
this.labelDataBits.TabIndex = 11;
this.labelDataBits.Text = "Data Bits";
//
// labelStopBits
//
this.labelStopBits.AutoSize = true;
this.labelStopBits.Location = new System.Drawing.Point(11, 172);
this.labelStopBits.Name = "labelStopBits";
this.labelStopBits.Size = new System.Drawing.Size(49, 13);
this.labelStopBits.TabIndex = 12;
this.labelStopBits.Text = "Stop Bits";
//
// labelParity
//
this.labelParity.AutoSize = true;
this.labelParity.Location = new System.Drawing.Point(23, 200);
this.labelParity.Name = "labelParity";
this.labelParity.Size = new System.Drawing.Size(33, 13);
this.labelParity.TabIndex = 13;
this.labelParity.Text = "Parity";
//
// SimpleSerialPort
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.labelParity);
this.Controls.Add(this.labelStopBits);
this.Controls.Add(this.labelDataBits);
this.Controls.Add(this.labelBaudRate);
this.Controls.Add(this.labelPortName);
this.Controls.Add(this.labelStatus);
this.Controls.Add(this.comboBoxParity);
this.Controls.Add(this.comboBoxStopBits);
this.Controls.Add(this.textBoxDataBits);
this.Controls.Add(this.textBoxStatus);
this.Controls.Add(this.textBoxBaudRate);
this.Controls.Add(this.buttonClose);
this.Controls.Add(this.buttonOpen);
this.Controls.Add(this.comboBoxPortName);
this.Name = "SimpleSerialPort";
this.Size = new System.Drawing.Size(175, 229);
this.ResumeLayout(false);
this.PerformLayout();
 
}
 
#endregion
 
private System.Windows.Forms.ComboBox comboBoxPortName;
private System.Windows.Forms.Button buttonOpen;
private System.Windows.Forms.Button buttonClose;
private System.Windows.Forms.TextBox textBoxBaudRate;
private System.Windows.Forms.TextBox textBoxStatus;
private System.Windows.Forms.TextBox textBoxDataBits;
private System.Windows.Forms.ComboBox comboBoxStopBits;
private System.Windows.Forms.ComboBox comboBoxParity;
private System.Windows.Forms.Label labelStatus;
private System.Windows.Forms.Label labelPortName;
private System.Windows.Forms.Label labelBaudRate;
private System.Windows.Forms.Label labelDataBits;
private System.Windows.Forms.Label labelStopBits;
private System.Windows.Forms.Label labelParity;
}
}