PasswordKeyboardForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  30. this.btn_clear = new Sunny.UI.UIButton();
  31. this.btn_0 = new Sunny.UI.UIButton();
  32. this.btn_delete = new Sunny.UI.UIButton();
  33. this.btn_9 = new Sunny.UI.UIButton();
  34. this.btn_8 = new Sunny.UI.UIButton();
  35. this.btn_7 = new Sunny.UI.UIButton();
  36. this.btn_6 = new Sunny.UI.UIButton();
  37. this.btn_5 = new Sunny.UI.UIButton();
  38. this.btn_4 = new Sunny.UI.UIButton();
  39. this.btn_3 = new Sunny.UI.UIButton();
  40. this.btn_2 = new Sunny.UI.UIButton();
  41. this.btn_1 = new Sunny.UI.UIButton();
  42. this.uiPanel1 = new Sunny.UI.UIPanel();
  43. this.btn_Exit = new Sunny.UI.UIButton();
  44. this.btn_OK = new Sunny.UI.UIButton();
  45. this.uiTitlePanel1.SuspendLayout();
  46. this.uiPanel1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // uiTitlePanel1
  50. //
  51. this.uiTitlePanel1.Controls.Add(this.btn_clear);
  52. this.uiTitlePanel1.Controls.Add(this.btn_0);
  53. this.uiTitlePanel1.Controls.Add(this.btn_delete);
  54. this.uiTitlePanel1.Controls.Add(this.btn_9);
  55. this.uiTitlePanel1.Controls.Add(this.btn_8);
  56. this.uiTitlePanel1.Controls.Add(this.btn_7);
  57. this.uiTitlePanel1.Controls.Add(this.btn_6);
  58. this.uiTitlePanel1.Controls.Add(this.btn_5);
  59. this.uiTitlePanel1.Controls.Add(this.btn_4);
  60. this.uiTitlePanel1.Controls.Add(this.btn_3);
  61. this.uiTitlePanel1.Controls.Add(this.btn_2);
  62. this.uiTitlePanel1.Controls.Add(this.btn_1);
  63. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
  66. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  67. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  68. this.uiTitlePanel1.Name = "uiTitlePanel1";
  69. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  70. this.uiTitlePanel1.ShowText = false;
  71. this.uiTitlePanel1.Size = new System.Drawing.Size(394, 509);
  72. this.uiTitlePanel1.TabIndex = 13;
  73. this.uiTitlePanel1.Text = "请输入您的密码";
  74. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  75. this.uiTitlePanel1.TitleHeight = 40;
  76. this.uiTitlePanel1.TitleInterval = 11;
  77. this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  78. //
  79. // btn_clear
  80. //
  81. this.btn_clear.Anchor = System.Windows.Forms.AnchorStyles.Top;
  82. this.btn_clear.Cursor = System.Windows.Forms.Cursors.Hand;
  83. this.btn_clear.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btn_clear.Location = new System.Drawing.Point(266, 336);
  85. this.btn_clear.MinimumSize = new System.Drawing.Size(1, 1);
  86. this.btn_clear.Name = "btn_clear";
  87. this.btn_clear.Size = new System.Drawing.Size(111, 77);
  88. this.btn_clear.TabIndex = 12;
  89. this.btn_clear.Text = "清除";
  90. this.btn_clear.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.btn_clear.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  92. this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
  93. //
  94. // btn_0
  95. //
  96. this.btn_0.Anchor = System.Windows.Forms.AnchorStyles.Top;
  97. this.btn_0.Cursor = System.Windows.Forms.Cursors.Hand;
  98. this.btn_0.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.btn_0.Location = new System.Drawing.Point(142, 336);
  100. this.btn_0.MinimumSize = new System.Drawing.Size(1, 1);
  101. this.btn_0.Name = "btn_0";
  102. this.btn_0.Size = new System.Drawing.Size(111, 77);
  103. this.btn_0.TabIndex = 11;
  104. this.btn_0.Text = "0";
  105. this.btn_0.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.btn_0.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  107. this.btn_0.Click += new System.EventHandler(this.btn_1_Click);
  108. //
  109. // btn_delete
  110. //
  111. this.btn_delete.Anchor = System.Windows.Forms.AnchorStyles.Top;
  112. this.btn_delete.Cursor = System.Windows.Forms.Cursors.Hand;
  113. this.btn_delete.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.btn_delete.Location = new System.Drawing.Point(16, 336);
  115. this.btn_delete.MinimumSize = new System.Drawing.Size(1, 1);
  116. this.btn_delete.Name = "btn_delete";
  117. this.btn_delete.Size = new System.Drawing.Size(111, 77);
  118. this.btn_delete.TabIndex = 10;
  119. this.btn_delete.Text = "退格";
  120. this.btn_delete.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.btn_delete.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  122. this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
  123. //
  124. // btn_9
  125. //
  126. this.btn_9.Anchor = System.Windows.Forms.AnchorStyles.Top;
  127. this.btn_9.Cursor = System.Windows.Forms.Cursors.Hand;
  128. this.btn_9.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.btn_9.Location = new System.Drawing.Point(266, 240);
  130. this.btn_9.MinimumSize = new System.Drawing.Size(1, 1);
  131. this.btn_9.Name = "btn_9";
  132. this.btn_9.Size = new System.Drawing.Size(111, 77);
  133. this.btn_9.TabIndex = 9;
  134. this.btn_9.Text = "9";
  135. this.btn_9.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.btn_9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  137. this.btn_9.Click += new System.EventHandler(this.btn_1_Click);
  138. //
  139. // btn_8
  140. //
  141. this.btn_8.Anchor = System.Windows.Forms.AnchorStyles.Top;
  142. this.btn_8.Cursor = System.Windows.Forms.Cursors.Hand;
  143. this.btn_8.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.btn_8.Location = new System.Drawing.Point(142, 240);
  145. this.btn_8.MinimumSize = new System.Drawing.Size(1, 1);
  146. this.btn_8.Name = "btn_8";
  147. this.btn_8.Size = new System.Drawing.Size(111, 77);
  148. this.btn_8.TabIndex = 8;
  149. this.btn_8.Text = "8";
  150. this.btn_8.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.btn_8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  152. this.btn_8.Click += new System.EventHandler(this.btn_1_Click);
  153. //
  154. // btn_7
  155. //
  156. this.btn_7.Anchor = System.Windows.Forms.AnchorStyles.Top;
  157. this.btn_7.Cursor = System.Windows.Forms.Cursors.Hand;
  158. this.btn_7.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.btn_7.Location = new System.Drawing.Point(16, 240);
  160. this.btn_7.MinimumSize = new System.Drawing.Size(1, 1);
  161. this.btn_7.Name = "btn_7";
  162. this.btn_7.Size = new System.Drawing.Size(111, 77);
  163. this.btn_7.TabIndex = 7;
  164. this.btn_7.Text = "7";
  165. this.btn_7.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.btn_7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  167. this.btn_7.Click += new System.EventHandler(this.btn_1_Click);
  168. //
  169. // btn_6
  170. //
  171. this.btn_6.Anchor = System.Windows.Forms.AnchorStyles.Top;
  172. this.btn_6.Cursor = System.Windows.Forms.Cursors.Hand;
  173. this.btn_6.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.btn_6.Location = new System.Drawing.Point(266, 147);
  175. this.btn_6.MinimumSize = new System.Drawing.Size(1, 1);
  176. this.btn_6.Name = "btn_6";
  177. this.btn_6.Size = new System.Drawing.Size(111, 77);
  178. this.btn_6.TabIndex = 6;
  179. this.btn_6.Text = "6";
  180. this.btn_6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.btn_6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  182. this.btn_6.Click += new System.EventHandler(this.btn_1_Click);
  183. //
  184. // btn_5
  185. //
  186. this.btn_5.Anchor = System.Windows.Forms.AnchorStyles.Top;
  187. this.btn_5.Cursor = System.Windows.Forms.Cursors.Hand;
  188. this.btn_5.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.btn_5.Location = new System.Drawing.Point(142, 147);
  190. this.btn_5.MinimumSize = new System.Drawing.Size(1, 1);
  191. this.btn_5.Name = "btn_5";
  192. this.btn_5.Size = new System.Drawing.Size(111, 77);
  193. this.btn_5.TabIndex = 5;
  194. this.btn_5.Text = "5";
  195. this.btn_5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.btn_5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  197. this.btn_5.Click += new System.EventHandler(this.btn_1_Click);
  198. //
  199. // btn_4
  200. //
  201. this.btn_4.Anchor = System.Windows.Forms.AnchorStyles.Top;
  202. this.btn_4.Cursor = System.Windows.Forms.Cursors.Hand;
  203. this.btn_4.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.btn_4.Location = new System.Drawing.Point(16, 147);
  205. this.btn_4.MinimumSize = new System.Drawing.Size(1, 1);
  206. this.btn_4.Name = "btn_4";
  207. this.btn_4.Size = new System.Drawing.Size(111, 77);
  208. this.btn_4.TabIndex = 4;
  209. this.btn_4.Text = "4";
  210. this.btn_4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.btn_4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  212. this.btn_4.Click += new System.EventHandler(this.btn_1_Click);
  213. //
  214. // btn_3
  215. //
  216. this.btn_3.Anchor = System.Windows.Forms.AnchorStyles.Top;
  217. this.btn_3.Cursor = System.Windows.Forms.Cursors.Hand;
  218. this.btn_3.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.btn_3.Location = new System.Drawing.Point(266, 54);
  220. this.btn_3.MinimumSize = new System.Drawing.Size(1, 1);
  221. this.btn_3.Name = "btn_3";
  222. this.btn_3.Size = new System.Drawing.Size(111, 77);
  223. this.btn_3.TabIndex = 3;
  224. this.btn_3.Text = "3";
  225. this.btn_3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.btn_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  227. this.btn_3.Click += new System.EventHandler(this.btn_1_Click);
  228. //
  229. // btn_2
  230. //
  231. this.btn_2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  232. this.btn_2.Cursor = System.Windows.Forms.Cursors.Hand;
  233. this.btn_2.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.btn_2.Location = new System.Drawing.Point(142, 54);
  235. this.btn_2.MinimumSize = new System.Drawing.Size(1, 1);
  236. this.btn_2.Name = "btn_2";
  237. this.btn_2.Size = new System.Drawing.Size(111, 77);
  238. this.btn_2.TabIndex = 2;
  239. this.btn_2.Text = "2";
  240. this.btn_2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.btn_2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  242. this.btn_2.Click += new System.EventHandler(this.btn_1_Click);
  243. //
  244. // btn_1
  245. //
  246. this.btn_1.Anchor = System.Windows.Forms.AnchorStyles.Top;
  247. this.btn_1.Cursor = System.Windows.Forms.Cursors.Hand;
  248. this.btn_1.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.btn_1.Location = new System.Drawing.Point(16, 54);
  250. this.btn_1.MinimumSize = new System.Drawing.Size(1, 1);
  251. this.btn_1.Name = "btn_1";
  252. this.btn_1.Size = new System.Drawing.Size(111, 77);
  253. this.btn_1.TabIndex = 1;
  254. this.btn_1.Text = "1";
  255. this.btn_1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.btn_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  257. this.btn_1.Click += new System.EventHandler(this.btn_1_Click);
  258. //
  259. // uiPanel1
  260. //
  261. this.uiPanel1.Controls.Add(this.btn_Exit);
  262. this.uiPanel1.Controls.Add(this.btn_OK);
  263. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  264. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.uiPanel1.Location = new System.Drawing.Point(0, 430);
  266. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  267. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  268. this.uiPanel1.Name = "uiPanel1";
  269. this.uiPanel1.Size = new System.Drawing.Size(394, 79);
  270. this.uiPanel1.TabIndex = 14;
  271. this.uiPanel1.Text = null;
  272. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  273. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  274. //
  275. // btn_Exit
  276. //
  277. this.btn_Exit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  278. | System.Windows.Forms.AnchorStyles.Right)));
  279. this.btn_Exit.Cursor = System.Windows.Forms.Cursors.Hand;
  280. this.btn_Exit.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.btn_Exit.Location = new System.Drawing.Point(266, 12);
  282. this.btn_Exit.MinimumSize = new System.Drawing.Size(1, 1);
  283. this.btn_Exit.Name = "btn_Exit";
  284. this.btn_Exit.Size = new System.Drawing.Size(111, 59);
  285. this.btn_Exit.TabIndex = 1;
  286. this.btn_Exit.Text = "退出";
  287. this.btn_Exit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.btn_Exit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  289. this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
  290. //
  291. // btn_OK
  292. //
  293. this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  294. | System.Windows.Forms.AnchorStyles.Right)));
  295. this.btn_OK.Cursor = System.Windows.Forms.Cursors.Hand;
  296. this.btn_OK.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.btn_OK.Location = new System.Drawing.Point(142, 12);
  298. this.btn_OK.MinimumSize = new System.Drawing.Size(1, 1);
  299. this.btn_OK.Name = "btn_OK";
  300. this.btn_OK.Size = new System.Drawing.Size(111, 59);
  301. this.btn_OK.TabIndex = 0;
  302. this.btn_OK.Text = "确定";
  303. this.btn_OK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.btn_OK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  305. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  306. //
  307. // PasswordKeyboardForm
  308. //
  309. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  310. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  311. this.ClientSize = new System.Drawing.Size(394, 509);
  312. this.Controls.Add(this.uiPanel1);
  313. this.Controls.Add(this.uiTitlePanel1);
  314. this.Name = "PasswordKeyboardForm";
  315. this.Text = "数字密码键盘";
  316. this.TopMost = true;
  317. this.Load += new System.EventHandler(this.PasswordKeyboardForm_Load);
  318. this.uiTitlePanel1.ResumeLayout(false);
  319. this.uiPanel1.ResumeLayout(false);
  320. this.ResumeLayout(false);
  321. }
  322. #endregion
  323. private Sunny.UI.UITitlePanel uiTitlePanel1;
  324. private Sunny.UI.UIButton btn_clear;
  325. private Sunny.UI.UIButton btn_0;
  326. private Sunny.UI.UIButton btn_delete;
  327. private Sunny.UI.UIButton btn_9;
  328. private Sunny.UI.UIButton btn_8;
  329. private Sunny.UI.UIButton btn_7;
  330. private Sunny.UI.UIButton btn_6;
  331. private Sunny.UI.UIButton btn_5;
  332. private Sunny.UI.UIButton btn_4;
  333. private Sunny.UI.UIButton btn_3;
  334. private Sunny.UI.UIButton btn_2;
  335. private Sunny.UI.UIButton btn_1;
  336. private Sunny.UI.UIPanel uiPanel1;
  337. private Sunny.UI.UIButton btn_Exit;
  338. private Sunny.UI.UIButton btn_OK;
  339. }
  340. }