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:42:58 +03:00
this . uniqueListBox = new System . Windows . Forms . ListBox ( ) ;
this . sourceRichTextBox = new System . Windows . Forms . RichTextBox ( ) ;
this . executeButton = new System . Windows . Forms . Button ( ) ;
2022-05-16 15:54:54 +03:00
this . resultCountLabel = new System . Windows . Forms . Label ( ) ;
2022-05-16 15:42:58 +03:00
this . resultStatusStrip = new System . Windows . Forms . StatusStrip ( ) ;
this . toolStripStatusLabel = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
2022-05-16 15:01:45 +03:00
this . menuStrip1 = new System . Windows . Forms . MenuStrip ( ) ;
2022-05-16 15:42:58 +03:00
this . fileToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . helpToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . resultStatusStrip . SuspendLayout ( ) ;
2022-05-16 15:01:45 +03:00
this . menuStrip1 . SuspendLayout ( ) ;
2022-05-14 10:11:05 +03:00
this . SuspendLayout ( ) ;
//
2022-05-16 15:42:58 +03:00
// uniqueListBox
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
this . uniqueListBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
2022-05-16 15:01:45 +03:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2022-05-16 15:42:58 +03:00
this . uniqueListBox . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 12F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . uniqueListBox . FormattingEnabled = true ;
this . uniqueListBox . ItemHeight = 20 ;
this . uniqueListBox . Items . AddRange ( new object [ ] {
2022-05-16 15:01:45 +03:00
"alice@example.com" ,
"bob@example.com" } ) ;
2022-05-16 15:42:58 +03:00
this . uniqueListBox . Location = new System . Drawing . Point ( 424 , 32 ) ;
this . uniqueListBox . Name = "uniqueListBox" ;
this . uniqueListBox . Size = new System . Drawing . Size ( 225 , 304 ) ;
this . uniqueListBox . TabIndex = 0 ;
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
// sourceRichTextBox
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
this . sourceRichTextBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
2022-05-16 15:01:45 +03:00
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2022-05-16 15:42:58 +03:00
this . sourceRichTextBox . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 12F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . sourceRichTextBox . Location = new System . Drawing . Point ( 12 , 32 ) ;
this . sourceRichTextBox . Name = "sourceRichTextBox" ;
this . sourceRichTextBox . Size = new System . Drawing . Size ( 406 , 288 ) ;
this . sourceRichTextBox . TabIndex = 1 ;
this . sourceRichTextBox . Text = "Алиса (alice@example.com) послылает Бобу (bob@example.com) сообщение.\nА др е с bob@e" +
2022-05-16 15:01:45 +03:00
"xample.com Алиса нашла на сайте example.com" ;
//
2022-05-16 15:42:58 +03:00
// executeButton
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
this . executeButton . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left )
2022-05-16 15:01:45 +03:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2022-05-16 15:42:58 +03:00
this . executeButton . Location = new System . Drawing . Point ( 12 , 350 ) ;
this . executeButton . Name = "executeButton" ;
this . executeButton . Size = new System . Drawing . Size ( 406 , 24 ) ;
this . executeButton . TabIndex = 2 ;
this . executeButton . Text = "Выполнить" ;
this . executeButton . UseVisualStyleBackColor = true ;
this . executeButton . Click + = new System . EventHandler ( this . executeButton_Click ) ;
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:54:54 +03:00
// resultCountLabel
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:54:54 +03:00
this . resultCountLabel . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left )
2022-05-16 15:01:45 +03:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2022-05-16 15:54:54 +03:00
this . resultCountLabel . AutoSize = true ;
this . resultCountLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 14.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . resultCountLabel . Location = new System . Drawing . Point ( 12 , 323 ) ;
this . resultCountLabel . Name = "resultCountLabel" ;
this . resultCountLabel . Size = new System . Drawing . Size ( 303 , 24 ) ;
this . resultCountLabel . TabIndex = 3 ;
this . resultCountLabel . Text = "Количество e-mail-ов в тексте: 3" ;
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
// resultStatusStrip
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
this . resultStatusStrip . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . toolStripStatusLabel } ) ;
this . resultStatusStrip . Location = new System . Drawing . Point ( 0 , 377 ) ;
this . resultStatusStrip . Name = "resultStatusStrip" ;
this . resultStatusStrip . Size = new System . Drawing . Size ( 661 , 22 ) ;
this . resultStatusStrip . TabIndex = 4 ;
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
// toolStripStatusLabel
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
this . toolStripStatusLabel . Name = "toolStripStatusLabel" ;
this . toolStripStatusLabel . Size = new System . Drawing . Size ( 42 , 17 ) ;
this . toolStripStatusLabel . Text = "Успех!" ;
2022-05-16 15:01:45 +03:00
//
// menuStrip1
//
this . menuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2022-05-16 15:42:58 +03:00
this . fileToolStripMenuItem ,
this . helpToolStripMenuItem } ) ;
2022-05-16 15:01:45 +03:00
this . menuStrip1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . menuStrip1 . Name = "menuStrip1" ;
2022-05-16 15:42:58 +03:00
this . menuStrip1 . Size = new System . Drawing . Size ( 661 , 24 ) ;
2022-05-16 15:01:45 +03:00
this . menuStrip1 . TabIndex = 5 ;
this . menuStrip1 . Text = "menuStrip1" ;
//
2022-05-16 15:42:58 +03:00
// fileToolStripMenuItem
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
this . fileToolStripMenuItem . Name = "fileToolStripMenuItem" ;
this . fileToolStripMenuItem . Size = new System . Drawing . Size ( 48 , 20 ) ;
this . fileToolStripMenuItem . Text = "Файл" ;
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
// helpToolStripMenuItem
2022-05-16 15:01:45 +03:00
//
2022-05-16 15:42:58 +03:00
this . helpToolStripMenuItem . Name = "helpToolStripMenuItem" ;
this . helpToolStripMenuItem . Size = new System . Drawing . Size ( 65 , 20 ) ;
this . helpToolStripMenuItem . Text = "Справка" ;
2022-05-16 15:01:45 +03:00
//
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:42:58 +03:00
this . ClientSize = new System . Drawing . Size ( 661 , 399 ) ;
this . Controls . Add ( this . uniqueListBox ) ;
this . Controls . Add ( this . executeButton ) ;
this . Controls . Add ( this . resultStatusStrip ) ;
2022-05-16 15:01:45 +03:00
this . Controls . Add ( this . menuStrip1 ) ;
2022-05-16 15:54:54 +03:00
this . Controls . Add ( this . resultCountLabel ) ;
2022-05-16 15:42:58 +03:00
this . Controls . Add ( this . sourceRichTextBox ) ;
2022-05-16 15:01:45 +03:00
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" ;
2022-05-16 15:42:58 +03:00
this . resultStatusStrip . ResumeLayout ( false ) ;
this . resultStatusStrip . PerformLayout ( ) ;
2022-05-16 15:01:45 +03:00
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
2022-05-16 15:42:58 +03:00
private System . Windows . Forms . ListBox uniqueListBox ;
private System . Windows . Forms . RichTextBox sourceRichTextBox ;
private System . Windows . Forms . Button executeButton ;
2022-05-16 15:54:54 +03:00
private System . Windows . Forms . Label resultCountLabel ;
2022-05-16 15:42:58 +03:00
private System . Windows . Forms . StatusStrip resultStatusStrip ;
2022-05-16 15:01:45 +03:00
private System . Windows . Forms . MenuStrip menuStrip1 ;
2022-05-16 15:42:58 +03:00
private System . Windows . Forms . ToolStripMenuItem fileToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem helpToolStripMenuItem ;
private System . Windows . Forms . ToolStripStatusLabel toolStripStatusLabel ;
2022-05-14 09:53:01 +03:00
}
}