Авторизация.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. namespace tkani
  2. {
  3. partial class Авторизация
  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.InBox = new System.Windows.Forms.GroupBox();
  29. this.regBox = new System.Windows.Forms.GroupBox();
  30. this.In = new System.Windows.Forms.Button();
  31. this.cancel = new System.Windows.Forms.Button();
  32. this.Inreg = new System.Windows.Forms.Button();
  33. this.cancelreg = new System.Windows.Forms.Button();
  34. this.LoginBox = new System.Windows.Forms.TextBox();
  35. this.PasswordBox = new System.Windows.Forms.TextBox();
  36. this.LoginRegBox = new System.Windows.Forms.TextBox();
  37. this.PasswordRegBox = new System.Windows.Forms.TextBox();
  38. this.InBox.SuspendLayout();
  39. this.regBox.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // InBox
  43. //
  44. this.InBox.Controls.Add(this.PasswordBox);
  45. this.InBox.Controls.Add(this.LoginBox);
  46. this.InBox.Controls.Add(this.cancel);
  47. this.InBox.Controls.Add(this.In);
  48. this.InBox.Location = new System.Drawing.Point(12, 12);
  49. this.InBox.Name = "InBox";
  50. this.InBox.Size = new System.Drawing.Size(237, 437);
  51. this.InBox.TabIndex = 0;
  52. this.InBox.TabStop = false;
  53. this.InBox.Text = "Авторизация";
  54. //
  55. // regBox
  56. //
  57. this.regBox.Controls.Add(this.PasswordRegBox);
  58. this.regBox.Controls.Add(this.LoginRegBox);
  59. this.regBox.Controls.Add(this.cancelreg);
  60. this.regBox.Controls.Add(this.Inreg);
  61. this.regBox.Location = new System.Drawing.Point(246, 12);
  62. this.regBox.Name = "regBox";
  63. this.regBox.Size = new System.Drawing.Size(237, 437);
  64. this.regBox.TabIndex = 1;
  65. this.regBox.TabStop = false;
  66. this.regBox.Text = "Регистрация";
  67. //
  68. // In
  69. //
  70. this.In.DialogResult = System.Windows.Forms.DialogResult.OK;
  71. this.In.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  72. this.In.Font = new System.Drawing.Font("Tw Cen MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.In.Location = new System.Drawing.Point(6, 195);
  74. this.In.Name = "In";
  75. this.In.Size = new System.Drawing.Size(90, 30);
  76. this.In.TabIndex = 0;
  77. this.In.Text = "Вход";
  78. this.In.UseVisualStyleBackColor = true;
  79. this.In.Click += new System.EventHandler(this.In_Click);
  80. //
  81. // cancel
  82. //
  83. this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  84. this.cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  85. this.cancel.Font = new System.Drawing.Font("Tw Cen MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  86. this.cancel.Location = new System.Drawing.Point(138, 195);
  87. this.cancel.Name = "cancel";
  88. this.cancel.Size = new System.Drawing.Size(90, 30);
  89. this.cancel.TabIndex = 1;
  90. this.cancel.Text = "Отмена";
  91. this.cancel.UseVisualStyleBackColor = true;
  92. //
  93. // Inreg
  94. //
  95. this.Inreg.DialogResult = System.Windows.Forms.DialogResult.OK;
  96. this.Inreg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.Inreg.Font = new System.Drawing.Font("Tw Cen MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  98. this.Inreg.Location = new System.Drawing.Point(9, 195);
  99. this.Inreg.Name = "Inreg";
  100. this.Inreg.Size = new System.Drawing.Size(93, 30);
  101. this.Inreg.TabIndex = 1;
  102. this.Inreg.Text = "Регистрация";
  103. this.Inreg.UseVisualStyleBackColor = true;
  104. //
  105. // cancelreg
  106. //
  107. this.cancelreg.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  108. this.cancelreg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  109. this.cancelreg.Font = new System.Drawing.Font("Tw Cen MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  110. this.cancelreg.Location = new System.Drawing.Point(141, 195);
  111. this.cancelreg.Name = "cancelreg";
  112. this.cancelreg.Size = new System.Drawing.Size(90, 30);
  113. this.cancelreg.TabIndex = 2;
  114. this.cancelreg.Text = "Отмена";
  115. this.cancelreg.UseVisualStyleBackColor = true;
  116. //
  117. // LoginBox
  118. //
  119. this.LoginBox.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  120. this.LoginBox.Location = new System.Drawing.Point(30, 64);
  121. this.LoginBox.Multiline = true;
  122. this.LoginBox.Name = "LoginBox";
  123. this.LoginBox.Size = new System.Drawing.Size(169, 33);
  124. this.LoginBox.TabIndex = 2;
  125. //
  126. // PasswordBox
  127. //
  128. this.PasswordBox.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  129. this.PasswordBox.Location = new System.Drawing.Point(30, 115);
  130. this.PasswordBox.Multiline = true;
  131. this.PasswordBox.Name = "PasswordBox";
  132. this.PasswordBox.Size = new System.Drawing.Size(169, 33);
  133. this.PasswordBox.TabIndex = 3;
  134. //
  135. // LoginRegBox
  136. //
  137. this.LoginRegBox.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  138. this.LoginRegBox.Location = new System.Drawing.Point(39, 64);
  139. this.LoginRegBox.Multiline = true;
  140. this.LoginRegBox.Name = "LoginRegBox";
  141. this.LoginRegBox.Size = new System.Drawing.Size(169, 33);
  142. this.LoginRegBox.TabIndex = 3;
  143. //
  144. // PasswordRegBox
  145. //
  146. this.PasswordRegBox.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  147. this.PasswordRegBox.Location = new System.Drawing.Point(39, 115);
  148. this.PasswordRegBox.Multiline = true;
  149. this.PasswordRegBox.Name = "PasswordRegBox";
  150. this.PasswordRegBox.Size = new System.Drawing.Size(169, 33);
  151. this.PasswordRegBox.TabIndex = 4;
  152. //
  153. // Авторизация
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(484, 461);
  158. this.Controls.Add(this.regBox);
  159. this.Controls.Add(this.InBox);
  160. this.Name = "Авторизация";
  161. this.Text = "Авторизация";
  162. this.InBox.ResumeLayout(false);
  163. this.InBox.PerformLayout();
  164. this.regBox.ResumeLayout(false);
  165. this.regBox.PerformLayout();
  166. this.ResumeLayout(false);
  167. }
  168. #endregion
  169. private System.Windows.Forms.GroupBox InBox;
  170. private System.Windows.Forms.TextBox PasswordBox;
  171. private System.Windows.Forms.TextBox LoginBox;
  172. private System.Windows.Forms.Button cancel;
  173. private System.Windows.Forms.Button In;
  174. private System.Windows.Forms.GroupBox regBox;
  175. private System.Windows.Forms.TextBox PasswordRegBox;
  176. private System.Windows.Forms.TextBox LoginRegBox;
  177. private System.Windows.Forms.Button cancelreg;
  178. private System.Windows.Forms.Button Inreg;
  179. }
  180. }