123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362 |
- namespace Welling_Motor_Debug_Tool
- {
- partial class TorqueParams
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.textBox_Torque_Zero = new System.Windows.Forms.TextBox();
- this.textBox_Torque_Zero_Min = new System.Windows.Forms.TextBox();
- this.textBox_Torque_Zero_Max = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox_Torque_1 = new System.Windows.Forms.TextBox();
- this.textBox_Torque_1_Min = new System.Windows.Forms.TextBox();
- this.textBox_Torque_1_Max = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox_Torque_2 = new System.Windows.Forms.TextBox();
- this.textBox_Torque_2_Min = new System.Windows.Forms.TextBox();
- this.textBox_Torque_2_Max = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox_Torque_3 = new System.Windows.Forms.TextBox();
- this.textBox_Torque_3_Min = new System.Windows.Forms.TextBox();
- this.textBox_Torque_3_Max = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.textBox_Torque_4 = new System.Windows.Forms.TextBox();
- this.textBox_Torque_4_Min = new System.Windows.Forms.TextBox();
- this.textBox_Torque_4_Max = new System.Windows.Forms.TextBox();
- this.button_Change = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(27, 65);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(42, 21);
- this.label1.TabIndex = 0;
- this.label1.Text = "零点";
- //
- // textBox_Torque_Zero
- //
- this.textBox_Torque_Zero.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_Zero.Location = new System.Drawing.Point(98, 61);
- this.textBox_Torque_Zero.Name = "textBox_Torque_Zero";
- this.textBox_Torque_Zero.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_Zero.TabIndex = 1;
- this.textBox_Torque_Zero.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_Zero_Min
- //
- this.textBox_Torque_Zero_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_Zero_Min.Location = new System.Drawing.Point(193, 61);
- this.textBox_Torque_Zero_Min.Name = "textBox_Torque_Zero_Min";
- this.textBox_Torque_Zero_Min.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_Zero_Min.TabIndex = 1;
- this.textBox_Torque_Zero_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_Zero_Max
- //
- this.textBox_Torque_Zero_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_Zero_Max.Location = new System.Drawing.Point(288, 61);
- this.textBox_Torque_Zero_Max.Name = "textBox_Torque_Zero_Max";
- this.textBox_Torque_Zero_Max.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_Zero_Max.TabIndex = 1;
- this.textBox_Torque_Zero_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(27, 101);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(51, 21);
- this.label2.TabIndex = 0;
- this.label2.Text = "校准1";
- //
- // textBox_Torque_1
- //
- this.textBox_Torque_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_1.Location = new System.Drawing.Point(98, 97);
- this.textBox_Torque_1.Name = "textBox_Torque_1";
- this.textBox_Torque_1.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_1.TabIndex = 1;
- this.textBox_Torque_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_1_Min
- //
- this.textBox_Torque_1_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_1_Min.Location = new System.Drawing.Point(193, 97);
- this.textBox_Torque_1_Min.Name = "textBox_Torque_1_Min";
- this.textBox_Torque_1_Min.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_1_Min.TabIndex = 1;
- this.textBox_Torque_1_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_1_Max
- //
- this.textBox_Torque_1_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_1_Max.Location = new System.Drawing.Point(288, 97);
- this.textBox_Torque_1_Max.Name = "textBox_Torque_1_Max";
- this.textBox_Torque_1_Max.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_1_Max.TabIndex = 1;
- this.textBox_Torque_1_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(27, 137);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(51, 21);
- this.label3.TabIndex = 0;
- this.label3.Text = "校准2";
- //
- // textBox_Torque_2
- //
- this.textBox_Torque_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_2.Location = new System.Drawing.Point(98, 133);
- this.textBox_Torque_2.Name = "textBox_Torque_2";
- this.textBox_Torque_2.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_2.TabIndex = 1;
- this.textBox_Torque_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_2_Min
- //
- this.textBox_Torque_2_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_2_Min.Location = new System.Drawing.Point(193, 133);
- this.textBox_Torque_2_Min.Name = "textBox_Torque_2_Min";
- this.textBox_Torque_2_Min.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_2_Min.TabIndex = 1;
- this.textBox_Torque_2_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_2_Max
- //
- this.textBox_Torque_2_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_2_Max.Location = new System.Drawing.Point(288, 133);
- this.textBox_Torque_2_Max.Name = "textBox_Torque_2_Max";
- this.textBox_Torque_2_Max.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_2_Max.TabIndex = 1;
- this.textBox_Torque_2_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(27, 173);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(51, 21);
- this.label4.TabIndex = 0;
- this.label4.Text = "校准3";
- //
- // textBox_Torque_3
- //
- this.textBox_Torque_3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_3.Location = new System.Drawing.Point(98, 169);
- this.textBox_Torque_3.Name = "textBox_Torque_3";
- this.textBox_Torque_3.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_3.TabIndex = 1;
- this.textBox_Torque_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_3_Min
- //
- this.textBox_Torque_3_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_3_Min.Location = new System.Drawing.Point(193, 169);
- this.textBox_Torque_3_Min.Name = "textBox_Torque_3_Min";
- this.textBox_Torque_3_Min.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_3_Min.TabIndex = 1;
- this.textBox_Torque_3_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_3_Max
- //
- this.textBox_Torque_3_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_3_Max.Location = new System.Drawing.Point(288, 169);
- this.textBox_Torque_3_Max.Name = "textBox_Torque_3_Max";
- this.textBox_Torque_3_Max.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_3_Max.TabIndex = 1;
- this.textBox_Torque_3_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(27, 209);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(51, 21);
- this.label5.TabIndex = 0;
- this.label5.Text = "校准4";
- //
- // textBox_Torque_4
- //
- this.textBox_Torque_4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_4.Location = new System.Drawing.Point(98, 205);
- this.textBox_Torque_4.Name = "textBox_Torque_4";
- this.textBox_Torque_4.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_4.TabIndex = 1;
- this.textBox_Torque_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_4_Min
- //
- this.textBox_Torque_4_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_4_Min.Location = new System.Drawing.Point(193, 205);
- this.textBox_Torque_4_Min.Name = "textBox_Torque_4_Min";
- this.textBox_Torque_4_Min.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_4_Min.TabIndex = 1;
- this.textBox_Torque_4_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Torque_4_Max
- //
- this.textBox_Torque_4_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Torque_4_Max.Location = new System.Drawing.Point(288, 205);
- this.textBox_Torque_4_Max.Name = "textBox_Torque_4_Max";
- this.textBox_Torque_4_Max.Size = new System.Drawing.Size(66, 29);
- this.textBox_Torque_4_Max.TabIndex = 1;
- this.textBox_Torque_4_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // button_Change
- //
- this.button_Change.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.button_Change.ForeColor = System.Drawing.Color.White;
- this.button_Change.Location = new System.Drawing.Point(12, 12);
- this.button_Change.Name = "button_Change";
- this.button_Change.Size = new System.Drawing.Size(66, 40);
- this.button_Change.TabIndex = 2;
- this.button_Change.Text = "修改";
- this.button_Change.UseVisualStyleBackColor = false;
- this.button_Change.Click += new System.EventHandler(this.button_Change_Click);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(102, 26);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(58, 21);
- this.label6.TabIndex = 0;
- this.label6.Text = "力矩值";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(197, 26);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(58, 21);
- this.label7.TabIndex = 0;
- this.label7.Text = "最小值";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(292, 26);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(58, 21);
- this.label8.TabIndex = 0;
- this.label8.Text = "最大值";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
- this.pictureBox1.Location = new System.Drawing.Point(236, 240);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(136, 33);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 41;
- this.pictureBox1.TabStop = false;
- //
- // TorqueParams
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.ClientSize = new System.Drawing.Size(384, 281);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.button_Change);
- this.Controls.Add(this.textBox_Torque_4_Max);
- this.Controls.Add(this.textBox_Torque_3_Max);
- this.Controls.Add(this.textBox_Torque_2_Max);
- this.Controls.Add(this.textBox_Torque_1_Max);
- this.Controls.Add(this.textBox_Torque_Zero_Max);
- this.Controls.Add(this.textBox_Torque_4_Min);
- this.Controls.Add(this.textBox_Torque_3_Min);
- this.Controls.Add(this.textBox_Torque_2_Min);
- this.Controls.Add(this.textBox_Torque_1_Min);
- this.Controls.Add(this.textBox_Torque_Zero_Min);
- this.Controls.Add(this.textBox_Torque_4);
- this.Controls.Add(this.textBox_Torque_3);
- this.Controls.Add(this.textBox_Torque_2);
- this.Controls.Add(this.textBox_Torque_1);
- this.Controls.Add(this.textBox_Torque_Zero);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label1);
- this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(5);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "TorqueParams";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "TorqueParams";
- this.Load += new System.EventHandler(this.TorqueParams_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBox_Torque_Zero;
- private System.Windows.Forms.TextBox textBox_Torque_Zero_Min;
- private System.Windows.Forms.TextBox textBox_Torque_Zero_Max;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox_Torque_1;
- private System.Windows.Forms.TextBox textBox_Torque_1_Min;
- private System.Windows.Forms.TextBox textBox_Torque_1_Max;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox_Torque_2;
- private System.Windows.Forms.TextBox textBox_Torque_2_Min;
- private System.Windows.Forms.TextBox textBox_Torque_2_Max;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBox_Torque_3;
- private System.Windows.Forms.TextBox textBox_Torque_3_Min;
- private System.Windows.Forms.TextBox textBox_Torque_3_Max;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox textBox_Torque_4;
- private System.Windows.Forms.TextBox textBox_Torque_4_Min;
- private System.Windows.Forms.TextBox textBox_Torque_4_Max;
- private System.Windows.Forms.Button button_Change;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|