123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
-
- namespace ARM_spec_otdelenia
- {
- partial class ChangePassword
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label2 = new System.Windows.Forms.Label();
- this.mailText = new System.Windows.Forms.TextBox();
- this.backBtn = new System.Windows.Forms.Button();
- this.enterBtn = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(232, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(235, 45);
- this.label1.TabIndex = 0;
- this.label1.Text = "Смена пароля";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(684, 95);
- this.panel1.TabIndex = 1;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(149, 216);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(107, 38);
- this.label2.TabIndex = 7;
- this.label2.Text = "Почта:";
- //
- // mailText
- //
- this.mailText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.mailText.Location = new System.Drawing.Point(262, 213);
- this.mailText.Name = "mailText";
- this.mailText.Size = new System.Drawing.Size(208, 45);
- this.mailText.TabIndex = 5;
- //
- // backBtn
- //
- this.backBtn.BackColor = System.Drawing.Color.White;
- this.backBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.backBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
- this.backBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
- this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.backBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.backBtn.Location = new System.Drawing.Point(262, 315);
- this.backBtn.Name = "backBtn";
- this.backBtn.Size = new System.Drawing.Size(208, 35);
- this.backBtn.TabIndex = 11;
- this.backBtn.Text = "Назад";
- this.backBtn.UseVisualStyleBackColor = false;
- this.backBtn.Click += new System.EventHandler(this.backBtn_Click);
- this.backBtn.MouseLeave += new System.EventHandler(this.backBtn_MouseLeave);
- this.backBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.backBtn_MouseMove);
- //
- // enterBtn
- //
- this.enterBtn.BackColor = System.Drawing.Color.White;
- this.enterBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.enterBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
- this.enterBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
- this.enterBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.enterBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.enterBtn.Location = new System.Drawing.Point(262, 274);
- this.enterBtn.Name = "enterBtn";
- this.enterBtn.Size = new System.Drawing.Size(208, 35);
- this.enterBtn.TabIndex = 10;
- this.enterBtn.Text = "Далее";
- this.enterBtn.UseVisualStyleBackColor = false;
- this.enterBtn.Click += new System.EventHandler(this.enterBtn_Click);
- this.enterBtn.MouseLeave += new System.EventHandler(this.enterBtn_MouseLeave);
- this.enterBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.enterBtn_MouseMove);
- //
- // ChangePassword
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(684, 411);
- this.Controls.Add(this.backBtn);
- this.Controls.Add(this.enterBtn);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.mailText);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "ChangePassword";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Форма смены пароля";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox mailText;
- private System.Windows.Forms.Button backBtn;
- private System.Windows.Forms.Button enterBtn;
- }
- }
|