Form1.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. 
  2. namespace Cafe12
  3. {
  4. partial class AutorizationForm
  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.button1 = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.SuspendLayout();
  37. //
  38. // button1
  39. //
  40. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  41. this.button1.Location = new System.Drawing.Point(157, 331);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(100, 31);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "Войти";
  46. this.button1.UseVisualStyleBackColor = true;
  47. this.button1.Click += new System.EventHandler(this.button1_Click);
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  53. this.label1.Location = new System.Drawing.Point(106, 108);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(201, 33);
  56. this.label1.TabIndex = 1;
  57. this.label1.Text = "Авторизация";
  58. this.label1.Click += new System.EventHandler(this.label1_Click);
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.label2.Location = new System.Drawing.Point(174, 202);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(52, 16);
  67. this.label2.TabIndex = 2;
  68. this.label2.Text = "Логин";
  69. this.label2.Click += new System.EventHandler(this.label2_Click);
  70. //
  71. // label3
  72. //
  73. this.label3.AutoSize = true;
  74. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.label3.Location = new System.Drawing.Point(174, 251);
  76. this.label3.Name = "label3";
  77. this.label3.Size = new System.Drawing.Size(63, 16);
  78. this.label3.TabIndex = 3;
  79. this.label3.Text = "Пароль";
  80. //
  81. // textBox1
  82. //
  83. this.textBox1.Location = new System.Drawing.Point(157, 270);
  84. this.textBox1.Name = "textBox1";
  85. this.textBox1.Size = new System.Drawing.Size(100, 20);
  86. this.textBox1.TabIndex = 4;
  87. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  88. //
  89. // textBox2
  90. //
  91. this.textBox2.Location = new System.Drawing.Point(157, 221);
  92. this.textBox2.Name = "textBox2";
  93. this.textBox2.Size = new System.Drawing.Size(100, 20);
  94. this.textBox2.TabIndex = 5;
  95. this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  96. //
  97. // button2
  98. //
  99. this.button2.Location = new System.Drawing.Point(162, 392);
  100. this.button2.Name = "button2";
  101. this.button2.Size = new System.Drawing.Size(95, 23);
  102. this.button2.TabIndex = 6;
  103. this.button2.Text = "Регистрация";
  104. this.button2.UseVisualStyleBackColor = true;
  105. //
  106. // AutorizationForm
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.ClientSize = new System.Drawing.Size(426, 478);
  111. this.Controls.Add(this.button2);
  112. this.Controls.Add(this.textBox2);
  113. this.Controls.Add(this.textBox1);
  114. this.Controls.Add(this.label3);
  115. this.Controls.Add(this.label2);
  116. this.Controls.Add(this.label1);
  117. this.Controls.Add(this.button1);
  118. this.Name = "AutorizationForm";
  119. this.Text = "Авторизация";
  120. this.ResumeLayout(false);
  121. this.PerformLayout();
  122. }
  123. #endregion
  124. private System.Windows.Forms.Button button1;
  125. private System.Windows.Forms.Label label1;
  126. private System.Windows.Forms.Label label2;
  127. private System.Windows.Forms.Label label3;
  128. private System.Windows.Forms.TextBox textBox1;
  129. private System.Windows.Forms.TextBox textBox2;
  130. private System.Windows.Forms.Button button2;
  131. }
  132. }