Form1.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. namespace BB_Azizova
  2. {
  3. partial class FAvtoriz
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Код, автоматически созданный конструктором форм Windows
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.L1Login = new System.Windows.Forms.Label();
  29. this.LogintextBox1 = new System.Windows.Forms.TextBox();
  30. this.L2Password = new System.Windows.Forms.Label();
  31. this.PasswordtextBox2 = new System.Windows.Forms.TextBox();
  32. this.L3Авторизация = new System.Windows.Forms.Label();
  33. this.b1Vhod = new System.Windows.Forms.Button();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.b2Vahod = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // L1Login
  40. //
  41. this.L1Login.AutoSize = true;
  42. this.L1Login.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  43. this.L1Login.ForeColor = System.Drawing.Color.DeepPink;
  44. this.L1Login.Location = new System.Drawing.Point(78, 134);
  45. this.L1Login.Name = "L1Login";
  46. this.L1Login.Size = new System.Drawing.Size(43, 19);
  47. this.L1Login.TabIndex = 1;
  48. this.L1Login.Text = "Login";
  49. //
  50. // LogintextBox1
  51. //
  52. this.LogintextBox1.Location = new System.Drawing.Point(171, 133);
  53. this.LogintextBox1.Name = "LogintextBox1";
  54. this.LogintextBox1.Size = new System.Drawing.Size(146, 20);
  55. this.LogintextBox1.TabIndex = 2;
  56. //
  57. // L2Password
  58. //
  59. this.L2Password.AutoSize = true;
  60. this.L2Password.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.L2Password.ForeColor = System.Drawing.Color.DeepPink;
  62. this.L2Password.Location = new System.Drawing.Point(78, 179);
  63. this.L2Password.Name = "L2Password";
  64. this.L2Password.Size = new System.Drawing.Size(69, 19);
  65. this.L2Password.TabIndex = 3;
  66. this.L2Password.Text = "Password";
  67. //
  68. // PasswordtextBox2
  69. //
  70. this.PasswordtextBox2.Location = new System.Drawing.Point(171, 180);
  71. this.PasswordtextBox2.Name = "PasswordtextBox2";
  72. this.PasswordtextBox2.Size = new System.Drawing.Size(146, 20);
  73. this.PasswordtextBox2.TabIndex = 4;
  74. //
  75. // L3Авторизация
  76. //
  77. this.L3Авторизация.AutoSize = true;
  78. this.L3Авторизация.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.L3Авторизация.ForeColor = System.Drawing.Color.DeepPink;
  80. this.L3Авторизация.Location = new System.Drawing.Point(167, 42);
  81. this.L3Авторизация.Name = "L3Авторизация";
  82. this.L3Авторизация.Size = new System.Drawing.Size(123, 23);
  83. this.L3Авторизация.TabIndex = 5;
  84. this.L3Авторизация.Text = "Авторизация";
  85. //
  86. // b1Vhod
  87. //
  88. this.b1Vhod.BackColor = System.Drawing.Color.WhiteSmoke;
  89. this.b1Vhod.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.b1Vhod.ForeColor = System.Drawing.Color.DeepPink;
  91. this.b1Vhod.Location = new System.Drawing.Point(171, 258);
  92. this.b1Vhod.Name = "b1Vhod";
  93. this.b1Vhod.Size = new System.Drawing.Size(110, 32);
  94. this.b1Vhod.TabIndex = 6;
  95. this.b1Vhod.Text = "Вход";
  96. this.b1Vhod.UseVisualStyleBackColor = false;
  97. this.b1Vhod.Click += new System.EventHandler(this.b1Vhod_Click);
  98. //
  99. // pictureBox1
  100. //
  101. this.pictureBox1.Image = global::BB_Azizova.Properties.Resources.beauty_logo;
  102. this.pictureBox1.Location = new System.Drawing.Point(2, 0);
  103. this.pictureBox1.Name = "pictureBox1";
  104. this.pictureBox1.Size = new System.Drawing.Size(119, 104);
  105. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  106. this.pictureBox1.TabIndex = 0;
  107. this.pictureBox1.TabStop = false;
  108. //
  109. // b2Vahod
  110. //
  111. this.b2Vahod.BackColor = System.Drawing.Color.WhiteSmoke;
  112. this.b2Vahod.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  113. this.b2Vahod.ForeColor = System.Drawing.Color.DeepPink;
  114. this.b2Vahod.Location = new System.Drawing.Point(311, 322);
  115. this.b2Vahod.Name = "b2Vahod";
  116. this.b2Vahod.Size = new System.Drawing.Size(110, 32);
  117. this.b2Vahod.TabIndex = 7;
  118. this.b2Vahod.Text = "Выход";
  119. this.b2Vahod.UseVisualStyleBackColor = false;
  120. this.b2Vahod.Click += new System.EventHandler(this.b2Vahod_Click);
  121. //
  122. // FAvtoriz
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.BackColor = System.Drawing.Color.MistyRose;
  127. this.ClientSize = new System.Drawing.Size(433, 366);
  128. this.Controls.Add(this.b2Vahod);
  129. this.Controls.Add(this.b1Vhod);
  130. this.Controls.Add(this.L3Авторизация);
  131. this.Controls.Add(this.PasswordtextBox2);
  132. this.Controls.Add(this.L2Password);
  133. this.Controls.Add(this.LogintextBox1);
  134. this.Controls.Add(this.L1Login);
  135. this.Controls.Add(this.pictureBox1);
  136. this.Name = "FAvtoriz";
  137. this.Text = "Авторизация";
  138. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private System.Windows.Forms.PictureBox pictureBox1;
  144. private System.Windows.Forms.Label L1Login;
  145. private System.Windows.Forms.TextBox LogintextBox1;
  146. private System.Windows.Forms.Label L2Password;
  147. private System.Windows.Forms.TextBox PasswordtextBox2;
  148. private System.Windows.Forms.Label L3Авторизация;
  149. private System.Windows.Forms.Button b1Vhod;
  150. private System.Windows.Forms.Button b2Vahod;
  151. }
  152. }