123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class UserEdit
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserEdit));
- this.panel1 = new System.Windows.Forms.Panel();
- this.cbFinger = new System.Windows.Forms.ComboBox();
- this.btnRest = new System.Windows.Forms.Button();
- this.picFinger3 = new System.Windows.Forms.PictureBox();
- this.picFinger2 = new System.Windows.Forms.PictureBox();
- this.btnClose = new System.Windows.Forms.Button();
- this.lblInfo = new System.Windows.Forms.Label();
- this.txtTel = new System.Windows.Forms.TextBox();
- this.txtUserName = new System.Windows.Forms.TextBox();
- this.txtPassWord = new System.Windows.Forms.TextBox();
- this.txtName = new System.Windows.Forms.TextBox();
- this.btnSubmit = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.lblTel = new System.Windows.Forms.Label();
- this.lblName = new System.Windows.Forms.Label();
- this.picFinger1 = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picFinger3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.picFinger2)).BeginInit();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picFinger1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
- this.panel1.Controls.Add(this.cbFinger);
- this.panel1.Controls.Add(this.btnRest);
- this.panel1.Controls.Add(this.picFinger3);
- this.panel1.Controls.Add(this.picFinger2);
- this.panel1.Controls.Add(this.btnClose);
- this.panel1.Controls.Add(this.lblInfo);
- this.panel1.Controls.Add(this.txtTel);
- this.panel1.Controls.Add(this.txtUserName);
- this.panel1.Controls.Add(this.txtPassWord);
- this.panel1.Controls.Add(this.txtName);
- this.panel1.Controls.Add(this.btnSubmit);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.lblTel);
- this.panel1.Controls.Add(this.lblName);
- this.panel1.Controls.Add(this.picFinger1);
- this.panel1.Location = new System.Drawing.Point(3, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(380, 409);
- this.panel1.TabIndex = 1;
- //
- // cbFinger
- //
- this.cbFinger.FormattingEnabled = true;
- this.cbFinger.Location = new System.Drawing.Point(147, 185);
- this.cbFinger.Name = "cbFinger";
- this.cbFinger.Size = new System.Drawing.Size(121, 20);
- this.cbFinger.TabIndex = 14;
- this.cbFinger.SelectedIndexChanged += new System.EventHandler(this.cbFinger_SelectedIndexChanged);
- //
- // btnRest
- //
- this.btnRest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
- this.btnRest.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnRest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
- this.btnRest.Location = new System.Drawing.Point(148, 361);
- this.btnRest.Name = "btnRest";
- this.btnRest.Size = new System.Drawing.Size(75, 26);
- this.btnRest.TabIndex = 13;
- this.btnRest.Text = "重 置";
- this.btnRest.UseVisualStyleBackColor = false;
- this.btnRest.Click += new System.EventHandler(this.btnRest_Click);
- //
- // picFinger3
- //
- this.picFinger3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.picFinger3.Image = global::IntelligentControlForsx.Properties.Resources.finger_static;
- this.picFinger3.Location = new System.Drawing.Point(257, 220);
- this.picFinger3.Name = "picFinger3";
- this.picFinger3.Size = new System.Drawing.Size(84, 99);
- this.picFinger3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picFinger3.TabIndex = 12;
- this.picFinger3.TabStop = false;
- //
- // picFinger2
- //
- this.picFinger2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.picFinger2.Image = global::IntelligentControlForsx.Properties.Resources.finger_static;
- this.picFinger2.Location = new System.Drawing.Point(148, 220);
- this.picFinger2.Name = "picFinger2";
- this.picFinger2.Size = new System.Drawing.Size(84, 99);
- this.picFinger2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picFinger2.TabIndex = 11;
- this.picFinger2.TabStop = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
- this.btnClose.Location = new System.Drawing.Point(257, 361);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(75, 26);
- this.btnClose.TabIndex = 10;
- this.btnClose.Text = "关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // lblInfo
- //
- this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblInfo.ForeColor = System.Drawing.Color.OrangeRed;
- this.lblInfo.Location = new System.Drawing.Point(70, 330);
- this.lblInfo.Name = "lblInfo";
- this.lblInfo.Size = new System.Drawing.Size(250, 24);
- this.lblInfo.TabIndex = 9;
- this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // txtTel
- //
- this.txtTel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtTel.Location = new System.Drawing.Point(147, 149);
- this.txtTel.Name = "txtTel";
- this.txtTel.Size = new System.Drawing.Size(121, 23);
- this.txtTel.TabIndex = 8;
- this.txtTel.TextChanged += new System.EventHandler(this.txtTel_TextChanged);
- //
- // txtUserName
- //
- this.txtUserName.Enabled = false;
- this.txtUserName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtUserName.Location = new System.Drawing.Point(147, 49);
- this.txtUserName.Name = "txtUserName";
- this.txtUserName.Size = new System.Drawing.Size(121, 23);
- this.txtUserName.TabIndex = 7;
- this.txtUserName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
- //
- // txtPassWord
- //
- this.txtPassWord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPassWord.Location = new System.Drawing.Point(147, 116);
- this.txtPassWord.Name = "txtPassWord";
- this.txtPassWord.PasswordChar = '*';
- this.txtPassWord.Size = new System.Drawing.Size(121, 23);
- this.txtPassWord.TabIndex = 7;
- this.txtPassWord.TextChanged += new System.EventHandler(this.txtName_TextChanged);
- //
- // txtName
- //
- this.txtName.Enabled = false;
- this.txtName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtName.Location = new System.Drawing.Point(147, 82);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(121, 23);
- this.txtName.TabIndex = 7;
- this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
- //
- // btnSubmit
- //
- this.btnSubmit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
- this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSubmit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
- this.btnSubmit.Location = new System.Drawing.Point(36, 360);
- this.btnSubmit.Name = "btnSubmit";
- this.btnSubmit.Size = new System.Drawing.Size(75, 26);
- this.btnSubmit.TabIndex = 5;
- this.btnSubmit.Text = "提 交";
- this.btnSubmit.UseVisualStyleBackColor = false;
- this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
- this.panel2.Controls.Add(this.label1);
- this.panel2.Location = new System.Drawing.Point(0, -1);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(380, 32);
- this.panel2.TabIndex = 4;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
- this.label1.Location = new System.Drawing.Point(4, 6);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(74, 22);
- this.label1.TabIndex = 5;
- this.label1.Text = "用户编辑";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(39, 50);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(73, 19);
- this.label2.TabIndex = 2;
- this.label2.Text = "用 户 名:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.Color.White;
- this.label3.Location = new System.Drawing.Point(39, 117);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(71, 19);
- this.label3.TabIndex = 2;
- this.label3.Text = "密 码:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.White;
- this.label4.Location = new System.Drawing.Point(39, 186);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(79, 19);
- this.label4.TabIndex = 3;
- this.label4.Text = "指纹选择:";
- //
- // lblTel
- //
- this.lblTel.AutoSize = true;
- this.lblTel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTel.ForeColor = System.Drawing.Color.White;
- this.lblTel.Location = new System.Drawing.Point(39, 151);
- this.lblTel.Name = "lblTel";
- this.lblTel.Size = new System.Drawing.Size(71, 19);
- this.lblTel.TabIndex = 3;
- this.lblTel.Text = "电 话:";
- //
- // lblName
- //
- this.lblName.AutoSize = true;
- this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblName.ForeColor = System.Drawing.Color.White;
- this.lblName.Location = new System.Drawing.Point(39, 84);
- this.lblName.Name = "lblName";
- this.lblName.Size = new System.Drawing.Size(71, 19);
- this.lblName.TabIndex = 2;
- this.lblName.Text = "姓 名:";
- //
- // picFinger1
- //
- this.picFinger1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.picFinger1.Image = global::IntelligentControlForsx.Properties.Resources.finger_static;
- this.picFinger1.Location = new System.Drawing.Point(36, 219);
- this.picFinger1.Name = "picFinger1";
- this.picFinger1.Size = new System.Drawing.Size(84, 99);
- this.picFinger1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picFinger1.TabIndex = 0;
- this.picFinger1.TabStop = false;
- //
- // AddFinger
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(386, 417);
- this.Controls.Add(this.panel1);
- this.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "AddFinger";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "值长授权";
- this.Load += new System.EventHandler(this.AddFinger_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picFinger3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.picFinger2)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picFinger1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- public bool passed;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label lblTel;
- private System.Windows.Forms.Label lblName;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtTel;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label lblInfo;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.PictureBox picFinger3;
- private System.Windows.Forms.PictureBox picFinger2;
- private System.Windows.Forms.PictureBox picFinger1;
- private System.Windows.Forms.Button btnRest;
- private System.Windows.Forms.TextBox txtUserName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtPassWord;
- private System.Windows.Forms.Button btnSubmit;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox cbFinger;
- }
- }
|