2022-05-14 09:53:01 +03:00
namespace AwesomeEmailExtractor
{
2022-05-14 10:11:05 +03:00
partial class MainForm
2022-05-14 09:53:01 +03:00
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый р е с у р с должен быть удален; иначе ложно.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region К о д , а в т о м а т и ч е с к и с о з д а н н ы й к о н с т р у к т о р о м ф о р м Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent ( )
{
2022-05-16 15:01:45 +03:00
this . listBox1 = new System . Windows . Forms . ListBox ( ) ;
this . richTextBox1 = new System . Windows . Forms . RichTextBox ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . statusStrip1 = new System . Windows . Forms . StatusStrip ( ) ;
this . toolStripStatusLabel1 = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
this . menuStrip1 = new System . Windows . Forms . MenuStrip ( ) ;
this . ф а й л ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . с п р а в к а ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . statusStrip1 . SuspendLayout ( ) ;
this . menuStrip1 . SuspendLayout ( ) ;
2022-05-14 10:11:05 +03:00
this . SuspendLayout ( ) ;
//
2022-05-16 15:01:45 +03:00
// listBox1
//
this . listBox1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . listBox1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 12F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . listBox1 . FormattingEnabled = true ;
this . listBox1 . ItemHeight = 20 ;
this . listBox1 . Items . AddRange ( new object [ ] {
"alice@example.com" ,
"bob@example.com" } ) ;
this . listBox1 . Location = new System . Drawing . Point ( 411 , 32 ) ;
this . listBox1 . Name = "listBox1" ;
this . listBox1 . Size = new System . Drawing . Size ( 225 , 384 ) ;
this . listBox1 . TabIndex = 0 ;
//
// richTextBox1
//
this . richTextBox1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . richTextBox1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 12F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . richTextBox1 . Location = new System . Drawing . Point ( 12 , 32 ) ;
this . richTextBox1 . Name = "richTextBox1" ;
this . richTextBox1 . Size = new System . Drawing . Size ( 393 , 350 ) ;
this . richTextBox1 . TabIndex = 1 ;
this . richTextBox1 . Text = "Алиса (alice@example.com) послылает Бобу (bob@example.com) сообщение.\nА др е с bob@e" +
"xample.com Алиса нашла на сайте example.com" ;
//
// button1
//
this . button1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . button1 . Location = new System . Drawing . Point ( 12 , 412 ) ;
this . button1 . Name = "button1" ;
this . button1 . Size = new System . Drawing . Size ( 393 , 24 ) ;
this . button1 . TabIndex = 2 ;
this . button1 . Text = "Выполнить" ;
this . button1 . UseVisualStyleBackColor = true ;
//
// label1
//
this . label1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . label1 . AutoSize = true ;
this . label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 14.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 12 , 385 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 303 , 24 ) ;
this . label1 . TabIndex = 3 ;
this . label1 . Text = "Количество e-mail-ов в тексте: 3" ;
//
// statusStrip1
//
this . statusStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . toolStripStatusLabel1 } ) ;
this . statusStrip1 . Location = new System . Drawing . Point ( 0 , 439 ) ;
this . statusStrip1 . Name = "statusStrip1" ;
this . statusStrip1 . Size = new System . Drawing . Size ( 648 , 22 ) ;
this . statusStrip1 . TabIndex = 4 ;
this . statusStrip1 . Text = "statusStrip1" ;
//
// toolStripStatusLabel1
//
this . toolStripStatusLabel1 . Name = "toolStripStatusLabel1" ;
this . toolStripStatusLabel1 . Size = new System . Drawing . Size ( 42 , 17 ) ;
this . toolStripStatusLabel1 . Text = "Успех!" ;
//
// menuStrip1
//
this . menuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . ф а й л ToolStripMenuItem ,
this . с п р а в к а ToolStripMenuItem } ) ;
this . menuStrip1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . menuStrip1 . Name = "menuStrip1" ;
this . menuStrip1 . Size = new System . Drawing . Size ( 648 , 24 ) ;
this . menuStrip1 . TabIndex = 5 ;
this . menuStrip1 . Text = "menuStrip1" ;
//
// фа йлToolStripMenuItem
//
this . ф а й л ToolStripMenuItem . Name = "фа йлToolStripMenuItem" ;
this . ф а й л ToolStripMenuItem . Size = new System . Drawing . Size ( 48 , 20 ) ;
this . ф а й л ToolStripMenuItem . Text = "Файл" ;
//
// с пр а вка ToolStripMenuItem
//
this . с п р а в к а ToolStripMenuItem . Name = "с пр а вка ToolStripMenuItem" ;
this . с п р а в к а ToolStripMenuItem . Size = new System . Drawing . Size ( 65 , 20 ) ;
this . с п р а в к а ToolStripMenuItem . Text = "Справка" ;
//
2022-05-14 10:11:05 +03:00
// MainForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2022-05-14 09:53:01 +03:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2022-05-16 15:01:45 +03:00
this . ClientSize = new System . Drawing . Size ( 648 , 461 ) ;
this . Controls . Add ( this . listBox1 ) ;
this . Controls . Add ( this . button1 ) ;
this . Controls . Add ( this . statusStrip1 ) ;
this . Controls . Add ( this . menuStrip1 ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . richTextBox1 ) ;
this . MainMenuStrip = this . menuStrip1 ;
this . MinimumSize = new System . Drawing . Size ( 642 , 438 ) ;
2022-05-14 10:11:05 +03:00
this . Name = "MainForm" ;
2022-05-16 15:01:45 +03:00
this . Text = "Main Form" ;
this . statusStrip1 . ResumeLayout ( false ) ;
this . statusStrip1 . PerformLayout ( ) ;
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . PerformLayout ( ) ;
2022-05-14 10:11:05 +03:00
this . ResumeLayout ( false ) ;
2022-05-16 15:01:45 +03:00
this . PerformLayout ( ) ;
2022-05-14 10:11:05 +03:00
2022-05-14 09:53:01 +03:00
}
#endregion
2022-05-16 15:01:45 +03:00
private System . Windows . Forms . ListBox listBox1 ;
private System . Windows . Forms . RichTextBox richTextBox1 ;
private System . Windows . Forms . Button button1 ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . StatusStrip statusStrip1 ;
private System . Windows . Forms . MenuStrip menuStrip1 ;
private System . Windows . Forms . ToolStripMenuItem ф а й л ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem с п р а в к а ToolStripMenuItem ;
private System . Windows . Forms . ToolStripStatusLabel toolStripStatusLabel1 ;
2022-05-14 09:53:01 +03:00
}
}