namespace FCC_Uber_MDX_Configurator { partial class AutoSearchBrains { /// /// 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.LISTBOX_AllBrains_03 = new System.Windows.Forms.ListBox(); this.BTN_SAVE_AUTOSEARCH = new System.Windows.Forms.Button(); this.BTN_CANCEL_AUTOSEARCH = new System.Windows.Forms.Button(); this.BTN_REFRESH = new System.Windows.Forms.Button(); this.BTN_IDENTIFY = new System.Windows.Forms.Button(); this.BTN_HELP_IDENTIFYBRAIN = new System.Windows.Forms.Button(); this.LISTBOX_AllBrains_04 = new System.Windows.Forms.ListBox(); this.LBL_BRAIN_ID = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // LISTBOX_AllBrains_03 // this.LISTBOX_AllBrains_03.Font = new System.Drawing.Font("Arial", 14.25F); this.LISTBOX_AllBrains_03.FormattingEnabled = true; this.LISTBOX_AllBrains_03.ItemHeight = 22; this.LISTBOX_AllBrains_03.Items.AddRange(new object[] { "No Connected Brain Found..."}); this.LISTBOX_AllBrains_03.Location = new System.Drawing.Point(12, 198); this.LISTBOX_AllBrains_03.Name = "LISTBOX_AllBrains_03"; this.LISTBOX_AllBrains_03.Size = new System.Drawing.Size(420, 136); this.LISTBOX_AllBrains_03.TabIndex = 33; this.LISTBOX_AllBrains_03.SelectedIndexChanged += new System.EventHandler(this.LISTBOX_AllBrains_03_SelectedIndexChanged); // // BTN_SAVE_AUTOSEARCH // this.BTN_SAVE_AUTOSEARCH.Enabled = false; this.BTN_SAVE_AUTOSEARCH.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE_AUTOSEARCH.Location = new System.Drawing.Point(382, 365); this.BTN_SAVE_AUTOSEARCH.Name = "BTN_SAVE_AUTOSEARCH"; this.BTN_SAVE_AUTOSEARCH.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE_AUTOSEARCH.TabIndex = 28; this.BTN_SAVE_AUTOSEARCH.UseVisualStyleBackColor = true; this.BTN_SAVE_AUTOSEARCH.Click += new System.EventHandler(this.BTN_SAVE_Click); // // BTN_CANCEL_AUTOSEARCH // this.BTN_CANCEL_AUTOSEARCH.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_CANCEL_AUTOSEARCH.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon; this.BTN_CANCEL_AUTOSEARCH.Location = new System.Drawing.Point(326, 365); this.BTN_CANCEL_AUTOSEARCH.Name = "BTN_CANCEL_AUTOSEARCH"; this.BTN_CANCEL_AUTOSEARCH.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL_AUTOSEARCH.TabIndex = 27; this.BTN_CANCEL_AUTOSEARCH.UseVisualStyleBackColor = true; this.BTN_CANCEL_AUTOSEARCH.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // BTN_REFRESH // this.BTN_REFRESH.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.RefreshIcon; this.BTN_REFRESH.Location = new System.Drawing.Point(93, 340); this.BTN_REFRESH.Name = "BTN_REFRESH"; this.BTN_REFRESH.Size = new System.Drawing.Size(75, 75); this.BTN_REFRESH.TabIndex = 35; this.BTN_REFRESH.TabStop = false; this.BTN_REFRESH.UseVisualStyleBackColor = true; this.BTN_REFRESH.Click += new System.EventHandler(this.BTN_REFRESH_Click); // // BTN_IDENTIFY // this.BTN_IDENTIFY.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.IdentifyIcon; this.BTN_IDENTIFY.Location = new System.Drawing.Point(12, 340); this.BTN_IDENTIFY.Name = "BTN_IDENTIFY"; this.BTN_IDENTIFY.Size = new System.Drawing.Size(75, 75); this.BTN_IDENTIFY.TabIndex = 34; this.BTN_IDENTIFY.TabStop = false; this.BTN_IDENTIFY.UseVisualStyleBackColor = true; this.BTN_IDENTIFY.Click += new System.EventHandler(this.BTN_IDENTIFY_Click); // // BTN_HELP_IDENTIFYBRAIN // this.BTN_HELP_IDENTIFYBRAIN.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_IDENTIFYBRAIN.Location = new System.Drawing.Point(270, 365); this.BTN_HELP_IDENTIFYBRAIN.Name = "BTN_HELP_IDENTIFYBRAIN"; this.BTN_HELP_IDENTIFYBRAIN.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_IDENTIFYBRAIN.TabIndex = 31; this.BTN_HELP_IDENTIFYBRAIN.TabStop = false; this.BTN_HELP_IDENTIFYBRAIN.UseVisualStyleBackColor = true; this.BTN_HELP_IDENTIFYBRAIN.Click += new System.EventHandler(this.BTN_HELP_IDENTIFYBRAIN_Click); // // LISTBOX_AllBrains_04 // this.LISTBOX_AllBrains_04.Font = new System.Drawing.Font("Arial", 14.25F); this.LISTBOX_AllBrains_04.FormattingEnabled = true; this.LISTBOX_AllBrains_04.ItemHeight = 22; this.LISTBOX_AllBrains_04.Items.AddRange(new object[] { "No Connected Brain Found..."}); this.LISTBOX_AllBrains_04.Location = new System.Drawing.Point(12, 34); this.LISTBOX_AllBrains_04.Name = "LISTBOX_AllBrains_04"; this.LISTBOX_AllBrains_04.Size = new System.Drawing.Size(420, 136); this.LISTBOX_AllBrains_04.TabIndex = 36; this.LISTBOX_AllBrains_04.SelectedIndexChanged += new System.EventHandler(this.LISTBOX_AllBrains_04_SelectedIndexChanged); // // 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(37, 173); 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 = 37; this.LBL_BRAIN_ID.Text = "Version 3"; this.LBL_BRAIN_ID.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Arial", 14.25F); this.label1.Location = new System.Drawing.Point(37, 9); this.label1.MinimumSize = new System.Drawing.Size(370, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(370, 22); this.label1.TabIndex = 38; this.label1.Text = "Version 4"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // AutoSearchBrains // this.AcceptButton = this.BTN_SAVE_AUTOSEARCH; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.CancelButton = this.BTN_CANCEL_AUTOSEARCH; this.ClientSize = new System.Drawing.Size(444, 426); this.Controls.Add(this.label1); this.Controls.Add(this.LBL_BRAIN_ID); this.Controls.Add(this.LISTBOX_AllBrains_04); this.Controls.Add(this.BTN_REFRESH); this.Controls.Add(this.BTN_IDENTIFY); this.Controls.Add(this.LISTBOX_AllBrains_03); this.Controls.Add(this.BTN_SAVE_AUTOSEARCH); this.Controls.Add(this.BTN_CANCEL_AUTOSEARCH); this.Controls.Add(this.BTN_HELP_IDENTIFYBRAIN); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "AutoSearchBrains"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Automatically Search for Connected Fusion Brains"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BTN_SAVE_AUTOSEARCH; private System.Windows.Forms.Button BTN_CANCEL_AUTOSEARCH; private System.Windows.Forms.Button BTN_HELP_IDENTIFYBRAIN; private System.Windows.Forms.ListBox LISTBOX_AllBrains_03; private System.Windows.Forms.Button BTN_IDENTIFY; private System.Windows.Forms.Button BTN_REFRESH; private System.Windows.Forms.ListBox LISTBOX_AllBrains_04; private System.Windows.Forms.Label LBL_BRAIN_ID; private System.Windows.Forms.Label label1; } }