ChangePassword.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. 
  2. namespace ARM_spec_otdelenia
  3. {
  4. partial class ChangePassword
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.mailText = new System.Windows.Forms.TextBox();
  33. this.backBtn = new System.Windows.Forms.Button();
  34. this.enterBtn = new System.Windows.Forms.Button();
  35. this.panel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // label1
  39. //
  40. this.label1.AutoSize = true;
  41. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  42. this.label1.ForeColor = System.Drawing.Color.White;
  43. this.label1.Location = new System.Drawing.Point(232, 25);
  44. this.label1.Name = "label1";
  45. this.label1.Size = new System.Drawing.Size(235, 45);
  46. this.label1.TabIndex = 0;
  47. this.label1.Text = "Смена пароля";
  48. //
  49. // panel1
  50. //
  51. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  52. this.panel1.Controls.Add(this.label1);
  53. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  54. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  55. this.panel1.Location = new System.Drawing.Point(0, 0);
  56. this.panel1.Name = "panel1";
  57. this.panel1.Size = new System.Drawing.Size(684, 95);
  58. this.panel1.TabIndex = 1;
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.label2.Location = new System.Drawing.Point(149, 216);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(107, 38);
  67. this.label2.TabIndex = 7;
  68. this.label2.Text = "Почта:";
  69. //
  70. // mailText
  71. //
  72. this.mailText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.mailText.Location = new System.Drawing.Point(262, 213);
  74. this.mailText.Name = "mailText";
  75. this.mailText.Size = new System.Drawing.Size(208, 45);
  76. this.mailText.TabIndex = 5;
  77. //
  78. // backBtn
  79. //
  80. this.backBtn.BackColor = System.Drawing.Color.White;
  81. this.backBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  82. this.backBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  83. this.backBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  84. this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  85. this.backBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.backBtn.Location = new System.Drawing.Point(262, 315);
  87. this.backBtn.Name = "backBtn";
  88. this.backBtn.Size = new System.Drawing.Size(208, 35);
  89. this.backBtn.TabIndex = 11;
  90. this.backBtn.Text = "Назад";
  91. this.backBtn.UseVisualStyleBackColor = false;
  92. this.backBtn.Click += new System.EventHandler(this.backBtn_Click);
  93. this.backBtn.MouseLeave += new System.EventHandler(this.backBtn_MouseLeave);
  94. this.backBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.backBtn_MouseMove);
  95. //
  96. // enterBtn
  97. //
  98. this.enterBtn.BackColor = System.Drawing.Color.White;
  99. this.enterBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  100. this.enterBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  101. this.enterBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  102. this.enterBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  103. this.enterBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.enterBtn.Location = new System.Drawing.Point(262, 274);
  105. this.enterBtn.Name = "enterBtn";
  106. this.enterBtn.Size = new System.Drawing.Size(208, 35);
  107. this.enterBtn.TabIndex = 10;
  108. this.enterBtn.Text = "Далее";
  109. this.enterBtn.UseVisualStyleBackColor = false;
  110. this.enterBtn.Click += new System.EventHandler(this.enterBtn_Click);
  111. this.enterBtn.MouseLeave += new System.EventHandler(this.enterBtn_MouseLeave);
  112. this.enterBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.enterBtn_MouseMove);
  113. //
  114. // ChangePassword
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.BackColor = System.Drawing.Color.White;
  119. this.ClientSize = new System.Drawing.Size(684, 411);
  120. this.Controls.Add(this.backBtn);
  121. this.Controls.Add(this.enterBtn);
  122. this.Controls.Add(this.label2);
  123. this.Controls.Add(this.mailText);
  124. this.Controls.Add(this.panel1);
  125. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  126. this.MaximizeBox = false;
  127. this.MinimizeBox = false;
  128. this.Name = "ChangePassword";
  129. this.ShowIcon = false;
  130. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  131. this.Text = "Форма смены пароля";
  132. this.panel1.ResumeLayout(false);
  133. this.panel1.PerformLayout();
  134. this.ResumeLayout(false);
  135. this.PerformLayout();
  136. }
  137. #endregion
  138. private System.Windows.Forms.Label label1;
  139. private System.Windows.Forms.Panel panel1;
  140. private System.Windows.Forms.Label label2;
  141. private System.Windows.Forms.TextBox mailText;
  142. private System.Windows.Forms.Button backBtn;
  143. private System.Windows.Forms.Button enterBtn;
  144. }
  145. }