UserEdit.designer.cs 18 KB

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