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 ( ) ;
2022-05-24 14:30:12 +03:00
this . exportResultToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2022-05-22 10:56:32 +03:00
this . а к к а у н т ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2022-05-23 21:47:09 +03:00
this . journalToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2022-05-22 10:56:32 +03:00
this . settingsToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . administrationToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . exitToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2022-05-22 11:12:41 +03:00
this . helpToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2022-05-25 09:13:02 +03:00
this . importToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2022-05-16 15:42:58 +03:00
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 . Location = new System . Drawing . Point ( 424 , 32 ) ;
this . uniqueListBox . Name = "uniqueListBox" ;
2022-05-23 21:08:30 +03:00
this . uniqueListBox . Size = new System . Drawing . Size ( 225 , 324 ) ;
2022-05-16 15:42:58 +03:00
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 ;
2022-05-24 15:25:44 +03:00
this . sourceRichTextBox . Text = "" ;
2022-05-16 15:01:45 +03:00
//
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" ;
2022-05-24 15:37:05 +03:00
this . resultCountLabel . Size = new System . Drawing . Size ( 363 , 24 ) ;
2022-05-16 15:54:54 +03:00
this . resultCountLabel . TabIndex = 3 ;
2022-05-24 15:37:05 +03:00
this . resultCountLabel . Text = "Введите текст и нажмите \"Выполнить\"" ;
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" ;
2022-05-24 15:25:44 +03:00
this . toolStripStatusLabel . Size = new System . Drawing . Size ( 0 , 17 ) ;
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 ,
2022-05-22 10:56:32 +03:00
this . а к к а у н т ToolStripMenuItem ,
2022-05-16 15:42:58 +03:00
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-24 13:19:07 +03:00
this . fileToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2022-05-25 09:13:02 +03:00
this . exportResultToolStripMenuItem ,
this . importToolStripMenuItem } ) ;
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-24 14:30:12 +03:00
// exportResultToolStripMenuItem
//
this . exportResultToolStripMenuItem . Name = "exportResultToolStripMenuItem" ;
this . exportResultToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . exportResultToolStripMenuItem . Text = "Экспортировать результат" ;
this . exportResultToolStripMenuItem . Click + = new System . EventHandler ( this . exportResultToolStripMenuItem_Click ) ;
//
2022-05-22 10:56:32 +03:00
// а кка у нтToolStripMenuItem
//
this . а к к а у н т ToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2022-05-23 21:08:30 +03:00
this . journalToolStripMenuItem ,
2022-05-22 10:56:32 +03:00
this . settingsToolStripMenuItem ,
this . administrationToolStripMenuItem ,
this . exitToolStripMenuItem } ) ;
this . а к к а у н т ToolStripMenuItem . Name = "а кка у нтToolStripMenuItem" ;
this . а к к а у н т ToolStripMenuItem . Size = new System . Drawing . Size ( 63 , 20 ) ;
this . а к к а у н т ToolStripMenuItem . Text = "Аккаунт" ;
//
2022-05-23 21:47:09 +03:00
// journalToolStripMenuItem
//
this . journalToolStripMenuItem . Name = "journalToolStripMenuItem" ;
this . journalToolStripMenuItem . Size = new System . Drawing . Size ( 189 , 22 ) ;
this . journalToolStripMenuItem . Text = "Журнал" ;
this . journalToolStripMenuItem . Click + = new System . EventHandler ( this . journalToolStripMenuItem_Click ) ;
//
2022-05-22 10:56:32 +03:00
// settingsToolStripMenuItem
//
this . settingsToolStripMenuItem . Name = "settingsToolStripMenuItem" ;
this . settingsToolStripMenuItem . Size = new System . Drawing . Size ( 189 , 22 ) ;
this . settingsToolStripMenuItem . Text = "Настройки" ;
this . settingsToolStripMenuItem . Click + = new System . EventHandler ( this . settingsToolStripMenuItem_Click ) ;
//
// administrationToolStripMenuItem
//
this . administrationToolStripMenuItem . Name = "administrationToolStripMenuItem" ;
this . administrationToolStripMenuItem . Size = new System . Drawing . Size ( 189 , 22 ) ;
this . administrationToolStripMenuItem . Text = "Администрирование" ;
2022-05-23 21:47:09 +03:00
this . administrationToolStripMenuItem . Click + = new System . EventHandler ( this . administrationToolStripMenuItem_Click ) ;
2022-05-22 10:56:32 +03:00
//
// exitToolStripMenuItem
//
this . exitToolStripMenuItem . Name = "exitToolStripMenuItem" ;
this . exitToolStripMenuItem . Size = new System . Drawing . Size ( 189 , 22 ) ;
this . exitToolStripMenuItem . Text = "Выход" ;
2022-05-22 11:12:41 +03:00
this . exitToolStripMenuItem . Click + = new System . EventHandler ( this . exitToolStripMenuItem_Click ) ;
//
// helpToolStripMenuItem
//
this . helpToolStripMenuItem . Name = "helpToolStripMenuItem" ;
this . helpToolStripMenuItem . Size = new System . Drawing . Size ( 65 , 20 ) ;
this . helpToolStripMenuItem . Text = "Справка" ;
2022-05-24 14:30:12 +03:00
this . helpToolStripMenuItem . Click + = new System . EventHandler ( this . helpToolStripMenuItem_Click ) ;
2022-05-24 13:19:07 +03:00
//
2022-05-25 09:13:02 +03:00
// importToolStripMenuItem
//
this . importToolStripMenuItem . Name = "importToolStripMenuItem" ;
this . importToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . importToolStripMenuItem . Text = "Импортировать файл" ;
this . importToolStripMenuItem . Click + = new System . EventHandler ( this . importToolStripMenuItem_Click ) ;
//
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-24 16:09:19 +03:00
this . Text = "Главное окно" ;
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-22 10:56:32 +03:00
private System . Windows . Forms . ToolStripMenuItem а к к а у н т ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem settingsToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem administrationToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem exitToolStripMenuItem ;
2022-05-23 21:08:30 +03:00
private System . Windows . Forms . ToolStripMenuItem journalToolStripMenuItem ;
2022-05-24 13:19:07 +03:00
private System . Windows . Forms . ToolStripMenuItem exportResultToolStripMenuItem ;
2022-05-25 09:13:02 +03:00
private System . Windows . Forms . ToolStripMenuItem importToolStripMenuItem ;
2022-05-14 09:53:01 +03:00
}
}