Darien Figueroa / Mbed 2 deprecated repo3

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers FormConnection.Designer.cs Source File

FormConnection.Designer.cs

00001 namespace HealthSensorPlatform
00002 {
00003     partial class FormConnection
00004     {
00005         /// <summary>
00006         /// Required designer variable.
00007         /// </summary>
00008         private System.ComponentModel.IContainer components = null;
00009 
00010         /// <summary>
00011         /// Clean up any resources being used.
00012         /// </summary>
00013         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
00014         protected override void Dispose(bool disposing)
00015         {
00016             if (disposing && (components != null))
00017             {
00018                 components.Dispose();
00019             }
00020             base.Dispose(disposing);
00021         }
00022 
00023         #region Windows Form Designer generated code
00024 
00025         /// <summary>
00026         /// Required method for Designer support - do not modify
00027         /// the contents of this method with the code editor.
00028         /// </summary>
00029         private void InitializeComponent()
00030         {
00031             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConnection));
00032             this.btnConnect = new MaximStyle.MaximButton();
00033             this.label1 = new System.Windows.Forms.Label();
00034             this.maximGroupBox1 = new MaximStyle.MaximGroupBox();
00035             this.cboPort = new MaximStyle.MaximComboBox();
00036             this.tbFlowControl = new System.Windows.Forms.TextBox();
00037             this.label4 = new System.Windows.Forms.Label();
00038             this.tbStopBits = new System.Windows.Forms.TextBox();
00039             this.label5 = new System.Windows.Forms.Label();
00040             this.tbDataBits = new System.Windows.Forms.TextBox();
00041             this.label6 = new System.Windows.Forms.Label();
00042             this.tbParity = new System.Windows.Forms.TextBox();
00043             this.label3 = new System.Windows.Forms.Label();
00044             this.tbBaudRate = new System.Windows.Forms.TextBox();
00045             this.label2 = new System.Windows.Forms.Label();
00046             this.btnScan = new MaximStyle.MaximButton();
00047             this.btnCancel = new MaximStyle.MaximButton();
00048             this.maximGroupBox1.SuspendLayout();
00049             this.SuspendLayout();
00050             // 
00051             // btnConnect
00052             // 
00053             this.btnConnect.Location = new System.Drawing.Point(141, 179);
00054             this.btnConnect.Name = "btnConnect";
00055             this.btnConnect.Size = new System.Drawing.Size(75, 23);
00056             this.btnConnect.TabIndex = 0;
00057             this.btnConnect.Text = "Connect";
00058             this.btnConnect.UseVisualStyleBackColor = true;
00059             this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
00060             // 
00061             // label1
00062             // 
00063             this.label1.AutoSize = true;
00064             this.label1.BackColor = System.Drawing.Color.White;
00065             this.label1.Location = new System.Drawing.Point(31, 55);
00066             this.label1.Name = "label1";
00067             this.label1.Size = new System.Drawing.Size(56, 13);
00068             this.label1.TabIndex = 2;
00069             this.label1.Text = "COM Port:";
00070             // 
00071             // maximGroupBox1
00072             // 
00073             this.maximGroupBox1.BackgroundColor = System.Drawing.Color.White;
00074             this.maximGroupBox1.Controls.Add(this.cboPort);
00075             this.maximGroupBox1.Controls.Add(this.tbFlowControl);
00076             this.maximGroupBox1.Controls.Add(this.label4);
00077             this.maximGroupBox1.Controls.Add(this.tbStopBits);
00078             this.maximGroupBox1.Controls.Add(this.label5);
00079             this.maximGroupBox1.Controls.Add(this.tbDataBits);
00080             this.maximGroupBox1.Controls.Add(this.label6);
00081             this.maximGroupBox1.Controls.Add(this.tbParity);
00082             this.maximGroupBox1.Controls.Add(this.label3);
00083             this.maximGroupBox1.Controls.Add(this.tbBaudRate);
00084             this.maximGroupBox1.Controls.Add(this.label2);
00085             this.maximGroupBox1.Location = new System.Drawing.Point(12, 12);
00086             this.maximGroupBox1.Name = "maximGroupBox1";
00087             this.maximGroupBox1.Size = new System.Drawing.Size(336, 153);
00088             this.maximGroupBox1.TabIndex = 3;
00089             this.maximGroupBox1.TabStop = false;
00090             this.maximGroupBox1.Text = "UART Configuration";
00091             // 
00092             // cboPort
00093             // 
00094             this.cboPort.BackColor = System.Drawing.Color.White;
00095             this.cboPort.DropDownHeight = 200;
00096             this.cboPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
00097             this.cboPort.DropDownWidth = 70;
00098             this.cboPort.Location = new System.Drawing.Point(81, 40);
00099             this.cboPort.Name = "cboPort";
00100             this.cboPort.Size = new System.Drawing.Size(70, 20);
00101             this.cboPort.TabIndex = 14;
00102             this.cboPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
00103             this.cboPort.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
00104             // 
00105             // tbFlowControl
00106             // 
00107             this.tbFlowControl.Location = new System.Drawing.Point(242, 108);
00108             this.tbFlowControl.Name = "tbFlowControl";
00109             this.tbFlowControl.ReadOnly = true;
00110             this.tbFlowControl.Size = new System.Drawing.Size(70, 20);
00111             this.tbFlowControl.TabIndex = 12;
00112             this.tbFlowControl.Text = "0";
00113             // 
00114             // label4
00115             // 
00116             this.label4.AutoSize = true;
00117             this.label4.BackColor = System.Drawing.Color.White;
00118             this.label4.Location = new System.Drawing.Point(168, 111);
00119             this.label4.Name = "label4";
00120             this.label4.Size = new System.Drawing.Size(68, 13);
00121             this.label4.TabIndex = 13;
00122             this.label4.Text = "Flow Control:";
00123             // 
00124             // tbStopBits
00125             // 
00126             this.tbStopBits.Location = new System.Drawing.Point(242, 72);
00127             this.tbStopBits.Name = "tbStopBits";
00128             this.tbStopBits.ReadOnly = true;
00129             this.tbStopBits.Size = new System.Drawing.Size(70, 20);
00130             this.tbStopBits.TabIndex = 10;
00131             this.tbStopBits.Text = "1";
00132             // 
00133             // label5
00134             // 
00135             this.label5.AutoSize = true;
00136             this.label5.BackColor = System.Drawing.Color.White;
00137             this.label5.Location = new System.Drawing.Point(168, 75);
00138             this.label5.Name = "label5";
00139             this.label5.Size = new System.Drawing.Size(52, 13);
00140             this.label5.TabIndex = 11;
00141             this.label5.Text = "Stop Bits:";
00142             // 
00143             // tbDataBits
00144             // 
00145             this.tbDataBits.Location = new System.Drawing.Point(242, 40);
00146             this.tbDataBits.Name = "tbDataBits";
00147             this.tbDataBits.ReadOnly = true;
00148             this.tbDataBits.Size = new System.Drawing.Size(70, 20);
00149             this.tbDataBits.TabIndex = 8;
00150             this.tbDataBits.Text = "8";
00151             // 
00152             // label6
00153             // 
00154             this.label6.AutoSize = true;
00155             this.label6.BackColor = System.Drawing.Color.White;
00156             this.label6.Location = new System.Drawing.Point(168, 43);
00157             this.label6.Name = "label6";
00158             this.label6.Size = new System.Drawing.Size(53, 13);
00159             this.label6.TabIndex = 9;
00160             this.label6.Text = "Data Bits:";
00161             // 
00162             // tbParity
00163             // 
00164             this.tbParity.Location = new System.Drawing.Point(81, 108);
00165             this.tbParity.Name = "tbParity";
00166             this.tbParity.ReadOnly = true;
00167             this.tbParity.Size = new System.Drawing.Size(70, 20);
00168             this.tbParity.TabIndex = 6;
00169             this.tbParity.Text = "0";
00170             // 
00171             // label3
00172             // 
00173             this.label3.AutoSize = true;
00174             this.label3.BackColor = System.Drawing.Color.White;
00175             this.label3.Location = new System.Drawing.Point(19, 111);
00176             this.label3.Name = "label3";
00177             this.label3.Size = new System.Drawing.Size(36, 13);
00178             this.label3.TabIndex = 7;
00179             this.label3.Text = "Parity:";
00180             // 
00181             // tbBaudRate
00182             // 
00183             this.tbBaudRate.Location = new System.Drawing.Point(81, 72);
00184             this.tbBaudRate.Name = "tbBaudRate";
00185             this.tbBaudRate.ReadOnly = true;
00186             this.tbBaudRate.Size = new System.Drawing.Size(70, 20);
00187             this.tbBaudRate.TabIndex = 4;
00188             this.tbBaudRate.Text = "9600";
00189             // 
00190             // label2
00191             // 
00192             this.label2.AutoSize = true;
00193             this.label2.BackColor = System.Drawing.Color.White;
00194             this.label2.Location = new System.Drawing.Point(19, 75);
00195             this.label2.Name = "label2";
00196             this.label2.Size = new System.Drawing.Size(61, 13);
00197             this.label2.TabIndex = 5;
00198             this.label2.Text = "Baud Rate:";
00199             // 
00200             // btnScan
00201             // 
00202             this.btnScan.Location = new System.Drawing.Point(34, 179);
00203             this.btnScan.Name = "btnScan";
00204             this.btnScan.Size = new System.Drawing.Size(75, 23);
00205             this.btnScan.TabIndex = 4;
00206             this.btnScan.Text = "Scan Ports";
00207             this.btnScan.UseVisualStyleBackColor = true;
00208             this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
00209             // 
00210             // btnCancel
00211             // 
00212             this.btnCancel.Location = new System.Drawing.Point(249, 179);
00213             this.btnCancel.Name = "btnCancel";
00214             this.btnCancel.Size = new System.Drawing.Size(75, 23);
00215             this.btnCancel.TabIndex = 5;
00216             this.btnCancel.Text = "Cancel";
00217             this.btnCancel.UseVisualStyleBackColor = true;
00218             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
00219             // 
00220             // FormConnection
00221             // 
00222             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00223             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00224             this.BackColor = System.Drawing.Color.White;
00225             this.ClientSize = new System.Drawing.Size(366, 218);
00226             this.Controls.Add(this.btnCancel);
00227             this.Controls.Add(this.btnScan);
00228             this.Controls.Add(this.label1);
00229             this.Controls.Add(this.btnConnect);
00230             this.Controls.Add(this.maximGroupBox1);
00231             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00232             this.Name = "FormConnection";
00233             this.Text = "Connection";
00234             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormConnection_FormClosing);
00235             this.maximGroupBox1.ResumeLayout(false);
00236             this.maximGroupBox1.PerformLayout();
00237             this.ResumeLayout(false);
00238             this.PerformLayout();
00239 
00240         }
00241 
00242         #endregion
00243 
00244         private MaximStyle.MaximButton btnConnect;
00245         private System.Windows.Forms.Label label1;
00246         private MaximStyle.MaximGroupBox maximGroupBox1;
00247         private System.Windows.Forms.TextBox tbBaudRate;
00248         private System.Windows.Forms.Label label2;
00249         private System.Windows.Forms.TextBox tbParity;
00250         private System.Windows.Forms.Label label3;
00251         private System.Windows.Forms.TextBox tbFlowControl;
00252         private System.Windows.Forms.Label label4;
00253         private System.Windows.Forms.TextBox tbStopBits;
00254         private System.Windows.Forms.Label label5;
00255         private System.Windows.Forms.TextBox tbDataBits;
00256         private System.Windows.Forms.Label label6;
00257         private MaximStyle.MaximButton btnScan;
00258         private MaximStyle.MaximButton btnCancel;
00259         private MaximStyle.MaximComboBox cboPort;
00260     }
00261 }