FrmNumKeybord.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace WireProcessMachine
  2. {
  3. partial class FrmKeybord
  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.lblMax = new System.Windows.Forms.Label();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.lblMin = new System.Windows.Forms.Label();
  31. this.btnEnter = new System.Windows.Forms.Button();
  32. this.btnExit = new System.Windows.Forms.Button();
  33. this.btnDel = new System.Windows.Forms.Button();
  34. this.btnClear = new System.Windows.Forms.Button();
  35. this.txtNumber = new System.Windows.Forms.TextBox();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.btnSub = new System.Windows.Forms.Button();
  38. this.btnPoint = new System.Windows.Forms.Button();
  39. this.btnNum0 = new System.Windows.Forms.Button();
  40. this.btnNum3 = new System.Windows.Forms.Button();
  41. this.btnNum2 = new System.Windows.Forms.Button();
  42. this.btnNum1 = new System.Windows.Forms.Button();
  43. this.btnNum6 = new System.Windows.Forms.Button();
  44. this.btnNum5 = new System.Windows.Forms.Button();
  45. this.btnNum4 = new System.Windows.Forms.Button();
  46. this.btnNum9 = new System.Windows.Forms.Button();
  47. this.btnNum8 = new System.Windows.Forms.Button();
  48. this.btnNum7 = new System.Windows.Forms.Button();
  49. this.panel1.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // lblMax
  53. //
  54. this.lblMax.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.lblMax.ForeColor = System.Drawing.Color.Black;
  56. this.lblMax.Location = new System.Drawing.Point(170, 54);
  57. this.lblMax.Name = "lblMax";
  58. this.lblMax.Size = new System.Drawing.Size(130, 23);
  59. this.lblMax.TabIndex = 35;
  60. this.lblMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label1.ForeColor = System.Drawing.Color.Black;
  67. this.label1.Location = new System.Drawing.Point(145, 54);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(22, 21);
  70. this.label1.TabIndex = 34;
  71. this.label1.Text = "~";
  72. //
  73. // lblMin
  74. //
  75. this.lblMin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.lblMin.ForeColor = System.Drawing.Color.Black;
  77. this.lblMin.Location = new System.Drawing.Point(12, 52);
  78. this.lblMin.Name = "lblMin";
  79. this.lblMin.Size = new System.Drawing.Size(127, 23);
  80. this.lblMin.TabIndex = 33;
  81. this.lblMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  82. //
  83. // btnEnter
  84. //
  85. this.btnEnter.BackColor = System.Drawing.Color.Black;
  86. this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.btnEnter.ForeColor = System.Drawing.Color.White;
  88. this.btnEnter.Location = new System.Drawing.Point(240, 268);
  89. this.btnEnter.Name = "btnEnter";
  90. this.btnEnter.Size = new System.Drawing.Size(70, 60);
  91. this.btnEnter.TabIndex = 31;
  92. this.btnEnter.Text = "Enter";
  93. this.btnEnter.UseVisualStyleBackColor = false;
  94. this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
  95. //
  96. // btnExit
  97. //
  98. this.btnExit.BackColor = System.Drawing.Color.Black;
  99. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.btnExit.ForeColor = System.Drawing.Color.White;
  101. this.btnExit.Location = new System.Drawing.Point(240, 207);
  102. this.btnExit.Name = "btnExit";
  103. this.btnExit.Size = new System.Drawing.Size(70, 60);
  104. this.btnExit.TabIndex = 30;
  105. this.btnExit.Text = "Exit";
  106. this.btnExit.UseVisualStyleBackColor = false;
  107. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  108. //
  109. // btnDel
  110. //
  111. this.btnDel.BackColor = System.Drawing.Color.Black;
  112. this.btnDel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.btnDel.ForeColor = System.Drawing.Color.White;
  114. this.btnDel.Location = new System.Drawing.Point(240, 146);
  115. this.btnDel.Name = "btnDel";
  116. this.btnDel.Size = new System.Drawing.Size(70, 60);
  117. this.btnDel.TabIndex = 29;
  118. this.btnDel.Text = "Del";
  119. this.btnDel.UseVisualStyleBackColor = false;
  120. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  121. //
  122. // btnClear
  123. //
  124. this.btnClear.BackColor = System.Drawing.Color.Black;
  125. this.btnClear.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.btnClear.ForeColor = System.Drawing.Color.White;
  127. this.btnClear.Location = new System.Drawing.Point(240, 85);
  128. this.btnClear.Name = "btnClear";
  129. this.btnClear.Size = new System.Drawing.Size(70, 60);
  130. this.btnClear.TabIndex = 28;
  131. this.btnClear.Text = "C";
  132. this.btnClear.UseVisualStyleBackColor = false;
  133. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  134. //
  135. // txtNumber
  136. //
  137. this.txtNumber.Enabled = false;
  138. this.txtNumber.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.txtNumber.Location = new System.Drawing.Point(12, 6);
  140. this.txtNumber.Name = "txtNumber";
  141. this.txtNumber.Size = new System.Drawing.Size(292, 39);
  142. this.txtNumber.TabIndex = 27;
  143. this.txtNumber.Text = "0";
  144. this.txtNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  145. //
  146. // panel1
  147. //
  148. this.panel1.Controls.Add(this.btnSub);
  149. this.panel1.Controls.Add(this.btnPoint);
  150. this.panel1.Controls.Add(this.btnNum0);
  151. this.panel1.Controls.Add(this.btnNum3);
  152. this.panel1.Controls.Add(this.btnNum2);
  153. this.panel1.Controls.Add(this.btnNum1);
  154. this.panel1.Controls.Add(this.btnNum6);
  155. this.panel1.Controls.Add(this.btnNum5);
  156. this.panel1.Controls.Add(this.btnNum4);
  157. this.panel1.Controls.Add(this.btnNum9);
  158. this.panel1.Controls.Add(this.btnNum8);
  159. this.panel1.Controls.Add(this.btnNum7);
  160. this.panel1.Location = new System.Drawing.Point(4, 85);
  161. this.panel1.Name = "panel1";
  162. this.panel1.Size = new System.Drawing.Size(230, 242);
  163. this.panel1.TabIndex = 32;
  164. //
  165. // btnSub
  166. //
  167. this.btnSub.BackColor = System.Drawing.Color.Black;
  168. this.btnSub.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.btnSub.ForeColor = System.Drawing.Color.White;
  170. this.btnSub.Location = new System.Drawing.Point(163, 185);
  171. this.btnSub.Name = "btnSub";
  172. this.btnSub.Size = new System.Drawing.Size(70, 60);
  173. this.btnSub.TabIndex = 23;
  174. this.btnSub.Text = "+/-";
  175. this.btnSub.UseVisualStyleBackColor = false;
  176. this.btnSub.Click += new System.EventHandler(this.btnSub_Click);
  177. //
  178. // btnPoint
  179. //
  180. this.btnPoint.BackColor = System.Drawing.Color.Black;
  181. this.btnPoint.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.btnPoint.ForeColor = System.Drawing.Color.White;
  183. this.btnPoint.Location = new System.Drawing.Point(86, 185);
  184. this.btnPoint.Name = "btnPoint";
  185. this.btnPoint.Size = new System.Drawing.Size(70, 60);
  186. this.btnPoint.TabIndex = 22;
  187. this.btnPoint.Text = ".";
  188. this.btnPoint.UseVisualStyleBackColor = false;
  189. //
  190. // btnNum0
  191. //
  192. this.btnNum0.BackColor = System.Drawing.Color.Black;
  193. this.btnNum0.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.btnNum0.ForeColor = System.Drawing.Color.White;
  195. this.btnNum0.Location = new System.Drawing.Point(9, 185);
  196. this.btnNum0.Name = "btnNum0";
  197. this.btnNum0.Size = new System.Drawing.Size(70, 60);
  198. this.btnNum0.TabIndex = 21;
  199. this.btnNum0.Text = "0";
  200. this.btnNum0.UseVisualStyleBackColor = false;
  201. //
  202. // btnNum3
  203. //
  204. this.btnNum3.BackColor = System.Drawing.Color.Black;
  205. this.btnNum3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.btnNum3.ForeColor = System.Drawing.Color.White;
  207. this.btnNum3.Location = new System.Drawing.Point(163, 124);
  208. this.btnNum3.Name = "btnNum3";
  209. this.btnNum3.Size = new System.Drawing.Size(70, 60);
  210. this.btnNum3.TabIndex = 20;
  211. this.btnNum3.Text = "3";
  212. this.btnNum3.UseVisualStyleBackColor = false;
  213. //
  214. // btnNum2
  215. //
  216. this.btnNum2.BackColor = System.Drawing.Color.Black;
  217. this.btnNum2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.btnNum2.ForeColor = System.Drawing.Color.White;
  219. this.btnNum2.Location = new System.Drawing.Point(86, 124);
  220. this.btnNum2.Name = "btnNum2";
  221. this.btnNum2.Size = new System.Drawing.Size(70, 60);
  222. this.btnNum2.TabIndex = 19;
  223. this.btnNum2.Text = "2";
  224. this.btnNum2.UseVisualStyleBackColor = false;
  225. //
  226. // btnNum1
  227. //
  228. this.btnNum1.BackColor = System.Drawing.Color.Black;
  229. this.btnNum1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.btnNum1.ForeColor = System.Drawing.Color.White;
  231. this.btnNum1.Location = new System.Drawing.Point(9, 124);
  232. this.btnNum1.Name = "btnNum1";
  233. this.btnNum1.Size = new System.Drawing.Size(70, 60);
  234. this.btnNum1.TabIndex = 18;
  235. this.btnNum1.Text = "1";
  236. this.btnNum1.UseVisualStyleBackColor = false;
  237. //
  238. // btnNum6
  239. //
  240. this.btnNum6.BackColor = System.Drawing.Color.Black;
  241. this.btnNum6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.btnNum6.ForeColor = System.Drawing.Color.White;
  243. this.btnNum6.Location = new System.Drawing.Point(163, 63);
  244. this.btnNum6.Name = "btnNum6";
  245. this.btnNum6.Size = new System.Drawing.Size(70, 60);
  246. this.btnNum6.TabIndex = 17;
  247. this.btnNum6.Text = "6";
  248. this.btnNum6.UseVisualStyleBackColor = false;
  249. //
  250. // btnNum5
  251. //
  252. this.btnNum5.BackColor = System.Drawing.Color.Black;
  253. this.btnNum5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.btnNum5.ForeColor = System.Drawing.Color.White;
  255. this.btnNum5.Location = new System.Drawing.Point(86, 63);
  256. this.btnNum5.Name = "btnNum5";
  257. this.btnNum5.Size = new System.Drawing.Size(70, 60);
  258. this.btnNum5.TabIndex = 16;
  259. this.btnNum5.Text = "5";
  260. this.btnNum5.UseVisualStyleBackColor = false;
  261. //
  262. // btnNum4
  263. //
  264. this.btnNum4.BackColor = System.Drawing.Color.Black;
  265. this.btnNum4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.btnNum4.ForeColor = System.Drawing.Color.White;
  267. this.btnNum4.Location = new System.Drawing.Point(9, 63);
  268. this.btnNum4.Name = "btnNum4";
  269. this.btnNum4.Size = new System.Drawing.Size(70, 60);
  270. this.btnNum4.TabIndex = 15;
  271. this.btnNum4.Text = "4";
  272. this.btnNum4.UseVisualStyleBackColor = false;
  273. //
  274. // btnNum9
  275. //
  276. this.btnNum9.BackColor = System.Drawing.Color.Black;
  277. this.btnNum9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.btnNum9.ForeColor = System.Drawing.Color.White;
  279. this.btnNum9.Location = new System.Drawing.Point(163, 2);
  280. this.btnNum9.Name = "btnNum9";
  281. this.btnNum9.Size = new System.Drawing.Size(70, 60);
  282. this.btnNum9.TabIndex = 14;
  283. this.btnNum9.Text = "9";
  284. this.btnNum9.UseVisualStyleBackColor = false;
  285. //
  286. // btnNum8
  287. //
  288. this.btnNum8.BackColor = System.Drawing.Color.Black;
  289. this.btnNum8.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.btnNum8.ForeColor = System.Drawing.Color.White;
  291. this.btnNum8.Location = new System.Drawing.Point(86, 2);
  292. this.btnNum8.Name = "btnNum8";
  293. this.btnNum8.Size = new System.Drawing.Size(70, 60);
  294. this.btnNum8.TabIndex = 13;
  295. this.btnNum8.Text = "8";
  296. this.btnNum8.UseVisualStyleBackColor = false;
  297. //
  298. // btnNum7
  299. //
  300. this.btnNum7.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  301. this.btnNum7.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.btnNum7.ForeColor = System.Drawing.Color.White;
  303. this.btnNum7.Location = new System.Drawing.Point(9, 2);
  304. this.btnNum7.Name = "btnNum7";
  305. this.btnNum7.Size = new System.Drawing.Size(70, 60);
  306. this.btnNum7.TabIndex = 12;
  307. this.btnNum7.Text = "7";
  308. this.btnNum7.UseVisualStyleBackColor = false;
  309. //
  310. // FrmKeybord
  311. //
  312. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  313. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  314. this.ClientSize = new System.Drawing.Size(324, 331);
  315. this.Controls.Add(this.lblMax);
  316. this.Controls.Add(this.label1);
  317. this.Controls.Add(this.lblMin);
  318. this.Controls.Add(this.btnEnter);
  319. this.Controls.Add(this.btnExit);
  320. this.Controls.Add(this.btnDel);
  321. this.Controls.Add(this.btnClear);
  322. this.Controls.Add(this.txtNumber);
  323. this.Controls.Add(this.panel1);
  324. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  325. this.MaximumSize = new System.Drawing.Size(340, 370);
  326. this.MinimumSize = new System.Drawing.Size(324, 363);
  327. this.Name = "FrmKeybord";
  328. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  329. this.Text = "FrmKeybord";
  330. this.panel1.ResumeLayout(false);
  331. this.ResumeLayout(false);
  332. this.PerformLayout();
  333. }
  334. #endregion
  335. private System.Windows.Forms.Label lblMax;
  336. private System.Windows.Forms.Label label1;
  337. private System.Windows.Forms.Label lblMin;
  338. private System.Windows.Forms.Button btnEnter;
  339. private System.Windows.Forms.Button btnExit;
  340. private System.Windows.Forms.Button btnDel;
  341. private System.Windows.Forms.Button btnClear;
  342. private System.Windows.Forms.TextBox txtNumber;
  343. private System.Windows.Forms.Panel panel1;
  344. private System.Windows.Forms.Button btnSub;
  345. private System.Windows.Forms.Button btnPoint;
  346. private System.Windows.Forms.Button btnNum0;
  347. private System.Windows.Forms.Button btnNum3;
  348. private System.Windows.Forms.Button btnNum2;
  349. private System.Windows.Forms.Button btnNum1;
  350. private System.Windows.Forms.Button btnNum6;
  351. private System.Windows.Forms.Button btnNum5;
  352. private System.Windows.Forms.Button btnNum4;
  353. private System.Windows.Forms.Button btnNum9;
  354. private System.Windows.Forms.Button btnNum8;
  355. private System.Windows.Forms.Button btnNum7;
  356. }
  357. }