84 lines
No EOL
3.5 KiB
C#
84 lines
No EOL
3.5 KiB
C#
namespace AmagnoVirtualPrinter.ProgressInfo
|
|
{
|
|
partial class ProgressForm
|
|
{
|
|
/// <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(ProgressForm));
|
|
this.lbProgress = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lbProgress
|
|
//
|
|
this.lbProgress.AutoSize = true;
|
|
this.lbProgress.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbProgress.Location = new System.Drawing.Point(12, 60);
|
|
this.lbProgress.Name = "lbProgress";
|
|
this.lbProgress.Size = new System.Drawing.Size(113, 16);
|
|
this.lbProgress.TabIndex = 1;
|
|
this.lbProgress.Text = "0 pages converted";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::AmagnoVirtualPrinter.ProgressInfo.Properties.Resources.waiting;
|
|
this.pictureBox1.Location = new System.Drawing.Point(50, 12);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(32, 35);
|
|
this.pictureBox1.TabIndex = 2;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// ProgressForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(135, 83);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.lbProgress);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ProgressForm";
|
|
this.Opacity = 0.82D;
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "AMAGNO Virtual Printer Progress";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.ProgressForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label lbProgress;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
}
|
|
} |