Files
mirror-processhacker/1.x/branches/ph-plugins/ProcessHacker/Forms/UpdaterDownloadWindow.Designer.cs
T
wj32 7bd28e4357 moved branches, tags, trunk to 1.x branch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 02:22:46 +00:00

169 lines
8.7 KiB
C#

namespace ProcessHacker
{
partial class UpdaterDownloadWindow
{
/// <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(UpdaterDownloadWindow));
this.labelProgress = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.labelTitle = new System.Windows.Forms.Label();
this.labelReleased = new System.Windows.Forms.Label();
this.buttonStop = new System.Windows.Forms.Button();
this.buttonInstall = new System.Windows.Forms.Button();
this.progressDownload = new System.Windows.Forms.ProgressBar();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// labelProgress
//
this.labelProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelProgress.AutoSize = true;
this.labelProgress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelProgress.Location = new System.Drawing.Point(12, 92);
this.labelProgress.Name = "labelProgress";
this.labelProgress.Size = new System.Drawing.Size(101, 13);
this.labelProgress.TabIndex = 17;
this.labelProgress.Text = "Starting download...";
//
// pictureBox1
//
this.pictureBox1.Image = global::ProcessHacker.Properties.Resources.ProcessHacker;
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(48, 48);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 19;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(299, 12);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(80, 20);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 21;
this.pictureBox2.TabStop = false;
//
// labelTitle
//
this.labelTitle.AutoSize = true;
this.labelTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTitle.Location = new System.Drawing.Point(66, 12);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(169, 13);
this.labelTitle.TabIndex = 22;
this.labelTitle.Text = "Downloading: Process Hacker 0.0";
//
// labelReleased
//
this.labelReleased.AutoSize = true;
this.labelReleased.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelReleased.Location = new System.Drawing.Point(66, 31);
this.labelReleased.Name = "labelReleased";
this.labelReleased.Size = new System.Drawing.Size(180, 13);
this.labelReleased.TabIndex = 23;
this.labelReleased.Text = "Released: 00/00/0000 00:00:00 AM";
//
// buttonStop
//
this.buttonStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonStop.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.buttonStop.Location = new System.Drawing.Point(304, 83);
this.buttonStop.Name = "buttonStop";
this.buttonStop.Size = new System.Drawing.Size(75, 23);
this.buttonStop.TabIndex = 1;
this.buttonStop.Text = "Stop";
this.buttonStop.UseVisualStyleBackColor = true;
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
//
// buttonInstall
//
this.buttonInstall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonInstall.Enabled = false;
this.buttonInstall.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.buttonInstall.Location = new System.Drawing.Point(304, 54);
this.buttonInstall.Name = "buttonInstall";
this.buttonInstall.Size = new System.Drawing.Size(75, 23);
this.buttonInstall.TabIndex = 0;
this.buttonInstall.Text = "Install";
this.buttonInstall.UseVisualStyleBackColor = true;
this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click);
//
// progressDownload
//
this.progressDownload.Location = new System.Drawing.Point(12, 112);
this.progressDownload.Name = "progressDownload";
this.progressDownload.Size = new System.Drawing.Size(367, 23);
this.progressDownload.TabIndex = 25;
//
// UpdaterDownloadWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(391, 147);
this.Controls.Add(this.progressDownload);
this.Controls.Add(this.buttonInstall);
this.Controls.Add(this.buttonStop);
this.Controls.Add(this.labelReleased);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.labelProgress);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "UpdaterDownloadWindow";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Process Hacker Update";
this.Load += new System.EventHandler(this.UpdaterDownload_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpdaterDownloadWindow_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelProgress;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label labelTitle;
private System.Windows.Forms.Label labelReleased;
private System.Windows.Forms.Button buttonStop;
private System.Windows.Forms.Button buttonInstall;
private System.Windows.Forms.ProgressBar progressDownload;
}
}