forked from sll552/DiscordBee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettingsWindow.Designer.cs
More file actions
375 lines (370 loc) · 19.9 KB
/
SettingsWindow.Designer.cs
File metadata and controls
375 lines (370 loc) · 19.9 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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
namespace MusicBeePlugin
{
partial class SettingsWindow
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.textBoxSmallImage = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBoxTrackCnt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBoxTrackNo = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBoxState = new System.Windows.Forms.TextBox();
this.textBoxDetails = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBoxLargeImage = new System.Windows.Forms.TextBox();
this.checkBoxTextOnly = new System.Windows.Forms.CheckBox();
this.checkBoxShowRemainingTime = new System.Windows.Forms.CheckBox();
this.checkBoxPresenceUpdate = new System.Windows.Forms.CheckBox();
this.textBoxSeperator = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.buttonRestoreDefaults = new System.Windows.Forms.Button();
this.buttonSaveClose = new System.Windows.Forms.Button();
this.buttonPlaceholders = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// textBoxSmallImage
//
this.textBoxSmallImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(137)))), ((int)(((byte)(218)))));
this.textBoxSmallImage.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxSmallImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.textBoxSmallImage.Location = new System.Drawing.Point(12, 71);
this.textBoxSmallImage.Name = "textBoxSmallImage";
this.textBoxSmallImage.Size = new System.Drawing.Size(90, 25);
this.textBoxSmallImage.TabIndex = 9;
this.textBoxSmallImage.Text = "Small Image Text";
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.label4.Location = new System.Drawing.Point(477, 66);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(13, 17);
this.label4.TabIndex = 8;
this.label4.Text = ")";
//
// textBoxTrackCnt
//
this.textBoxTrackCnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.textBoxTrackCnt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(137)))), ((int)(((byte)(218)))));
this.textBoxTrackCnt.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxTrackCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.textBoxTrackCnt.Location = new System.Drawing.Point(399, 63);
this.textBoxTrackCnt.Name = "textBoxTrackCnt";
this.textBoxTrackCnt.Size = new System.Drawing.Size(74, 25);
this.textBoxTrackCnt.TabIndex = 7;
this.textBoxTrackCnt.Text = "PartyMax";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.label3.Location = new System.Drawing.Point(373, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(20, 17);
this.label3.TabIndex = 6;
this.label3.Text = "of";
//
// textBoxTrackNo
//
this.textBoxTrackNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.textBoxTrackNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(137)))), ((int)(((byte)(218)))));
this.textBoxTrackNo.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxTrackNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.textBoxTrackNo.Location = new System.Drawing.Point(295, 63);
this.textBoxTrackNo.Name = "textBoxTrackNo";
this.textBoxTrackNo.Size = new System.Drawing.Size(74, 25);
this.textBoxTrackNo.TabIndex = 5;
this.textBoxTrackNo.Text = "PartyNo";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.label2.Location = new System.Drawing.Point(276, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(13, 17);
this.label2.TabIndex = 4;
this.label2.Text = "(";
//
// textBoxState
//
this.textBoxState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(137)))), ((int)(((byte)(218)))));
this.textBoxState.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.textBoxState.Location = new System.Drawing.Point(108, 63);
this.textBoxState.Name = "textBoxState";
this.textBoxState.Size = new System.Drawing.Size(162, 25);
this.textBoxState.TabIndex = 3;
this.textBoxState.Text = "Presence state";
//
// textBoxDetails
//
this.textBoxDetails.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxDetails.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(137)))), ((int)(((byte)(218)))));
this.textBoxDetails.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxDetails.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.textBoxDetails.Location = new System.Drawing.Point(108, 32);
this.textBoxDetails.Name = "textBoxDetails";
this.textBoxDetails.Size = new System.Drawing.Size(261, 25);
this.textBoxDetails.TabIndex = 2;
this.textBoxDetails.Text = "Presence details";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.label1.Location = new System.Drawing.Point(108, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 19);
this.label1.TabIndex = 1;
this.label1.Text = "MusicBee";
//
// textBoxLargeImage
//
this.textBoxLargeImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(137)))), ((int)(((byte)(218)))));
this.textBoxLargeImage.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxLargeImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(230)))), ((int)(((byte)(246)))));
this.textBoxLargeImage.Location = new System.Drawing.Point(12, 9);
this.textBoxLargeImage.Multiline = true;
this.textBoxLargeImage.Name = "textBoxLargeImage";
this.textBoxLargeImage.Size = new System.Drawing.Size(90, 60);
this.textBoxLargeImage.TabIndex = 0;
this.textBoxLargeImage.Text = "Large Image Text";
//
// checkBoxTextOnly
//
this.checkBoxTextOnly.AutoSize = true;
this.checkBoxTextOnly.Location = new System.Drawing.Point(222, 64);
this.checkBoxTextOnly.Margin = new System.Windows.Forms.Padding(4);
this.checkBoxTextOnly.Name = "checkBoxTextOnly";
this.checkBoxTextOnly.Padding = new System.Windows.Forms.Padding(2);
this.checkBoxTextOnly.Size = new System.Drawing.Size(176, 21);
this.checkBoxTextOnly.TabIndex = 7;
this.checkBoxTextOnly.Text = "Remove images from presence";
this.checkBoxTextOnly.UseVisualStyleBackColor = true;
//
// checkBoxShowRemainingTime
//
this.checkBoxShowRemainingTime.AutoSize = true;
this.checkBoxShowRemainingTime.Location = new System.Drawing.Point(222, 35);
this.checkBoxShowRemainingTime.Margin = new System.Windows.Forms.Padding(4);
this.checkBoxShowRemainingTime.Name = "checkBoxShowRemainingTime";
this.checkBoxShowRemainingTime.Padding = new System.Windows.Forms.Padding(2);
this.checkBoxShowRemainingTime.Size = new System.Drawing.Size(216, 21);
this.checkBoxShowRemainingTime.TabIndex = 6;
this.checkBoxShowRemainingTime.Text = "Show remaining instead of elapsed time";
this.checkBoxShowRemainingTime.UseVisualStyleBackColor = true;
//
// checkBoxPresenceUpdate
//
this.checkBoxPresenceUpdate.AutoSize = true;
this.checkBoxPresenceUpdate.Location = new System.Drawing.Point(222, 6);
this.checkBoxPresenceUpdate.Margin = new System.Windows.Forms.Padding(4);
this.checkBoxPresenceUpdate.Name = "checkBoxPresenceUpdate";
this.checkBoxPresenceUpdate.Padding = new System.Windows.Forms.Padding(2);
this.checkBoxPresenceUpdate.Size = new System.Drawing.Size(224, 21);
this.checkBoxPresenceUpdate.TabIndex = 5;
this.checkBoxPresenceUpdate.Text = "Show presence when no music is playing";
this.checkBoxPresenceUpdate.UseVisualStyleBackColor = true;
//
// textBoxSeperator
//
this.textBoxSeperator.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxSeperator.Location = new System.Drawing.Point(87, 3);
this.textBoxSeperator.Name = "textBoxSeperator";
this.textBoxSeperator.Size = new System.Drawing.Size(87, 25);
this.textBoxSeperator.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(14, 7);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(70, 15);
this.label5.TabIndex = 0;
this.label5.Text = "Seperators:";
//
// buttonRestoreDefaults
//
this.buttonRestoreDefaults.AutoSize = true;
this.buttonRestoreDefaults.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonRestoreDefaults.Dock = System.Windows.Forms.DockStyle.Right;
this.buttonRestoreDefaults.Location = new System.Drawing.Point(301, 0);
this.buttonRestoreDefaults.Margin = new System.Windows.Forms.Padding(10);
this.buttonRestoreDefaults.Name = "buttonRestoreDefaults";
this.buttonRestoreDefaults.Padding = new System.Windows.Forms.Padding(5);
this.buttonRestoreDefaults.Size = new System.Drawing.Size(106, 30);
this.buttonRestoreDefaults.TabIndex = 2;
this.buttonRestoreDefaults.Text = "Restore Defaults";
this.buttonRestoreDefaults.UseVisualStyleBackColor = true;
this.buttonRestoreDefaults.Click += new System.EventHandler(this.buttonRestoreDefaults_Click);
//
// buttonSaveClose
//
this.buttonSaveClose.AutoSize = true;
this.buttonSaveClose.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonSaveClose.Dock = System.Windows.Forms.DockStyle.Right;
this.buttonSaveClose.Location = new System.Drawing.Point(407, 0);
this.buttonSaveClose.Margin = new System.Windows.Forms.Padding(10);
this.buttonSaveClose.Name = "buttonSaveClose";
this.buttonSaveClose.Padding = new System.Windows.Forms.Padding(5);
this.buttonSaveClose.Size = new System.Drawing.Size(102, 30);
this.buttonSaveClose.TabIndex = 0;
this.buttonSaveClose.Text = "Save and Close";
this.buttonSaveClose.UseVisualStyleBackColor = true;
this.buttonSaveClose.Click += new System.EventHandler(this.buttonSaveClose_Click);
//
// buttonPlaceholders
//
this.buttonPlaceholders.AutoSize = true;
this.buttonPlaceholders.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonPlaceholders.Dock = System.Windows.Forms.DockStyle.Left;
this.buttonPlaceholders.Location = new System.Drawing.Point(0, 0);
this.buttonPlaceholders.Margin = new System.Windows.Forms.Padding(10);
this.buttonPlaceholders.Name = "buttonPlaceholders";
this.buttonPlaceholders.Padding = new System.Windows.Forms.Padding(5);
this.buttonPlaceholders.Size = new System.Drawing.Size(88, 30);
this.buttonPlaceholders.TabIndex = 1;
this.buttonPlaceholders.Text = "Placeholders";
this.buttonPlaceholders.UseVisualStyleBackColor = true;
this.buttonPlaceholders.Click += new System.EventHandler(this.buttonPlaceholders_Click);
//
// panel2
//
this.panel2.AutoSize = true;
this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.textBoxSeperator);
this.panel2.Controls.Add(this.checkBoxShowRemainingTime);
this.panel2.Controls.Add(this.checkBoxTextOnly);
this.panel2.Controls.Add(this.checkBoxPresenceUpdate);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 111);
this.panel2.MinimumSize = new System.Drawing.Size(0, 100);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(509, 100);
this.panel2.TabIndex = 1;
//
// panel3
//
this.panel3.AutoScroll = true;
this.panel3.AutoSize = true;
this.panel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.panel3.Controls.Add(this.buttonRestoreDefaults);
this.panel3.Controls.Add(this.buttonPlaceholders);
this.panel3.Controls.Add(this.buttonSaveClose);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 211);
this.panel3.MinimumSize = new System.Drawing.Size(0, 30);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(509, 30);
this.panel3.TabIndex = 2;
//
// panel4
//
this.panel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(137)))), ((int)(((byte)(218)))));
this.panel4.Controls.Add(this.textBoxSmallImage);
this.panel4.Controls.Add(this.textBoxLargeImage);
this.panel4.Controls.Add(this.label4);
this.panel4.Controls.Add(this.label1);
this.panel4.Controls.Add(this.textBoxTrackCnt);
this.panel4.Controls.Add(this.textBoxDetails);
this.panel4.Controls.Add(this.label3);
this.panel4.Controls.Add(this.textBoxState);
this.panel4.Controls.Add(this.textBoxTrackNo);
this.panel4.Controls.Add(this.label2);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(509, 106);
this.panel4.TabIndex = 1;
//
// SettingsWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(509, 241);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel4);
this.MinimumSize = new System.Drawing.Size(525, 280);
this.Name = "SettingsWindow";
this.ShowIcon = false;
this.Text = "DiscordBee Settings";
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxLargeImage;
private System.Windows.Forms.Button buttonSaveClose;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonPlaceholders;
private System.Windows.Forms.TextBox textBoxState;
private System.Windows.Forms.TextBox textBoxDetails;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBoxTrackCnt;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxTrackNo;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxSeperator;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button buttonRestoreDefaults;
private System.Windows.Forms.CheckBox checkBoxPresenceUpdate;
private System.Windows.Forms.CheckBox checkBoxShowRemainingTime;
private System.Windows.Forms.TextBox textBoxSmallImage;
private System.Windows.Forms.CheckBox checkBoxTextOnly;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
}
}