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