FingerCheck2.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class FingerCheck2
  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.components = new System.ComponentModel.Container();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.lblInfo = new System.Windows.Forms.Label();
  31. this.lblClose = new System.Windows.Forms.Label();
  32. this.timer1 = new System.Windows.Forms.Timer(this.components);
  33. this.btnPut = new System.Windows.Forms.Button();
  34. this.picFinger = new System.Windows.Forms.PictureBox();
  35. this.txtPassWord = new System.Windows.Forms.TextBox();
  36. this.btnLogin = new System.Windows.Forms.Button();
  37. this.panel2 = new System.Windows.Forms.Panel();
  38. this.groupBox1 = new System.Windows.Forms.GroupBox();
  39. this.cbUser = new System.Windows.Forms.ComboBox();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.picFinger)).BeginInit();
  42. this.groupBox1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // panel1
  46. //
  47. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(200)))), ((int)(((byte)(187)))));
  48. this.panel1.Controls.Add(this.lblInfo);
  49. this.panel1.Location = new System.Drawing.Point(2, 211);
  50. this.panel1.Name = "panel1";
  51. this.panel1.Size = new System.Drawing.Size(156, 31);
  52. this.panel1.TabIndex = 2;
  53. //
  54. // lblInfo
  55. //
  56. this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.lblInfo.ForeColor = System.Drawing.Color.Firebrick;
  58. this.lblInfo.Location = new System.Drawing.Point(2, 7);
  59. this.lblInfo.Name = "lblInfo";
  60. this.lblInfo.Size = new System.Drawing.Size(154, 17);
  61. this.lblInfo.TabIndex = 0;
  62. this.lblInfo.Text = "请验证指纹";
  63. this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  64. //
  65. // lblClose
  66. //
  67. this.lblClose.BackColor = System.Drawing.Color.White;
  68. this.lblClose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.lblClose.ForeColor = System.Drawing.Color.OrangeRed;
  70. this.lblClose.Location = new System.Drawing.Point(142, 2);
  71. this.lblClose.Margin = new System.Windows.Forms.Padding(0);
  72. this.lblClose.Name = "lblClose";
  73. this.lblClose.Size = new System.Drawing.Size(15, 15);
  74. this.lblClose.TabIndex = 3;
  75. this.lblClose.Text = "X";
  76. this.lblClose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  77. this.lblClose.Click += new System.EventHandler(this.lblClose_Click);
  78. //
  79. // timer1
  80. //
  81. this.timer1.Enabled = true;
  82. this.timer1.Interval = 1000;
  83. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  84. //
  85. // btnPut
  86. //
  87. this.btnPut.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.btnPut.Location = new System.Drawing.Point(43, 247);
  89. this.btnPut.Name = "btnPut";
  90. this.btnPut.Size = new System.Drawing.Size(75, 23);
  91. this.btnPut.TabIndex = 4;
  92. this.btnPut.Text = "密码验证";
  93. this.btnPut.UseVisualStyleBackColor = true;
  94. this.btnPut.Click += new System.EventHandler(this.btnPut_Click);
  95. //
  96. // picFinger
  97. //
  98. this.picFinger.BackColor = System.Drawing.Color.White;
  99. this.picFinger.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  100. this.picFinger.Image = global::IntelligentControlForsx.Properties.Resources.finger;
  101. this.picFinger.Location = new System.Drawing.Point(1, 1);
  102. this.picFinger.Name = "picFinger";
  103. this.picFinger.Size = new System.Drawing.Size(156, 209);
  104. this.picFinger.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  105. this.picFinger.TabIndex = 1;
  106. this.picFinger.TabStop = false;
  107. //
  108. // txtPassWord
  109. //
  110. this.txtPassWord.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.txtPassWord.ForeColor = System.Drawing.Color.DimGray;
  112. this.txtPassWord.Location = new System.Drawing.Point(20, 93);
  113. this.txtPassWord.Name = "txtPassWord";
  114. this.txtPassWord.Size = new System.Drawing.Size(124, 26);
  115. this.txtPassWord.TabIndex = 6;
  116. this.txtPassWord.Text = "请输入密码";
  117. this.txtPassWord.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtPassWord_MouseClick);
  118. //
  119. // btnLogin
  120. //
  121. this.btnLogin.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.btnLogin.Location = new System.Drawing.Point(41, 157);
  123. this.btnLogin.Name = "btnLogin";
  124. this.btnLogin.Size = new System.Drawing.Size(75, 23);
  125. this.btnLogin.TabIndex = 7;
  126. this.btnLogin.Text = "确 定";
  127. this.btnLogin.UseVisualStyleBackColor = true;
  128. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  129. //
  130. // panel2
  131. //
  132. this.panel2.BackColor = System.Drawing.Color.DimGray;
  133. this.panel2.Location = new System.Drawing.Point(0, 241);
  134. this.panel2.Name = "panel2";
  135. this.panel2.Size = new System.Drawing.Size(160, 1);
  136. this.panel2.TabIndex = 8;
  137. //
  138. // groupBox1
  139. //
  140. this.groupBox1.Controls.Add(this.cbUser);
  141. this.groupBox1.Controls.Add(this.txtPassWord);
  142. this.groupBox1.Controls.Add(this.btnLogin);
  143. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.groupBox1.ForeColor = System.Drawing.Color.Black;
  145. this.groupBox1.Location = new System.Drawing.Point(2, 31);
  146. this.groupBox1.Name = "groupBox1";
  147. this.groupBox1.Size = new System.Drawing.Size(156, 184);
  148. this.groupBox1.TabIndex = 10;
  149. this.groupBox1.TabStop = false;
  150. //
  151. // cbUser
  152. //
  153. this.cbUser.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.cbUser.ForeColor = System.Drawing.Color.DimGray;
  155. this.cbUser.FormattingEnabled = true;
  156. this.cbUser.Location = new System.Drawing.Point(20, 35);
  157. this.cbUser.Name = "cbUser";
  158. this.cbUser.Size = new System.Drawing.Size(124, 28);
  159. this.cbUser.TabIndex = 8;
  160. this.cbUser.SelectedIndexChanged += new System.EventHandler(this.cbUser_SelectedIndexChanged);
  161. //
  162. // FingerCheck2
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(200)))), ((int)(((byte)(187)))));
  167. this.ClientSize = new System.Drawing.Size(160, 274);
  168. this.Controls.Add(this.groupBox1);
  169. this.Controls.Add(this.panel2);
  170. this.Controls.Add(this.picFinger);
  171. this.Controls.Add(this.btnPut);
  172. this.Controls.Add(this.lblClose);
  173. this.Controls.Add(this.panel1);
  174. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  175. this.Name = "FingerCheck2";
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  177. this.Text = "FingerCheck";
  178. this.Load += new System.EventHandler(this.FingerCheck_Load);
  179. this.panel1.ResumeLayout(false);
  180. ((System.ComponentModel.ISupportInitialize)(this.picFinger)).EndInit();
  181. this.groupBox1.ResumeLayout(false);
  182. this.groupBox1.PerformLayout();
  183. this.ResumeLayout(false);
  184. }
  185. #endregion
  186. private System.Windows.Forms.Panel panel1;
  187. private System.Windows.Forms.Label lblInfo;
  188. private System.Windows.Forms.Label lblClose;
  189. private System.Windows.Forms.Timer timer1;
  190. private System.Windows.Forms.Button btnPut;
  191. private System.Windows.Forms.PictureBox picFinger;
  192. private System.Windows.Forms.TextBox txtPassWord;
  193. private System.Windows.Forms.Button btnLogin;
  194. private System.Windows.Forms.Panel panel2;
  195. private System.Windows.Forms.GroupBox groupBox1;
  196. private System.Windows.Forms.ComboBox cbUser;
  197. }
  198. }