namespace FCC_Uber_MDX_Configurator { partial class AutoSearchBrainIdentifyForm { /// /// 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.components = new System.ComponentModel.Container(); this.PROGRESS_DoingSomething = new System.Windows.Forms.ProgressBar(); this.LBL_BRAIN_ID = new System.Windows.Forms.Label(); this.Timer_Blink = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // PROGRESS_DoingSomething // this.PROGRESS_DoingSomething.Location = new System.Drawing.Point(12, 34); this.PROGRESS_DoingSomething.Name = "PROGRESS_DoingSomething"; this.PROGRESS_DoingSomething.Size = new System.Drawing.Size(370, 10); this.PROGRESS_DoingSomething.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.PROGRESS_DoingSomething.TabIndex = 0; // // LBL_BRAIN_ID // this.LBL_BRAIN_ID.AutoSize = true; this.LBL_BRAIN_ID.Font = new System.Drawing.Font("Arial", 14.25F); this.LBL_BRAIN_ID.Location = new System.Drawing.Point(12, 9); this.LBL_BRAIN_ID.MinimumSize = new System.Drawing.Size(370, 0); this.LBL_BRAIN_ID.Name = "LBL_BRAIN_ID"; this.LBL_BRAIN_ID.Size = new System.Drawing.Size(370, 22); this.LBL_BRAIN_ID.TabIndex = 1; this.LBL_BRAIN_ID.Text = "BRAIN ID#"; this.LBL_BRAIN_ID.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Timer_Blink // this.Timer_Blink.Interval = 50; // // AutoSearchBrainIdentifyForm // 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(394, 51); this.Controls.Add(this.LBL_BRAIN_ID); this.Controls.Add(this.PROGRESS_DoingSomething); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AutoSearchBrainIdentifyForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Identifying Brain..."; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ProgressBar PROGRESS_DoingSomething; private System.Windows.Forms.Label LBL_BRAIN_ID; private System.Windows.Forms.Timer Timer_Blink; } }