FormAuthorization.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. 
  2. namespace KadroviYshot
  3. {
  4. partial class FormAuthorization
  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. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.textBoxLogin = new System.Windows.Forms.TextBox();
  32. this.textBoxPassword = new System.Windows.Forms.TextBox();
  33. this.btnEnter = new System.Windows.Forms.Button();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.btnClear = new System.Windows.Forms.Button();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.panel1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // label1
  43. //
  44. this.label1.AutoSize = true;
  45. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  46. this.label1.Location = new System.Drawing.Point(225, 146);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(69, 24);
  49. this.label1.TabIndex = 0;
  50. this.label1.Text = "Логин";
  51. //
  52. // label2
  53. //
  54. this.label2.AutoSize = true;
  55. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.label2.Location = new System.Drawing.Point(225, 211);
  57. this.label2.Name = "label2";
  58. this.label2.Size = new System.Drawing.Size(82, 24);
  59. this.label2.TabIndex = 1;
  60. this.label2.Text = "Пароль";
  61. //
  62. // textBoxLogin
  63. //
  64. this.textBoxLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.textBoxLogin.Location = new System.Drawing.Point(323, 137);
  66. this.textBoxLogin.Multiline = true;
  67. this.textBoxLogin.Name = "textBoxLogin";
  68. this.textBoxLogin.Size = new System.Drawing.Size(155, 33);
  69. this.textBoxLogin.TabIndex = 2;
  70. //
  71. // textBoxPassword
  72. //
  73. this.textBoxPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.textBoxPassword.Location = new System.Drawing.Point(323, 205);
  75. this.textBoxPassword.Multiline = true;
  76. this.textBoxPassword.Name = "textBoxPassword";
  77. this.textBoxPassword.Size = new System.Drawing.Size(155, 30);
  78. this.textBoxPassword.TabIndex = 3;
  79. this.textBoxPassword.TextChanged += new System.EventHandler(this.textBoxPassword_TextChanged);
  80. //
  81. // btnEnter
  82. //
  83. this.btnEnter.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.btnEnter.Location = new System.Drawing.Point(296, 272);
  85. this.btnEnter.Name = "btnEnter";
  86. this.btnEnter.Size = new System.Drawing.Size(110, 41);
  87. this.btnEnter.TabIndex = 4;
  88. this.btnEnter.Text = "Войти";
  89. this.btnEnter.UseVisualStyleBackColor = true;
  90. this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
  91. //
  92. // panel1
  93. //
  94. this.panel1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  95. this.panel1.Controls.Add(this.pictureBox1);
  96. this.panel1.Controls.Add(this.btnClear);
  97. this.panel1.Controls.Add(this.label3);
  98. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  99. this.panel1.Location = new System.Drawing.Point(0, 0);
  100. this.panel1.Name = "panel1";
  101. this.panel1.Size = new System.Drawing.Size(784, 100);
  102. this.panel1.TabIndex = 5;
  103. //
  104. // pictureBox1
  105. //
  106. this.pictureBox1.Image = global::KadroviYshot.Properties.Resources.icons8_авторизация_30;
  107. this.pictureBox1.Location = new System.Drawing.Point(171, 37);
  108. this.pictureBox1.Name = "pictureBox1";
  109. this.pictureBox1.Size = new System.Drawing.Size(31, 32);
  110. this.pictureBox1.TabIndex = 6;
  111. this.pictureBox1.TabStop = false;
  112. //
  113. // btnClear
  114. //
  115. this.btnClear.BackColor = System.Drawing.SystemColors.ButtonShadow;
  116. this.btnClear.BackgroundImage = global::KadroviYshot.Properties.Resources.icons8_ластик_64;
  117. this.btnClear.Location = new System.Drawing.Point(532, 21);
  118. this.btnClear.Name = "btnClear";
  119. this.btnClear.Size = new System.Drawing.Size(63, 63);
  120. this.btnClear.TabIndex = 1;
  121. this.btnClear.UseVisualStyleBackColor = false;
  122. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  123. //
  124. // label3
  125. //
  126. this.label3.AutoSize = true;
  127. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  128. this.label3.Location = new System.Drawing.Point(224, 37);
  129. this.label3.Name = "label3";
  130. this.label3.Size = new System.Drawing.Size(152, 25);
  131. this.label3.TabIndex = 0;
  132. this.label3.Text = "Авторизация";
  133. //
  134. // FormAuthorization
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.ClientSize = new System.Drawing.Size(784, 461);
  139. this.Controls.Add(this.panel1);
  140. this.Controls.Add(this.btnEnter);
  141. this.Controls.Add(this.textBoxPassword);
  142. this.Controls.Add(this.textBoxLogin);
  143. this.Controls.Add(this.label2);
  144. this.Controls.Add(this.label1);
  145. this.Name = "FormAuthorization";
  146. this.Text = "Авторизация";
  147. this.Load += new System.EventHandler(this.FormAuthorization_Load);
  148. this.panel1.ResumeLayout(false);
  149. this.panel1.PerformLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  151. this.ResumeLayout(false);
  152. this.PerformLayout();
  153. }
  154. #endregion
  155. private System.Windows.Forms.Label label1;
  156. private System.Windows.Forms.Label label2;
  157. private System.Windows.Forms.TextBox textBoxLogin;
  158. private System.Windows.Forms.TextBox textBoxPassword;
  159. private System.Windows.Forms.Button btnEnter;
  160. private System.Windows.Forms.Panel panel1;
  161. private System.Windows.Forms.Label label3;
  162. private System.Windows.Forms.Button btnClear;
  163. private System.Windows.Forms.PictureBox pictureBox1;
  164. }
  165. }