Authorization.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. 
  2. namespace ARM_spec_otdelenia
  3. {
  4. partial class Authorization
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Authorization));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.logText = new System.Windows.Forms.TextBox();
  33. this.pasText = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  38. this.enterBtn = new System.Windows.Forms.Button();
  39. this.regBtn = new System.Windows.Forms.Button();
  40. this.changeBtn = new System.Windows.Forms.Button();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // panel1
  47. //
  48. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  49. this.panel1.Controls.Add(this.label1);
  50. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  51. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  52. this.panel1.Location = new System.Drawing.Point(0, 0);
  53. this.panel1.Name = "panel1";
  54. this.panel1.Size = new System.Drawing.Size(684, 95);
  55. this.panel1.TabIndex = 0;
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.label1.ForeColor = System.Drawing.Color.White;
  62. this.label1.Location = new System.Drawing.Point(254, 24);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(216, 45);
  65. this.label1.TabIndex = 0;
  66. this.label1.Text = "Авторизация";
  67. //
  68. // logText
  69. //
  70. this.logText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.logText.Location = new System.Drawing.Point(262, 153);
  72. this.logText.Name = "logText";
  73. this.logText.Size = new System.Drawing.Size(208, 45);
  74. this.logText.TabIndex = 1;
  75. //
  76. // pasText
  77. //
  78. this.pasText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.pasText.Location = new System.Drawing.Point(262, 213);
  80. this.pasText.Name = "pasText";
  81. this.pasText.Size = new System.Drawing.Size(208, 45);
  82. this.pasText.TabIndex = 2;
  83. this.pasText.UseSystemPasswordChar = true;
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.label2.Location = new System.Drawing.Point(132, 156);
  90. this.label2.Name = "label2";
  91. this.label2.Size = new System.Drawing.Size(106, 38);
  92. this.label2.TabIndex = 3;
  93. this.label2.Text = "Логин:";
  94. //
  95. // label3
  96. //
  97. this.label3.AutoSize = true;
  98. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.label3.Location = new System.Drawing.Point(132, 216);
  100. this.label3.Name = "label3";
  101. this.label3.Size = new System.Drawing.Size(124, 38);
  102. this.label3.TabIndex = 4;
  103. this.label3.Text = "Пароль:";
  104. //
  105. // pictureBox1
  106. //
  107. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  108. this.pictureBox1.Location = new System.Drawing.Point(476, 213);
  109. this.pictureBox1.Name = "pictureBox1";
  110. this.pictureBox1.Size = new System.Drawing.Size(55, 45);
  111. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  112. this.pictureBox1.TabIndex = 6;
  113. this.pictureBox1.TabStop = false;
  114. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  115. //
  116. // pictureBox2
  117. //
  118. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  119. this.pictureBox2.Location = new System.Drawing.Point(476, 213);
  120. this.pictureBox2.Name = "pictureBox2";
  121. this.pictureBox2.Size = new System.Drawing.Size(55, 45);
  122. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  123. this.pictureBox2.TabIndex = 7;
  124. this.pictureBox2.TabStop = false;
  125. this.pictureBox2.Visible = false;
  126. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  127. //
  128. // enterBtn
  129. //
  130. this.enterBtn.BackColor = System.Drawing.Color.White;
  131. this.enterBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  132. this.enterBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  133. this.enterBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  134. this.enterBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  135. this.enterBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  136. this.enterBtn.ForeColor = System.Drawing.Color.Black;
  137. this.enterBtn.Location = new System.Drawing.Point(262, 274);
  138. this.enterBtn.Name = "enterBtn";
  139. this.enterBtn.Size = new System.Drawing.Size(208, 35);
  140. this.enterBtn.TabIndex = 8;
  141. this.enterBtn.Text = "Войти";
  142. this.enterBtn.UseVisualStyleBackColor = false;
  143. this.enterBtn.Click += new System.EventHandler(this.enterBtn_Click);
  144. this.enterBtn.MouseLeave += new System.EventHandler(this.enterBtn_MouseLeave);
  145. this.enterBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.enterBtn_MouseMove);
  146. //
  147. // regBtn
  148. //
  149. this.regBtn.BackColor = System.Drawing.Color.White;
  150. this.regBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  151. this.regBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  152. this.regBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  153. this.regBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  154. this.regBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.regBtn.ForeColor = System.Drawing.Color.Black;
  156. this.regBtn.Location = new System.Drawing.Point(262, 315);
  157. this.regBtn.Name = "regBtn";
  158. this.regBtn.Size = new System.Drawing.Size(208, 35);
  159. this.regBtn.TabIndex = 9;
  160. this.regBtn.Text = "Регистрация";
  161. this.regBtn.UseVisualStyleBackColor = false;
  162. this.regBtn.Click += new System.EventHandler(this.regBtn_Click);
  163. this.regBtn.MouseLeave += new System.EventHandler(this.regBtn_MouseLeave);
  164. this.regBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.regBtn_MouseMove);
  165. //
  166. // changeBtn
  167. //
  168. this.changeBtn.BackColor = System.Drawing.Color.White;
  169. this.changeBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  170. this.changeBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  171. this.changeBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  172. this.changeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  173. this.changeBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  174. this.changeBtn.ForeColor = System.Drawing.Color.Black;
  175. this.changeBtn.Location = new System.Drawing.Point(262, 356);
  176. this.changeBtn.Name = "changeBtn";
  177. this.changeBtn.Size = new System.Drawing.Size(208, 35);
  178. this.changeBtn.TabIndex = 10;
  179. this.changeBtn.Text = "Сменить пароль";
  180. this.changeBtn.UseVisualStyleBackColor = false;
  181. this.changeBtn.Click += new System.EventHandler(this.changeBtn_Click);
  182. this.changeBtn.MouseLeave += new System.EventHandler(this.changeBtn_MouseLeave);
  183. this.changeBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.changeBtn_MouseMove);
  184. //
  185. // Authorization
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.BackColor = System.Drawing.Color.White;
  190. this.ClientSize = new System.Drawing.Size(684, 411);
  191. this.Controls.Add(this.changeBtn);
  192. this.Controls.Add(this.regBtn);
  193. this.Controls.Add(this.enterBtn);
  194. this.Controls.Add(this.pictureBox2);
  195. this.Controls.Add(this.pictureBox1);
  196. this.Controls.Add(this.label3);
  197. this.Controls.Add(this.label2);
  198. this.Controls.Add(this.pasText);
  199. this.Controls.Add(this.logText);
  200. this.Controls.Add(this.panel1);
  201. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  202. this.MaximizeBox = false;
  203. this.MinimizeBox = false;
  204. this.Name = "Authorization";
  205. this.ShowIcon = false;
  206. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  207. this.Text = "Форма авторизации";
  208. this.panel1.ResumeLayout(false);
  209. this.panel1.PerformLayout();
  210. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  212. this.ResumeLayout(false);
  213. this.PerformLayout();
  214. }
  215. #endregion
  216. private System.Windows.Forms.Panel panel1;
  217. private System.Windows.Forms.Label label1;
  218. private System.Windows.Forms.TextBox logText;
  219. private System.Windows.Forms.TextBox pasText;
  220. private System.Windows.Forms.Label label2;
  221. private System.Windows.Forms.Label label3;
  222. private System.Windows.Forms.PictureBox pictureBox1;
  223. private System.Windows.Forms.PictureBox pictureBox2;
  224. private System.Windows.Forms.Button enterBtn;
  225. private System.Windows.Forms.Button regBtn;
  226. private System.Windows.Forms.Button changeBtn;
  227. }
  228. }