generated code
/// lt; summary gt;
/// Необхідний метод для підтримки дизайнера - немодифікована
/// зміст цього методу з редактором коду.
/// lt;/summary gt; void InitializeComponent ()
{. textBox1=new System.Windows.Forms.TextBox () ;. label1=new System.Windows.Forms.Label () ;. tKey=new System.Windows.Forms.TextBox () ; .button2=new System.Windows.Forms.Button () ;. button3=new System.Windows.Forms.Button () ;. treeView1=new System.Windows.Forms.TreeView () ;. panel1=new System.Windows.Forms.Panel () ;. panel2=new System.Windows.Forms.Panel () ;. listBox1=new System.Windows.Forms.ListBox () ;. splitter1=new System.Windows.Forms.Splitter () ;. menuStrip1=new System.Windows.Forms.MenuStrip () ;. файлToolStripMenuItem=new System.Windows.Forms.ToolStripMenuItem () ;. зашіфроватьToolStripMenuItem=new System.Windows.Forms.ToolStripMenuItem () ;. расшіфроватьToolStripMenuItem=new System.Windows.Forms.ToolStripMenuItem () ;. exitToolStripMenuItem=new System.Windows.Forms.ToolStripMenuItem () ;. label2=new System.Windows.Forms.Label () ;. comboBox1=new System.Windows.Forms.ComboBox () ;. panel3= new System.Windows.Forms.Panel () ;. panel6=new System.Windows.Forms.Panel () ;. button1=new System.Windows.Forms.Button () ;. label4=new System.Windows.Forms.Label () ;. progressBar1=new System.Windows.Forms.ProgressBar () ;. label3=new System.Windows.Forms.Label () ;. panel4=new System.Windows.Forms.Panel () ;. panel5=new System.Windows.Forms.Panel();.panel1.SuspendLayout();.panel2.SuspendLayout();.menuStrip1.SuspendLayout();.panel3.SuspendLayout();.panel6.SuspendLayout();.panel4.SuspendLayout();.panel5.SuspendLayout();.SuspendLayout();
//
//textBox1
//.textBox1.Dock=System.Windows.Forms.DockStyle.Fill; .textBox1.Font=new System.Drawing.Font ( Microsoft Sans Serif raquo ;, 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (204))) ;. textBox1.Location=new System.Drawing.Point (0, 0) ;. textBox1.Name= textBox1 raquo ;;.textBox1.Size=new System.Drawing.Size (959, 20) ;. textBox1.TabIndex=0; .textBox1.Text="C: ";
//
//label1
//.label1.AutoSize=true; .label1.Location=new System.Drawing.Point (8, 16) ;. label1.Name= label1 raquo ;;. label1.Size=new System.Drawing.Size (25, 13) ;. label1.TabIndex=4; .label1.Text= Key raquo ;;
//
//tKey
//.tKey.Location=new System.Drawing.Point (57, 13) ;. tKey.MaxLength=8; .tKey.Name= tKey raquo ;;. tKey.Size=new System.Drawing.Size (90, 20) ;. tKey.TabIndex=5; .tKey.Text= saferkey raquo ;;. tKey.UseSystemPasswordChar=true;
//
//button2
//.button2.Location=new System.Drawing.Point (11, 36) ;. button2.Name= button2 raquo ;;. button2.Size=new System.Drawing.Size (137 , 23) ;. button2.TabIndex=10; .button2.Text= Encrypt raquo ;;. button2.UseVisualStyleBackColor=true; .button2.Click +=new System.EventHandler (this.button2_Click);
//
//button3
//.button3.Location=new System.Drawing.Point (153, 36) ;. button3.Name= button3 raquo ;;. button3.Size=new System.Drawing.Size (136 , 23) ;. button3.TabIndex=11; .button3.Text= Decrypt raquo ;;. button3.UseVisualStyleBackColor=true; .button3.Click +=new System.EventHandler (this.button3_Click);
//
//treeView1
//.treeView1.Dock=System.Windows.Forms.DockStyle.Left; .treeView1.ImeMode=System.Windows.Forms.ImeMode.On; .treeView1.Location=new System.Drawing. Point (0, 0) ;. treeView1.Name= treeView1 raquo ;;. treeView1.Size=new System.Drawing.Size (195, 479) ;. treeView1.TabIndex=22; .treeView1.AfterSelect +=new System. Windows.Forms.TreeViewEventHandler (this.treeView1_AfterSelect);
//
//panel1
//.panel1.Controls.Add(this.panel2);.panel1.Controls.Add(this.splitter1);.panel1.Controls.Add(this.treeView1);.panel1.Dock =System.Windows.Forms.DockStyle.Fill; .panel1.Location=new System.Drawing.Point (0, 0) ;. panel1.Name= panel1 raquo ;;. Panel1.Size=new System.Drawing.Size ( 959, 479) ;. panel1.TabIndex=24;
//
//panel2
//.panel2.Controls.Add (this.listBox1) ;. panel2.Dock=System.Windows.Forms.DockStyle.Fill; .panel2.Location=new System.Drawing.Point (198 , 0) ;. panel2.Name= panel2 raquo ;;. panel2.Size=new System.Drawing.Size (761, 479) ;. panel2.TabIndex=25;
//
//listBox1
//.listBox1.Dock=System.Windows.Forms.DockStyle.Fill; .l...