www.pudn.com > ppc_edit-1.2-src.zip > ProgressForm.Designer.cs
namespace Modules
{
partial class ProgressForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.saveBar = new System.Windows.Forms.ProgressBar();
this.SuspendLayout();
//
// saveBar
//
this.saveBar.Location = new System.Drawing.Point(0, 0);
this.saveBar.Name = "saveBar";
this.saveBar.Size = new System.Drawing.Size(240, 40);
//
// ProgressForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 40);
this.Controls.Add(this.saveBar);
this.Name = "ProgressForm";
this.Text = "Saving...";
this.Load += new System.EventHandler(this.RTFProgressForm_Load);
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.ProgressBar saveBar;
}
}