Mk0.Software.OnlineUpdater/Mk0.Software.OnlineUpdater/DownloadUpdateDialog.Design...

88 lines
3.5 KiB
C#

namespace Mk0.Software.OnlineUpdater
{
partial class DownloadUpdateDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadUpdateDialog));
this.pictureBoxIcon = new System.Windows.Forms.PictureBox();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.labelInformation = new System.Windows.Forms.Label();
this.labelSize = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxIcon)).BeginInit();
this.SuspendLayout();
//
// pictureBoxIcon
//
this.pictureBoxIcon.Image = Properties.Resources.download_32;
resources.ApplyResources(this.pictureBoxIcon, "pictureBoxIcon");
this.pictureBoxIcon.Name = "pictureBoxIcon";
this.pictureBoxIcon.TabStop = false;
//
// progressBar
//
resources.ApplyResources(this.progressBar, "progressBar");
this.progressBar.Name = "progressBar";
//
// labelInformation
//
resources.ApplyResources(this.labelInformation, "labelInformation");
this.labelInformation.Name = "labelInformation";
//
// labelSize
//
resources.ApplyResources(this.labelSize, "labelSize");
this.labelSize.Name = "labelSize";
//
// DownloadUpdateDialog
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.labelSize);
this.Controls.Add(this.labelInformation);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.pictureBoxIcon);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DownloadUpdateDialog";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DownloadUpdateDialog_FormClosing);
this.Load += new System.EventHandler(this.DownloadUpdateDialogLoad);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxIcon)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBoxIcon;
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.Label labelInformation;
private System.Windows.Forms.Label labelSize;
}
}