namespace Fusion_Control_Centre_UberMDX { partial class DEBUG_VirtualBrain_Version04 { /// /// 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.LBL_BRAIN_ID = new System.Windows.Forms.Label(); this.PICTBRAIN = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.PICTBRAIN)).BeginInit(); this.SuspendLayout(); // // LBL_BRAIN_ID // this.LBL_BRAIN_ID.AutoSize = true; this.LBL_BRAIN_ID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(88)))), ((int)(((byte)(166))))); this.LBL_BRAIN_ID.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LBL_BRAIN_ID.ForeColor = System.Drawing.Color.White; this.LBL_BRAIN_ID.Location = new System.Drawing.Point(212, 75); this.LBL_BRAIN_ID.MinimumSize = new System.Drawing.Size(200, 0); this.LBL_BRAIN_ID.Name = "LBL_BRAIN_ID"; this.LBL_BRAIN_ID.Size = new System.Drawing.Size(200, 20); this.LBL_BRAIN_ID.TabIndex = 59; this.LBL_BRAIN_ID.Text = "Fusion Brain ID"; this.LBL_BRAIN_ID.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // PICTBRAIN // this.PICTBRAIN.BackgroundImage = global::Fusion_Control_Centre_UberMDX.Properties.Resources.BrainCartoon_Version4; this.PICTBRAIN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.PICTBRAIN.Location = new System.Drawing.Point(8, 15); this.PICTBRAIN.Name = "PICTBRAIN"; this.PICTBRAIN.Size = new System.Drawing.Size(440, 265); this.PICTBRAIN.TabIndex = 46; this.PICTBRAIN.TabStop = false; // // DEBUG_VirtualBrain_Version04 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1246, 732); this.Controls.Add(this.LBL_BRAIN_ID); this.Controls.Add(this.PICTBRAIN); this.Name = "DEBUG_VirtualBrain_Version04"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Virtual Brain -- **ID**"; ((System.ComponentModel.ISupportInitialize)(this.PICTBRAIN)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label LBL_BRAIN_ID; private System.Windows.Forms.PictureBox PICTBRAIN; } }