374 lines
No EOL
17 KiB
C#
374 lines
No EOL
17 KiB
C#
namespace JellyfinRPC
|
|
{
|
|
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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.label1);
|
|
this.tabPage1.Controls.Add(this.button3);
|
|
this.tabPage1.Controls.Add(this.textBox1);
|
|
this.tabPage1.Controls.Add(this.textBox2);
|
|
this.tabPage1.Controls.Add(this.label2);
|
|
this.tabPage1.Controls.Add(this.maskedTextBox1);
|
|
this.tabPage1.Controls.Add(this.label3);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(276, 152);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Manual Setup";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(7, 3);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Server URL";
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.button3.Location = new System.Drawing.Point(101, 126);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
this.button3.TabIndex = 8;
|
|
this.button3.Text = "Submit";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(9, 19);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(261, 20);
|
|
this.textBox1.TabIndex = 1;
|
|
this.textBox1.MouseHover += new System.EventHandler(this.textBox1_MouseHover);
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(9, 57);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(261, 20);
|
|
this.textBox2.TabIndex = 3;
|
|
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 42);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(43, 13);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "User ID";
|
|
this.label2.Click += new System.EventHandler(this.label2_Click);
|
|
//
|
|
// maskedTextBox1
|
|
//
|
|
this.maskedTextBox1.HidePromptOnLeave = true;
|
|
this.maskedTextBox1.Location = new System.Drawing.Point(9, 96);
|
|
this.maskedTextBox1.Name = "maskedTextBox1";
|
|
this.maskedTextBox1.PasswordChar = '●';
|
|
this.maskedTextBox1.Size = new System.Drawing.Size(261, 20);
|
|
this.maskedTextBox1.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 80);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(45, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "API Key";
|
|
this.label3.Click += new System.EventHandler(this.label3_Click);
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.button5);
|
|
this.tabPage3.Controls.Add(this.maskedTextBox2);
|
|
this.tabPage3.Controls.Add(this.label8);
|
|
this.tabPage3.Controls.Add(this.textBox6);
|
|
this.tabPage3.Controls.Add(this.textBox5);
|
|
this.tabPage3.Controls.Add(this.label7);
|
|
this.tabPage3.Controls.Add(this.label6);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage3.Size = new System.Drawing.Size(276, 152);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "Login";
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(101, 126);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(75, 23);
|
|
this.button5.TabIndex = 6;
|
|
this.button5.Text = "Submit";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// maskedTextBox2
|
|
//
|
|
this.maskedTextBox2.Location = new System.Drawing.Point(9, 104);
|
|
this.maskedTextBox2.Name = "maskedTextBox2";
|
|
this.maskedTextBox2.PasswordChar = '●';
|
|
this.maskedTextBox2.Size = new System.Drawing.Size(260, 20);
|
|
this.maskedTextBox2.TabIndex = 5;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(8, 88);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(53, 13);
|
|
this.label8.TabIndex = 4;
|
|
this.label8.Text = "Password";
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Location = new System.Drawing.Point(9, 62);
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.Size = new System.Drawing.Size(260, 20);
|
|
this.textBox6.TabIndex = 3;
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(9, 20);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(260, 20);
|
|
this.textBox5.TabIndex = 1;
|
|
this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
|
|
this.textBox5.MouseHover += new System.EventHandler(this.textBox5_MouseHover);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(8, 46);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(55, 13);
|
|
this.label7.TabIndex = 2;
|
|
this.label7.Text = "Username";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(8, 3);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(63, 13);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "Server URL";
|
|
this.label6.Click += new System.EventHandler(this.label6_Click);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Location = new System.Drawing.Point(1, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(284, 178);
|
|
this.tabControl1.TabIndex = 9;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.button2);
|
|
this.tabPage2.Controls.Add(this.button1);
|
|
this.tabPage2.Controls.Add(this.label9);
|
|
this.tabPage2.Controls.Add(this.textBox4);
|
|
this.tabPage2.Controls.Add(this.label5);
|
|
this.tabPage2.Controls.Add(this.label4);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(276, 152);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Quick Connect";
|
|
this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(71, 123);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(134, 23);
|
|
this.button2.TabIndex = 7;
|
|
this.button2.Text = "Save URL and Close";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(101, 65);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 6;
|
|
this.button1.Text = "Confirm";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoEllipsis = true;
|
|
this.label9.AutoSize = true;
|
|
this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.label9.Location = new System.Drawing.Point(8, 70);
|
|
this.label9.MaximumSize = new System.Drawing.Size(260, 0);
|
|
this.label9.MinimumSize = new System.Drawing.Size(260, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(260, 13);
|
|
this.label9.TabIndex = 5;
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(8, 24);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(260, 20);
|
|
this.textBox4.TabIndex = 3;
|
|
this.textBox4.MouseEnter += new System.EventHandler(this.textBox4_MouseEnter);
|
|
this.textBox4.MouseHover += new System.EventHandler(this.textBox4_MouseHover);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(107, 7);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(63, 13);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "Server URL";
|
|
this.label5.Click += new System.EventHandler(this.label5_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(84, 47);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(109, 13);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "Quick Connect Code:";
|
|
this.label4.Click += new System.EventHandler(this.label4_Click_1);
|
|
//
|
|
// toolTip1
|
|
//
|
|
this.toolTip1.AutoPopDelay = 5000;
|
|
this.toolTip1.InitialDelay = 1000;
|
|
this.toolTip1.ReshowDelay = 100;
|
|
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
|
this.toolTip1.ToolTipTitle = "Formatting Requirements";
|
|
//
|
|
// ConfigForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(284, 175);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ConfigForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Server Config";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigForm_FormClosing);
|
|
this.Load += new System.EventHandler(this.ConfigForm_Load);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage3.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
public System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
public System.Windows.Forms.TextBox textBox6;
|
|
public System.Windows.Forms.MaskedTextBox maskedTextBox2;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |