Загрузка данных
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.btnClear = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(12, 12);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(120, 35);
this.btnSelect.TabIndex = 0;
this.btnSelect.Text = "Выбрать файлы";
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// lstFiles
//
this.lstFiles.FormattingEnabled = true;
this.lstFiles.ItemHeight = 15;
this.lstFiles.Location = new System.Drawing.Point(12, 53);
this.lstFiles.Name = "lstFiles";
this.lstFiles.Size = new System.Drawing.Size(460, 109);
this.lstFiles.TabIndex = 1;
//
// cmbTargetFormat
//
this.cmbTargetFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbTargetFormat.FormattingEnabled = true;
this.cmbTargetFormat.Location = new System.Drawing.Point(12, 175);
this.cmbTargetFormat.Name = "cmbTargetFormat";
this.cmbTargetFormat.Size = new System.Drawing.Size(180, 23);
this.cmbTargetFormat.TabIndex = 2;
//
// btnStart
//
this.btnStart.Location = new System.Drawing.Point(200, 170);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(272, 35);
this.btnStart.TabIndex = 3;
this.btnStart.Text = "НАЧАТЬ КОНВЕРТАЦИЮ";
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// progressBar
//
this.progressBar.Location = new System.Drawing.Point(12, 210);
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(460, 23);
this.progressBar.TabIndex = 4;
//
// lblStatus
//
this.lblStatus.AutoSize = true;
this.lblStatus.Location = new System.Drawing.Point(12, 245);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(107, 15);
this.lblStatus.TabIndex = 5;
this.lblStatus.Text = "Статус: Ожидание";
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(372, 12);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(100, 35);
this.btnClear.TabIndex = 6;
this.btnClear.Text = "Очистить";
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// Form1
//
this.ClientSize = new System.Drawing.Size(484, 275);
this.Controls.Add(this.btnClear);
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 = "Universal Converter Pro (.NET 8)";
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.Button btnClear;
}
}