namespace JoyStick { partial class frmMain { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows フォーム デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.pnlConn = new System.Windows.Forms.Panel(); this.btnConn = new System.Windows.Forms.Button(); this.cboConn = new System.Windows.Forms.ComboBox(); this.pnlJoystick = new System.Windows.Forms.Panel(); this.txtJoystickID = new System.Windows.Forms.TextBox(); this.lblJoystick = new System.Windows.Forms.Label(); this.pbxJoystick = new System.Windows.Forms.PictureBox(); this.chkJoystick = new System.Windows.Forms.CheckBox(); this.lblMove = new System.Windows.Forms.Label(); this.cboManualInterporation = new System.Windows.Forms.ComboBox(); this.pnlManual = new System.Windows.Forms.Panel(); this.btnPlus7 = new System.Windows.Forms.Button(); this.btnMinus7 = new System.Windows.Forms.Button(); this.btnPlus6 = new System.Windows.Forms.Button(); this.btnMinus6 = new System.Windows.Forms.Button(); this.btnPlus5 = new System.Windows.Forms.Button(); this.btnMinus5 = new System.Windows.Forms.Button(); this.btnPlus4 = new System.Windows.Forms.Button(); this.btnMinus4 = new System.Windows.Forms.Button(); this.btnPlus3 = new System.Windows.Forms.Button(); this.btnMinus3 = new System.Windows.Forms.Button(); this.btnPlus2 = new System.Windows.Forms.Button(); this.btnMinus2 = new System.Windows.Forms.Button(); this.btnPlus1 = new System.Windows.Forms.Button(); this.btnMinus1 = new System.Windows.Forms.Button(); this.btnPlus0 = new System.Windows.Forms.Button(); this.btnMinus0 = new System.Windows.Forms.Button(); this.lblBtnJ8 = new System.Windows.Forms.Label(); this.lblBtnJ7 = new System.Windows.Forms.Label(); this.lblBtnJ6 = new System.Windows.Forms.Label(); this.lblBtnJ5 = new System.Windows.Forms.Label(); this.lblBtnJ4 = new System.Windows.Forms.Label(); this.lblBtnJ3 = new System.Windows.Forms.Label(); this.lblBtnJ2 = new System.Windows.Forms.Label(); this.lblBtnJ1 = new System.Windows.Forms.Label(); this.pnlDeviation = new System.Windows.Forms.Panel(); this.btnUpdate = new System.Windows.Forms.Button(); this.lblDevmm = new System.Windows.Forms.Label(); this.txtDevCng = new System.Windows.Forms.TextBox(); this.lblDevVal = new System.Windows.Forms.Label(); this.lblDevCngTitle = new System.Windows.Forms.Label(); this.lblDevValTitle = new System.Windows.Forms.Label(); this.lblDeviation = new System.Windows.Forms.Label(); this.chkInching = new System.Windows.Forms.CheckBox(); this.btnHelp = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.pnlConn.SuspendLayout(); this.pnlJoystick.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbxJoystick)).BeginInit(); this.pnlManual.SuspendLayout(); this.pnlDeviation.SuspendLayout(); this.SuspendLayout(); // // pnlConn // this.pnlConn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlConn.Controls.Add(this.btnConn); this.pnlConn.Controls.Add(this.cboConn); this.pnlConn.Location = new System.Drawing.Point(3, 4); this.pnlConn.Name = "pnlConn"; this.pnlConn.Size = new System.Drawing.Size(277, 29); this.pnlConn.TabIndex = 0; // // btnConn // this.btnConn.Location = new System.Drawing.Point(162, 3); this.btnConn.Name = "btnConn"; this.btnConn.Size = new System.Drawing.Size(97, 20); this.btnConn.TabIndex = 1; this.btnConn.Text = "&Connect"; this.btnConn.UseVisualStyleBackColor = true; this.btnConn.Click += new System.EventHandler(this.btnConn_Click); // // cboConn // this.cboConn.FormattingEnabled = true; this.cboConn.Location = new System.Drawing.Point(3, 3); this.cboConn.Name = "cboConn"; this.cboConn.Size = new System.Drawing.Size(153, 20); this.cboConn.TabIndex = 0; // // pnlJoystick // this.pnlJoystick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlJoystick.Controls.Add(this.txtJoystickID); this.pnlJoystick.Controls.Add(this.lblJoystick); this.pnlJoystick.Controls.Add(this.pbxJoystick); this.pnlJoystick.Controls.Add(this.chkJoystick); this.pnlJoystick.Location = new System.Drawing.Point(3, 36); this.pnlJoystick.Name = "pnlJoystick"; this.pnlJoystick.Size = new System.Drawing.Size(277, 34); this.pnlJoystick.TabIndex = 1; // // txtJoystickID // this.txtJoystickID.Location = new System.Drawing.Point(135, 7); this.txtJoystickID.Name = "txtJoystickID"; this.txtJoystickID.Size = new System.Drawing.Size(55, 19); this.txtJoystickID.TabIndex = 3; this.txtJoystickID.Text = "1"; // // lblJoystick // this.lblJoystick.AutoSize = true; this.lblJoystick.Location = new System.Drawing.Point(107, 11); this.lblJoystick.Name = "lblJoystick"; this.lblJoystick.Size = new System.Drawing.Size(22, 12); this.lblJoystick.TabIndex = 2; this.lblJoystick.Text = "ID :"; // // pbxJoystick // this.pbxJoystick.BackColor = System.Drawing.Color.Silver; this.pbxJoystick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbxJoystick.Location = new System.Drawing.Point(82, 9); this.pbxJoystick.Name = "pbxJoystick"; this.pbxJoystick.Size = new System.Drawing.Size(19, 17); this.pbxJoystick.TabIndex = 1; this.pbxJoystick.TabStop = false; // // chkJoystick // this.chkJoystick.AutoSize = true; this.chkJoystick.Location = new System.Drawing.Point(8, 10); this.chkJoystick.Name = "chkJoystick"; this.chkJoystick.Size = new System.Drawing.Size(68, 16); this.chkJoystick.TabIndex = 0; this.chkJoystick.Text = "Joystick"; this.chkJoystick.UseVisualStyleBackColor = true; this.chkJoystick.CheckedChanged += new System.EventHandler(this.chkJoystick_CheckedChanged); // // lblMove // this.lblMove.AutoSize = true; this.lblMove.Location = new System.Drawing.Point(6, 82); this.lblMove.Name = "lblMove"; this.lblMove.Size = new System.Drawing.Size(75, 12); this.lblMove.TabIndex = 2; this.lblMove.Text = "Interporation :"; // // cboManualInterporation // this.cboManualInterporation.FormattingEnabled = true; this.cboManualInterporation.Items.AddRange(new object[] { "1 - JOINT", "2 - X-Y"}); this.cboManualInterporation.Location = new System.Drawing.Point(86, 79); this.cboManualInterporation.Name = "cboManualInterporation"; this.cboManualInterporation.Size = new System.Drawing.Size(194, 20); this.cboManualInterporation.TabIndex = 3; this.cboManualInterporation.Text = "cboManualInterporation"; this.cboManualInterporation.SelectedIndexChanged += new System.EventHandler(this.cboManualInterporation_SelectedIndexChanged); // // pnlManual // this.pnlManual.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlManual.Controls.Add(this.btnPlus7); this.pnlManual.Controls.Add(this.btnMinus7); this.pnlManual.Controls.Add(this.btnPlus6); this.pnlManual.Controls.Add(this.btnMinus6); this.pnlManual.Controls.Add(this.btnPlus5); this.pnlManual.Controls.Add(this.btnMinus5); this.pnlManual.Controls.Add(this.btnPlus4); this.pnlManual.Controls.Add(this.btnMinus4); this.pnlManual.Controls.Add(this.btnPlus3); this.pnlManual.Controls.Add(this.btnMinus3); this.pnlManual.Controls.Add(this.btnPlus2); this.pnlManual.Controls.Add(this.btnMinus2); this.pnlManual.Controls.Add(this.btnPlus1); this.pnlManual.Controls.Add(this.btnMinus1); this.pnlManual.Controls.Add(this.btnPlus0); this.pnlManual.Controls.Add(this.btnMinus0); this.pnlManual.Controls.Add(this.lblBtnJ8); this.pnlManual.Controls.Add(this.lblBtnJ7); this.pnlManual.Controls.Add(this.lblBtnJ6); this.pnlManual.Controls.Add(this.lblBtnJ5); this.pnlManual.Controls.Add(this.lblBtnJ4); this.pnlManual.Controls.Add(this.lblBtnJ3); this.pnlManual.Controls.Add(this.lblBtnJ2); this.pnlManual.Controls.Add(this.lblBtnJ1); this.pnlManual.Location = new System.Drawing.Point(3, 102); this.pnlManual.Name = "pnlManual"; this.pnlManual.Size = new System.Drawing.Size(276, 257); this.pnlManual.TabIndex = 4; // // btnPlus7 // this.btnPlus7.Location = new System.Drawing.Point(166, 224); this.btnPlus7.Name = "btnPlus7"; this.btnPlus7.Size = new System.Drawing.Size(81, 17); this.btnPlus7.TabIndex = 37; this.btnPlus7.Text = "+"; this.btnPlus7.UseVisualStyleBackColor = true; this.btnPlus7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnPlus7.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnMinus7 // this.btnMinus7.Location = new System.Drawing.Point(20, 224); this.btnMinus7.Name = "btnMinus7"; this.btnMinus7.Size = new System.Drawing.Size(81, 17); this.btnMinus7.TabIndex = 36; this.btnMinus7.Text = "-"; this.btnMinus7.UseVisualStyleBackColor = true; this.btnMinus7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnMinus7.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnPlus6 // this.btnPlus6.Location = new System.Drawing.Point(166, 196); this.btnPlus6.Name = "btnPlus6"; this.btnPlus6.Size = new System.Drawing.Size(81, 17); this.btnPlus6.TabIndex = 35; this.btnPlus6.Text = "+"; this.btnPlus6.UseVisualStyleBackColor = true; this.btnPlus6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnPlus6.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnMinus6 // this.btnMinus6.Location = new System.Drawing.Point(20, 196); this.btnMinus6.Name = "btnMinus6"; this.btnMinus6.Size = new System.Drawing.Size(81, 17); this.btnMinus6.TabIndex = 34; this.btnMinus6.Text = "-"; this.btnMinus6.UseVisualStyleBackColor = true; this.btnMinus6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnMinus6.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnPlus5 // this.btnPlus5.Location = new System.Drawing.Point(166, 164); this.btnPlus5.Name = "btnPlus5"; this.btnPlus5.Size = new System.Drawing.Size(81, 17); this.btnPlus5.TabIndex = 33; this.btnPlus5.Text = "+"; this.btnPlus5.UseVisualStyleBackColor = true; this.btnPlus5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnPlus5.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnMinus5 // this.btnMinus5.Location = new System.Drawing.Point(20, 164); this.btnMinus5.Name = "btnMinus5"; this.btnMinus5.Size = new System.Drawing.Size(81, 17); this.btnMinus5.TabIndex = 32; this.btnMinus5.Text = "-"; this.btnMinus5.UseVisualStyleBackColor = true; this.btnMinus5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnMinus5.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnPlus4 // this.btnPlus4.Location = new System.Drawing.Point(166, 134); this.btnPlus4.Name = "btnPlus4"; this.btnPlus4.Size = new System.Drawing.Size(81, 17); this.btnPlus4.TabIndex = 31; this.btnPlus4.Text = "+"; this.btnPlus4.UseVisualStyleBackColor = true; this.btnPlus4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnPlus4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnMinus4 // this.btnMinus4.Location = new System.Drawing.Point(20, 134); this.btnMinus4.Name = "btnMinus4"; this.btnMinus4.Size = new System.Drawing.Size(81, 17); this.btnMinus4.TabIndex = 30; this.btnMinus4.Text = "-"; this.btnMinus4.UseVisualStyleBackColor = true; this.btnMinus4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnMinus4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnPlus3 // this.btnPlus3.Location = new System.Drawing.Point(166, 105); this.btnPlus3.Name = "btnPlus3"; this.btnPlus3.Size = new System.Drawing.Size(81, 17); this.btnPlus3.TabIndex = 29; this.btnPlus3.Text = "+"; this.btnPlus3.UseVisualStyleBackColor = true; this.btnPlus3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnPlus3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnMinus3 // this.btnMinus3.Location = new System.Drawing.Point(20, 105); this.btnMinus3.Name = "btnMinus3"; this.btnMinus3.Size = new System.Drawing.Size(81, 17); this.btnMinus3.TabIndex = 28; this.btnMinus3.Text = "-"; this.btnMinus3.UseVisualStyleBackColor = true; this.btnMinus3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnMinus3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnPlus2 // this.btnPlus2.Location = new System.Drawing.Point(166, 75); this.btnPlus2.Name = "btnPlus2"; this.btnPlus2.Size = new System.Drawing.Size(81, 17); this.btnPlus2.TabIndex = 27; this.btnPlus2.Text = "+"; this.btnPlus2.UseVisualStyleBackColor = true; this.btnPlus2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnPlus2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnMinus2 // this.btnMinus2.Location = new System.Drawing.Point(20, 75); this.btnMinus2.Name = "btnMinus2"; this.btnMinus2.Size = new System.Drawing.Size(81, 17); this.btnMinus2.TabIndex = 26; this.btnMinus2.Text = "-"; this.btnMinus2.UseVisualStyleBackColor = true; this.btnMinus2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnMinus2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnPlus1 // this.btnPlus1.Location = new System.Drawing.Point(166, 45); this.btnPlus1.Name = "btnPlus1"; this.btnPlus1.Size = new System.Drawing.Size(81, 17); this.btnPlus1.TabIndex = 25; this.btnPlus1.Text = "+"; this.btnPlus1.UseVisualStyleBackColor = true; this.btnPlus1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnPlus1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnMinus1 // this.btnMinus1.Location = new System.Drawing.Point(20, 45); this.btnMinus1.Name = "btnMinus1"; this.btnMinus1.Size = new System.Drawing.Size(81, 17); this.btnMinus1.TabIndex = 24; this.btnMinus1.Text = "-"; this.btnMinus1.UseVisualStyleBackColor = true; this.btnMinus1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnMinus1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnPlus0 // this.btnPlus0.Location = new System.Drawing.Point(166, 15); this.btnPlus0.Name = "btnPlus0"; this.btnPlus0.Size = new System.Drawing.Size(81, 17); this.btnPlus0.TabIndex = 23; this.btnPlus0.Text = "+"; this.btnPlus0.UseVisualStyleBackColor = true; this.btnPlus0.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnPlus0.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // btnMinus0 // this.btnMinus0.Location = new System.Drawing.Point(20, 15); this.btnMinus0.Name = "btnMinus0"; this.btnMinus0.Size = new System.Drawing.Size(81, 17); this.btnMinus0.TabIndex = 22; this.btnMinus0.Text = "-"; this.btnMinus0.UseVisualStyleBackColor = true; this.btnMinus0.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MouseDown); this.btnMinus0.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MouseUp); // // lblBtnJ8 // this.lblBtnJ8.AutoSize = true; this.lblBtnJ8.Location = new System.Drawing.Point(117, 226); this.lblBtnJ8.Name = "lblBtnJ8"; this.lblBtnJ8.Size = new System.Drawing.Size(18, 12); this.lblBtnJ8.TabIndex = 21; this.lblBtnJ8.Text = "J8"; // // lblBtnJ7 // this.lblBtnJ7.AutoSize = true; this.lblBtnJ7.Location = new System.Drawing.Point(117, 196); this.lblBtnJ7.Name = "lblBtnJ7"; this.lblBtnJ7.Size = new System.Drawing.Size(18, 12); this.lblBtnJ7.TabIndex = 18; this.lblBtnJ7.Text = "J7"; // // lblBtnJ6 // this.lblBtnJ6.AutoSize = true; this.lblBtnJ6.Location = new System.Drawing.Point(117, 166); this.lblBtnJ6.Name = "lblBtnJ6"; this.lblBtnJ6.Size = new System.Drawing.Size(47, 12); this.lblBtnJ6.TabIndex = 15; this.lblBtnJ6.Text = "J6 / RZ"; // // lblBtnJ5 // this.lblBtnJ5.AutoSize = true; this.lblBtnJ5.Location = new System.Drawing.Point(117, 136); this.lblBtnJ5.Name = "lblBtnJ5"; this.lblBtnJ5.Size = new System.Drawing.Size(47, 12); this.lblBtnJ5.TabIndex = 12; this.lblBtnJ5.Text = "J5 / RY"; // // lblBtnJ4 // this.lblBtnJ4.AutoSize = true; this.lblBtnJ4.Location = new System.Drawing.Point(117, 107); this.lblBtnJ4.Name = "lblBtnJ4"; this.lblBtnJ4.Size = new System.Drawing.Size(47, 12); this.lblBtnJ4.TabIndex = 9; this.lblBtnJ4.Text = "J4 / RX"; // // lblBtnJ3 // this.lblBtnJ3.AutoSize = true; this.lblBtnJ3.Location = new System.Drawing.Point(117, 77); this.lblBtnJ3.Name = "lblBtnJ3"; this.lblBtnJ3.Size = new System.Drawing.Size(43, 12); this.lblBtnJ3.TabIndex = 6; this.lblBtnJ3.Text = "J3 / Z"; // // lblBtnJ2 // this.lblBtnJ2.AutoSize = true; this.lblBtnJ2.Location = new System.Drawing.Point(117, 47); this.lblBtnJ2.Name = "lblBtnJ2"; this.lblBtnJ2.Size = new System.Drawing.Size(43, 12); this.lblBtnJ2.TabIndex = 3; this.lblBtnJ2.Text = "J2 / Y"; // // lblBtnJ1 // this.lblBtnJ1.AutoSize = true; this.lblBtnJ1.Location = new System.Drawing.Point(117, 17); this.lblBtnJ1.Name = "lblBtnJ1"; this.lblBtnJ1.Size = new System.Drawing.Size(43, 12); this.lblBtnJ1.TabIndex = 0; this.lblBtnJ1.Text = "J1 / X"; // // pnlDeviation // this.pnlDeviation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlDeviation.Controls.Add(this.btnUpdate); this.pnlDeviation.Controls.Add(this.lblDevmm); this.pnlDeviation.Controls.Add(this.txtDevCng); this.pnlDeviation.Controls.Add(this.lblDevVal); this.pnlDeviation.Controls.Add(this.lblDevCngTitle); this.pnlDeviation.Controls.Add(this.lblDevValTitle); this.pnlDeviation.Location = new System.Drawing.Point(3, 365); this.pnlDeviation.Name = "pnlDeviation"; this.pnlDeviation.Size = new System.Drawing.Size(191, 55); this.pnlDeviation.TabIndex = 5; // // btnUpdate // this.btnUpdate.Location = new System.Drawing.Point(135, 29); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(51, 22); this.btnUpdate.TabIndex = 5; this.btnUpdate.Text = "Set"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // lblDevmm // this.lblDevmm.AutoSize = true; this.lblDevmm.Location = new System.Drawing.Point(133, 14); this.lblDevmm.Name = "lblDevmm"; this.lblDevmm.Size = new System.Drawing.Size(53, 12); this.lblDevmm.TabIndex = 4; this.lblDevmm.Text = "mm (deg)"; // // txtDevCng // this.txtDevCng.Location = new System.Drawing.Point(80, 29); this.txtDevCng.Name = "txtDevCng"; this.txtDevCng.Size = new System.Drawing.Size(49, 19); this.txtDevCng.TabIndex = 3; this.txtDevCng.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // lblDevVal // this.lblDevVal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDevVal.Location = new System.Drawing.Point(80, 9); this.lblDevVal.Name = "lblDevVal"; this.lblDevVal.Size = new System.Drawing.Size(49, 17); this.lblDevVal.TabIndex = 2; this.lblDevVal.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblDevCngTitle // this.lblDevCngTitle.AutoSize = true; this.lblDevCngTitle.Location = new System.Drawing.Point(8, 34); this.lblDevCngTitle.Name = "lblDevCngTitle"; this.lblDevCngTitle.Size = new System.Drawing.Size(49, 12); this.lblDevCngTitle.TabIndex = 1; this.lblDevCngTitle.Text = "Change :"; // // lblDevValTitle // this.lblDevValTitle.AutoSize = true; this.lblDevValTitle.Location = new System.Drawing.Point(8, 14); this.lblDevValTitle.Name = "lblDevValTitle"; this.lblDevValTitle.Size = new System.Drawing.Size(40, 12); this.lblDevValTitle.TabIndex = 0; this.lblDevValTitle.Text = "Value :"; // // lblDeviation // this.lblDeviation.AutoSize = true; this.lblDeviation.Location = new System.Drawing.Point(10, 359); this.lblDeviation.Name = "lblDeviation"; this.lblDeviation.Size = new System.Drawing.Size(59, 12); this.lblDeviation.TabIndex = 0; this.lblDeviation.Text = "Deviation :"; // // chkInching // this.chkInching.AutoSize = true; this.chkInching.Location = new System.Drawing.Point(212, 365); this.chkInching.Name = "chkInching"; this.chkInching.Size = new System.Drawing.Size(60, 16); this.chkInching.TabIndex = 6; this.chkInching.Text = "Inching"; this.chkInching.UseVisualStyleBackColor = true; // // btnHelp // this.btnHelp.Location = new System.Drawing.Point(251, 397); this.btnHelp.Name = "btnHelp"; this.btnHelp.Size = new System.Drawing.Size(28, 23); this.btnHelp.TabIndex = 7; this.btnHelp.Text = "?"; this.btnHelp.UseVisualStyleBackColor = true; this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click); // // timer1 // this.timer1.Interval = 10; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 424); this.Controls.Add(this.btnHelp); this.Controls.Add(this.chkInching); this.Controls.Add(this.lblDeviation); this.Controls.Add(this.pnlManual); this.Controls.Add(this.cboManualInterporation); this.Controls.Add(this.lblMove); this.Controls.Add(this.pnlJoystick); this.Controls.Add(this.pnlConn); this.Controls.Add(this.pnlDeviation); this.Name = "frmMain"; this.Text = "Joystick Sample"; this.Load += new System.EventHandler(this.frmMain_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing); this.pnlConn.ResumeLayout(false); this.pnlJoystick.ResumeLayout(false); this.pnlJoystick.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbxJoystick)).EndInit(); this.pnlManual.ResumeLayout(false); this.pnlManual.PerformLayout(); this.pnlDeviation.ResumeLayout(false); this.pnlDeviation.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel pnlConn; private System.Windows.Forms.ComboBox cboConn; private System.Windows.Forms.Button btnConn; private System.Windows.Forms.Panel pnlJoystick; private System.Windows.Forms.PictureBox pbxJoystick; private System.Windows.Forms.CheckBox chkJoystick; private System.Windows.Forms.TextBox txtJoystickID; private System.Windows.Forms.Label lblJoystick; private System.Windows.Forms.Label lblMove; private System.Windows.Forms.ComboBox cboManualInterporation; private System.Windows.Forms.Panel pnlManual; private System.Windows.Forms.Label lblBtnJ1; private System.Windows.Forms.Label lblBtnJ8; private System.Windows.Forms.Label lblBtnJ7; private System.Windows.Forms.Label lblBtnJ6; private System.Windows.Forms.Label lblBtnJ5; private System.Windows.Forms.Label lblBtnJ4; private System.Windows.Forms.Label lblBtnJ3; private System.Windows.Forms.Label lblBtnJ2; private System.Windows.Forms.Panel pnlDeviation; private System.Windows.Forms.Label lblDevCngTitle; private System.Windows.Forms.Label lblDevValTitle; private System.Windows.Forms.Label lblDeviation; private System.Windows.Forms.Label lblDevVal; private System.Windows.Forms.TextBox txtDevCng; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.Label lblDevmm; private System.Windows.Forms.CheckBox chkInching; private System.Windows.Forms.Button btnHelp; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button btnPlus7; private System.Windows.Forms.Button btnMinus7; private System.Windows.Forms.Button btnPlus6; private System.Windows.Forms.Button btnMinus6; private System.Windows.Forms.Button btnPlus5; private System.Windows.Forms.Button btnMinus5; private System.Windows.Forms.Button btnPlus4; private System.Windows.Forms.Button btnMinus4; private System.Windows.Forms.Button btnPlus3; private System.Windows.Forms.Button btnMinus3; private System.Windows.Forms.Button btnPlus2; private System.Windows.Forms.Button btnMinus2; private System.Windows.Forms.Button btnPlus1; private System.Windows.Forms.Button btnMinus1; private System.Windows.Forms.Button btnPlus0; private System.Windows.Forms.Button btnMinus0; } }