namespace Updater{
partial class FormUpdater
{
/// <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.progressBar_progress = new System.Windows.Forms.ProgressBar();
this.label_file = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// progressBar_progress
//
this.progressBar_progress.Location = new System.Drawing.Point(12, 34);
this.progressBar_progress.Name = "progressBar_progress";
this.progressBar_progress.Size = new System.Drawing.Size(392, 23);
this.progressBar_progress.TabIndex = 0;
//
// label_file
//
this.label_file.AutoEllipsis = true;
this.label_file.Location = new System.Drawing.Point(12, 9);
this.label_file.Name = "label_file";
this.label_file.Size = new System.Drawing.Size(392, 14);
this.label_file.TabIndex = 1;
this.label_file.Text = "...";
//
// FormUpdater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(416, 69);
this.Controls.Add(this.label_file);
this.Controls.Add(this.progressBar_progress);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormUpdater";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "WBFSSync";
this.Load += new System.EventHandler(this.FormUpdater_Load);
this.Shown += new System.EventHandler(this.FormUpdater_Shown);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ProgressBar progressBar_progress;
private System.Windows.Forms.Label label_file;
}
}
|