Alchemy/Alchemy.Forms/ConfigForm.Designer.cs
2020-04-17 17:59:25 +01:00

215 lines
9.9 KiB
C#

namespace Sarsoo.Alchemy.Forms
{
partial class ConfigForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigForm));
this.buttonSave = new System.Windows.Forms.Button();
this.spotifyAccessBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.spotifyRefreshBox = new System.Windows.Forms.TextBox();
this.lastFMApiBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lastfmUsername = new System.Windows.Forms.TextBox();
this.spotifyUsername = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(101, 206);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(75, 23);
this.buttonSave.TabIndex = 6;
this.buttonSave.Text = "Save";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// spotifyAccessBox
//
this.spotifyAccessBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.spotifyAccessBox.Location = new System.Drawing.Point(133, 19);
this.spotifyAccessBox.Name = "spotifyAccessBox";
this.spotifyAccessBox.Size = new System.Drawing.Size(589, 20);
this.spotifyAccessBox.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(111, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Spotify Access Token";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(113, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Spotify Refresh Token";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(31, 74);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Last.FM API";
//
// spotifyRefreshBox
//
this.spotifyRefreshBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.spotifyRefreshBox.Location = new System.Drawing.Point(133, 45);
this.spotifyRefreshBox.Name = "spotifyRefreshBox";
this.spotifyRefreshBox.Size = new System.Drawing.Size(589, 20);
this.spotifyRefreshBox.TabIndex = 2;
//
// lastFMApiBox
//
this.lastFMApiBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lastFMApiBox.Location = new System.Drawing.Point(133, 71);
this.lastFMApiBox.Name = "lastFMApiBox";
this.lastFMApiBox.Size = new System.Drawing.Size(589, 20);
this.lastFMApiBox.TabIndex = 3;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lastfmUsername);
this.groupBox1.Controls.Add(this.spotifyUsername);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Location = new System.Drawing.Point(12, 122);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(276, 78);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Username";
//
// lastfmUsername
//
this.lastfmUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lastfmUsername.Location = new System.Drawing.Point(62, 45);
this.lastfmUsername.Name = "lastfmUsername";
this.lastfmUsername.Size = new System.Drawing.Size(208, 20);
this.lastfmUsername.TabIndex = 5;
//
// spotifyUsername
//
this.spotifyUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.spotifyUsername.Location = new System.Drawing.Point(62, 19);
this.spotifyUsername.Name = "spotifyUsername";
this.spotifyUsername.Size = new System.Drawing.Size(208, 20);
this.spotifyUsername.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 48);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 13);
this.label5.TabIndex = 2;
this.label5.Text = "Last.fm";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 22);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(39, 13);
this.label4.TabIndex = 2;
this.label4.Text = "Spotify";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.spotifyRefreshBox);
this.groupBox2.Controls.Add(this.spotifyAccessBox);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.lastFMApiBox);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(728, 104);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "API Keys";
//
// ConfigForm
//
this.AcceptButton = this.buttonSave;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(752, 246);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.buttonSave);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ConfigForm";
this.Text = "Config";
this.Load += new System.EventHandler(this.KeyForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonSave;
private System.Windows.Forms.TextBox spotifyAccessBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox spotifyRefreshBox;
private System.Windows.Forms.TextBox lastFMApiBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox lastfmUsername;
private System.Windows.Forms.TextBox spotifyUsername;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox2;
}
}