.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. 
  2. namespace hospital
  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.passwordTB = new System.Windows.Forms.TextBox();
  30. this.loginTB = new System.Windows.Forms.TextBox();
  31. this.signUpBtn = new System.Windows.Forms.Button();
  32. this.signInBtn = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // passwordTB
  40. //
  41. this.passwordTB.Location = new System.Drawing.Point(28, 124);
  42. this.passwordTB.Name = "passwordTB";
  43. this.passwordTB.Size = new System.Drawing.Size(200, 20);
  44. this.passwordTB.TabIndex = 2;
  45. //
  46. // loginTB
  47. //
  48. this.loginTB.Location = new System.Drawing.Point(28, 85);
  49. this.loginTB.Name = "loginTB";
  50. this.loginTB.Size = new System.Drawing.Size(200, 20);
  51. this.loginTB.TabIndex = 1;
  52. //
  53. // signUpBtn
  54. //
  55. this.signUpBtn.Location = new System.Drawing.Point(28, 184);
  56. this.signUpBtn.Name = "signUpBtn";
  57. this.signUpBtn.Size = new System.Drawing.Size(85, 23);
  58. this.signUpBtn.TabIndex = 4;
  59. this.signUpBtn.Text = "Регистрация";
  60. this.signUpBtn.UseVisualStyleBackColor = true;
  61. this.signUpBtn.Click += new System.EventHandler(this.signUpBtn_Click);
  62. //
  63. // signInBtn
  64. //
  65. this.signInBtn.Location = new System.Drawing.Point(153, 184);
  66. this.signInBtn.Name = "signInBtn";
  67. this.signInBtn.Size = new System.Drawing.Size(75, 23);
  68. this.signInBtn.TabIndex = 3;
  69. this.signInBtn.Text = "Войти";
  70. this.signInBtn.UseVisualStyleBackColor = true;
  71. this.signInBtn.Click += new System.EventHandler(this.signInBtn_Click);
  72. //
  73. // label1
  74. //
  75. this.label1.AutoSize = true;
  76. this.label1.Location = new System.Drawing.Point(133, 147);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(95, 13);
  79. this.label1.TabIndex = 6;
  80. this.label1.Text = "Показать пароль";
  81. this.label1.Click += new System.EventHandler(this.label1_Click);
  82. //
  83. // label2
  84. //
  85. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.label2.Location = new System.Drawing.Point(57, 26);
  87. this.label2.Name = "label2";
  88. this.label2.Size = new System.Drawing.Size(142, 25);
  89. this.label2.TabIndex = 7;
  90. this.label2.Text = "Авторизация";
  91. this.label2.Click += new System.EventHandler(this.label2_Click);
  92. //
  93. // label3
  94. //
  95. this.label3.AutoSize = true;
  96. this.label3.Location = new System.Drawing.Point(25, 69);
  97. this.label3.Name = "label3";
  98. this.label3.Size = new System.Drawing.Size(38, 13);
  99. this.label3.TabIndex = 8;
  100. this.label3.Text = "Логин";
  101. //
  102. // label4
  103. //
  104. this.label4.AutoSize = true;
  105. this.label4.Location = new System.Drawing.Point(25, 108);
  106. this.label4.Name = "label4";
  107. this.label4.Size = new System.Drawing.Size(45, 13);
  108. this.label4.TabIndex = 9;
  109. this.label4.Text = "Пароль";
  110. //
  111. // auth
  112. //
  113. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  115. this.ClientSize = new System.Drawing.Size(254, 233);
  116. this.Controls.Add(this.label4);
  117. this.Controls.Add(this.label3);
  118. this.Controls.Add(this.label2);
  119. this.Controls.Add(this.label1);
  120. this.Controls.Add(this.signInBtn);
  121. this.Controls.Add(this.signUpBtn);
  122. this.Controls.Add(this.loginTB);
  123. this.Controls.Add(this.passwordTB);
  124. this.MaximumSize = new System.Drawing.Size(270, 272);
  125. this.MinimumSize = new System.Drawing.Size(270, 272);
  126. this.Name = "auth";
  127. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.auth_FormClosed);
  128. this.Load += new System.EventHandler(this.Form1_Load);
  129. this.ResumeLayout(false);
  130. this.PerformLayout();
  131. }
  132. #endregion
  133. private System.Windows.Forms.TextBox passwordTB;
  134. private System.Windows.Forms.TextBox loginTB;
  135. private System.Windows.Forms.Button signUpBtn;
  136. private System.Windows.Forms.Button signInBtn;
  137. private System.Windows.Forms.Label label1;
  138. private System.Windows.Forms.Label label2;
  139. private System.Windows.Forms.Label label3;
  140. private System.Windows.Forms.Label label4;
  141. }
  142. }