namespace AyaNovaQBI
{
partial class Waiting
{
///
/// 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.lblOps = new System.Windows.Forms.Label();
this.lblStep = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblOps
//
this.lblOps.Dock = System.Windows.Forms.DockStyle.Top;
this.lblOps.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOps.Location = new System.Drawing.Point(0, 0);
this.lblOps.Name = "lblOps";
this.lblOps.Size = new System.Drawing.Size(345, 28);
this.lblOps.TabIndex = 0;
this.lblOps.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblStep
//
this.lblStep.Dock = System.Windows.Forms.DockStyle.Top;
this.lblStep.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStep.Location = new System.Drawing.Point(0, 28);
this.lblStep.Name = "lblStep";
this.lblStep.Size = new System.Drawing.Size(345, 28);
this.lblStep.TabIndex = 1;
this.lblStep.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Waiting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(345, 66);
this.ControlBox = false;
this.Controls.Add(this.lblStep);
this.Controls.Add(this.lblOps);
this.Cursor = System.Windows.Forms.Cursors.AppStarting;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "Waiting";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Processing";
this.TopMost = true;
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblOps;
private System.Windows.Forms.Label lblStep;
}
}