PasswordKeyboardForm.designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class PasswordKeyboardForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  31. this.tb_PassWord = new Sunny.UI.UITextBox();
  32. this.btn_clear = new Sunny.UI.UIButton();
  33. this.btn_0 = new Sunny.UI.UIButton();
  34. this.btn_delete = new Sunny.UI.UIButton();
  35. this.btn_9 = new Sunny.UI.UIButton();
  36. this.btn_8 = new Sunny.UI.UIButton();
  37. this.btn_7 = new Sunny.UI.UIButton();
  38. this.btn_6 = new Sunny.UI.UIButton();
  39. this.btn_5 = new Sunny.UI.UIButton();
  40. this.btn_4 = new Sunny.UI.UIButton();
  41. this.btn_3 = new Sunny.UI.UIButton();
  42. this.btn_2 = new Sunny.UI.UIButton();
  43. this.btn_1 = new Sunny.UI.UIButton();
  44. this.uiPanel1 = new Sunny.UI.UIPanel();
  45. this.btn_Exit = new Sunny.UI.UIButton();
  46. this.btn_OK = new Sunny.UI.UIButton();
  47. this.timer1 = new System.Windows.Forms.Timer(this.components);
  48. this.uiTitlePanel1.SuspendLayout();
  49. this.uiPanel1.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // uiTitlePanel1
  53. //
  54. this.uiTitlePanel1.Controls.Add(this.tb_PassWord);
  55. this.uiTitlePanel1.Controls.Add(this.btn_clear);
  56. this.uiTitlePanel1.Controls.Add(this.btn_0);
  57. this.uiTitlePanel1.Controls.Add(this.btn_delete);
  58. this.uiTitlePanel1.Controls.Add(this.btn_9);
  59. this.uiTitlePanel1.Controls.Add(this.btn_8);
  60. this.uiTitlePanel1.Controls.Add(this.btn_7);
  61. this.uiTitlePanel1.Controls.Add(this.btn_6);
  62. this.uiTitlePanel1.Controls.Add(this.btn_5);
  63. this.uiTitlePanel1.Controls.Add(this.btn_4);
  64. this.uiTitlePanel1.Controls.Add(this.btn_3);
  65. this.uiTitlePanel1.Controls.Add(this.btn_2);
  66. this.uiTitlePanel1.Controls.Add(this.btn_1);
  67. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
  70. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  71. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  72. this.uiTitlePanel1.Name = "uiTitlePanel1";
  73. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 45, 0, 0);
  74. this.uiTitlePanel1.ShowText = false;
  75. this.uiTitlePanel1.Size = new System.Drawing.Size(394, 519);
  76. this.uiTitlePanel1.TabIndex = 13;
  77. this.uiTitlePanel1.Text = "请输入您的密码";
  78. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  79. this.uiTitlePanel1.TitleHeight = 45;
  80. this.uiTitlePanel1.TitleInterval = 11;
  81. this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  82. //
  83. // tb_PassWord
  84. //
  85. this.tb_PassWord.Cursor = System.Windows.Forms.Cursors.IBeam;
  86. this.tb_PassWord.DoubleValue = 111111D;
  87. this.tb_PassWord.Enabled = false;
  88. this.tb_PassWord.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.tb_PassWord.IntValue = 111111;
  90. this.tb_PassWord.Location = new System.Drawing.Point(22, 55);
  91. this.tb_PassWord.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  92. this.tb_PassWord.MinimumSize = new System.Drawing.Size(1, 16);
  93. this.tb_PassWord.Name = "tb_PassWord";
  94. this.tb_PassWord.PasswordChar = '*';
  95. this.tb_PassWord.ShowText = false;
  96. this.tb_PassWord.Size = new System.Drawing.Size(351, 39);
  97. this.tb_PassWord.TabIndex = 13;
  98. this.tb_PassWord.Text = "111111";
  99. this.tb_PassWord.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  100. this.tb_PassWord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  101. //
  102. // btn_clear
  103. //
  104. this.btn_clear.Anchor = System.Windows.Forms.AnchorStyles.Top;
  105. this.btn_clear.Cursor = System.Windows.Forms.Cursors.Hand;
  106. this.btn_clear.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.btn_clear.Location = new System.Drawing.Point(260, 347);
  108. this.btn_clear.MinimumSize = new System.Drawing.Size(1, 1);
  109. this.btn_clear.Name = "btn_clear";
  110. this.btn_clear.Size = new System.Drawing.Size(116, 78);
  111. this.btn_clear.TabIndex = 12;
  112. this.btn_clear.Text = "清除";
  113. this.btn_clear.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.btn_clear.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  115. this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
  116. //
  117. // btn_0
  118. //
  119. this.btn_0.Anchor = System.Windows.Forms.AnchorStyles.Top;
  120. this.btn_0.Cursor = System.Windows.Forms.Cursors.Hand;
  121. this.btn_0.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.btn_0.Location = new System.Drawing.Point(140, 347);
  123. this.btn_0.MinimumSize = new System.Drawing.Size(1, 1);
  124. this.btn_0.Name = "btn_0";
  125. this.btn_0.Size = new System.Drawing.Size(116, 78);
  126. this.btn_0.TabIndex = 11;
  127. this.btn_0.Text = "0";
  128. this.btn_0.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.btn_0.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  130. this.btn_0.Click += new System.EventHandler(this.btn_1_Click);
  131. //
  132. // btn_delete
  133. //
  134. this.btn_delete.Anchor = System.Windows.Forms.AnchorStyles.Top;
  135. this.btn_delete.Cursor = System.Windows.Forms.Cursors.Hand;
  136. this.btn_delete.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.btn_delete.Location = new System.Drawing.Point(20, 347);
  138. this.btn_delete.MinimumSize = new System.Drawing.Size(1, 1);
  139. this.btn_delete.Name = "btn_delete";
  140. this.btn_delete.Size = new System.Drawing.Size(116, 78);
  141. this.btn_delete.TabIndex = 10;
  142. this.btn_delete.Text = "退格";
  143. this.btn_delete.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.btn_delete.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  145. this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
  146. //
  147. // btn_9
  148. //
  149. this.btn_9.Anchor = System.Windows.Forms.AnchorStyles.Top;
  150. this.btn_9.Cursor = System.Windows.Forms.Cursors.Hand;
  151. this.btn_9.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btn_9.Location = new System.Drawing.Point(260, 266);
  153. this.btn_9.MinimumSize = new System.Drawing.Size(1, 1);
  154. this.btn_9.Name = "btn_9";
  155. this.btn_9.Size = new System.Drawing.Size(116, 78);
  156. this.btn_9.TabIndex = 9;
  157. this.btn_9.Text = "9";
  158. this.btn_9.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.btn_9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  160. this.btn_9.Click += new System.EventHandler(this.btn_1_Click);
  161. //
  162. // btn_8
  163. //
  164. this.btn_8.Anchor = System.Windows.Forms.AnchorStyles.Top;
  165. this.btn_8.Cursor = System.Windows.Forms.Cursors.Hand;
  166. this.btn_8.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.btn_8.Location = new System.Drawing.Point(140, 266);
  168. this.btn_8.MinimumSize = new System.Drawing.Size(1, 1);
  169. this.btn_8.Name = "btn_8";
  170. this.btn_8.Size = new System.Drawing.Size(116, 78);
  171. this.btn_8.TabIndex = 8;
  172. this.btn_8.Text = "8";
  173. this.btn_8.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.btn_8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  175. this.btn_8.Click += new System.EventHandler(this.btn_1_Click);
  176. //
  177. // btn_7
  178. //
  179. this.btn_7.Anchor = System.Windows.Forms.AnchorStyles.Top;
  180. this.btn_7.Cursor = System.Windows.Forms.Cursors.Hand;
  181. this.btn_7.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.btn_7.Location = new System.Drawing.Point(20, 266);
  183. this.btn_7.MinimumSize = new System.Drawing.Size(1, 1);
  184. this.btn_7.Name = "btn_7";
  185. this.btn_7.Size = new System.Drawing.Size(116, 78);
  186. this.btn_7.TabIndex = 7;
  187. this.btn_7.Text = "7";
  188. this.btn_7.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.btn_7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  190. this.btn_7.Click += new System.EventHandler(this.btn_1_Click);
  191. //
  192. // btn_6
  193. //
  194. this.btn_6.Anchor = System.Windows.Forms.AnchorStyles.Top;
  195. this.btn_6.Cursor = System.Windows.Forms.Cursors.Hand;
  196. this.btn_6.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.btn_6.Location = new System.Drawing.Point(260, 185);
  198. this.btn_6.MinimumSize = new System.Drawing.Size(1, 1);
  199. this.btn_6.Name = "btn_6";
  200. this.btn_6.Size = new System.Drawing.Size(116, 78);
  201. this.btn_6.TabIndex = 6;
  202. this.btn_6.Text = "6";
  203. this.btn_6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.btn_6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  205. this.btn_6.Click += new System.EventHandler(this.btn_1_Click);
  206. //
  207. // btn_5
  208. //
  209. this.btn_5.Anchor = System.Windows.Forms.AnchorStyles.Top;
  210. this.btn_5.Cursor = System.Windows.Forms.Cursors.Hand;
  211. this.btn_5.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.btn_5.Location = new System.Drawing.Point(140, 185);
  213. this.btn_5.MinimumSize = new System.Drawing.Size(1, 1);
  214. this.btn_5.Name = "btn_5";
  215. this.btn_5.Size = new System.Drawing.Size(116, 78);
  216. this.btn_5.TabIndex = 5;
  217. this.btn_5.Text = "5";
  218. this.btn_5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.btn_5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  220. this.btn_5.Click += new System.EventHandler(this.btn_1_Click);
  221. //
  222. // btn_4
  223. //
  224. this.btn_4.Anchor = System.Windows.Forms.AnchorStyles.Top;
  225. this.btn_4.Cursor = System.Windows.Forms.Cursors.Hand;
  226. this.btn_4.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.btn_4.Location = new System.Drawing.Point(20, 185);
  228. this.btn_4.MinimumSize = new System.Drawing.Size(1, 1);
  229. this.btn_4.Name = "btn_4";
  230. this.btn_4.Size = new System.Drawing.Size(116, 78);
  231. this.btn_4.TabIndex = 4;
  232. this.btn_4.Text = "4";
  233. this.btn_4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.btn_4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  235. this.btn_4.Click += new System.EventHandler(this.btn_1_Click);
  236. //
  237. // btn_3
  238. //
  239. this.btn_3.Anchor = System.Windows.Forms.AnchorStyles.Top;
  240. this.btn_3.Cursor = System.Windows.Forms.Cursors.Hand;
  241. this.btn_3.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.btn_3.Location = new System.Drawing.Point(260, 104);
  243. this.btn_3.MinimumSize = new System.Drawing.Size(1, 1);
  244. this.btn_3.Name = "btn_3";
  245. this.btn_3.Size = new System.Drawing.Size(116, 78);
  246. this.btn_3.TabIndex = 3;
  247. this.btn_3.Text = "3";
  248. this.btn_3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.btn_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  250. this.btn_3.Click += new System.EventHandler(this.btn_1_Click);
  251. //
  252. // btn_2
  253. //
  254. this.btn_2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  255. this.btn_2.Cursor = System.Windows.Forms.Cursors.Hand;
  256. this.btn_2.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.btn_2.Location = new System.Drawing.Point(140, 104);
  258. this.btn_2.MinimumSize = new System.Drawing.Size(1, 1);
  259. this.btn_2.Name = "btn_2";
  260. this.btn_2.Size = new System.Drawing.Size(116, 78);
  261. this.btn_2.TabIndex = 2;
  262. this.btn_2.Text = "2";
  263. this.btn_2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.btn_2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  265. this.btn_2.Click += new System.EventHandler(this.btn_1_Click);
  266. //
  267. // btn_1
  268. //
  269. this.btn_1.Anchor = System.Windows.Forms.AnchorStyles.Top;
  270. this.btn_1.Cursor = System.Windows.Forms.Cursors.Hand;
  271. this.btn_1.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.btn_1.Location = new System.Drawing.Point(20, 104);
  273. this.btn_1.MinimumSize = new System.Drawing.Size(1, 1);
  274. this.btn_1.Name = "btn_1";
  275. this.btn_1.Size = new System.Drawing.Size(116, 78);
  276. this.btn_1.TabIndex = 1;
  277. this.btn_1.Text = "1";
  278. this.btn_1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.btn_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  280. this.btn_1.Click += new System.EventHandler(this.btn_1_Click);
  281. //
  282. // uiPanel1
  283. //
  284. this.uiPanel1.Controls.Add(this.btn_Exit);
  285. this.uiPanel1.Controls.Add(this.btn_OK);
  286. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  287. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.uiPanel1.Location = new System.Drawing.Point(0, 440);
  289. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  290. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  291. this.uiPanel1.Name = "uiPanel1";
  292. this.uiPanel1.Size = new System.Drawing.Size(394, 79);
  293. this.uiPanel1.TabIndex = 14;
  294. this.uiPanel1.Text = null;
  295. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  296. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  297. //
  298. // btn_Exit
  299. //
  300. this.btn_Exit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  301. | System.Windows.Forms.AnchorStyles.Right)));
  302. this.btn_Exit.Cursor = System.Windows.Forms.Cursors.Hand;
  303. this.btn_Exit.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.btn_Exit.Location = new System.Drawing.Point(22, 11);
  305. this.btn_Exit.MinimumSize = new System.Drawing.Size(1, 1);
  306. this.btn_Exit.Name = "btn_Exit";
  307. this.btn_Exit.Size = new System.Drawing.Size(116, 57);
  308. this.btn_Exit.TabIndex = 1;
  309. this.btn_Exit.Text = "退 出";
  310. this.btn_Exit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.btn_Exit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  312. this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
  313. //
  314. // btn_OK
  315. //
  316. this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  317. | System.Windows.Forms.AnchorStyles.Right)));
  318. this.btn_OK.Cursor = System.Windows.Forms.Cursors.Hand;
  319. this.btn_OK.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.btn_OK.Location = new System.Drawing.Point(259, 11);
  321. this.btn_OK.MinimumSize = new System.Drawing.Size(1, 1);
  322. this.btn_OK.Name = "btn_OK";
  323. this.btn_OK.Size = new System.Drawing.Size(116, 57);
  324. this.btn_OK.TabIndex = 0;
  325. this.btn_OK.Text = "确 定";
  326. this.btn_OK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.btn_OK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  328. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  329. //
  330. // timer1
  331. //
  332. this.timer1.Interval = 1000;
  333. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  334. //
  335. // PasswordKeyboardForm
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  338. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  339. this.ClientSize = new System.Drawing.Size(394, 519);
  340. this.Controls.Add(this.uiPanel1);
  341. this.Controls.Add(this.uiTitlePanel1);
  342. this.Name = "PasswordKeyboardForm";
  343. this.Text = "数字密码键盘";
  344. this.TopMost = true;
  345. this.Load += new System.EventHandler(this.PasswordKeyboardForm_Load);
  346. this.uiTitlePanel1.ResumeLayout(false);
  347. this.uiPanel1.ResumeLayout(false);
  348. this.ResumeLayout(false);
  349. }
  350. #endregion
  351. private Sunny.UI.UITitlePanel uiTitlePanel1;
  352. private Sunny.UI.UIButton btn_clear;
  353. private Sunny.UI.UIButton btn_0;
  354. private Sunny.UI.UIButton btn_delete;
  355. private Sunny.UI.UIButton btn_9;
  356. private Sunny.UI.UIButton btn_8;
  357. private Sunny.UI.UIButton btn_7;
  358. private Sunny.UI.UIButton btn_6;
  359. private Sunny.UI.UIButton btn_5;
  360. private Sunny.UI.UIButton btn_4;
  361. private Sunny.UI.UIButton btn_3;
  362. private Sunny.UI.UIButton btn_2;
  363. private Sunny.UI.UIButton btn_1;
  364. private Sunny.UI.UIPanel uiPanel1;
  365. private Sunny.UI.UIButton btn_Exit;
  366. private Sunny.UI.UIButton btn_OK;
  367. private Sunny.UI.UITextBox tb_PassWord;
  368. private System.Windows.Forms.Timer timer1;
  369. }
  370. }