TorqueParams.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. namespace Welling_Motor_Debug_Tool
  2. {
  3. partial class TorqueParams
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.textBox_Torque_Zero = new System.Windows.Forms.TextBox();
  30. this.textBox_Torque_Zero_Min = new System.Windows.Forms.TextBox();
  31. this.textBox_Torque_Zero_Max = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.textBox_Torque_1 = new System.Windows.Forms.TextBox();
  34. this.textBox_Torque_1_Min = new System.Windows.Forms.TextBox();
  35. this.textBox_Torque_1_Max = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.textBox_Torque_2 = new System.Windows.Forms.TextBox();
  38. this.textBox_Torque_2_Min = new System.Windows.Forms.TextBox();
  39. this.textBox_Torque_2_Max = new System.Windows.Forms.TextBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.textBox_Torque_3 = new System.Windows.Forms.TextBox();
  42. this.textBox_Torque_3_Min = new System.Windows.Forms.TextBox();
  43. this.textBox_Torque_3_Max = new System.Windows.Forms.TextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.textBox_Torque_4 = new System.Windows.Forms.TextBox();
  46. this.textBox_Torque_4_Min = new System.Windows.Forms.TextBox();
  47. this.textBox_Torque_4_Max = new System.Windows.Forms.TextBox();
  48. this.button_Change = new System.Windows.Forms.Button();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.label7 = new System.Windows.Forms.Label();
  51. this.label8 = new System.Windows.Forms.Label();
  52. this.SuspendLayout();
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Location = new System.Drawing.Point(27, 65);
  58. this.label1.Name = "label1";
  59. this.label1.Size = new System.Drawing.Size(42, 21);
  60. this.label1.TabIndex = 0;
  61. this.label1.Text = "零点";
  62. //
  63. // textBox_Torque_Zero
  64. //
  65. this.textBox_Torque_Zero.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  66. this.textBox_Torque_Zero.Location = new System.Drawing.Point(98, 61);
  67. this.textBox_Torque_Zero.Name = "textBox_Torque_Zero";
  68. this.textBox_Torque_Zero.Size = new System.Drawing.Size(66, 29);
  69. this.textBox_Torque_Zero.TabIndex = 1;
  70. this.textBox_Torque_Zero.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  71. //
  72. // textBox_Torque_Zero_Min
  73. //
  74. this.textBox_Torque_Zero_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  75. this.textBox_Torque_Zero_Min.Location = new System.Drawing.Point(193, 61);
  76. this.textBox_Torque_Zero_Min.Name = "textBox_Torque_Zero_Min";
  77. this.textBox_Torque_Zero_Min.Size = new System.Drawing.Size(66, 29);
  78. this.textBox_Torque_Zero_Min.TabIndex = 1;
  79. this.textBox_Torque_Zero_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  80. //
  81. // textBox_Torque_Zero_Max
  82. //
  83. this.textBox_Torque_Zero_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  84. this.textBox_Torque_Zero_Max.Location = new System.Drawing.Point(288, 61);
  85. this.textBox_Torque_Zero_Max.Name = "textBox_Torque_Zero_Max";
  86. this.textBox_Torque_Zero_Max.Size = new System.Drawing.Size(66, 29);
  87. this.textBox_Torque_Zero_Max.TabIndex = 1;
  88. this.textBox_Torque_Zero_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  89. //
  90. // label2
  91. //
  92. this.label2.AutoSize = true;
  93. this.label2.Location = new System.Drawing.Point(27, 101);
  94. this.label2.Name = "label2";
  95. this.label2.Size = new System.Drawing.Size(51, 21);
  96. this.label2.TabIndex = 0;
  97. this.label2.Text = "校准1";
  98. //
  99. // textBox_Torque_1
  100. //
  101. this.textBox_Torque_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  102. this.textBox_Torque_1.Location = new System.Drawing.Point(98, 97);
  103. this.textBox_Torque_1.Name = "textBox_Torque_1";
  104. this.textBox_Torque_1.Size = new System.Drawing.Size(66, 29);
  105. this.textBox_Torque_1.TabIndex = 1;
  106. this.textBox_Torque_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  107. //
  108. // textBox_Torque_1_Min
  109. //
  110. this.textBox_Torque_1_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  111. this.textBox_Torque_1_Min.Location = new System.Drawing.Point(193, 97);
  112. this.textBox_Torque_1_Min.Name = "textBox_Torque_1_Min";
  113. this.textBox_Torque_1_Min.Size = new System.Drawing.Size(66, 29);
  114. this.textBox_Torque_1_Min.TabIndex = 1;
  115. this.textBox_Torque_1_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  116. //
  117. // textBox_Torque_1_Max
  118. //
  119. this.textBox_Torque_1_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  120. this.textBox_Torque_1_Max.Location = new System.Drawing.Point(288, 97);
  121. this.textBox_Torque_1_Max.Name = "textBox_Torque_1_Max";
  122. this.textBox_Torque_1_Max.Size = new System.Drawing.Size(66, 29);
  123. this.textBox_Torque_1_Max.TabIndex = 1;
  124. this.textBox_Torque_1_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  125. //
  126. // label3
  127. //
  128. this.label3.AutoSize = true;
  129. this.label3.Location = new System.Drawing.Point(27, 137);
  130. this.label3.Name = "label3";
  131. this.label3.Size = new System.Drawing.Size(51, 21);
  132. this.label3.TabIndex = 0;
  133. this.label3.Text = "校准2";
  134. //
  135. // textBox_Torque_2
  136. //
  137. this.textBox_Torque_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  138. this.textBox_Torque_2.Location = new System.Drawing.Point(98, 133);
  139. this.textBox_Torque_2.Name = "textBox_Torque_2";
  140. this.textBox_Torque_2.Size = new System.Drawing.Size(66, 29);
  141. this.textBox_Torque_2.TabIndex = 1;
  142. this.textBox_Torque_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  143. //
  144. // textBox_Torque_2_Min
  145. //
  146. this.textBox_Torque_2_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  147. this.textBox_Torque_2_Min.Location = new System.Drawing.Point(193, 133);
  148. this.textBox_Torque_2_Min.Name = "textBox_Torque_2_Min";
  149. this.textBox_Torque_2_Min.Size = new System.Drawing.Size(66, 29);
  150. this.textBox_Torque_2_Min.TabIndex = 1;
  151. this.textBox_Torque_2_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  152. //
  153. // textBox_Torque_2_Max
  154. //
  155. this.textBox_Torque_2_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  156. this.textBox_Torque_2_Max.Location = new System.Drawing.Point(288, 133);
  157. this.textBox_Torque_2_Max.Name = "textBox_Torque_2_Max";
  158. this.textBox_Torque_2_Max.Size = new System.Drawing.Size(66, 29);
  159. this.textBox_Torque_2_Max.TabIndex = 1;
  160. this.textBox_Torque_2_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  161. //
  162. // label4
  163. //
  164. this.label4.AutoSize = true;
  165. this.label4.Location = new System.Drawing.Point(27, 173);
  166. this.label4.Name = "label4";
  167. this.label4.Size = new System.Drawing.Size(51, 21);
  168. this.label4.TabIndex = 0;
  169. this.label4.Text = "校准3";
  170. //
  171. // textBox_Torque_3
  172. //
  173. this.textBox_Torque_3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  174. this.textBox_Torque_3.Location = new System.Drawing.Point(98, 169);
  175. this.textBox_Torque_3.Name = "textBox_Torque_3";
  176. this.textBox_Torque_3.Size = new System.Drawing.Size(66, 29);
  177. this.textBox_Torque_3.TabIndex = 1;
  178. this.textBox_Torque_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  179. //
  180. // textBox_Torque_3_Min
  181. //
  182. this.textBox_Torque_3_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  183. this.textBox_Torque_3_Min.Location = new System.Drawing.Point(193, 169);
  184. this.textBox_Torque_3_Min.Name = "textBox_Torque_3_Min";
  185. this.textBox_Torque_3_Min.Size = new System.Drawing.Size(66, 29);
  186. this.textBox_Torque_3_Min.TabIndex = 1;
  187. this.textBox_Torque_3_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  188. //
  189. // textBox_Torque_3_Max
  190. //
  191. this.textBox_Torque_3_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  192. this.textBox_Torque_3_Max.Location = new System.Drawing.Point(288, 169);
  193. this.textBox_Torque_3_Max.Name = "textBox_Torque_3_Max";
  194. this.textBox_Torque_3_Max.Size = new System.Drawing.Size(66, 29);
  195. this.textBox_Torque_3_Max.TabIndex = 1;
  196. this.textBox_Torque_3_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  197. //
  198. // label5
  199. //
  200. this.label5.AutoSize = true;
  201. this.label5.Location = new System.Drawing.Point(27, 209);
  202. this.label5.Name = "label5";
  203. this.label5.Size = new System.Drawing.Size(51, 21);
  204. this.label5.TabIndex = 0;
  205. this.label5.Text = "校准4";
  206. //
  207. // textBox_Torque_4
  208. //
  209. this.textBox_Torque_4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  210. this.textBox_Torque_4.Location = new System.Drawing.Point(98, 205);
  211. this.textBox_Torque_4.Name = "textBox_Torque_4";
  212. this.textBox_Torque_4.Size = new System.Drawing.Size(66, 29);
  213. this.textBox_Torque_4.TabIndex = 1;
  214. this.textBox_Torque_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  215. //
  216. // textBox_Torque_4_Min
  217. //
  218. this.textBox_Torque_4_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  219. this.textBox_Torque_4_Min.Location = new System.Drawing.Point(193, 205);
  220. this.textBox_Torque_4_Min.Name = "textBox_Torque_4_Min";
  221. this.textBox_Torque_4_Min.Size = new System.Drawing.Size(66, 29);
  222. this.textBox_Torque_4_Min.TabIndex = 1;
  223. this.textBox_Torque_4_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  224. //
  225. // textBox_Torque_4_Max
  226. //
  227. this.textBox_Torque_4_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  228. this.textBox_Torque_4_Max.Location = new System.Drawing.Point(288, 205);
  229. this.textBox_Torque_4_Max.Name = "textBox_Torque_4_Max";
  230. this.textBox_Torque_4_Max.Size = new System.Drawing.Size(66, 29);
  231. this.textBox_Torque_4_Max.TabIndex = 1;
  232. this.textBox_Torque_4_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  233. //
  234. // button_Change
  235. //
  236. this.button_Change.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  237. this.button_Change.ForeColor = System.Drawing.Color.White;
  238. this.button_Change.Location = new System.Drawing.Point(12, 12);
  239. this.button_Change.Name = "button_Change";
  240. this.button_Change.Size = new System.Drawing.Size(66, 40);
  241. this.button_Change.TabIndex = 2;
  242. this.button_Change.Text = "修改";
  243. this.button_Change.UseVisualStyleBackColor = false;
  244. this.button_Change.Click += new System.EventHandler(this.button_Change_Click);
  245. //
  246. // label6
  247. //
  248. this.label6.AutoSize = true;
  249. this.label6.Location = new System.Drawing.Point(102, 26);
  250. this.label6.Name = "label6";
  251. this.label6.Size = new System.Drawing.Size(58, 21);
  252. this.label6.TabIndex = 0;
  253. this.label6.Text = "力矩值";
  254. //
  255. // label7
  256. //
  257. this.label7.AutoSize = true;
  258. this.label7.Location = new System.Drawing.Point(197, 26);
  259. this.label7.Name = "label7";
  260. this.label7.Size = new System.Drawing.Size(58, 21);
  261. this.label7.TabIndex = 0;
  262. this.label7.Text = "最小值";
  263. //
  264. // label8
  265. //
  266. this.label8.AutoSize = true;
  267. this.label8.Location = new System.Drawing.Point(292, 26);
  268. this.label8.Name = "label8";
  269. this.label8.Size = new System.Drawing.Size(58, 21);
  270. this.label8.TabIndex = 0;
  271. this.label8.Text = "最大值";
  272. //
  273. // TorqueParams
  274. //
  275. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  276. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  278. this.ClientSize = new System.Drawing.Size(384, 261);
  279. this.Controls.Add(this.button_Change);
  280. this.Controls.Add(this.textBox_Torque_4_Max);
  281. this.Controls.Add(this.textBox_Torque_3_Max);
  282. this.Controls.Add(this.textBox_Torque_2_Max);
  283. this.Controls.Add(this.textBox_Torque_1_Max);
  284. this.Controls.Add(this.textBox_Torque_Zero_Max);
  285. this.Controls.Add(this.textBox_Torque_4_Min);
  286. this.Controls.Add(this.textBox_Torque_3_Min);
  287. this.Controls.Add(this.textBox_Torque_2_Min);
  288. this.Controls.Add(this.textBox_Torque_1_Min);
  289. this.Controls.Add(this.textBox_Torque_Zero_Min);
  290. this.Controls.Add(this.textBox_Torque_4);
  291. this.Controls.Add(this.textBox_Torque_3);
  292. this.Controls.Add(this.textBox_Torque_2);
  293. this.Controls.Add(this.textBox_Torque_1);
  294. this.Controls.Add(this.textBox_Torque_Zero);
  295. this.Controls.Add(this.label5);
  296. this.Controls.Add(this.label4);
  297. this.Controls.Add(this.label3);
  298. this.Controls.Add(this.label2);
  299. this.Controls.Add(this.label8);
  300. this.Controls.Add(this.label7);
  301. this.Controls.Add(this.label6);
  302. this.Controls.Add(this.label1);
  303. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  305. this.Margin = new System.Windows.Forms.Padding(5);
  306. this.MaximizeBox = false;
  307. this.MinimizeBox = false;
  308. this.Name = "TorqueParams";
  309. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  310. this.Text = "TorqueParams";
  311. this.Load += new System.EventHandler(this.TorqueParams_Load);
  312. this.ResumeLayout(false);
  313. this.PerformLayout();
  314. }
  315. #endregion
  316. private System.Windows.Forms.Label label1;
  317. private System.Windows.Forms.TextBox textBox_Torque_Zero;
  318. private System.Windows.Forms.TextBox textBox_Torque_Zero_Min;
  319. private System.Windows.Forms.TextBox textBox_Torque_Zero_Max;
  320. private System.Windows.Forms.Label label2;
  321. private System.Windows.Forms.TextBox textBox_Torque_1;
  322. private System.Windows.Forms.TextBox textBox_Torque_1_Min;
  323. private System.Windows.Forms.TextBox textBox_Torque_1_Max;
  324. private System.Windows.Forms.Label label3;
  325. private System.Windows.Forms.TextBox textBox_Torque_2;
  326. private System.Windows.Forms.TextBox textBox_Torque_2_Min;
  327. private System.Windows.Forms.TextBox textBox_Torque_2_Max;
  328. private System.Windows.Forms.Label label4;
  329. private System.Windows.Forms.TextBox textBox_Torque_3;
  330. private System.Windows.Forms.TextBox textBox_Torque_3_Min;
  331. private System.Windows.Forms.TextBox textBox_Torque_3_Max;
  332. private System.Windows.Forms.Label label5;
  333. private System.Windows.Forms.TextBox textBox_Torque_4;
  334. private System.Windows.Forms.TextBox textBox_Torque_4_Min;
  335. private System.Windows.Forms.TextBox textBox_Torque_4_Max;
  336. private System.Windows.Forms.Button button_Change;
  337. private System.Windows.Forms.Label label6;
  338. private System.Windows.Forms.Label label7;
  339. private System.Windows.Forms.Label label8;
  340. }
  341. }