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


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.Size = new System.Drawing.Size(410, 35);
            this.btnSelect.Text = "1. ВЫБРАТЬ ФАЙЛЫ (DOCX, PPTX, PDF, МЕДИА)";
            this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
            // 
            // lstFiles
            // 
            this.lstFiles.Location = new System.Drawing.Point(12, 53);
            this.lstFiles.Size = new System.Drawing.Size(410, 150);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(12, 215);
            this.label1.Text = "2. ФОРМАТ ВЫХОДА:";
            this.label1.AutoSize = true;
            // 
            // cmbTargetFormat
            // 
            this.cmbTargetFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbTargetFormat.Location = new System.Drawing.Point(12, 235);
            this.cmbTargetFormat.Size = new System.Drawing.Size(120, 21);
            // 
            // btnStart
            // 
            this.btnStart.BackColor = System.Drawing.Color.SteelBlue;
            this.btnStart.ForeColor = System.Drawing.Color.White;
            this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStart.Location = new System.Drawing.Point(222, 225);
            this.btnStart.Size = new System.Drawing.Size(200, 40);
            this.btnStart.Text = "3. КОНВЕРТИРОВАТЬ";
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // progressBar
            // 
            this.progressBar.Location = new System.Drawing.Point(12, 280);
            this.progressBar.Size = new System.Drawing.Size(410, 23);
            // 
            // lblStatus
            // 
            this.lblStatus.Location = new System.Drawing.Point(12, 310);
            this.lblStatus.Size = new System.Drawing.Size(410, 20);
            this.lblStatus.Text = "Готов к работе";
            // 
            // Form1
            // 
            this.ClientSize = new System.Drawing.Size(434, 341);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lblStatus);
            this.Controls.Add(this.progressBar);
            this.Controls.Add(this.btnStart);
            this.Controls.Add(this.cmbTargetFormat);
            this.Controls.Add(this.lstFiles);
            this.Controls.Add(this.btnSelect);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Ultimate Multi-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;
    }
}