-
Notifications
You must be signed in to change notification settings - Fork 0
/
GameCard.Designer.cs
177 lines (172 loc) · 6.65 KB
/
GameCard.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
namespace GameApi
{
partial class GameCard
{
/// <summary>
/// Variável de designer necessária.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpar os recursos que estão sendo usados.
/// </summary>
/// <param name="disposing">true se for necessário descartar os recursos gerenciados; caso contrário, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código gerado pelo Designer de Componentes
/// <summary>
/// Método necessário para suporte ao Designer - não modifique
/// o conteúdo deste método com o editor de código.
/// </summary>
private void InitializeComponent()
{
label1 = new Label();
pictureBox1 = new PictureBox();
label2 = new Label();
label3 = new Label();
label4 = new Label();
label5 = new Label();
label6 = new Label();
label7 = new Label();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label1.ForeColor = Color.White;
label1.Location = new Point(226, 3);
label1.Margin = new Padding(4, 0, 4, 0);
label1.MaximumSize = new Size(220, 0);
label1.Name = "label1";
label1.Size = new Size(52, 21);
label1.TabIndex = 0;
label1.Text = "label1";
//
// pictureBox1
//
pictureBox1.Location = new Point(4, 3);
pictureBox1.Margin = new Padding(4, 3, 4, 3);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(216, 294);
pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox1.TabIndex = 1;
pictureBox1.TabStop = false;
pictureBox1.Click += pictureBox1_Click;
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label2.ForeColor = Color.White;
label2.Location = new Point(226, 87);
label2.Margin = new Padding(4, 0, 4, 0);
label2.MaximumSize = new Size(220, 0);
label2.Name = "label2";
label2.Size = new Size(52, 21);
label2.TabIndex = 2;
label2.Text = "label2";
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label3.ForeColor = Color.White;
label3.Location = new Point(226, 122);
label3.Margin = new Padding(4, 0, 4, 0);
label3.MaximumSize = new Size(220, 0);
label3.Name = "label3";
label3.Size = new Size(52, 21);
label3.TabIndex = 3;
label3.Text = "label3";
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label4.ForeColor = Color.White;
label4.Location = new Point(226, 158);
label4.Margin = new Padding(4, 0, 4, 0);
label4.MaximumSize = new Size(220, 0);
label4.Name = "label4";
label4.Size = new Size(52, 21);
label4.TabIndex = 4;
label4.Text = "label4";
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label5.ForeColor = Color.White;
label5.Location = new Point(226, 194);
label5.Margin = new Padding(4, 0, 4, 0);
label5.MaximumSize = new Size(220, 0);
label5.Name = "label5";
label5.Size = new Size(52, 21);
label5.TabIndex = 5;
label5.Text = "label5";
//
// label6
//
label6.AutoSize = true;
label6.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label6.ForeColor = Color.White;
label6.Location = new Point(226, 230);
label6.Margin = new Padding(4, 0, 4, 0);
label6.MaximumSize = new Size(220, 0);
label6.Name = "label6";
label6.Size = new Size(52, 21);
label6.TabIndex = 6;
label6.Text = "label6";
//
// label7
//
label7.AutoSize = true;
label7.Cursor = Cursors.Hand;
label7.Font = new Font("Segoe UI", 12F, FontStyle.Underline, GraphicsUnit.Point, 0);
label7.ForeColor = Color.SteelBlue;
label7.Location = new Point(226, 265);
label7.Margin = new Padding(4, 0, 4, 0);
label7.MaximumSize = new Size(220, 0);
label7.Name = "label7";
label7.Size = new Size(125, 21);
label7.TabIndex = 7;
label7.Text = "Go to store page";
label7.Click += label7_Click;
//
// GameCard
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.FromArgb(50, 50, 50);
Controls.Add(label7);
Controls.Add(label6);
Controls.Add(label5);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(pictureBox1);
Controls.Add(label1);
Name = "GameCard";
Size = new Size(462, 303);
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
}
}