forked from JohnnyCrazy/SpotifyAPI-NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebControl.Designer.cs
More file actions
278 lines (272 loc) · 13.8 KB
/
WebControl.Designer.cs
File metadata and controls
278 lines (272 loc) · 13.8 KB
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
namespace SpotifyAPI.Example
{
partial class WebControl
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.authButton = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.savedTracksListView = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.savedTracksCountLabel = new System.Windows.Forms.Label();
this.playlistsListBox = new System.Windows.Forms.ListBox();
this.playlistsCountLabel = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.displayNameLabel = new System.Windows.Forms.Label();
this.countryLabel = new System.Windows.Forms.Label();
this.emailLabel = new System.Windows.Forms.Label();
this.accountLabel = new System.Windows.Forms.Label();
this.avatarPictureBox = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.avatarPictureBox)).BeginInit();
this.SuspendLayout();
//
// authButton
//
this.authButton.Location = new System.Drawing.Point(3, 3);
this.authButton.Name = "authButton";
this.authButton.Size = new System.Drawing.Size(964, 48);
this.authButton.TabIndex = 0;
this.authButton.Text = "Authenticate SpotifyWeb API";
this.authButton.UseVisualStyleBackColor = true;
this.authButton.Click += new System.EventHandler(this.authButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(3, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 17);
this.label3.TabIndex = 5;
this.label3.Text = "Display-Name:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(3, 90);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(61, 17);
this.label4.TabIndex = 6;
this.label4.Text = "Country:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(3, 107);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(51, 17);
this.label5.TabIndex = 7;
this.label5.Text = "E-Mail:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(3, 124);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 17);
this.label1.TabIndex = 8;
this.label1.Text = "Account-Type:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(240, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 17);
this.label2.TabIndex = 9;
this.label2.Text = "Saved-Tracks:";
//
// savedTracksListView
//
this.savedTracksListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.savedTracksListView.FullRowSelect = true;
this.savedTracksListView.Location = new System.Drawing.Point(243, 93);
this.savedTracksListView.Name = "savedTracksListView";
this.savedTracksListView.Size = new System.Drawing.Size(385, 563);
this.savedTracksListView.TabIndex = 10;
this.savedTracksListView.UseCompatibleStateImageBehavior = false;
this.savedTracksListView.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Title";
this.columnHeader1.Width = 120;
//
// columnHeader2
//
this.columnHeader2.Text = "Artist";
this.columnHeader2.Width = 117;
//
// columnHeader3
//
this.columnHeader3.Text = "Album";
this.columnHeader3.Width = 131;
//
// savedTracksCountLabel
//
this.savedTracksCountLabel.AutoSize = true;
this.savedTracksCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.savedTracksCountLabel.Location = new System.Drawing.Point(346, 73);
this.savedTracksCountLabel.Name = "savedTracksCountLabel";
this.savedTracksCountLabel.Size = new System.Drawing.Size(13, 17);
this.savedTracksCountLabel.TabIndex = 11;
this.savedTracksCountLabel.Text = "-";
//
// playlistsListBox
//
this.playlistsListBox.FormattingEnabled = true;
this.playlistsListBox.Location = new System.Drawing.Point(634, 93);
this.playlistsListBox.Name = "playlistsListBox";
this.playlistsListBox.Size = new System.Drawing.Size(305, 563);
this.playlistsListBox.TabIndex = 12;
//
// playlistsCountLabel
//
this.playlistsCountLabel.AutoSize = true;
this.playlistsCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.playlistsCountLabel.Location = new System.Drawing.Point(700, 73);
this.playlistsCountLabel.Name = "playlistsCountLabel";
this.playlistsCountLabel.Size = new System.Drawing.Size(13, 17);
this.playlistsCountLabel.TabIndex = 14;
this.playlistsCountLabel.Text = "-";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(631, 73);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(63, 17);
this.label7.TabIndex = 13;
this.label7.Text = "Playlists:";
//
// displayNameLabel
//
this.displayNameLabel.AutoSize = true;
this.displayNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.displayNameLabel.Location = new System.Drawing.Point(109, 73);
this.displayNameLabel.Name = "displayNameLabel";
this.displayNameLabel.Size = new System.Drawing.Size(13, 17);
this.displayNameLabel.TabIndex = 15;
this.displayNameLabel.Text = "-";
//
// countryLabel
//
this.countryLabel.AutoSize = true;
this.countryLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.countryLabel.Location = new System.Drawing.Point(70, 90);
this.countryLabel.Name = "countryLabel";
this.countryLabel.Size = new System.Drawing.Size(13, 17);
this.countryLabel.TabIndex = 16;
this.countryLabel.Text = "-";
//
// emailLabel
//
this.emailLabel.AutoSize = true;
this.emailLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emailLabel.Location = new System.Drawing.Point(60, 107);
this.emailLabel.Name = "emailLabel";
this.emailLabel.Size = new System.Drawing.Size(13, 17);
this.emailLabel.TabIndex = 17;
this.emailLabel.Text = "-";
//
// accountLabel
//
this.accountLabel.AutoSize = true;
this.accountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.accountLabel.Location = new System.Drawing.Point(109, 124);
this.accountLabel.Name = "accountLabel";
this.accountLabel.Size = new System.Drawing.Size(13, 17);
this.accountLabel.TabIndex = 18;
this.accountLabel.Text = "-";
//
// avatarPictureBox
//
this.avatarPictureBox.Location = new System.Drawing.Point(3, 144);
this.avatarPictureBox.Name = "avatarPictureBox";
this.avatarPictureBox.Size = new System.Drawing.Size(234, 212);
this.avatarPictureBox.TabIndex = 19;
this.avatarPictureBox.TabStop = false;
//
// WebControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.avatarPictureBox);
this.Controls.Add(this.accountLabel);
this.Controls.Add(this.emailLabel);
this.Controls.Add(this.countryLabel);
this.Controls.Add(this.displayNameLabel);
this.Controls.Add(this.playlistsCountLabel);
this.Controls.Add(this.label7);
this.Controls.Add(this.playlistsListBox);
this.Controls.Add(this.savedTracksCountLabel);
this.Controls.Add(this.savedTracksListView);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.authButton);
this.Name = "WebControl";
this.Size = new System.Drawing.Size(970, 670);
((System.ComponentModel.ISupportInitialize)(this.avatarPictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button authButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ListView savedTracksListView;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.Label savedTracksCountLabel;
private System.Windows.Forms.ListBox playlistsListBox;
private System.Windows.Forms.Label playlistsCountLabel;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label displayNameLabel;
private System.Windows.Forms.Label countryLabel;
private System.Windows.Forms.Label emailLabel;
private System.Windows.Forms.Label accountLabel;
private System.Windows.Forms.PictureBox avatarPictureBox;
}
}