2022-05-17 21:40:01 +03:00
namespace AwesomeEmailExtractor
{
2022-05-22 07:19:14 +03:00
partial class AuthorizationForm
2022-05-17 21:40:01 +03:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
2022-05-18 00:29:58 +03:00
this . loginButton = new System . Windows . Forms . Button ( ) ;
this . registerButton = new System . Windows . Forms . Button ( ) ;
this . entryLogin = new System . Windows . Forms . TextBox ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . entryPassword = new System . Windows . Forms . TextBox ( ) ;
2022-05-17 21:40:01 +03:00
this . SuspendLayout ( ) ;
//
2022-05-18 00:29:58 +03:00
// loginButton
//
this . loginButton . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . loginButton . Location = new System . Drawing . Point ( 12 , 127 ) ;
this . loginButton . Name = "loginButton" ;
this . loginButton . Size = new System . Drawing . Size ( 293 , 23 ) ;
this . loginButton . TabIndex = 0 ;
this . loginButton . Text = "Авторизоваться" ;
this . loginButton . UseVisualStyleBackColor = true ;
2022-05-22 07:56:31 +03:00
this . loginButton . Click + = new System . EventHandler ( this . loginButton_Click ) ;
2022-05-18 00:29:58 +03:00
//
// registerButton
//
this . registerButton . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . registerButton . Location = new System . Drawing . Point ( 12 , 156 ) ;
this . registerButton . Name = "registerButton" ;
this . registerButton . Size = new System . Drawing . Size ( 293 , 23 ) ;
this . registerButton . TabIndex = 1 ;
this . registerButton . Text = "Зарегистрироваться" ;
this . registerButton . UseVisualStyleBackColor = true ;
2022-05-22 08:14:59 +03:00
this . registerButton . Click + = new System . EventHandler ( this . registerButton_Click ) ;
2022-05-18 00:29:58 +03:00
//
// entryLogin
//
this . entryLogin . Location = new System . Drawing . Point ( 110 , 32 ) ;
this . entryLogin . Name = "entryLogin" ;
this . entryLogin . Size = new System . Drawing . Size ( 195 , 20 ) ;
this . entryLogin . TabIndex = 2 ;
//
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 15.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 12 , 30 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 77 , 25 ) ;
this . label1 . TabIndex = 3 ;
this . label1 . Text = "Логин:" ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 15.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 12 , 77 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 92 , 25 ) ;
this . label2 . TabIndex = 5 ;
this . label2 . Text = "Пароль:" ;
//
// entryPassword
//
this . entryPassword . Location = new System . Drawing . Point ( 110 , 79 ) ;
this . entryPassword . Name = "entryPassword" ;
this . entryPassword . Size = new System . Drawing . Size ( 195 , 20 ) ;
this . entryPassword . TabIndex = 4 ;
2022-05-22 07:56:31 +03:00
this . entryPassword . UseSystemPasswordChar = true ;
2022-05-18 00:29:58 +03:00
//
2022-05-22 07:19:14 +03:00
// AuthorizationForm
2022-05-17 21:40:01 +03:00
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2022-05-18 00:29:58 +03:00
this . ClientSize = new System . Drawing . Size ( 317 , 191 ) ;
this . Controls . Add ( this . label2 ) ;
this . Controls . Add ( this . entryPassword ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . entryLogin ) ;
this . Controls . Add ( this . registerButton ) ;
this . Controls . Add ( this . loginButton ) ;
2022-05-22 07:56:31 +03:00
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . FixedSingle ;
this . MaximizeBox = false ;
2022-05-22 07:19:14 +03:00
this . Name = "AuthorizationForm" ;
this . Text = "Авторизоваться" ;
2022-05-17 21:40:01 +03:00
this . ResumeLayout ( false ) ;
2022-05-18 00:29:58 +03:00
this . PerformLayout ( ) ;
2022-05-17 21:40:01 +03:00
}
#endregion
2022-05-18 00:29:58 +03:00
private System . Windows . Forms . Button loginButton ;
private System . Windows . Forms . Button registerButton ;
private System . Windows . Forms . TextBox entryLogin ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . TextBox entryPassword ;
2022-05-17 21:40:01 +03:00
}
}