Parent Directory
|
Revision Log
|
Patch
--- trunk/EmuXPortal/PlatformControl.Designer.cs 2012/04/04 02:13:41 21 +++ trunk/EmuXPortal/PlatformControl.Designer.cs 2012/04/04 02:39:20 22 @@ -49,12 +49,13 @@ // // 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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.platformName.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, 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.Size = new System.Drawing.Size(246, 37); this.platformName.TabIndex = 1; this.platformName.Text = "label1"; // @@ -65,24 +66,28 @@ 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.Size = new System.Drawing.Size(652, 148); this.PlatformControl_flow.TabIndex = 2; // // flowLayoutPanel1 // + this.flowLayoutPanel1.AutoSize = true; + this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 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.Size = new System.Drawing.Size(504, 104); this.flowLayoutPanel1.TabIndex = 2; // // panel1 // + this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); 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.Size = new System.Drawing.Size(246, 61); this.panel1.TabIndex = 2; // // PlatformControl @@ -93,12 +98,12 @@ 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); + this.Size = new System.Drawing.Size(652, 148); + this.Load += new System.EventHandler(this.PlatformControl_Load); ((System.ComponentModel.ISupportInitialize)(this.platformImage)).EndInit(); this.PlatformControl_flow.ResumeLayout(false); + this.PlatformControl_flow.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); - this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); }
ViewVC Help | |
Powered by ViewVC 1.1.22 |