Register.designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class Register
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Register));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.btnRest = new System.Windows.Forms.Button();
  31. this.picFinger3 = new System.Windows.Forms.PictureBox();
  32. this.picFinger2 = new System.Windows.Forms.PictureBox();
  33. this.btnClose = new System.Windows.Forms.Button();
  34. this.lblInfo = new System.Windows.Forms.Label();
  35. this.txtTel = new System.Windows.Forms.TextBox();
  36. this.txtUserName = new System.Windows.Forms.TextBox();
  37. this.txtPassWord = new System.Windows.Forms.TextBox();
  38. this.txtName = new System.Windows.Forms.TextBox();
  39. this.btnSubmit = new System.Windows.Forms.Button();
  40. this.panel2 = new System.Windows.Forms.Panel();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.lblTel = new System.Windows.Forms.Label();
  45. this.lblName = new System.Windows.Forms.Label();
  46. this.picFinger1 = new System.Windows.Forms.PictureBox();
  47. this.panel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.picFinger3)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.picFinger2)).BeginInit();
  50. this.panel2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.picFinger1)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // panel1
  55. //
  56. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  57. this.panel1.Controls.Add(this.btnRest);
  58. this.panel1.Controls.Add(this.picFinger3);
  59. this.panel1.Controls.Add(this.picFinger2);
  60. this.panel1.Controls.Add(this.btnClose);
  61. this.panel1.Controls.Add(this.lblInfo);
  62. this.panel1.Controls.Add(this.txtTel);
  63. this.panel1.Controls.Add(this.txtUserName);
  64. this.panel1.Controls.Add(this.txtPassWord);
  65. this.panel1.Controls.Add(this.txtName);
  66. this.panel1.Controls.Add(this.btnSubmit);
  67. this.panel1.Controls.Add(this.panel2);
  68. this.panel1.Controls.Add(this.label2);
  69. this.panel1.Controls.Add(this.label3);
  70. this.panel1.Controls.Add(this.lblTel);
  71. this.panel1.Controls.Add(this.lblName);
  72. this.panel1.Controls.Add(this.picFinger1);
  73. this.panel1.Location = new System.Drawing.Point(3, 3);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(380, 409);
  76. this.panel1.TabIndex = 1;
  77. //
  78. // btnRest
  79. //
  80. this.btnRest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  81. this.btnRest.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.btnRest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  83. this.btnRest.Location = new System.Drawing.Point(148, 361);
  84. this.btnRest.Name = "btnRest";
  85. this.btnRest.Size = new System.Drawing.Size(75, 26);
  86. this.btnRest.TabIndex = 13;
  87. this.btnRest.Text = "重 置";
  88. this.btnRest.UseVisualStyleBackColor = false;
  89. this.btnRest.Click += new System.EventHandler(this.btnRest_Click);
  90. //
  91. // picFinger3
  92. //
  93. this.picFinger3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  94. this.picFinger3.Image = global::IntelligentControlForsx.Properties.Resources.finger_static;
  95. this.picFinger3.Location = new System.Drawing.Point(257, 220);
  96. this.picFinger3.Name = "picFinger3";
  97. this.picFinger3.Size = new System.Drawing.Size(84, 99);
  98. this.picFinger3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  99. this.picFinger3.TabIndex = 12;
  100. this.picFinger3.TabStop = false;
  101. //
  102. // picFinger2
  103. //
  104. this.picFinger2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  105. this.picFinger2.Image = global::IntelligentControlForsx.Properties.Resources.finger_static;
  106. this.picFinger2.Location = new System.Drawing.Point(148, 220);
  107. this.picFinger2.Name = "picFinger2";
  108. this.picFinger2.Size = new System.Drawing.Size(84, 99);
  109. this.picFinger2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  110. this.picFinger2.TabIndex = 11;
  111. this.picFinger2.TabStop = false;
  112. //
  113. // btnClose
  114. //
  115. this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  116. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.btnClose.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  118. this.btnClose.Location = new System.Drawing.Point(257, 361);
  119. this.btnClose.Name = "btnClose";
  120. this.btnClose.Size = new System.Drawing.Size(75, 26);
  121. this.btnClose.TabIndex = 10;
  122. this.btnClose.Text = "关 闭";
  123. this.btnClose.UseVisualStyleBackColor = false;
  124. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  125. //
  126. // lblInfo
  127. //
  128. this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.lblInfo.ForeColor = System.Drawing.Color.OrangeRed;
  130. this.lblInfo.Location = new System.Drawing.Point(70, 330);
  131. this.lblInfo.Name = "lblInfo";
  132. this.lblInfo.Size = new System.Drawing.Size(250, 24);
  133. this.lblInfo.TabIndex = 9;
  134. this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  135. //
  136. // txtTel
  137. //
  138. this.txtTel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.txtTel.Location = new System.Drawing.Point(96, 149);
  140. this.txtTel.Name = "txtTel";
  141. this.txtTel.Size = new System.Drawing.Size(121, 23);
  142. this.txtTel.TabIndex = 8;
  143. this.txtTel.TextChanged += new System.EventHandler(this.txtTel_TextChanged);
  144. //
  145. // txtUserName
  146. //
  147. this.txtUserName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.txtUserName.Location = new System.Drawing.Point(96, 49);
  149. this.txtUserName.Name = "txtUserName";
  150. this.txtUserName.Size = new System.Drawing.Size(121, 23);
  151. this.txtUserName.TabIndex = 7;
  152. this.txtUserName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
  153. //
  154. // txtPassWord
  155. //
  156. this.txtPassWord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.txtPassWord.Location = new System.Drawing.Point(96, 81);
  158. this.txtPassWord.Name = "txtPassWord";
  159. this.txtPassWord.PasswordChar = '*';
  160. this.txtPassWord.Size = new System.Drawing.Size(121, 23);
  161. this.txtPassWord.TabIndex = 7;
  162. this.txtPassWord.TextChanged += new System.EventHandler(this.txtName_TextChanged);
  163. //
  164. // txtName
  165. //
  166. this.txtName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.txtName.Location = new System.Drawing.Point(96, 114);
  168. this.txtName.Name = "txtName";
  169. this.txtName.Size = new System.Drawing.Size(121, 23);
  170. this.txtName.TabIndex = 7;
  171. this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
  172. //
  173. // btnSubmit
  174. //
  175. this.btnSubmit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  176. this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.btnSubmit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  178. this.btnSubmit.Location = new System.Drawing.Point(36, 360);
  179. this.btnSubmit.Name = "btnSubmit";
  180. this.btnSubmit.Size = new System.Drawing.Size(75, 26);
  181. this.btnSubmit.TabIndex = 5;
  182. this.btnSubmit.Text = "注 册";
  183. this.btnSubmit.UseVisualStyleBackColor = false;
  184. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  185. //
  186. // panel2
  187. //
  188. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  189. this.panel2.Controls.Add(this.label1);
  190. this.panel2.Location = new System.Drawing.Point(0, -1);
  191. this.panel2.Name = "panel2";
  192. this.panel2.Size = new System.Drawing.Size(380, 32);
  193. this.panel2.TabIndex = 4;
  194. //
  195. // label1
  196. //
  197. this.label1.AutoSize = true;
  198. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  199. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  201. this.label1.Location = new System.Drawing.Point(4, 6);
  202. this.label1.Name = "label1";
  203. this.label1.Size = new System.Drawing.Size(74, 22);
  204. this.label1.TabIndex = 5;
  205. this.label1.Text = "用户注册";
  206. //
  207. // label2
  208. //
  209. this.label2.AutoSize = true;
  210. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.label2.ForeColor = System.Drawing.Color.White;
  212. this.label2.Location = new System.Drawing.Point(15, 50);
  213. this.label2.Name = "label2";
  214. this.label2.Size = new System.Drawing.Size(73, 19);
  215. this.label2.TabIndex = 2;
  216. this.label2.Text = "用 户 名:";
  217. //
  218. // label3
  219. //
  220. this.label3.AutoSize = true;
  221. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.label3.ForeColor = System.Drawing.Color.White;
  223. this.label3.Location = new System.Drawing.Point(15, 82);
  224. this.label3.Name = "label3";
  225. this.label3.Size = new System.Drawing.Size(71, 19);
  226. this.label3.TabIndex = 2;
  227. this.label3.Text = "密 码:";
  228. //
  229. // lblTel
  230. //
  231. this.lblTel.AutoSize = true;
  232. this.lblTel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.lblTel.ForeColor = System.Drawing.Color.White;
  234. this.lblTel.Location = new System.Drawing.Point(15, 151);
  235. this.lblTel.Name = "lblTel";
  236. this.lblTel.Size = new System.Drawing.Size(71, 19);
  237. this.lblTel.TabIndex = 3;
  238. this.lblTel.Text = "电 话:";
  239. //
  240. // lblName
  241. //
  242. this.lblName.AutoSize = true;
  243. this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.lblName.ForeColor = System.Drawing.Color.White;
  245. this.lblName.Location = new System.Drawing.Point(15, 116);
  246. this.lblName.Name = "lblName";
  247. this.lblName.Size = new System.Drawing.Size(71, 19);
  248. this.lblName.TabIndex = 2;
  249. this.lblName.Text = "姓 名:";
  250. //
  251. // picFinger1
  252. //
  253. this.picFinger1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  254. this.picFinger1.Image = global::IntelligentControlForsx.Properties.Resources.finger_static;
  255. this.picFinger1.Location = new System.Drawing.Point(36, 219);
  256. this.picFinger1.Name = "picFinger1";
  257. this.picFinger1.Size = new System.Drawing.Size(84, 99);
  258. this.picFinger1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  259. this.picFinger1.TabIndex = 0;
  260. this.picFinger1.TabStop = false;
  261. //
  262. // Register
  263. //
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  266. this.BackColor = System.Drawing.Color.White;
  267. this.ClientSize = new System.Drawing.Size(386, 417);
  268. this.Controls.Add(this.panel1);
  269. this.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  270. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  271. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  272. this.MaximizeBox = false;
  273. this.Name = "Register";
  274. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  275. this.Text = "值长授权";
  276. this.Load += new System.EventHandler(this.Register_Load);
  277. this.panel1.ResumeLayout(false);
  278. this.panel1.PerformLayout();
  279. ((System.ComponentModel.ISupportInitialize)(this.picFinger3)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.picFinger2)).EndInit();
  281. this.panel2.ResumeLayout(false);
  282. this.panel2.PerformLayout();
  283. ((System.ComponentModel.ISupportInitialize)(this.picFinger1)).EndInit();
  284. this.ResumeLayout(false);
  285. }
  286. #endregion
  287. public bool passed;
  288. private System.Windows.Forms.Panel panel1;
  289. private System.Windows.Forms.Label lblTel;
  290. private System.Windows.Forms.Label lblName;
  291. private System.Windows.Forms.Panel panel2;
  292. private System.Windows.Forms.Label label1;
  293. private System.Windows.Forms.TextBox txtTel;
  294. private System.Windows.Forms.TextBox txtName;
  295. private System.Windows.Forms.Button btnSubmit;
  296. private System.Windows.Forms.Label lblInfo;
  297. private System.Windows.Forms.Button btnClose;
  298. private System.Windows.Forms.PictureBox picFinger3;
  299. private System.Windows.Forms.PictureBox picFinger2;
  300. private System.Windows.Forms.PictureBox picFinger1;
  301. private System.Windows.Forms.Button btnRest;
  302. private System.Windows.Forms.TextBox txtUserName;
  303. private System.Windows.Forms.TextBox txtPassWord;
  304. private System.Windows.Forms.Label label2;
  305. private System.Windows.Forms.Label label3;
  306. }
  307. }