Form1.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace Lyahov_Ekzamen
  2. {
  3. partial class Form1
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.Войти = new System.Windows.Forms.Button();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // label1
  41. //
  42. this.label1.AutoSize = true;
  43. this.label1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.label1.Location = new System.Drawing.Point(25, 107);
  45. this.label1.Name = "label1";
  46. this.label1.Size = new System.Drawing.Size(80, 29);
  47. this.label1.TabIndex = 0;
  48. this.label1.Text = "Логин";
  49. //
  50. // label2
  51. //
  52. this.label2.AutoSize = true;
  53. this.label2.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.label2.Location = new System.Drawing.Point(12, 151);
  55. this.label2.Name = "label2";
  56. this.label2.Size = new System.Drawing.Size(93, 29);
  57. this.label2.TabIndex = 1;
  58. this.label2.Text = "Пароль";
  59. //
  60. // label3
  61. //
  62. this.label3.AutoSize = true;
  63. this.label3.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.label3.Location = new System.Drawing.Point(100, 23);
  65. this.label3.Name = "label3";
  66. this.label3.Size = new System.Drawing.Size(156, 29);
  67. this.label3.TabIndex = 2;
  68. this.label3.Text = "Авторизация";
  69. //
  70. // button1
  71. //
  72. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  73. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  74. this.button1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.button1.ForeColor = System.Drawing.SystemColors.ControlText;
  76. this.button1.Location = new System.Drawing.Point(225, 243);
  77. this.button1.Name = "button1";
  78. this.button1.Size = new System.Drawing.Size(100, 55);
  79. this.button1.TabIndex = 3;
  80. this.button1.Text = "Продолжить без авторизации";
  81. this.button1.UseVisualStyleBackColor = false;
  82. this.button1.Click += new System.EventHandler(this.button1_Click);
  83. //
  84. // Войти
  85. //
  86. this.Войти.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  87. this.Войти.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  88. this.Войти.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.Войти.ForeColor = System.Drawing.SystemColors.ControlText;
  90. this.Войти.Location = new System.Drawing.Point(30, 243);
  91. this.Войти.Name = "Войти";
  92. this.Войти.Size = new System.Drawing.Size(100, 55);
  93. this.Войти.TabIndex = 4;
  94. this.Войти.Text = "Войти";
  95. this.Войти.UseVisualStyleBackColor = false;
  96. this.Войти.Click += new System.EventHandler(this.button2_Click);
  97. //
  98. // textBox1
  99. //
  100. this.textBox1.Location = new System.Drawing.Point(115, 116);
  101. this.textBox1.Multiline = true;
  102. this.textBox1.Name = "textBox1";
  103. this.textBox1.Size = new System.Drawing.Size(151, 20);
  104. this.textBox1.TabIndex = 5;
  105. //
  106. // textBox2
  107. //
  108. this.textBox2.Location = new System.Drawing.Point(115, 161);
  109. this.textBox2.Multiline = true;
  110. this.textBox2.Name = "textBox2";
  111. this.textBox2.PasswordChar = '*';
  112. this.textBox2.Size = new System.Drawing.Size(151, 20);
  113. this.textBox2.TabIndex = 6;
  114. //
  115. // pictureBox1
  116. //
  117. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  118. this.pictureBox1.Location = new System.Drawing.Point(1, 1);
  119. this.pictureBox1.Name = "pictureBox1";
  120. this.pictureBox1.Size = new System.Drawing.Size(66, 59);
  121. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  122. this.pictureBox1.TabIndex = 7;
  123. this.pictureBox1.TabStop = false;
  124. //
  125. // Form1
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  130. this.ClientSize = new System.Drawing.Size(368, 342);
  131. this.Controls.Add(this.pictureBox1);
  132. this.Controls.Add(this.textBox2);
  133. this.Controls.Add(this.textBox1);
  134. this.Controls.Add(this.Войти);
  135. this.Controls.Add(this.button1);
  136. this.Controls.Add(this.label3);
  137. this.Controls.Add(this.label2);
  138. this.Controls.Add(this.label1);
  139. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  140. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  141. this.Name = "Form1";
  142. this.Text = "Авторизация";
  143. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  144. this.ResumeLayout(false);
  145. this.PerformLayout();
  146. }
  147. #endregion
  148. private System.Windows.Forms.Label label1;
  149. private System.Windows.Forms.Label label2;
  150. private System.Windows.Forms.Label label3;
  151. private System.Windows.Forms.Button button1;
  152. private System.Windows.Forms.Button Войти;
  153. private System.Windows.Forms.TextBox textBox1;
  154. private System.Windows.Forms.TextBox textBox2;
  155. private System.Windows.Forms.PictureBox pictureBox1;
  156. }
  157. }