namespace FCC_Uber_MDX_Configurator { partial class BusyDoingCrapForm { /// /// 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._BAR = new System.Windows.Forms.ProgressBar(); this._PICTURE = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this._PICTURE)).BeginInit(); this.SuspendLayout(); // // _BAR // this._BAR.Dock = System.Windows.Forms.DockStyle.Bottom; this._BAR.Location = new System.Drawing.Point(0, 62); this._BAR.Name = "_BAR"; this._BAR.Size = new System.Drawing.Size(400, 23); this._BAR.TabIndex = 0; this._BAR.UseWaitCursor = true; // // _PICTURE // this._PICTURE.Location = new System.Drawing.Point(175, 5); this._PICTURE.Name = "_PICTURE"; this._PICTURE.Padding = new System.Windows.Forms.Padding(175, 0, 175, 0); this._PICTURE.Size = new System.Drawing.Size(50, 50); this._PICTURE.TabIndex = 1; this._PICTURE.TabStop = false; this._PICTURE.UseWaitCursor = true; // // BusyDoingCrapForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(400, 85); this.Controls.Add(this._PICTURE); this.Controls.Add(this._BAR); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "BusyDoingCrapForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Please Wait..."; this.TopMost = false; this.UseWaitCursor = true; ((System.ComponentModel.ISupportInitialize)(this._PICTURE)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ProgressBar _BAR; private System.Windows.Forms.PictureBox _PICTURE; } }