2025-01-23 22:41:52 +07:00
namespace NoDuplicate
{
partial class Form1
{
/// <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 ( )
{
2025-01-23 23:41:57 +07:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( Form1 ) ) ;
this . dataGridView1 = new System . Windows . Forms . DataGridView ( ) ;
this . btnRemoveDuplicates = new System . Windows . Forms . Button ( ) ;
this . menuStrip1 = new System . Windows . Forms . MenuStrip ( ) ;
this . ф а й л ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . и м п о р т ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . э к с п о р т ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . п о м о щ ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . lblStatus = new System . Windows . Forms . Label ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridView1 ) ) . BeginInit ( ) ;
this . menuStrip1 . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// dataGridView1
//
this . dataGridView1 . AllowUserToAddRows = false ;
this . dataGridView1 . AllowUserToDeleteRows = false ;
this . dataGridView1 . AutoSizeColumnsMode = System . Windows . Forms . DataGridViewAutoSizeColumnsMode . Fill ;
this . dataGridView1 . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . dataGridView1 . Location = new System . Drawing . Point ( 12 , 36 ) ;
this . dataGridView1 . Name = "dataGridView1" ;
this . dataGridView1 . ReadOnly = true ;
this . dataGridView1 . Size = new System . Drawing . Size ( 464 , 389 ) ;
this . dataGridView1 . TabIndex = 0 ;
//
// btnRemoveDuplicates
//
this . btnRemoveDuplicates . Location = new System . Drawing . Point ( 12 , 431 ) ;
this . btnRemoveDuplicates . Name = "btnRemoveDuplicates" ;
this . btnRemoveDuplicates . Size = new System . Drawing . Size ( 126 , 23 ) ;
this . btnRemoveDuplicates . TabIndex = 1 ;
this . btnRemoveDuplicates . Text = "Удалить дубликаты" ;
this . btnRemoveDuplicates . UseVisualStyleBackColor = true ;
this . btnRemoveDuplicates . Click + = new System . EventHandler ( this . btnRemoveDuplicates_Click ) ;
//
// 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 ( 488 , 24 ) ;
this . menuStrip1 . TabIndex = 2 ;
this . menuStrip1 . Text = "menuStrip1" ;
//
// фа йлToolStripMenuItem
//
this . ф а й л ToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . и м п о р т ToolStripMenuItem ,
this . э к с п о р т 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 ( 119 , 22 ) ;
this . и м п о р т ToolStripMenuItem . Text = "Импорт" ;
this . и м п о р т ToolStripMenuItem . Click + = new System . EventHandler ( this . и м п о р т ToolStripMenuItem_Click ) ;
//
// экс по р тToolStripMenuItem
//
this . э к с п о р т ToolStripMenuItem . Name = "экс по р тToolStripMenuItem" ;
this . э к с п о р т ToolStripMenuItem . Size = new System . Drawing . Size ( 119 , 22 ) ;
this . э к с п о р т ToolStripMenuItem . Text = "Экспорт" ;
this . э к с п о р т ToolStripMenuItem . Click + = new System . EventHandler ( this . э к с п о р т ToolStripMenuItem_Click ) ;
//
// по мо щьToolStripMenuItem
//
this . п о м о щ ь ToolStripMenuItem . Name = "по мо щьToolStripMenuItem" ;
this . п о м о щ ь ToolStripMenuItem . Size = new System . Drawing . Size ( 68 , 20 ) ;
this . п о м о щ ь ToolStripMenuItem . Text = "Помощь" ;
this . п о м о щ ь ToolStripMenuItem . Click + = new System . EventHandler ( this . п о м о щ ь ToolStripMenuItem_Click ) ;
//
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 159 , 436 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 44 , 13 ) ;
this . label1 . TabIndex = 3 ;
this . label1 . Text = "Статус:" ;
//
// lblStatus
//
this . lblStatus . AutoSize = true ;
this . lblStatus . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . lblStatus . Location = new System . Drawing . Point ( 209 , 436 ) ;
this . lblStatus . Name = "lblStatus" ;
this . lblStatus . Size = new System . Drawing . Size ( 0 , 13 ) ;
this . lblStatus . TabIndex = 4 ;
//
// Form1
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2025-01-23 22:41:52 +07:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2025-01-23 23:41:57 +07:00
this . ClientSize = new System . Drawing . Size ( 488 , 462 ) ;
this . Controls . Add ( this . lblStatus ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . btnRemoveDuplicates ) ;
this . Controls . Add ( this . dataGridView1 ) ;
this . Controls . Add ( this . menuStrip1 ) ;
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
this . MainMenuStrip = this . menuStrip1 ;
this . Name = "Form1" ;
this . Text = "NoDuplicate" ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridView1 ) ) . EndInit ( ) ;
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
2025-01-23 22:41:52 +07:00
}
#endregion
2025-01-23 23:41:57 +07:00
private System . Windows . Forms . DataGridView dataGridView1 ;
private System . Windows . Forms . Button btnRemoveDuplicates ;
private System . Windows . Forms . MenuStrip menuStrip1 ;
private System . Windows . Forms . ToolStripMenuItem ф а й л ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem и м п о р т ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem э к с п о р т ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem п о м о щ ь ToolStripMenuItem ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . Label lblStatus ;
2025-01-23 22:41:52 +07:00
}
}