1 |
namespace EmuXPortal |
2 |
{ |
3 |
partial class PlatformControl |
4 |
{ |
5 |
/// <summary> |
6 |
/// Required designer variable. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// Clean up any resources being used. |
12 |
/// </summary> |
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
protected override void Dispose(bool disposing) |
15 |
{ |
16 |
if (disposing && (components != null)) |
17 |
{ |
18 |
components.Dispose(); |
19 |
} |
20 |
base.Dispose(disposing); |
21 |
} |
22 |
|
23 |
#region Component Designer generated code |
24 |
|
25 |
/// <summary> |
26 |
/// Required method for Designer support - do not modify |
27 |
/// the contents of this method with the code editor. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
this.platformImage = new System.Windows.Forms.PictureBox(); |
32 |
this.platformName = new System.Windows.Forms.Label(); |
33 |
((System.ComponentModel.ISupportInitialize)(this.platformImage)).BeginInit(); |
34 |
this.SuspendLayout(); |
35 |
// |
36 |
// platformImage |
37 |
// |
38 |
this.platformImage.Location = new System.Drawing.Point(0, 3); |
39 |
this.platformImage.Name = "platformImage"; |
40 |
this.platformImage.Size = new System.Drawing.Size(384, 384); |
41 |
this.platformImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
42 |
this.platformImage.TabIndex = 0; |
43 |
this.platformImage.TabStop = false; |
44 |
// |
45 |
// platformName |
46 |
// |
47 |
this.platformName.AutoSize = true; |
48 |
this.platformName.ForeColor = System.Drawing.Color.Lime; |
49 |
this.platformName.Location = new System.Drawing.Point(3, 390); |
50 |
this.platformName.Name = "platformName"; |
51 |
this.platformName.Size = new System.Drawing.Size(35, 13); |
52 |
this.platformName.TabIndex = 1; |
53 |
this.platformName.Text = "label1"; |
54 |
// |
55 |
// PlatformControl |
56 |
// |
57 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
58 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
59 |
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
60 |
this.BackColor = System.Drawing.Color.Black; |
61 |
this.Controls.Add(this.platformName); |
62 |
this.Controls.Add(this.platformImage); |
63 |
this.Name = "PlatformControl"; |
64 |
this.Size = new System.Drawing.Size(392, 410); |
65 |
this.Enter += new System.EventHandler(this.PlatformControl_Enter); |
66 |
((System.ComponentModel.ISupportInitialize)(this.platformImage)).EndInit(); |
67 |
this.ResumeLayout(false); |
68 |
this.PerformLayout(); |
69 |
|
70 |
} |
71 |
|
72 |
#endregion |
73 |
|
74 |
private System.Windows.Forms.PictureBox platformImage; |
75 |
private System.Windows.Forms.Label platformName; |
76 |
} |
77 |
} |