namespace BluetoothSandbox { 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.stopButton = new System.Windows.Forms.Button(); this.leftFastButton = new System.Windows.Forms.Button(); this.rightFastButton = new System.Windows.Forms.Button(); this.rightSlowButton = new System.Windows.Forms.Button(); this.leftSlowButton = new System.Windows.Forms.Button(); this.rightMedButton = new System.Windows.Forms.Button(); this.leftMedButton = new System.Windows.Forms.Button(); this.powerBox = new System.Windows.Forms.TextBox(); this.turnRatioBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.modeOnCheck = new System.Windows.Forms.CheckBox(); this.modeBrakeCheck = new System.Windows.Forms.CheckBox(); this.modeRegulateCheck = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.rModeIdle = new System.Windows.Forms.RadioButton(); this.rModeSpeed = new System.Windows.Forms.RadioButton(); this.rModeSync = new System.Windows.Forms.RadioButton(); this.goButton = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.tachoLimitBox = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // stopButton // this.stopButton.Location = new System.Drawing.Point(93, 12); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(75, 23); this.stopButton.TabIndex = 3; this.stopButton.Text = "Stop"; this.stopButton.UseVisualStyleBackColor = true; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // leftFastButton // this.leftFastButton.Location = new System.Drawing.Point(12, 12); this.leftFastButton.Name = "leftFastButton"; this.leftFastButton.Size = new System.Drawing.Size(75, 23); this.leftFastButton.TabIndex = 0; this.leftFastButton.Text = "Left-Fast"; this.leftFastButton.UseVisualStyleBackColor = true; this.leftFastButton.Click += new System.EventHandler(this.leftButton_Click); // // rightFastButton // this.rightFastButton.Location = new System.Drawing.Point(174, 12); this.rightFastButton.Name = "rightFastButton"; this.rightFastButton.Size = new System.Drawing.Size(75, 23); this.rightFastButton.TabIndex = 4; this.rightFastButton.Text = "Right-Fast"; this.rightFastButton.UseVisualStyleBackColor = true; this.rightFastButton.Click += new System.EventHandler(this.rightButton_Click); // // rightSlowButton // this.rightSlowButton.Location = new System.Drawing.Point(174, 70); this.rightSlowButton.Name = "rightSlowButton"; this.rightSlowButton.Size = new System.Drawing.Size(75, 23); this.rightSlowButton.TabIndex = 6; this.rightSlowButton.Text = "Right-Slow"; this.rightSlowButton.UseVisualStyleBackColor = true; this.rightSlowButton.Click += new System.EventHandler(this.rightSlowButton_Click); // // leftSlowButton // this.leftSlowButton.Location = new System.Drawing.Point(12, 70); this.leftSlowButton.Name = "leftSlowButton"; this.leftSlowButton.Size = new System.Drawing.Size(75, 23); this.leftSlowButton.TabIndex = 2; this.leftSlowButton.Text = "Left-Slow"; this.leftSlowButton.UseVisualStyleBackColor = true; this.leftSlowButton.Click += new System.EventHandler(this.leftSlowButton_Click); // // rightMedButton // this.rightMedButton.Location = new System.Drawing.Point(174, 41); this.rightMedButton.Name = "rightMedButton"; this.rightMedButton.Size = new System.Drawing.Size(75, 23); this.rightMedButton.TabIndex = 5; this.rightMedButton.Text = "Right-Med"; this.rightMedButton.UseVisualStyleBackColor = true; this.rightMedButton.Click += new System.EventHandler(this.rightMedButton_Click); // // leftMedButton // this.leftMedButton.Location = new System.Drawing.Point(12, 41); this.leftMedButton.Name = "leftMedButton"; this.leftMedButton.Size = new System.Drawing.Size(75, 23); this.leftMedButton.TabIndex = 1; this.leftMedButton.Text = "Left-Med"; this.leftMedButton.UseVisualStyleBackColor = true; this.leftMedButton.Click += new System.EventHandler(this.leftMedButton_Click); // // powerBox // this.powerBox.Location = new System.Drawing.Point(75, 115); this.powerBox.Name = "powerBox"; this.powerBox.Size = new System.Drawing.Size(100, 20); this.powerBox.TabIndex = 7; // // turnRatioBox // this.turnRatioBox.Location = new System.Drawing.Point(75, 141); this.turnRatioBox.Name = "turnRatioBox"; this.turnRatioBox.Size = new System.Drawing.Size(100, 20); this.turnRatioBox.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 118); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 13); this.label1.TabIndex = 9; this.label1.Text = "Power:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 144); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 13); this.label2.TabIndex = 10; this.label2.Text = "TurnRatio:"; // // modeOnCheck // this.modeOnCheck.AutoSize = true; this.modeOnCheck.Location = new System.Drawing.Point(75, 192); this.modeOnCheck.Name = "modeOnCheck"; this.modeOnCheck.Size = new System.Drawing.Size(40, 17); this.modeOnCheck.TabIndex = 10; this.modeOnCheck.Text = "On"; this.modeOnCheck.UseVisualStyleBackColor = true; // // modeBrakeCheck // this.modeBrakeCheck.AutoSize = true; this.modeBrakeCheck.Location = new System.Drawing.Point(121, 192); this.modeBrakeCheck.Name = "modeBrakeCheck"; this.modeBrakeCheck.Size = new System.Drawing.Size(54, 17); this.modeBrakeCheck.TabIndex = 11; this.modeBrakeCheck.Text = "Brake"; this.modeBrakeCheck.UseVisualStyleBackColor = true; // // modeRegulateCheck // this.modeRegulateCheck.AutoSize = true; this.modeRegulateCheck.Location = new System.Drawing.Point(181, 192); this.modeRegulateCheck.Name = "modeRegulateCheck"; this.modeRegulateCheck.Size = new System.Drawing.Size(69, 17); this.modeRegulateCheck.TabIndex = 12; this.modeRegulateCheck.Text = "Regulate"; this.modeRegulateCheck.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 192); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(37, 13); this.label3.TabIndex = 14; this.label3.Text = "Mode:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 213); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(45, 13); this.label4.TabIndex = 15; this.label4.Text = "RMode:"; // // rModeIdle // this.rModeIdle.AutoSize = true; this.rModeIdle.Location = new System.Drawing.Point(71, 211); this.rModeIdle.Name = "rModeIdle"; this.rModeIdle.Size = new System.Drawing.Size(42, 17); this.rModeIdle.TabIndex = 13; this.rModeIdle.TabStop = true; this.rModeIdle.Text = "Idle"; this.rModeIdle.UseVisualStyleBackColor = true; // // rModeSpeed // this.rModeSpeed.AutoSize = true; this.rModeSpeed.Location = new System.Drawing.Point(119, 211); this.rModeSpeed.Name = "rModeSpeed"; this.rModeSpeed.Size = new System.Drawing.Size(56, 17); this.rModeSpeed.TabIndex = 14; this.rModeSpeed.TabStop = true; this.rModeSpeed.Text = "Speed"; this.rModeSpeed.UseVisualStyleBackColor = true; // // rModeSync // this.rModeSync.AutoSize = true; this.rModeSync.Location = new System.Drawing.Point(174, 211); this.rModeSync.Name = "rModeSync"; this.rModeSync.Size = new System.Drawing.Size(49, 17); this.rModeSync.TabIndex = 15; this.rModeSync.TabStop = true; this.rModeSync.Text = "Sync"; this.rModeSync.UseVisualStyleBackColor = true; // // goButton // this.goButton.Location = new System.Drawing.Point(205, 231); this.goButton.Name = "goButton"; this.goButton.Size = new System.Drawing.Size(75, 23); this.goButton.TabIndex = 16; this.goButton.Text = "Go"; this.goButton.UseVisualStyleBackColor = true; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(14, 169); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 13); this.label5.TabIndex = 20; this.label5.Text = "Tacho:"; // // tachoLimitBox // this.tachoLimitBox.Location = new System.Drawing.Point(75, 166); this.tachoLimitBox.Name = "tachoLimitBox"; this.tachoLimitBox.Size = new System.Drawing.Size(100, 20); this.tachoLimitBox.TabIndex = 9; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(this.tachoLimitBox); this.Controls.Add(this.label5); this.Controls.Add(this.goButton); this.Controls.Add(this.rModeSync); this.Controls.Add(this.rModeSpeed); this.Controls.Add(this.rModeIdle); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.modeRegulateCheck); this.Controls.Add(this.modeBrakeCheck); this.Controls.Add(this.modeOnCheck); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.turnRatioBox); this.Controls.Add(this.powerBox); this.Controls.Add(this.rightMedButton); this.Controls.Add(this.leftMedButton); this.Controls.Add(this.rightSlowButton); this.Controls.Add(this.leftSlowButton); this.Controls.Add(this.rightFastButton); this.Controls.Add(this.leftFastButton); this.Controls.Add(this.stopButton); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button stopButton; private System.Windows.Forms.Button leftFastButton; private System.Windows.Forms.Button rightFastButton; private System.Windows.Forms.Button rightSlowButton; private System.Windows.Forms.Button leftSlowButton; private System.Windows.Forms.Button rightMedButton; private System.Windows.Forms.Button leftMedButton; private System.Windows.Forms.TextBox powerBox; private System.Windows.Forms.TextBox turnRatioBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox modeOnCheck; private System.Windows.Forms.CheckBox modeBrakeCheck; private System.Windows.Forms.CheckBox modeRegulateCheck; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.RadioButton rModeIdle; private System.Windows.Forms.RadioButton rModeSpeed; private System.Windows.Forms.RadioButton rModeSync; private System.Windows.Forms.Button goButton; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tachoLimitBox; } }