namespace CodeProjectSerialComms { partial class Form1 { /// /// 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.btnGetSerialPorts = new System.Windows.Forms.Button(); this.rtbIncoming = new System.Windows.Forms.RichTextBox(); this.cboPorts = new System.Windows.Forms.ComboBox(); this.cboBaudRate = new System.Windows.Forms.ComboBox(); this.cboDataBits = new System.Windows.Forms.ComboBox(); this.cboStopBits = new System.Windows.Forms.ComboBox(); this.cboParity = new System.Windows.Forms.ComboBox(); this.cboHandShaking = new System.Windows.Forms.ComboBox(); this.lblBreakStatus = new System.Windows.Forms.Label(); this.lblCTSStatus = new System.Windows.Forms.Label(); this.lblDSRStatus = new System.Windows.Forms.Label(); this.lblRIStatus = new System.Windows.Forms.Label(); this.btnTest = new System.Windows.Forms.Button(); this.btnPortState = new System.Windows.Forms.Button(); this.btnHello = new System.Windows.Forms.Button(); this.rtbOutgoing = new System.Windows.Forms.RichTextBox(); this.btnHyperTerm = new System.Windows.Forms.Button(); this.txtCommand = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnGetSerialPorts // this.btnGetSerialPorts.Location = new System.Drawing.Point(12, 27); this.btnGetSerialPorts.Name = "btnGetSerialPorts"; this.btnGetSerialPorts.Size = new System.Drawing.Size(75, 23); this.btnGetSerialPorts.TabIndex = 0; this.btnGetSerialPorts.Text = "Ports"; this.btnGetSerialPorts.UseVisualStyleBackColor = true; this.btnGetSerialPorts.Click += new System.EventHandler(this.btnGetSerialPorts_Click); // // rtbIncoming // this.rtbIncoming.Location = new System.Drawing.Point(12, 278); this.rtbIncoming.Name = "rtbIncoming"; this.rtbIncoming.Size = new System.Drawing.Size(260, 96); this.rtbIncoming.TabIndex = 1; this.rtbIncoming.Text = ""; // // cboPorts // this.cboPorts.FormattingEnabled = true; this.cboPorts.Location = new System.Drawing.Point(102, 29); this.cboPorts.Name = "cboPorts"; this.cboPorts.Size = new System.Drawing.Size(121, 21); this.cboPorts.TabIndex = 2; // // cboBaudRate // this.cboBaudRate.FormattingEnabled = true; this.cboBaudRate.Location = new System.Drawing.Point(102, 56); this.cboBaudRate.Name = "cboBaudRate"; this.cboBaudRate.Size = new System.Drawing.Size(121, 21); this.cboBaudRate.TabIndex = 3; // // cboDataBits // this.cboDataBits.FormattingEnabled = true; this.cboDataBits.Location = new System.Drawing.Point(102, 83); this.cboDataBits.Name = "cboDataBits"; this.cboDataBits.Size = new System.Drawing.Size(121, 21); this.cboDataBits.TabIndex = 4; // // cboStopBits // this.cboStopBits.FormattingEnabled = true; this.cboStopBits.Location = new System.Drawing.Point(102, 110); this.cboStopBits.Name = "cboStopBits"; this.cboStopBits.Size = new System.Drawing.Size(121, 21); this.cboStopBits.TabIndex = 5; // // cboParity // this.cboParity.FormattingEnabled = true; this.cboParity.Location = new System.Drawing.Point(102, 137); this.cboParity.Name = "cboParity"; this.cboParity.Size = new System.Drawing.Size(121, 21); this.cboParity.TabIndex = 6; // // cboHandShaking // this.cboHandShaking.FormattingEnabled = true; this.cboHandShaking.Location = new System.Drawing.Point(102, 164); this.cboHandShaking.Name = "cboHandShaking"; this.cboHandShaking.Size = new System.Drawing.Size(121, 21); this.cboHandShaking.TabIndex = 7; // // lblBreakStatus // this.lblBreakStatus.AutoSize = true; this.lblBreakStatus.Location = new System.Drawing.Point(24, 206); this.lblBreakStatus.Name = "lblBreakStatus"; this.lblBreakStatus.Size = new System.Drawing.Size(35, 13); this.lblBreakStatus.TabIndex = 8; this.lblBreakStatus.Text = "Break"; this.lblBreakStatus.Visible = false; // // lblCTSStatus // this.lblCTSStatus.AutoSize = true; this.lblCTSStatus.Location = new System.Drawing.Point(79, 206); this.lblCTSStatus.Name = "lblCTSStatus"; this.lblCTSStatus.Size = new System.Drawing.Size(28, 13); this.lblCTSStatus.TabIndex = 9; this.lblCTSStatus.Text = "CTS"; this.lblCTSStatus.Visible = false; // // lblDSRStatus // this.lblDSRStatus.AutoSize = true; this.lblDSRStatus.Location = new System.Drawing.Point(130, 206); this.lblDSRStatus.Name = "lblDSRStatus"; this.lblDSRStatus.Size = new System.Drawing.Size(30, 13); this.lblDSRStatus.TabIndex = 10; this.lblDSRStatus.Text = "DSR"; this.lblDSRStatus.Visible = false; // // lblRIStatus // this.lblRIStatus.AutoSize = true; this.lblRIStatus.Location = new System.Drawing.Point(188, 206); this.lblRIStatus.Name = "lblRIStatus"; this.lblRIStatus.Size = new System.Drawing.Size(18, 13); this.lblRIStatus.TabIndex = 11; this.lblRIStatus.Text = "RI"; this.lblRIStatus.Visible = false; // // btnTest // this.btnTest.Location = new System.Drawing.Point(12, 180); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(75, 23); this.btnTest.TabIndex = 12; this.btnTest.Text = "Test"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Visible = false; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // btnPortState // this.btnPortState.Location = new System.Drawing.Point(12, 56); this.btnPortState.Name = "btnPortState"; this.btnPortState.Size = new System.Drawing.Size(75, 23); this.btnPortState.TabIndex = 13; this.btnPortState.Text = "Closed"; this.btnPortState.UseVisualStyleBackColor = true; this.btnPortState.Click += new System.EventHandler(this.btnPortState_Click); // // btnHello // this.btnHello.Location = new System.Drawing.Point(12, 85); this.btnHello.Name = "btnHello"; this.btnHello.Size = new System.Drawing.Size(75, 23); this.btnHello.TabIndex = 14; this.btnHello.Text = "Send Hello"; this.btnHello.UseVisualStyleBackColor = true; this.btnHello.Click += new System.EventHandler(this.btnHello_Click); // // rtbOutgoing // this.rtbOutgoing.Location = new System.Drawing.Point(39, 231); this.rtbOutgoing.Name = "rtbOutgoing"; this.rtbOutgoing.Size = new System.Drawing.Size(214, 31); this.rtbOutgoing.TabIndex = 15; this.rtbOutgoing.Text = ""; this.rtbOutgoing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rtbOutgoing_KeyPress); // // btnHyperTerm // this.btnHyperTerm.Location = new System.Drawing.Point(265, 81); this.btnHyperTerm.Name = "btnHyperTerm"; this.btnHyperTerm.Size = new System.Drawing.Size(75, 23); this.btnHyperTerm.TabIndex = 16; this.btnHyperTerm.Text = "HyperTerm"; this.btnHyperTerm.UseVisualStyleBackColor = true; this.btnHyperTerm.Click += new System.EventHandler(this.btnHyperTerm_Click); // // txtCommand // this.txtCommand.Location = new System.Drawing.Point(252, 117); this.txtCommand.Name = "txtCommand"; this.txtCommand.Size = new System.Drawing.Size(100, 20); this.txtCommand.TabIndex = 17; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(374, 408); this.Controls.Add(this.txtCommand); this.Controls.Add(this.btnHyperTerm); this.Controls.Add(this.rtbOutgoing); this.Controls.Add(this.btnHello); this.Controls.Add(this.btnPortState); this.Controls.Add(this.btnTest); this.Controls.Add(this.lblRIStatus); this.Controls.Add(this.lblDSRStatus); this.Controls.Add(this.lblCTSStatus); this.Controls.Add(this.lblBreakStatus); this.Controls.Add(this.cboHandShaking); this.Controls.Add(this.cboParity); this.Controls.Add(this.cboStopBits); this.Controls.Add(this.cboDataBits); this.Controls.Add(this.cboBaudRate); this.Controls.Add(this.cboPorts); this.Controls.Add(this.rtbIncoming); this.Controls.Add(this.btnGetSerialPorts); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnGetSerialPorts; private System.Windows.Forms.RichTextBox rtbIncoming; private System.Windows.Forms.ComboBox cboPorts; private System.Windows.Forms.ComboBox cboBaudRate; private System.Windows.Forms.ComboBox cboDataBits; private System.Windows.Forms.ComboBox cboStopBits; private System.Windows.Forms.ComboBox cboParity; private System.Windows.Forms.ComboBox cboHandShaking; private System.Windows.Forms.Label lblBreakStatus; private System.Windows.Forms.Label lblCTSStatus; private System.Windows.Forms.Label lblDSRStatus; private System.Windows.Forms.Label lblRIStatus; private System.Windows.Forms.Button btnTest; private System.Windows.Forms.Button btnPortState; private System.Windows.Forms.Button btnHello; private System.Windows.Forms.RichTextBox rtbOutgoing; private System.Windows.Forms.Button btnHyperTerm; private System.Windows.Forms.TextBox txtCommand; } }