123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
-
- namespace proba
- {
- partial class PasswordChange_Admin
- {
- /// <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()
- {
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.label1 = new System.Windows.Forms.Label();
- this.description = new System.Windows.Forms.Label();
- this.text_password3 = new System.Windows.Forms.TextBox();
- this.text_password2 = new System.Windows.Forms.TextBox();
- this.button_back = new System.Windows.Forms.Button();
- this.button_save = new System.Windows.Forms.Button();
- this.label = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(463, 149);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(114, 17);
- this.checkBox2.TabIndex = 73;
- this.checkBox2.Text = "Показать пароль";
- this.checkBox2.UseVisualStyleBackColor = true;
- this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(463, 95);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(114, 17);
- this.checkBox1.TabIndex = 72;
- this.checkBox1.Text = "Показать пароль";
- this.checkBox1.UseVisualStyleBackColor = true;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(22, 88);
- this.label1.Name = "label1";
- this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label1.Size = new System.Drawing.Size(138, 24);
- this.label1.TabIndex = 71;
- this.label1.Text = "Новый пароль";
- //
- // description
- //
- this.description.AutoSize = true;
- this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.description.Location = new System.Drawing.Point(22, 142);
- this.description.Name = "description";
- this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.description.Size = new System.Drawing.Size(202, 24);
- this.description.TabIndex = 70;
- this.description.Text = "Подтвердите пароль";
- //
- // text_password3
- //
- this.text_password3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.text_password3.Location = new System.Drawing.Point(226, 142);
- this.text_password3.MaxLength = 25;
- this.text_password3.Name = "text_password3";
- this.text_password3.ShortcutsEnabled = false;
- this.text_password3.Size = new System.Drawing.Size(231, 26);
- this.text_password3.TabIndex = 68;
- this.text_password3.UseSystemPasswordChar = true;
- //
- // text_password2
- //
- this.text_password2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.text_password2.Location = new System.Drawing.Point(226, 88);
- this.text_password2.MaxLength = 25;
- this.text_password2.Name = "text_password2";
- this.text_password2.ShortcutsEnabled = false;
- this.text_password2.Size = new System.Drawing.Size(231, 26);
- this.text_password2.TabIndex = 69;
- this.text_password2.Tag = "";
- this.text_password2.UseSystemPasswordChar = true;
- //
- // button_back
- //
- this.button_back.BackColor = System.Drawing.Color.Gray;
- this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_back.Location = new System.Drawing.Point(26, 194);
- this.button_back.Name = "button_back";
- this.button_back.Size = new System.Drawing.Size(91, 30);
- this.button_back.TabIndex = 67;
- this.button_back.Text = "Назад";
- this.button_back.UseVisualStyleBackColor = false;
- this.button_back.Click += new System.EventHandler(this.button_back_Click);
- //
- // button_save
- //
- this.button_save.BackColor = System.Drawing.Color.Gray;
- this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_save.Location = new System.Drawing.Point(452, 194);
- this.button_save.Name = "button_save";
- this.button_save.Size = new System.Drawing.Size(125, 30);
- this.button_save.TabIndex = 66;
- this.button_save.Text = "Сохранить";
- this.button_save.UseVisualStyleBackColor = false;
- this.button_save.Click += new System.EventHandler(this.button_save_Click);
- //
- // label
- //
- this.label.AutoSize = true;
- this.label.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
- this.label.Location = new System.Drawing.Point(19, 26);
- this.label.Name = "label";
- this.label.Size = new System.Drawing.Size(214, 26);
- this.label.TabIndex = 65;
- this.label.Text = "СМЕНА ПАРОЛЯ";
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Gray;
- this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold);
- this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button1.Location = new System.Drawing.Point(226, 194);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(194, 30);
- this.button1.TabIndex = 74;
- this.button1.Text = "Требования к паролю";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // PasswordChange_Admin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.ClientSize = new System.Drawing.Size(611, 243);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.checkBox2);
- this.Controls.Add(this.checkBox1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.description);
- this.Controls.Add(this.text_password3);
- this.Controls.Add(this.text_password2);
- this.Controls.Add(this.button_back);
- this.Controls.Add(this.button_save);
- this.Controls.Add(this.label);
- this.Name = "PasswordChange_Admin";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Смена пароля пользователя";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label description;
- private System.Windows.Forms.TextBox text_password3;
- private System.Windows.Forms.TextBox text_password2;
- private System.Windows.Forms.Button button_back;
- private System.Windows.Forms.Button button_save;
- private System.Windows.Forms.Label label;
- private System.Windows.Forms.Button button1;
- }
- }
|