Загрузка данных


namespace UniversalConverter
{
    partial class Form1
    {
        private System.ComponentModel.IContainer components = null;

        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null)) components.Dispose();
            base.Dispose(disposing);
        }

        private void InitializeComponent()
        {
            this.btnSelect = new System.Windows.Forms.Button();
            this.lstFiles = new System.Windows.Forms.ListBox();
            this.cmbTargetFormat = new System.Windows.Forms.ComboBox();
            this.btnStart = new System.Windows.Forms.Button();
            this.progressBar = new System.Windows.Forms.ProgressBar();
            this.lblStatus = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // btnSelect (Выбрать исходные файлы)
            // 
            this.btnSelect.Location = new System.Drawing.Point(12, 12);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.Size = new System.Drawing.Size(410, 35);
            this.btnSelect.Text = "1. ВЫБРАТЬ ФАЙЛЫ";
            this.btnSelect.UseVisualStyleBackColor = true;
            this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
            // 
            // lstFiles (Список файлов)
            // 
            this.lstFiles.Location = new System.Drawing.Point(12, 53);
            this.lstFiles.Name = "lstFiles";
            this.lstFiles.Size = new System.Drawing.Size(410, 160);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 225);
            this.label1.Text = "2. ВЫБЕРИТЕ ФОРМАТ:";
            // 
            // cmbTargetFormat (Список форматов)
            // 
            this.cmbTargetFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbTargetFormat.Location = new System.Drawing.Point(12, 243);
            this.cmbTargetFormat.Size = new System.Drawing.Size(150, 21);
            // 
            // btnStart (Кнопка Конвертировать)
            // 
            this.btnStart.BackColor = System.Drawing.Color.SteelBlue;
            this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStart.ForeColor = System.Drawing.Color.White;
            this.btnStart.Location = new System.Drawing.Point(222, 235);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(200, 40);
            this.btnStart.Text = "3. КОНВЕРТИРОВАТЬ";
            this.btnStart.UseVisualStyleBackColor = false;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // progressBar
            // 
            this.progressBar.Location = new System.Drawing.Point(12, 290);
            this.progressBar.Size = new System.Drawing.Size(410, 23);
            // 
            // lblStatus
            // 
            this.lblStatus.Location = new System.Drawing.Point(12, 320);
            this.lblStatus.Size = new System.Drawing.Size(410, 20);
            this.lblStatus.Text = "Ожидание действий...";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(434, 350);
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                this.lblStatus, this.progressBar, this.btnStart, this.cmbTargetFormat, this.lstFiles, this.btnSelect, this.label1
            });
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Universal Private Converter";
            this.ResumeLayout(false);
            this.PerformLayout();
        }

        private System.Windows.Forms.Button btnSelect;
        private System.Windows.Forms.ListBox lstFiles;
        private System.Windows.Forms.ComboBox cmbTargetFormat;
        private System.Windows.Forms.Button btnStart;
        private System.Windows.Forms.ProgressBar progressBar;
        private System.Windows.Forms.Label lblStatus;
        private System.Windows.Forms.Label label1;
    }
}