Vhod.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. namespace WindowsFormsApp1
  2. {
  3. partial class Vhod
  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.textBox1 = new System.Windows.Forms.TextBox();
  29. this.textBox2 = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // textBox1
  37. //
  38. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  39. this.textBox1.Location = new System.Drawing.Point(183, 71);
  40. this.textBox1.Name = "textBox1";
  41. this.textBox1.Size = new System.Drawing.Size(190, 29);
  42. this.textBox1.TabIndex = 0;
  43. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  44. //
  45. // textBox2
  46. //
  47. this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.textBox2.Location = new System.Drawing.Point(183, 127);
  49. this.textBox2.Name = "textBox2";
  50. this.textBox2.Size = new System.Drawing.Size(190, 29);
  51. this.textBox2.TabIndex = 1;
  52. this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.BackColor = System.Drawing.Color.Wheat;
  58. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
  60. this.label1.Location = new System.Drawing.Point(91, 74);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(64, 24);
  63. this.label1.TabIndex = 2;
  64. this.label1.Text = "Логин";
  65. this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  66. this.label1.Click += new System.EventHandler(this.label1_Click);
  67. //
  68. // label2
  69. //
  70. this.label2.AutoSize = true;
  71. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.label2.Location = new System.Drawing.Point(91, 132);
  73. this.label2.Name = "label2";
  74. this.label2.Size = new System.Drawing.Size(76, 24);
  75. this.label2.TabIndex = 3;
  76. this.label2.Text = "Пароль";
  77. this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  78. this.label2.Click += new System.EventHandler(this.label2_Click);
  79. //
  80. // linkLabel1
  81. //
  82. this.linkLabel1.AutoSize = true;
  83. this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.linkLabel1.LinkColor = System.Drawing.Color.DarkOrange;
  85. this.linkLabel1.Location = new System.Drawing.Point(198, 191);
  86. this.linkLabel1.Name = "linkLabel1";
  87. this.linkLabel1.Size = new System.Drawing.Size(106, 20);
  88. this.linkLabel1.TabIndex = 4;
  89. this.linkLabel1.TabStop = true;
  90. this.linkLabel1.Text = "Регистрация";
  91. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
  92. //
  93. // button1
  94. //
  95. this.button1.BackColor = System.Drawing.Color.BurlyWood;
  96. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  97. this.button1.Location = new System.Drawing.Point(184, 246);
  98. this.button1.Name = "button1";
  99. this.button1.Size = new System.Drawing.Size(130, 42);
  100. this.button1.TabIndex = 5;
  101. this.button1.Text = "Вход";
  102. this.button1.UseVisualStyleBackColor = false;
  103. this.button1.Click += new System.EventHandler(this.button1_Click);
  104. //
  105. // Avtorizasia
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.BackColor = System.Drawing.Color.Wheat;
  110. this.ClientSize = new System.Drawing.Size(504, 331);
  111. this.Controls.Add(this.button1);
  112. this.Controls.Add(this.linkLabel1);
  113. this.Controls.Add(this.label2);
  114. this.Controls.Add(this.label1);
  115. this.Controls.Add(this.textBox2);
  116. this.Controls.Add(this.textBox1);
  117. this.Name = "Avtorizasia";
  118. this.Text = "Авторизация";
  119. this.Load += new System.EventHandler(this.Avtorizasia_Load);
  120. this.ResumeLayout(false);
  121. this.PerformLayout();
  122. }
  123. #endregion
  124. private System.Windows.Forms.TextBox textBox1;
  125. private System.Windows.Forms.TextBox textBox2;
  126. private System.Windows.Forms.Label label1;
  127. private System.Windows.Forms.Label label2;
  128. private System.Windows.Forms.LinkLabel linkLabel1;
  129. private System.Windows.Forms.Button button1;
  130. }
  131. }