Files
mirror-processhacker/1.x/branches/ph-plugins/ProcessHacker/Forms/VirusTotalUploaderWindow.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

145 lines
6.7 KiB
C#

namespace ProcessHacker
{
partial class VirusTotalUploaderWindow
{
/// <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()
{
this.LogoImg = new System.Windows.Forms.PictureBox();
this.labelFile = new System.Windows.Forms.Label();
this.uploadedLabel = new System.Windows.Forms.Label();
this.buttonCancel = new System.Windows.Forms.Button();
this.speedLabel = new System.Windows.Forms.Label();
this.totalSizeLabel = new System.Windows.Forms.Label();
this.progressUpload = new System.Windows.Forms.ProgressBar();
((System.ComponentModel.ISupportInitialize)(this.LogoImg)).BeginInit();
this.SuspendLayout();
//
// LogoImg
//
this.LogoImg.Image = global::ProcessHacker.Properties.Resources.VirusTotal_logo;
this.LogoImg.Location = new System.Drawing.Point(319, 7);
this.LogoImg.Name = "LogoImg";
this.LogoImg.Size = new System.Drawing.Size(103, 36);
this.LogoImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.LogoImg.TabIndex = 0;
this.LogoImg.TabStop = false;
//
// labelFile
//
this.labelFile.AutoSize = true;
this.labelFile.Location = new System.Drawing.Point(12, 9);
this.labelFile.Name = "labelFile";
this.labelFile.Size = new System.Drawing.Size(58, 13);
this.labelFile.TabIndex = 2;
this.labelFile.Text = "Uploading:";
//
// uploadedLabel
//
this.uploadedLabel.AutoSize = true;
this.uploadedLabel.Location = new System.Drawing.Point(12, 54);
this.uploadedLabel.Name = "uploadedLabel";
this.uploadedLabel.Size = new System.Drawing.Size(56, 13);
this.uploadedLabel.TabIndex = 3;
this.uploadedLabel.Text = "Uploaded:";
//
// buttonCancel
//
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.buttonCancel.Location = new System.Drawing.Point(343, 75);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// speedLabel
//
this.speedLabel.AutoSize = true;
this.speedLabel.Location = new System.Drawing.Point(213, 54);
this.speedLabel.Name = "speedLabel";
this.speedLabel.Size = new System.Drawing.Size(41, 13);
this.speedLabel.TabIndex = 6;
this.speedLabel.Text = "Speed:";
//
// totalSizeLabel
//
this.totalSizeLabel.AutoSize = true;
this.totalSizeLabel.Location = new System.Drawing.Point(12, 32);
this.totalSizeLabel.Name = "totalSizeLabel";
this.totalSizeLabel.Size = new System.Drawing.Size(57, 13);
this.totalSizeLabel.TabIndex = 7;
this.totalSizeLabel.Text = "Total Size:";
//
// progressUpload
//
this.progressUpload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressUpload.Location = new System.Drawing.Point(12, 75);
this.progressUpload.Name = "progressUpload";
this.progressUpload.Size = new System.Drawing.Size(325, 23);
this.progressUpload.TabIndex = 0;
//
// VirusTotalUploaderWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(430, 110);
this.Controls.Add(this.progressUpload);
this.Controls.Add(this.totalSizeLabel);
this.Controls.Add(this.speedLabel);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.uploadedLabel);
this.Controls.Add(this.labelFile);
this.Controls.Add(this.LogoImg);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "VirusTotalUploaderWindow";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "VirusTotal Uploader";
this.Load += new System.EventHandler(this.VirusTotalUploaderWindow_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VirusTotalUploaderWindow_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.LogoImg)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox LogoImg;
private System.Windows.Forms.Label labelFile;
private System.Windows.Forms.Label uploadedLabel;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Label speedLabel;
private System.Windows.Forms.Label totalSizeLabel;
private System.Windows.Forms.ProgressBar progressUpload;
}
}