Parent Directory
|
Revision Log
|
Patch
--- trunk/EmuXPortal/PlatformControl.Designer.cs 2012/04/04 03:38:07 27 +++ trunk/EmuXPortal/PlatformControl.Designer.cs 2012/04/04 03:48:07 28 @@ -42,8 +42,8 @@ // 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.Size = new System.Drawing.Size(192, 192); + this.platformImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.platformImage.TabIndex = 0; this.platformImage.TabStop = false; // @@ -66,7 +66,7 @@ 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(652, 148); + this.PlatformControl_flow.Size = new System.Drawing.Size(746, 204); this.PlatformControl_flow.TabIndex = 2; // // flowLayoutPanel1 @@ -75,7 +75,7 @@ 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.Location = new System.Drawing.Point(201, 3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(504, 104); this.flowLayoutPanel1.TabIndex = 2; @@ -98,7 +98,7 @@ this.BackColor = System.Drawing.Color.Black; this.Controls.Add(this.PlatformControl_flow); this.Name = "PlatformControl"; - this.Size = new System.Drawing.Size(652, 148); + this.Size = new System.Drawing.Size(746, 204); this.Load += new System.EventHandler(this.PlatformControl_Load); ((System.ComponentModel.ISupportInitialize)(this.platformImage)).EndInit(); this.PlatformControl_flow.ResumeLayout(false);
ViewVC Help | |
Powered by ViewVC 1.1.22 |