Authorization.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. namespace Session_4
  2. {
  3. partial class Authorization
  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.pictureBox1 = new System.Windows.Forms.PictureBox();
  29. this.login_text = new System.Windows.Forms.TextBox();
  30. this.password_text = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.login_button = new System.Windows.Forms.Button();
  34. this.exit_button = new System.Windows.Forms.Button();
  35. this.timer_label = new System.Windows.Forms.Label();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // pictureBox1
  40. //
  41. this.pictureBox1.Image = global::Session_4.Properties.Resources.DS2017_TP09_black;
  42. this.pictureBox1.Location = new System.Drawing.Point(95, 25);
  43. this.pictureBox1.Name = "pictureBox1";
  44. this.pictureBox1.Size = new System.Drawing.Size(310, 90);
  45. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  46. this.pictureBox1.TabIndex = 0;
  47. this.pictureBox1.TabStop = false;
  48. //
  49. // login_text
  50. //
  51. this.login_text.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.login_text.Location = new System.Drawing.Point(185, 138);
  53. this.login_text.Name = "login_text";
  54. this.login_text.Size = new System.Drawing.Size(220, 28);
  55. this.login_text.TabIndex = 1;
  56. //
  57. // password_text
  58. //
  59. this.password_text.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.password_text.Location = new System.Drawing.Point(185, 172);
  61. this.password_text.Name = "password_text";
  62. this.password_text.Size = new System.Drawing.Size(220, 28);
  63. this.password_text.TabIndex = 2;
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  69. this.label1.Location = new System.Drawing.Point(91, 141);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(88, 22);
  72. this.label1.TabIndex = 3;
  73. this.label1.Text = "Username:";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  79. this.label2.Location = new System.Drawing.Point(91, 175);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(85, 22);
  82. this.label2.TabIndex = 4;
  83. this.label2.Text = "Password:";
  84. //
  85. // login_button
  86. //
  87. this.login_button.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  88. this.login_button.Location = new System.Drawing.Point(116, 214);
  89. this.login_button.Name = "login_button";
  90. this.login_button.Size = new System.Drawing.Size(112, 35);
  91. this.login_button.TabIndex = 5;
  92. this.login_button.Text = "Login";
  93. this.login_button.UseVisualStyleBackColor = true;
  94. this.login_button.Click += new System.EventHandler(this.login_button_Click);
  95. //
  96. // exit_button
  97. //
  98. this.exit_button.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  99. this.exit_button.Location = new System.Drawing.Point(267, 214);
  100. this.exit_button.Name = "exit_button";
  101. this.exit_button.Size = new System.Drawing.Size(112, 35);
  102. this.exit_button.TabIndex = 6;
  103. this.exit_button.Text = "Exit";
  104. this.exit_button.UseVisualStyleBackColor = true;
  105. this.exit_button.Click += new System.EventHandler(this.exit_button_Click);
  106. //
  107. // timer_label
  108. //
  109. this.timer_label.AutoSize = true;
  110. this.timer_label.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  111. this.timer_label.Location = new System.Drawing.Point(12, 9);
  112. this.timer_label.Name = "timer_label";
  113. this.timer_label.Size = new System.Drawing.Size(0, 19);
  114. this.timer_label.TabIndex = 7;
  115. //
  116. // Authorization
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  120. this.ClientSize = new System.Drawing.Size(484, 261);
  121. this.ControlBox = false;
  122. this.Controls.Add(this.timer_label);
  123. this.Controls.Add(this.exit_button);
  124. this.Controls.Add(this.login_button);
  125. this.Controls.Add(this.label2);
  126. this.Controls.Add(this.label1);
  127. this.Controls.Add(this.password_text);
  128. this.Controls.Add(this.login_text);
  129. this.Controls.Add(this.pictureBox1);
  130. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  131. this.MaximizeBox = false;
  132. this.MinimizeBox = false;
  133. this.Name = "Authorization";
  134. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  135. this.Text = "Login";
  136. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  137. this.ResumeLayout(false);
  138. this.PerformLayout();
  139. }
  140. #endregion
  141. private System.Windows.Forms.PictureBox pictureBox1;
  142. private System.Windows.Forms.TextBox login_text;
  143. private System.Windows.Forms.TextBox password_text;
  144. private System.Windows.Forms.Label label1;
  145. private System.Windows.Forms.Label label2;
  146. private System.Windows.Forms.Button login_button;
  147. private System.Windows.Forms.Button exit_button;
  148. private System.Windows.Forms.Label timer_label;
  149. }
  150. }