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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. 
  2. namespace Демо
  3. {
  4. partial class Авторизация
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Авторизация));
  30. this.capcha = new System.Windows.Forms.CheckBox();
  31. this.enterBtn = new System.Windows.Forms.Button();
  32. this.roleBtn = new System.Windows.Forms.Button();
  33. this.mailText = new System.Windows.Forms.TextBox();
  34. this.mailLab = new System.Windows.Forms.Label();
  35. this.kodLab = new System.Windows.Forms.Label();
  36. this.kodText = new System.Windows.Forms.TextBox();
  37. this.logoPicture = new System.Windows.Forms.PictureBox();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. this.KapchVod = new System.Windows.Forms.TextBox();
  40. this.Capch = new System.Windows.Forms.Label();
  41. ((System.ComponentModel.ISupportInitialize)(this.logoPicture)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // capcha
  46. //
  47. this.capcha.AutoSize = true;
  48. this.capcha.Location = new System.Drawing.Point(129, 282);
  49. this.capcha.Margin = new System.Windows.Forms.Padding(2);
  50. this.capcha.Name = "capcha";
  51. this.capcha.Size = new System.Drawing.Size(81, 17);
  52. this.capcha.TabIndex = 0;
  53. this.capcha.Text = "Я не робот";
  54. this.capcha.UseVisualStyleBackColor = true;
  55. //
  56. // enterBtn
  57. //
  58. this.enterBtn.Location = new System.Drawing.Point(0, 303);
  59. this.enterBtn.Margin = new System.Windows.Forms.Padding(2);
  60. this.enterBtn.Name = "enterBtn";
  61. this.enterBtn.Size = new System.Drawing.Size(334, 28);
  62. this.enterBtn.TabIndex = 1;
  63. this.enterBtn.Text = "Войти";
  64. this.enterBtn.UseVisualStyleBackColor = true;
  65. this.enterBtn.Click += new System.EventHandler(this.enterBtn_Click);
  66. //
  67. // roleBtn
  68. //
  69. this.roleBtn.Location = new System.Drawing.Point(0, 332);
  70. this.roleBtn.Margin = new System.Windows.Forms.Padding(2);
  71. this.roleBtn.Name = "roleBtn";
  72. this.roleBtn.Size = new System.Drawing.Size(334, 28);
  73. this.roleBtn.TabIndex = 2;
  74. this.roleBtn.Text = "Войти как администратор";
  75. this.roleBtn.UseVisualStyleBackColor = true;
  76. this.roleBtn.Click += new System.EventHandler(this.roleBtn_Click);
  77. //
  78. // mailText
  79. //
  80. this.mailText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  81. | System.Windows.Forms.AnchorStyles.Left)
  82. | System.Windows.Forms.AnchorStyles.Right)));
  83. this.mailText.Location = new System.Drawing.Point(129, 169);
  84. this.mailText.Margin = new System.Windows.Forms.Padding(2);
  85. this.mailText.Name = "mailText";
  86. this.mailText.Size = new System.Drawing.Size(163, 20);
  87. this.mailText.TabIndex = 4;
  88. //
  89. // mailLab
  90. //
  91. this.mailLab.AutoSize = true;
  92. this.mailLab.Location = new System.Drawing.Point(85, 172);
  93. this.mailLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  94. this.mailLab.Name = "mailLab";
  95. this.mailLab.Size = new System.Drawing.Size(40, 13);
  96. this.mailLab.TabIndex = 5;
  97. this.mailLab.Text = "Почта:";
  98. //
  99. // kodLab
  100. //
  101. this.kodLab.AutoSize = true;
  102. this.kodLab.Location = new System.Drawing.Point(96, 206);
  103. this.kodLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  104. this.kodLab.Name = "kodLab";
  105. this.kodLab.Size = new System.Drawing.Size(29, 13);
  106. this.kodLab.TabIndex = 7;
  107. this.kodLab.Text = "Код:";
  108. this.kodLab.Visible = false;
  109. //
  110. // kodText
  111. //
  112. this.kodText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.kodText.Location = new System.Drawing.Point(129, 202);
  116. this.kodText.Margin = new System.Windows.Forms.Padding(2);
  117. this.kodText.Name = "kodText";
  118. this.kodText.Size = new System.Drawing.Size(66, 20);
  119. this.kodText.TabIndex = 6;
  120. this.kodText.Visible = false;
  121. //
  122. // logoPicture
  123. //
  124. this.logoPicture.Image = global::Демо.Properties.Resources.school_logo;
  125. this.logoPicture.Location = new System.Drawing.Point(0, 10);
  126. this.logoPicture.Margin = new System.Windows.Forms.Padding(2);
  127. this.logoPicture.Name = "logoPicture";
  128. this.logoPicture.Size = new System.Drawing.Size(334, 115);
  129. this.logoPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  130. this.logoPicture.TabIndex = 3;
  131. this.logoPicture.TabStop = false;
  132. //
  133. // pictureBox1
  134. //
  135. this.pictureBox1.Image = global::Демо.Properties.Resources.school_logo;
  136. this.pictureBox1.Location = new System.Drawing.Point(0, 4);
  137. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  138. this.pictureBox1.Name = "pictureBox1";
  139. this.pictureBox1.Size = new System.Drawing.Size(334, 121);
  140. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  141. this.pictureBox1.TabIndex = 8;
  142. this.pictureBox1.TabStop = false;
  143. //
  144. // KapchVod
  145. //
  146. this.KapchVod.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  147. | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.KapchVod.Location = new System.Drawing.Point(129, 235);
  150. this.KapchVod.Margin = new System.Windows.Forms.Padding(2);
  151. this.KapchVod.Name = "KapchVod";
  152. this.KapchVod.Size = new System.Drawing.Size(163, 20);
  153. this.KapchVod.TabIndex = 9;
  154. //
  155. // Capch
  156. //
  157. this.Capch.AutoSize = true;
  158. this.Capch.Location = new System.Drawing.Point(15, 238);
  159. this.Capch.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  160. this.Capch.Name = "Capch";
  161. this.Capch.Size = new System.Drawing.Size(110, 13);
  162. this.Capch.TabIndex = 10;
  163. this.Capch.Text = "Символы с картнки:";
  164. //
  165. // Авторизация
  166. //
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  169. this.ClientSize = new System.Drawing.Size(334, 362);
  170. this.Controls.Add(this.Capch);
  171. this.Controls.Add(this.KapchVod);
  172. this.Controls.Add(this.pictureBox1);
  173. this.Controls.Add(this.kodLab);
  174. this.Controls.Add(this.kodText);
  175. this.Controls.Add(this.mailLab);
  176. this.Controls.Add(this.mailText);
  177. this.Controls.Add(this.logoPicture);
  178. this.Controls.Add(this.roleBtn);
  179. this.Controls.Add(this.enterBtn);
  180. this.Controls.Add(this.capcha);
  181. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  182. this.Margin = new System.Windows.Forms.Padding(2);
  183. this.MaximizeBox = false;
  184. this.MinimizeBox = false;
  185. this.Name = "Авторизация";
  186. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  187. this.Text = "Авторизация";
  188. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Авторизация_FormClosing);
  189. ((System.ComponentModel.ISupportInitialize)(this.logoPicture)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  191. this.ResumeLayout(false);
  192. this.PerformLayout();
  193. }
  194. #endregion
  195. private System.Windows.Forms.CheckBox capcha;
  196. private System.Windows.Forms.Button enterBtn;
  197. private System.Windows.Forms.Button roleBtn;
  198. private System.Windows.Forms.PictureBox logoPicture;
  199. private System.Windows.Forms.TextBox mailText;
  200. private System.Windows.Forms.Label mailLab;
  201. private System.Windows.Forms.Label kodLab;
  202. private System.Windows.Forms.TextBox kodText;
  203. private System.Windows.Forms.PictureBox pictureBox1;
  204. private System.Windows.Forms.TextBox KapchVod;
  205. private System.Windows.Forms.Label Capch;
  206. }
  207. }