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 |
this.panel1 = new System.Windows.Forms.Panel(); |
34 |
this.panel2 = new System.Windows.Forms.Panel(); |
35 |
this.panel3 = new System.Windows.Forms.Panel(); |
36 |
this.panel4 = new System.Windows.Forms.Panel(); |
37 |
((System.ComponentModel.ISupportInitialize)(this.platformImage)).BeginInit(); |
38 |
this.panel1.SuspendLayout(); |
39 |
this.panel4.SuspendLayout(); |
40 |
this.SuspendLayout(); |
41 |
// |
42 |
// platformImage |
43 |
// |
44 |
this.platformImage.Dock = System.Windows.Forms.DockStyle.Left; |
45 |
this.platformImage.Location = new System.Drawing.Point(0, 0); |
46 |
this.platformImage.Name = "platformImage"; |
47 |
this.platformImage.Size = new System.Drawing.Size(183, 148); |
48 |
this.platformImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
49 |
this.platformImage.TabIndex = 0; |
50 |
this.platformImage.TabStop = false; |
51 |
// |
52 |
// platformName |
53 |
// |
54 |
this.platformName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
55 |
| System.Windows.Forms.AnchorStyles.Left))); |
56 |
this.platformName.AutoSize = true; |
57 |
this.platformName.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
58 |
this.platformName.ForeColor = System.Drawing.Color.Lime; |
59 |
this.platformName.Location = new System.Drawing.Point(6, 14); |
60 |
this.platformName.Name = "platformName"; |
61 |
this.platformName.Size = new System.Drawing.Size(100, 37); |
62 |
this.platformName.TabIndex = 1; |
63 |
this.platformName.Text = "label1"; |
64 |
// |
65 |
// panel1 |
66 |
// |
67 |
this.panel1.AutoSize = true; |
68 |
this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
69 |
this.panel1.Controls.Add(this.panel4); |
70 |
this.panel1.Controls.Add(this.panel3); |
71 |
this.panel1.Controls.Add(this.panel2); |
72 |
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; |
73 |
this.panel1.Location = new System.Drawing.Point(183, 0); |
74 |
this.panel1.Name = "panel1"; |
75 |
this.panel1.Size = new System.Drawing.Size(661, 148); |
76 |
this.panel1.TabIndex = 2; |
77 |
// |
78 |
// panel2 |
79 |
// |
80 |
this.panel2.Dock = System.Windows.Forms.DockStyle.Top; |
81 |
this.panel2.Location = new System.Drawing.Point(0, 0); |
82 |
this.panel2.Name = "panel2"; |
83 |
this.panel2.Size = new System.Drawing.Size(661, 44); |
84 |
this.panel2.TabIndex = 2; |
85 |
// |
86 |
// panel3 |
87 |
// |
88 |
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; |
89 |
this.panel3.Location = new System.Drawing.Point(0, 104); |
90 |
this.panel3.Name = "panel3"; |
91 |
this.panel3.Size = new System.Drawing.Size(661, 44); |
92 |
this.panel3.TabIndex = 3; |
93 |
// |
94 |
// panel4 |
95 |
// |
96 |
this.panel4.AutoSize = true; |
97 |
this.panel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
98 |
this.panel4.Controls.Add(this.platformName); |
99 |
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; |
100 |
this.panel4.Location = new System.Drawing.Point(0, 44); |
101 |
this.panel4.Name = "panel4"; |
102 |
this.panel4.Size = new System.Drawing.Size(661, 60); |
103 |
this.panel4.TabIndex = 4; |
104 |
// |
105 |
// PlatformControl |
106 |
// |
107 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
108 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
109 |
this.BackColor = System.Drawing.Color.Black; |
110 |
this.Controls.Add(this.panel1); |
111 |
this.Controls.Add(this.platformImage); |
112 |
this.Name = "PlatformControl"; |
113 |
this.Size = new System.Drawing.Size(844, 148); |
114 |
this.Load += new System.EventHandler(this.PlatformControl_Load); |
115 |
((System.ComponentModel.ISupportInitialize)(this.platformImage)).EndInit(); |
116 |
this.panel1.ResumeLayout(false); |
117 |
this.panel1.PerformLayout(); |
118 |
this.panel4.ResumeLayout(false); |
119 |
this.panel4.PerformLayout(); |
120 |
this.ResumeLayout(false); |
121 |
this.PerformLayout(); |
122 |
|
123 |
} |
124 |
|
125 |
#endregion |
126 |
|
127 |
private System.Windows.Forms.PictureBox platformImage; |
128 |
private System.Windows.Forms.Label platformName; |
129 |
private System.Windows.Forms.Panel panel1; |
130 |
private System.Windows.Forms.Panel panel4; |
131 |
private System.Windows.Forms.Panel panel3; |
132 |
private System.Windows.Forms.Panel panel2; |
133 |
} |
134 |
} |