namespace EmuXPortal { partial class PlatformControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.platformImage = new System.Windows.Forms.PictureBox(); this.platformName = new System.Windows.Forms.Label(); this.PlatformControl_flow = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.platformImage)).BeginInit(); this.PlatformControl_flow.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // platformImage // this.platformImage.Location = new System.Drawing.Point(3, 3); this.platformImage.Name = "platformImage"; this.platformImage.Size = new System.Drawing.Size(128, 128); this.platformImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.platformImage.TabIndex = 0; this.platformImage.TabStop = false; // // platformName // this.platformName.AutoSize = true; this.platformName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.platformName.ForeColor = System.Drawing.Color.Lime; this.platformName.Location = new System.Drawing.Point(3, 67); this.platformName.Name = "platformName"; this.platformName.Size = new System.Drawing.Size(51, 20); this.platformName.TabIndex = 1; this.platformName.Text = "label1"; // // PlatformControl_flow // this.PlatformControl_flow.Controls.Add(this.platformImage); this.PlatformControl_flow.Controls.Add(this.flowLayoutPanel1); this.PlatformControl_flow.Dock = System.Windows.Forms.DockStyle.Fill; this.PlatformControl_flow.Location = new System.Drawing.Point(0, 0); this.PlatformControl_flow.Name = "PlatformControl_flow"; this.PlatformControl_flow.Size = new System.Drawing.Size(550, 138); this.PlatformControl_flow.TabIndex = 2; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.panel1); this.flowLayoutPanel1.Controls.Add(this.platformName); this.flowLayoutPanel1.Location = new System.Drawing.Point(137, 3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(403, 132); this.flowLayoutPanel1.TabIndex = 2; // // panel1 // this.flowLayoutPanel1.SetFlowBreak(this.panel1, true); this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(400, 61); this.panel1.TabIndex = 2; // // PlatformControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.Black; this.Controls.Add(this.PlatformControl_flow); this.Name = "PlatformControl"; this.Size = new System.Drawing.Size(550, 138); this.Enter += new System.EventHandler(this.PlatformControl_Enter); ((System.ComponentModel.ISupportInitialize)(this.platformImage)).EndInit(); this.PlatformControl_flow.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox platformImage; private System.Windows.Forms.Label platformName; private System.Windows.Forms.FlowLayoutPanel PlatformControl_flow; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Panel panel1; } }