Auth.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. 
  2. namespace Perevozki
  3. {
  4. partial class Auth
  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.Vhod = new System.Windows.Forms.Button();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // Vhod
  37. //
  38. this.Vhod.Location = new System.Drawing.Point(41, 251);
  39. this.Vhod.Margin = new System.Windows.Forms.Padding(5);
  40. this.Vhod.Name = "Vhod";
  41. this.Vhod.Size = new System.Drawing.Size(208, 41);
  42. this.Vhod.TabIndex = 0;
  43. this.Vhod.Text = "Войти";
  44. this.Vhod.UseVisualStyleBackColor = true;
  45. this.Vhod.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // textBox1
  48. //
  49. this.textBox1.Location = new System.Drawing.Point(41, 183);
  50. this.textBox1.Margin = new System.Windows.Forms.Padding(5);
  51. this.textBox1.Name = "textBox1";
  52. this.textBox1.Size = new System.Drawing.Size(206, 30);
  53. this.textBox1.TabIndex = 1;
  54. //
  55. // textBox2
  56. //
  57. this.textBox2.Location = new System.Drawing.Point(41, 100);
  58. this.textBox2.Margin = new System.Windows.Forms.Padding(5);
  59. this.textBox2.Name = "textBox2";
  60. this.textBox2.Size = new System.Drawing.Size(206, 30);
  61. this.textBox2.TabIndex = 2;
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Location = new System.Drawing.Point(36, 56);
  67. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(122, 23);
  70. this.label1.TabIndex = 3;
  71. this.label1.Text = "Введите логин";
  72. //
  73. // label2
  74. //
  75. this.label2.AutoSize = true;
  76. this.label2.Location = new System.Drawing.Point(36, 155);
  77. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  78. this.label2.Name = "label2";
  79. this.label2.Size = new System.Drawing.Size(130, 23);
  80. this.label2.TabIndex = 4;
  81. this.label2.Text = "Введите пароль";
  82. //
  83. // Auth
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 23F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.BackColor = System.Drawing.SystemColors.Window;
  88. this.ClientSize = new System.Drawing.Size(284, 361);
  89. this.Controls.Add(this.label2);
  90. this.Controls.Add(this.label1);
  91. this.Controls.Add(this.textBox2);
  92. this.Controls.Add(this.textBox1);
  93. this.Controls.Add(this.Vhod);
  94. this.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.Margin = new System.Windows.Forms.Padding(5);
  96. this.Name = "Auth";
  97. this.Text = "Auth";
  98. this.ResumeLayout(false);
  99. this.PerformLayout();
  100. }
  101. #endregion
  102. private System.Windows.Forms.Button Vhod;
  103. private System.Windows.Forms.TextBox textBox1;
  104. private System.Windows.Forms.TextBox textBox2;
  105. private System.Windows.Forms.Label label1;
  106. private System.Windows.Forms.Label label2;
  107. }
  108. }