This commit is contained in:
91
PROMS/VEPROMS User Interface/frmPDFStatusForm.Designer.cs
generated
Normal file
91
PROMS/VEPROMS User Interface/frmPDFStatusForm.Designer.cs
generated
Normal file
@@ -0,0 +1,91 @@
|
||||
namespace VEPROMS
|
||||
{
|
||||
partial class frmPDFStatusForm
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPDFStatusForm));
|
||||
this.lblStatus = new DevComponents.DotNetBar.LabelX();
|
||||
this.pb = new DevComponents.DotNetBar.Controls.ProgressBarX();
|
||||
this.tmrRun = new System.Windows.Forms.Timer(this.components);
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lblStatus
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.lblStatus.BackgroundStyle.Class = "";
|
||||
this.lblStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.lblStatus.Location = new System.Drawing.Point(12, 21);
|
||||
this.lblStatus.Name = "lblStatus";
|
||||
this.lblStatus.Size = new System.Drawing.Size(304, 23);
|
||||
this.lblStatus.TabIndex = 0;
|
||||
this.lblStatus.Text = "Ready";
|
||||
//
|
||||
// pb
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.pb.BackgroundStyle.Class = "";
|
||||
this.pb.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.pb.Location = new System.Drawing.Point(12, 65);
|
||||
this.pb.Name = "pb";
|
||||
this.pb.Size = new System.Drawing.Size(721, 23);
|
||||
this.pb.TabIndex = 1;
|
||||
this.pb.TextVisible = true;
|
||||
//
|
||||
// tmrRun
|
||||
//
|
||||
this.tmrRun.Tick += new System.EventHandler(this.tmrRun_Tick);
|
||||
//
|
||||
// frmPDFStatusForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(745, 104);
|
||||
this.Controls.Add(this.pb);
|
||||
this.Controls.Add(this.lblStatus);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmPDFStatusForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "frmPDFStatusForm";
|
||||
this.TopMost = true;
|
||||
this.Load += new System.EventHandler(this.frmPDFStatusForm_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevComponents.DotNetBar.LabelX lblStatus;
|
||||
private DevComponents.DotNetBar.Controls.ProgressBarX pb;
|
||||
private System.Windows.Forms.Timer tmrRun;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user