NumKeybordForm.Designer.cs 18 KB

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