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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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(11, 11); this.lblOps.Name = "lblOps"; this.lblOps.Size = new System.Drawing.Size(468, 28); this.lblOps.TabIndex = 0; this.lblOps.Text = "Operation..."; this.lblOps.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblStep // this.lblStep.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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(11, 49); this.lblStep.Name = "lblStep"; this.lblStep.Size = new System.Drawing.Size(468, 37); this.lblStep.TabIndex = 1; this.lblStep.Text = "Step"; 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(491, 97); 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; } }