passwd_change.Designer.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:9k
源码类别:

企业管理

开发平台:

C#

  1. namespace 人事管理系统
  2. {
  3.     partial class passwd_change
  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.label1 = new System.Windows.Forms.Label();
  30.             this.label2 = new System.Windows.Forms.Label();
  31.             this.textBox2 = new System.Windows.Forms.TextBox();
  32.             this.label3 = new System.Windows.Forms.Label();
  33.             this.textBox3 = new System.Windows.Forms.TextBox();
  34.             this.label4 = new System.Windows.Forms.Label();
  35.             this.textBox4 = new System.Windows.Forms.TextBox();
  36.             this.button1 = new System.Windows.Forms.Button();
  37.             this.button2 = new System.Windows.Forms.Button();
  38.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  39.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  40.             this.ShowForm1 = new System.Windows.Forms.Timer(this.components);
  41.             this.HideForm1 = new System.Windows.Forms.Timer(this.components);
  42.             this.label5 = new System.Windows.Forms.Label();
  43.             this.groupBox1.SuspendLayout();
  44.             this.groupBox2.SuspendLayout();
  45.             this.SuspendLayout();
  46.             // 
  47.             // label1
  48.             // 
  49.             this.label1.AutoSize = true;
  50.             this.label1.Location = new System.Drawing.Point(36, 28);
  51.             this.label1.Name = "label1";
  52.             this.label1.Size = new System.Drawing.Size(53, 12);
  53.             this.label1.TabIndex = 0;
  54.             this.label1.Text = "员工号码";
  55.             // 
  56.             // label2
  57.             // 
  58.             this.label2.AutoSize = true;
  59.             this.label2.Location = new System.Drawing.Point(36, 68);
  60.             this.label2.Name = "label2";
  61.             this.label2.Size = new System.Drawing.Size(53, 12);
  62.             this.label2.TabIndex = 0;
  63.             this.label2.Text = "原始密码";
  64.             // 
  65.             // textBox2
  66.             // 
  67.             this.textBox2.Location = new System.Drawing.Point(130, 59);
  68.             this.textBox2.Name = "textBox2";
  69.             this.textBox2.Size = new System.Drawing.Size(100, 21);
  70.             this.textBox2.TabIndex = 1;
  71.             this.textBox2.UseSystemPasswordChar = true;
  72.             // 
  73.             // label3
  74.             // 
  75.             this.label3.AutoSize = true;
  76.             this.label3.Location = new System.Drawing.Point(36, 113);
  77.             this.label3.Name = "label3";
  78.             this.label3.Size = new System.Drawing.Size(41, 12);
  79.             this.label3.TabIndex = 0;
  80.             this.label3.Text = "新密码";
  81.             // 
  82.             // textBox3
  83.             // 
  84.             this.textBox3.Location = new System.Drawing.Point(130, 104);
  85.             this.textBox3.Name = "textBox3";
  86.             this.textBox3.Size = new System.Drawing.Size(100, 21);
  87.             this.textBox3.TabIndex = 1;
  88.             this.textBox3.UseSystemPasswordChar = true;
  89.             // 
  90.             // label4
  91.             // 
  92.             this.label4.AutoSize = true;
  93.             this.label4.Location = new System.Drawing.Point(36, 153);
  94.             this.label4.Name = "label4";
  95.             this.label4.Size = new System.Drawing.Size(65, 12);
  96.             this.label4.TabIndex = 0;
  97.             this.label4.Text = "确认新密码";
  98.             // 
  99.             // textBox4
  100.             // 
  101.             this.textBox4.Location = new System.Drawing.Point(130, 144);
  102.             this.textBox4.Name = "textBox4";
  103.             this.textBox4.Size = new System.Drawing.Size(100, 21);
  104.             this.textBox4.TabIndex = 1;
  105.             this.textBox4.UseSystemPasswordChar = true;
  106.             // 
  107.             // button1
  108.             // 
  109.             this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  110.             this.button1.Location = new System.Drawing.Point(38, 32);
  111.             this.button1.Name = "button1";
  112.             this.button1.Size = new System.Drawing.Size(75, 23);
  113.             this.button1.TabIndex = 2;
  114.             this.button1.Text = "提交";
  115.             this.button1.UseVisualStyleBackColor = true;
  116.             this.button1.Click += new System.EventHandler(this.button1_Click);
  117.             // 
  118.             // button2
  119.             // 
  120.             this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  121.             this.button2.Location = new System.Drawing.Point(155, 32);
  122.             this.button2.Name = "button2";
  123.             this.button2.Size = new System.Drawing.Size(75, 23);
  124.             this.button2.TabIndex = 2;
  125.             this.button2.Text = "返回";
  126.             this.button2.UseVisualStyleBackColor = true;
  127.             this.button2.Click += new System.EventHandler(this.button2_Click);
  128.             // 
  129.             // groupBox1
  130.             // 
  131.             this.groupBox1.Controls.Add(this.label5);
  132.             this.groupBox1.Controls.Add(this.label1);
  133.             this.groupBox1.Controls.Add(this.label2);
  134.             this.groupBox1.Controls.Add(this.label3);
  135.             this.groupBox1.Controls.Add(this.textBox4);
  136.             this.groupBox1.Controls.Add(this.label4);
  137.             this.groupBox1.Controls.Add(this.textBox3);
  138.             this.groupBox1.Controls.Add(this.textBox2);
  139.             this.groupBox1.Location = new System.Drawing.Point(3, -4);
  140.             this.groupBox1.Name = "groupBox1";
  141.             this.groupBox1.Size = new System.Drawing.Size(272, 179);
  142.             this.groupBox1.TabIndex = 3;
  143.             this.groupBox1.TabStop = false;
  144.             // 
  145.             // groupBox2
  146.             // 
  147.             this.groupBox2.Controls.Add(this.button1);
  148.             this.groupBox2.Controls.Add(this.button2);
  149.             this.groupBox2.Location = new System.Drawing.Point(3, 181);
  150.             this.groupBox2.Name = "groupBox2";
  151.             this.groupBox2.Size = new System.Drawing.Size(272, 81);
  152.             this.groupBox2.TabIndex = 4;
  153.             this.groupBox2.TabStop = false;
  154.             // 
  155.             // ShowForm1
  156.             // 
  157.             this.ShowForm1.Tick += new System.EventHandler(this.ShowForm1_Tick);
  158.             // 
  159.             // HideForm1
  160.             // 
  161.             this.HideForm1.Tick += new System.EventHandler(this.HideForm1_Tick);
  162.             // 
  163.             // label5
  164.             // 
  165.             this.label5.AutoSize = true;
  166.             this.label5.Location = new System.Drawing.Point(128, 28);
  167.             this.label5.Name = "label5";
  168.             this.label5.Size = new System.Drawing.Size(41, 12);
  169.             this.label5.TabIndex = 2;
  170.             this.label5.Text = "label5";
  171.             // 
  172.             // passwd_change
  173.             // 
  174.             this.AcceptButton = this.button1;
  175.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  178.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  179.             this.ClientSize = new System.Drawing.Size(277, 264);
  180.             this.Controls.Add(this.groupBox2);
  181.             this.Controls.Add(this.groupBox1);
  182.             this.MaximizeBox = false;
  183.             this.Name = "passwd_change";
  184.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  185.             this.Text = "员工修改密码";
  186.             this.Load += new System.EventHandler(this.passwd_change_Load);
  187.             this.groupBox1.ResumeLayout(false);
  188.             this.groupBox1.PerformLayout();
  189.             this.groupBox2.ResumeLayout(false);
  190.             this.ResumeLayout(false);
  191.         }
  192.         #endregion
  193.         private System.Windows.Forms.Label label1;
  194.         private System.Windows.Forms.Label label2;
  195.         private System.Windows.Forms.TextBox textBox2;
  196.         private System.Windows.Forms.Label label3;
  197.         private System.Windows.Forms.TextBox textBox3;
  198.         private System.Windows.Forms.Label label4;
  199.         private System.Windows.Forms.TextBox textBox4;
  200.         private System.Windows.Forms.Button button1;
  201.         private System.Windows.Forms.Button button2;
  202.         private System.Windows.Forms.GroupBox groupBox1;
  203.         private System.Windows.Forms.GroupBox groupBox2;
  204.         private System.Windows.Forms.Timer ShowForm1;
  205.         private System.Windows.Forms.Timer HideForm1;
  206.         public System.Windows.Forms.Label label5;
  207.     }
  208. }