namespace ES_GripperSample { partial class Form1 { /// /// 必要なデザイナー変数です。 /// 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._nudCom = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this._nudBaudrate = new System.Windows.Forms.NumericUpDown(); this._nudRatedTorque = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this._nudTimeout = new System.Windows.Forms.NumericUpDown(); this._btnConnect = new System.Windows.Forms.Button(); this._btnDisconnect = new System.Windows.Forms.Button(); this._gbxConnection = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this._gbxExecute = new System.Windows.Forms.GroupBox(); this._btnGetVersion = new System.Windows.Forms.Button(); this._btnGetTorque = new System.Windows.Forms.Button(); this._txbVersion = new System.Windows.Forms.TextBox(); this._txbTorqueValue = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this._nudCom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._nudBaudrate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._nudRatedTorque)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._nudTimeout)).BeginInit(); this._gbxConnection.SuspendLayout(); this._gbxExecute.SuspendLayout(); this.SuspendLayout(); // // _nudCom // this._nudCom.Location = new System.Drawing.Point(86, 27); this._nudCom.Maximum = new decimal(new int[] { 256, 0, 0, 0}); this._nudCom.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this._nudCom.Name = "_nudCom"; this._nudCom.Size = new System.Drawing.Size(60, 19); this._nudCom.TabIndex = 0; this._nudCom.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(30, 12); this.label1.TabIndex = 1; this.label1.Text = "COM"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(11, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(51, 12); this.label2.TabIndex = 1; this.label2.Text = "Baudrate"; // // _nudBaudrate // this._nudBaudrate.Location = new System.Drawing.Point(86, 61); this._nudBaudrate.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this._nudBaudrate.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this._nudBaudrate.Name = "_nudBaudrate"; this._nudBaudrate.Size = new System.Drawing.Size(60, 19); this._nudBaudrate.TabIndex = 1; this._nudBaudrate.Value = new decimal(new int[] { 307200, 0, 0, 0}); // // _nudRatedTorque // this._nudRatedTorque.Location = new System.Drawing.Point(86, 95); this._nudRatedTorque.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this._nudRatedTorque.Minimum = new decimal(new int[] { 1, 0, 0, 131072}); this._nudRatedTorque.Name = "_nudRatedTorque"; this._nudRatedTorque.Size = new System.Drawing.Size(60, 19); this._nudRatedTorque.TabIndex = 2; this._nudRatedTorque.Value = new decimal(new int[] { 10, 0, 0, 0}); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(11, 98); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(70, 12); this.label3.TabIndex = 1; this.label3.Text = "RatedTorque"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(11, 132); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(46, 12); this.label4.TabIndex = 1; this.label4.Text = "Timeout"; // // _nudTimeout // this._nudTimeout.Location = new System.Drawing.Point(86, 129); this._nudTimeout.Maximum = new decimal(new int[] { -1, 0, 0, 0}); this._nudTimeout.Name = "_nudTimeout"; this._nudTimeout.Size = new System.Drawing.Size(60, 19); this._nudTimeout.TabIndex = 3; this._nudTimeout.Value = new decimal(new int[] { 3000, 0, 0, 0}); // // _btnConnect // this._btnConnect.Location = new System.Drawing.Point(187, 92); this._btnConnect.Name = "_btnConnect"; this._btnConnect.Size = new System.Drawing.Size(75, 23); this._btnConnect.TabIndex = 4; this._btnConnect.Text = "Connect"; this._btnConnect.UseVisualStyleBackColor = true; this._btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // _btnDisconnect // this._btnDisconnect.Location = new System.Drawing.Point(187, 129); this._btnDisconnect.Name = "_btnDisconnect"; this._btnDisconnect.Size = new System.Drawing.Size(75, 23); this._btnDisconnect.TabIndex = 5; this._btnDisconnect.Text = "Disconnect"; this._btnDisconnect.UseVisualStyleBackColor = true; this._btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click); // // _gbxConnection // this._gbxConnection.Controls.Add(this.label1); this._gbxConnection.Controls.Add(this._btnDisconnect); this._gbxConnection.Controls.Add(this._btnConnect); this._gbxConnection.Controls.Add(this._nudCom); this._gbxConnection.Controls.Add(this._nudBaudrate); this._gbxConnection.Controls.Add(this.label9); this._gbxConnection.Controls.Add(this.label8); this._gbxConnection.Controls.Add(this.label7); this._gbxConnection.Controls.Add(this.label4); this._gbxConnection.Controls.Add(this._nudRatedTorque); this._gbxConnection.Controls.Add(this.label3); this._gbxConnection.Controls.Add(this._nudTimeout); this._gbxConnection.Controls.Add(this.label2); this._gbxConnection.Location = new System.Drawing.Point(12, 12); this._gbxConnection.Name = "_gbxConnection"; this._gbxConnection.Size = new System.Drawing.Size(275, 165); this._gbxConnection.TabIndex = 3; this._gbxConnection.TabStop = false; this._gbxConnection.Text = "Connection"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(152, 64); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(23, 12); this.label9.TabIndex = 1; this.label9.Text = "bps"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(152, 98); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(22, 12); this.label8.TabIndex = 1; this.label8.Text = "Nm"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(153, 132); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(20, 12); this.label7.TabIndex = 1; this.label7.Text = "ms"; // // _gbxExecute // this._gbxExecute.Controls.Add(this._btnGetVersion); this._gbxExecute.Controls.Add(this._btnGetTorque); this._gbxExecute.Controls.Add(this._txbVersion); this._gbxExecute.Controls.Add(this._txbTorqueValue); this._gbxExecute.Controls.Add(this.label6); this._gbxExecute.Controls.Add(this.label10); this._gbxExecute.Controls.Add(this.label5); this._gbxExecute.Location = new System.Drawing.Point(12, 192); this._gbxExecute.Name = "_gbxExecute"; this._gbxExecute.Size = new System.Drawing.Size(275, 100); this._gbxExecute.TabIndex = 4; this._gbxExecute.TabStop = false; this._gbxExecute.Text = "Execute"; // // _btnGetVersion // this._btnGetVersion.Location = new System.Drawing.Point(187, 61); this._btnGetVersion.Name = "_btnGetVersion"; this._btnGetVersion.Size = new System.Drawing.Size(75, 23); this._btnGetVersion.TabIndex = 1; this._btnGetVersion.Text = "Get"; this._btnGetVersion.UseVisualStyleBackColor = true; this._btnGetVersion.Click += new System.EventHandler(this.btnGetVersion_Click); // // _btnGetTorque // this._btnGetTorque.Location = new System.Drawing.Point(187, 21); this._btnGetTorque.Name = "_btnGetTorque"; this._btnGetTorque.Size = new System.Drawing.Size(75, 23); this._btnGetTorque.TabIndex = 0; this._btnGetTorque.Text = "Get"; this._btnGetTorque.UseVisualStyleBackColor = true; this._btnGetTorque.Click += new System.EventHandler(this.btnGetTorque_Click); // // _txbVersion // this._txbVersion.Location = new System.Drawing.Point(86, 63); this._txbVersion.Name = "_txbVersion"; this._txbVersion.ReadOnly = true; this._txbVersion.Size = new System.Drawing.Size(60, 19); this._txbVersion.TabIndex = 3; this._txbVersion.TabStop = false; this._txbVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // _txbTorqueValue // this._txbTorqueValue.Location = new System.Drawing.Point(86, 23); this._txbTorqueValue.Name = "_txbTorqueValue"; this._txbTorqueValue.ReadOnly = true; this._txbTorqueValue.Size = new System.Drawing.Size(60, 19); this._txbTorqueValue.TabIndex = 3; this._txbTorqueValue.TabStop = false; this._txbTorqueValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(11, 66); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 12); this.label6.TabIndex = 2; this.label6.Text = "Version"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(152, 26); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(22, 12); this.label10.TabIndex = 2; this.label10.Text = "Nm"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(11, 26); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(40, 12); this.label5.TabIndex = 2; this.label5.Text = "Torque"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(304, 308); this.Controls.Add(this._gbxExecute); this.Controls.Add(this._gbxConnection); this.Name = "Form1"; this.Text = "ESTORQ_Sample"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this._nudCom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._nudBaudrate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._nudRatedTorque)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._nudTimeout)).EndInit(); this._gbxConnection.ResumeLayout(false); this._gbxConnection.PerformLayout(); this._gbxExecute.ResumeLayout(false); this._gbxExecute.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.NumericUpDown _nudCom; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.NumericUpDown _nudBaudrate; private System.Windows.Forms.NumericUpDown _nudRatedTorque; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown _nudTimeout; private System.Windows.Forms.Button _btnConnect; private System.Windows.Forms.Button _btnDisconnect; private System.Windows.Forms.GroupBox _gbxConnection; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.GroupBox _gbxExecute; private System.Windows.Forms.Button _btnGetVersion; private System.Windows.Forms.Button _btnGetTorque; private System.Windows.Forms.TextBox _txbVersion; private System.Windows.Forms.TextBox _txbTorqueValue; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label5; } }