TorqueParams.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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.pictureBox1 = new System.Windows.Forms.PictureBox();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Location = new System.Drawing.Point(27, 65);
  60. this.label1.Name = "label1";
  61. this.label1.Size = new System.Drawing.Size(42, 21);
  62. this.label1.TabIndex = 0;
  63. this.label1.Text = "零点";
  64. //
  65. // textBox_Torque_Zero
  66. //
  67. this.textBox_Torque_Zero.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  68. this.textBox_Torque_Zero.Location = new System.Drawing.Point(98, 61);
  69. this.textBox_Torque_Zero.Name = "textBox_Torque_Zero";
  70. this.textBox_Torque_Zero.Size = new System.Drawing.Size(66, 29);
  71. this.textBox_Torque_Zero.TabIndex = 1;
  72. this.textBox_Torque_Zero.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  73. //
  74. // textBox_Torque_Zero_Min
  75. //
  76. this.textBox_Torque_Zero_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  77. this.textBox_Torque_Zero_Min.Location = new System.Drawing.Point(193, 61);
  78. this.textBox_Torque_Zero_Min.Name = "textBox_Torque_Zero_Min";
  79. this.textBox_Torque_Zero_Min.Size = new System.Drawing.Size(66, 29);
  80. this.textBox_Torque_Zero_Min.TabIndex = 1;
  81. this.textBox_Torque_Zero_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  82. //
  83. // textBox_Torque_Zero_Max
  84. //
  85. this.textBox_Torque_Zero_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  86. this.textBox_Torque_Zero_Max.Location = new System.Drawing.Point(288, 61);
  87. this.textBox_Torque_Zero_Max.Name = "textBox_Torque_Zero_Max";
  88. this.textBox_Torque_Zero_Max.Size = new System.Drawing.Size(66, 29);
  89. this.textBox_Torque_Zero_Max.TabIndex = 1;
  90. this.textBox_Torque_Zero_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  91. //
  92. // label2
  93. //
  94. this.label2.AutoSize = true;
  95. this.label2.Location = new System.Drawing.Point(27, 101);
  96. this.label2.Name = "label2";
  97. this.label2.Size = new System.Drawing.Size(51, 21);
  98. this.label2.TabIndex = 0;
  99. this.label2.Text = "校准1";
  100. //
  101. // textBox_Torque_1
  102. //
  103. this.textBox_Torque_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  104. this.textBox_Torque_1.Location = new System.Drawing.Point(98, 97);
  105. this.textBox_Torque_1.Name = "textBox_Torque_1";
  106. this.textBox_Torque_1.Size = new System.Drawing.Size(66, 29);
  107. this.textBox_Torque_1.TabIndex = 1;
  108. this.textBox_Torque_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  109. //
  110. // textBox_Torque_1_Min
  111. //
  112. this.textBox_Torque_1_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  113. this.textBox_Torque_1_Min.Location = new System.Drawing.Point(193, 97);
  114. this.textBox_Torque_1_Min.Name = "textBox_Torque_1_Min";
  115. this.textBox_Torque_1_Min.Size = new System.Drawing.Size(66, 29);
  116. this.textBox_Torque_1_Min.TabIndex = 1;
  117. this.textBox_Torque_1_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  118. //
  119. // textBox_Torque_1_Max
  120. //
  121. this.textBox_Torque_1_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  122. this.textBox_Torque_1_Max.Location = new System.Drawing.Point(288, 97);
  123. this.textBox_Torque_1_Max.Name = "textBox_Torque_1_Max";
  124. this.textBox_Torque_1_Max.Size = new System.Drawing.Size(66, 29);
  125. this.textBox_Torque_1_Max.TabIndex = 1;
  126. this.textBox_Torque_1_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  127. //
  128. // label3
  129. //
  130. this.label3.AutoSize = true;
  131. this.label3.Location = new System.Drawing.Point(27, 137);
  132. this.label3.Name = "label3";
  133. this.label3.Size = new System.Drawing.Size(51, 21);
  134. this.label3.TabIndex = 0;
  135. this.label3.Text = "校准2";
  136. //
  137. // textBox_Torque_2
  138. //
  139. this.textBox_Torque_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  140. this.textBox_Torque_2.Location = new System.Drawing.Point(98, 133);
  141. this.textBox_Torque_2.Name = "textBox_Torque_2";
  142. this.textBox_Torque_2.Size = new System.Drawing.Size(66, 29);
  143. this.textBox_Torque_2.TabIndex = 1;
  144. this.textBox_Torque_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  145. //
  146. // textBox_Torque_2_Min
  147. //
  148. this.textBox_Torque_2_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  149. this.textBox_Torque_2_Min.Location = new System.Drawing.Point(193, 133);
  150. this.textBox_Torque_2_Min.Name = "textBox_Torque_2_Min";
  151. this.textBox_Torque_2_Min.Size = new System.Drawing.Size(66, 29);
  152. this.textBox_Torque_2_Min.TabIndex = 1;
  153. this.textBox_Torque_2_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  154. //
  155. // textBox_Torque_2_Max
  156. //
  157. this.textBox_Torque_2_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  158. this.textBox_Torque_2_Max.Location = new System.Drawing.Point(288, 133);
  159. this.textBox_Torque_2_Max.Name = "textBox_Torque_2_Max";
  160. this.textBox_Torque_2_Max.Size = new System.Drawing.Size(66, 29);
  161. this.textBox_Torque_2_Max.TabIndex = 1;
  162. this.textBox_Torque_2_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  163. //
  164. // label4
  165. //
  166. this.label4.AutoSize = true;
  167. this.label4.Location = new System.Drawing.Point(27, 173);
  168. this.label4.Name = "label4";
  169. this.label4.Size = new System.Drawing.Size(51, 21);
  170. this.label4.TabIndex = 0;
  171. this.label4.Text = "校准3";
  172. //
  173. // textBox_Torque_3
  174. //
  175. this.textBox_Torque_3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  176. this.textBox_Torque_3.Location = new System.Drawing.Point(98, 169);
  177. this.textBox_Torque_3.Name = "textBox_Torque_3";
  178. this.textBox_Torque_3.Size = new System.Drawing.Size(66, 29);
  179. this.textBox_Torque_3.TabIndex = 1;
  180. this.textBox_Torque_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  181. //
  182. // textBox_Torque_3_Min
  183. //
  184. this.textBox_Torque_3_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  185. this.textBox_Torque_3_Min.Location = new System.Drawing.Point(193, 169);
  186. this.textBox_Torque_3_Min.Name = "textBox_Torque_3_Min";
  187. this.textBox_Torque_3_Min.Size = new System.Drawing.Size(66, 29);
  188. this.textBox_Torque_3_Min.TabIndex = 1;
  189. this.textBox_Torque_3_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  190. //
  191. // textBox_Torque_3_Max
  192. //
  193. this.textBox_Torque_3_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  194. this.textBox_Torque_3_Max.Location = new System.Drawing.Point(288, 169);
  195. this.textBox_Torque_3_Max.Name = "textBox_Torque_3_Max";
  196. this.textBox_Torque_3_Max.Size = new System.Drawing.Size(66, 29);
  197. this.textBox_Torque_3_Max.TabIndex = 1;
  198. this.textBox_Torque_3_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  199. //
  200. // label5
  201. //
  202. this.label5.AutoSize = true;
  203. this.label5.Location = new System.Drawing.Point(27, 209);
  204. this.label5.Name = "label5";
  205. this.label5.Size = new System.Drawing.Size(51, 21);
  206. this.label5.TabIndex = 0;
  207. this.label5.Text = "校准4";
  208. //
  209. // textBox_Torque_4
  210. //
  211. this.textBox_Torque_4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  212. this.textBox_Torque_4.Location = new System.Drawing.Point(98, 205);
  213. this.textBox_Torque_4.Name = "textBox_Torque_4";
  214. this.textBox_Torque_4.Size = new System.Drawing.Size(66, 29);
  215. this.textBox_Torque_4.TabIndex = 1;
  216. this.textBox_Torque_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  217. //
  218. // textBox_Torque_4_Min
  219. //
  220. this.textBox_Torque_4_Min.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  221. this.textBox_Torque_4_Min.Location = new System.Drawing.Point(193, 205);
  222. this.textBox_Torque_4_Min.Name = "textBox_Torque_4_Min";
  223. this.textBox_Torque_4_Min.Size = new System.Drawing.Size(66, 29);
  224. this.textBox_Torque_4_Min.TabIndex = 1;
  225. this.textBox_Torque_4_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  226. //
  227. // textBox_Torque_4_Max
  228. //
  229. this.textBox_Torque_4_Max.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  230. this.textBox_Torque_4_Max.Location = new System.Drawing.Point(288, 205);
  231. this.textBox_Torque_4_Max.Name = "textBox_Torque_4_Max";
  232. this.textBox_Torque_4_Max.Size = new System.Drawing.Size(66, 29);
  233. this.textBox_Torque_4_Max.TabIndex = 1;
  234. this.textBox_Torque_4_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  235. //
  236. // button_Change
  237. //
  238. this.button_Change.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  239. this.button_Change.ForeColor = System.Drawing.Color.White;
  240. this.button_Change.Location = new System.Drawing.Point(12, 12);
  241. this.button_Change.Name = "button_Change";
  242. this.button_Change.Size = new System.Drawing.Size(66, 40);
  243. this.button_Change.TabIndex = 2;
  244. this.button_Change.Text = "修改";
  245. this.button_Change.UseVisualStyleBackColor = false;
  246. this.button_Change.Click += new System.EventHandler(this.button_Change_Click);
  247. //
  248. // label6
  249. //
  250. this.label6.AutoSize = true;
  251. this.label6.Location = new System.Drawing.Point(102, 26);
  252. this.label6.Name = "label6";
  253. this.label6.Size = new System.Drawing.Size(58, 21);
  254. this.label6.TabIndex = 0;
  255. this.label6.Text = "力矩值";
  256. //
  257. // label7
  258. //
  259. this.label7.AutoSize = true;
  260. this.label7.Location = new System.Drawing.Point(197, 26);
  261. this.label7.Name = "label7";
  262. this.label7.Size = new System.Drawing.Size(58, 21);
  263. this.label7.TabIndex = 0;
  264. this.label7.Text = "最小值";
  265. //
  266. // label8
  267. //
  268. this.label8.AutoSize = true;
  269. this.label8.Location = new System.Drawing.Point(292, 26);
  270. this.label8.Name = "label8";
  271. this.label8.Size = new System.Drawing.Size(58, 21);
  272. this.label8.TabIndex = 0;
  273. this.label8.Text = "最大值";
  274. //
  275. // pictureBox1
  276. //
  277. this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
  278. this.pictureBox1.Location = new System.Drawing.Point(236, 240);
  279. this.pictureBox1.Name = "pictureBox1";
  280. this.pictureBox1.Size = new System.Drawing.Size(136, 33);
  281. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  282. this.pictureBox1.TabIndex = 41;
  283. this.pictureBox1.TabStop = false;
  284. //
  285. // TorqueParams
  286. //
  287. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  288. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  289. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  290. this.ClientSize = new System.Drawing.Size(384, 281);
  291. this.Controls.Add(this.pictureBox1);
  292. this.Controls.Add(this.button_Change);
  293. this.Controls.Add(this.textBox_Torque_4_Max);
  294. this.Controls.Add(this.textBox_Torque_3_Max);
  295. this.Controls.Add(this.textBox_Torque_2_Max);
  296. this.Controls.Add(this.textBox_Torque_1_Max);
  297. this.Controls.Add(this.textBox_Torque_Zero_Max);
  298. this.Controls.Add(this.textBox_Torque_4_Min);
  299. this.Controls.Add(this.textBox_Torque_3_Min);
  300. this.Controls.Add(this.textBox_Torque_2_Min);
  301. this.Controls.Add(this.textBox_Torque_1_Min);
  302. this.Controls.Add(this.textBox_Torque_Zero_Min);
  303. this.Controls.Add(this.textBox_Torque_4);
  304. this.Controls.Add(this.textBox_Torque_3);
  305. this.Controls.Add(this.textBox_Torque_2);
  306. this.Controls.Add(this.textBox_Torque_1);
  307. this.Controls.Add(this.textBox_Torque_Zero);
  308. this.Controls.Add(this.label5);
  309. this.Controls.Add(this.label4);
  310. this.Controls.Add(this.label3);
  311. this.Controls.Add(this.label2);
  312. this.Controls.Add(this.label8);
  313. this.Controls.Add(this.label7);
  314. this.Controls.Add(this.label6);
  315. this.Controls.Add(this.label1);
  316. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  318. this.Margin = new System.Windows.Forms.Padding(5);
  319. this.MaximizeBox = false;
  320. this.MinimizeBox = false;
  321. this.Name = "TorqueParams";
  322. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  323. this.Text = "TorqueParams";
  324. this.Load += new System.EventHandler(this.TorqueParams_Load);
  325. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  326. this.ResumeLayout(false);
  327. this.PerformLayout();
  328. }
  329. #endregion
  330. private System.Windows.Forms.Label label1;
  331. private System.Windows.Forms.TextBox textBox_Torque_Zero;
  332. private System.Windows.Forms.TextBox textBox_Torque_Zero_Min;
  333. private System.Windows.Forms.TextBox textBox_Torque_Zero_Max;
  334. private System.Windows.Forms.Label label2;
  335. private System.Windows.Forms.TextBox textBox_Torque_1;
  336. private System.Windows.Forms.TextBox textBox_Torque_1_Min;
  337. private System.Windows.Forms.TextBox textBox_Torque_1_Max;
  338. private System.Windows.Forms.Label label3;
  339. private System.Windows.Forms.TextBox textBox_Torque_2;
  340. private System.Windows.Forms.TextBox textBox_Torque_2_Min;
  341. private System.Windows.Forms.TextBox textBox_Torque_2_Max;
  342. private System.Windows.Forms.Label label4;
  343. private System.Windows.Forms.TextBox textBox_Torque_3;
  344. private System.Windows.Forms.TextBox textBox_Torque_3_Min;
  345. private System.Windows.Forms.TextBox textBox_Torque_3_Max;
  346. private System.Windows.Forms.Label label5;
  347. private System.Windows.Forms.TextBox textBox_Torque_4;
  348. private System.Windows.Forms.TextBox textBox_Torque_4_Min;
  349. private System.Windows.Forms.TextBox textBox_Torque_4_Max;
  350. private System.Windows.Forms.Button button_Change;
  351. private System.Windows.Forms.Label label6;
  352. private System.Windows.Forms.Label label7;
  353. private System.Windows.Forms.Label label8;
  354. private System.Windows.Forms.PictureBox pictureBox1;
  355. }
  356. }