auth.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. 
  2. namespace muskafidi_de
  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.button1 = new System.Windows.Forms.Button();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.BackColor = System.Drawing.Color.IndianRed;
  40. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  41. this.button1.Location = new System.Drawing.Point(64, 156);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(175, 20);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "Войти";
  46. this.button1.UseVisualStyleBackColor = false;
  47. this.button1.Click += new System.EventHandler(this.button1_Click);
  48. //
  49. // textBox2
  50. //
  51. this.textBox2.Location = new System.Drawing.Point(64, 130);
  52. this.textBox2.Name = "textBox2";
  53. this.textBox2.Size = new System.Drawing.Size(175, 20);
  54. this.textBox2.TabIndex = 1;
  55. //
  56. // textBox1
  57. //
  58. this.textBox1.Location = new System.Drawing.Point(64, 91);
  59. this.textBox1.Name = "textBox1";
  60. this.textBox1.Size = new System.Drawing.Size(175, 20);
  61. this.textBox1.TabIndex = 2;
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Location = new System.Drawing.Point(61, 75);
  67. this.label1.Name = "label1";
  68. this.label1.Size = new System.Drawing.Size(38, 13);
  69. this.label1.TabIndex = 3;
  70. this.label1.Text = "Логин";
  71. //
  72. // label2
  73. //
  74. this.label2.AutoSize = true;
  75. this.label2.Location = new System.Drawing.Point(61, 114);
  76. this.label2.Name = "label2";
  77. this.label2.Size = new System.Drawing.Size(45, 13);
  78. this.label2.TabIndex = 4;
  79. this.label2.Text = "Пароль";
  80. //
  81. // label3
  82. //
  83. this.label3.AutoSize = true;
  84. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  85. this.label3.Location = new System.Drawing.Point(88, 42);
  86. this.label3.Name = "label3";
  87. this.label3.Size = new System.Drawing.Size(131, 27);
  88. this.label3.TabIndex = 5;
  89. this.label3.Text = "Авторизация";
  90. //
  91. // auth
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.BackColor = System.Drawing.Color.RosyBrown;
  96. this.ClientSize = new System.Drawing.Size(296, 237);
  97. this.Controls.Add(this.label3);
  98. this.Controls.Add(this.label2);
  99. this.Controls.Add(this.label1);
  100. this.Controls.Add(this.textBox1);
  101. this.Controls.Add(this.textBox2);
  102. this.Controls.Add(this.button1);
  103. this.Name = "auth";
  104. this.Text = "Вход";
  105. this.Load += new System.EventHandler(this.auth_Load);
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private System.Windows.Forms.Button button1;
  111. private System.Windows.Forms.TextBox textBox2;
  112. private System.Windows.Forms.TextBox textBox1;
  113. private System.Windows.Forms.Label label1;
  114. private System.Windows.Forms.Label label2;
  115. private System.Windows.Forms.Label label3;
  116. }
  117. }