477 lines
21 KiB
C#
477 lines
21 KiB
C#
namespace RadioDJViewer
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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(Form1));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.buttonSelectOutputFolder = new System.Windows.Forms.Button();
|
|
this.labelOutputFolderPath = new System.Windows.Forms.Label();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.comboBoxScrollSpeed = new System.Windows.Forms.ComboBox();
|
|
this.textBoxPauseTime = new System.Windows.Forms.TextBox();
|
|
this.separatingcharacterformatbox = new System.Windows.Forms.TextBox();
|
|
this.textBox9 = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.textBox1);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(519, 75);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Rest API Template";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(90, 30);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(412, 20);
|
|
this.textBox1.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(16, 30);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(67, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "URL Format:";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(35, 584);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(157, 23);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "Save";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(357, 584);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(157, 23);
|
|
this.button2.TabIndex = 2;
|
|
this.button2.Text = "Cancel";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(120, 27);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(290, 21);
|
|
this.comboBox1.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(20, 30);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Profiles";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(20, 100);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(57, 13);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "IP address";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(120, 97);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(290, 20);
|
|
this.textBox2.TabIndex = 3;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(20, 135);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(26, 13);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "Port";
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(120, 132);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(290, 20);
|
|
this.textBox3.TabIndex = 5;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(20, 170);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(53, 13);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "Password";
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(120, 167);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(290, 20);
|
|
this.textBox4.TabIndex = 7;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(60, 419);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(120, 30);
|
|
this.button3.TabIndex = 8;
|
|
this.button3.Text = "Save Profile";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(216, 419);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(120, 30);
|
|
this.button4.TabIndex = 9;
|
|
this.button4.Text = "Remove Profile";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.buttonSelectOutputFolder);
|
|
this.groupBox3.Controls.Add(this.labelOutputFolderPath);
|
|
this.groupBox3.Controls.Add(this.textBox5);
|
|
this.groupBox3.Controls.Add(this.label10);
|
|
this.groupBox3.Location = new System.Drawing.Point(20, 298);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(482, 115);
|
|
this.groupBox3.TabIndex = 12;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Output Setting";
|
|
//
|
|
// buttonSelectOutputFolder
|
|
//
|
|
this.buttonSelectOutputFolder.Location = new System.Drawing.Point(20, 36);
|
|
this.buttonSelectOutputFolder.Name = "buttonSelectOutputFolder";
|
|
this.buttonSelectOutputFolder.Size = new System.Drawing.Size(140, 23);
|
|
this.buttonSelectOutputFolder.TabIndex = 17;
|
|
this.buttonSelectOutputFolder.Text = "Select Output Folder";
|
|
this.buttonSelectOutputFolder.UseVisualStyleBackColor = true;
|
|
//
|
|
// labelOutputFolderPath
|
|
//
|
|
this.labelOutputFolderPath.AutoSize = true;
|
|
this.labelOutputFolderPath.Location = new System.Drawing.Point(166, 41);
|
|
this.labelOutputFolderPath.Name = "labelOutputFolderPath";
|
|
this.labelOutputFolderPath.Size = new System.Drawing.Size(93, 13);
|
|
this.labelOutputFolderPath.TabIndex = 16;
|
|
this.labelOutputFolderPath.Text = "No folder selected";
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(149, 80);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(247, 20);
|
|
this.textBox5.TabIndex = 16;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(17, 83);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(126, 13);
|
|
this.label10.TabIndex = 15;
|
|
this.label10.Text = "Output Image save name";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(20, 65);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(67, 13);
|
|
this.label11.TabIndex = 14;
|
|
this.label11.Text = "Profile Name";
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Location = new System.Drawing.Point(120, 62);
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.Size = new System.Drawing.Size(290, 20);
|
|
this.textBox6.TabIndex = 15;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(382, 419);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(120, 30);
|
|
this.button5.TabIndex = 16;
|
|
this.button5.Text = "Load Profile";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Location = new System.Drawing.Point(23, 269);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(140, 23);
|
|
this.button6.TabIndex = 18;
|
|
this.button6.Text = "Select Main Image Folder";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(169, 274);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(93, 13);
|
|
this.label6.TabIndex = 19;
|
|
this.label6.Text = "No folder selected";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(20, 211);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(124, 13);
|
|
this.label7.TabIndex = 20;
|
|
this.label7.Text = "Polling Rate (in seconds)";
|
|
//
|
|
// textBox7
|
|
//
|
|
this.textBox7.Location = new System.Drawing.Point(150, 208);
|
|
this.textBox7.Name = "textBox7";
|
|
this.textBox7.Size = new System.Drawing.Size(63, 20);
|
|
this.textBox7.TabIndex = 21;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label13);
|
|
this.groupBox2.Controls.Add(this.comboBoxScrollSpeed);
|
|
this.groupBox2.Controls.Add(this.textBoxPauseTime);
|
|
this.groupBox2.Controls.Add(this.separatingcharacterformatbox);
|
|
this.groupBox2.Controls.Add(this.textBox6);
|
|
this.groupBox2.Controls.Add(this.label11);
|
|
this.groupBox2.Controls.Add(this.textBox9);
|
|
this.groupBox2.Controls.Add(this.label9);
|
|
this.groupBox2.Controls.Add(this.label8);
|
|
this.groupBox2.Controls.Add(this.textBox7);
|
|
this.groupBox2.Controls.Add(this.label7);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Controls.Add(this.button6);
|
|
this.groupBox2.Controls.Add(this.button5);
|
|
this.groupBox2.Controls.Add(this.groupBox3);
|
|
this.groupBox2.Controls.Add(this.button4);
|
|
this.groupBox2.Controls.Add(this.button3);
|
|
this.groupBox2.Controls.Add(this.textBox4);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.textBox3);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Controls.Add(this.textBox2);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.comboBox1);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 100);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(519, 470);
|
|
this.groupBox2.TabIndex = 3;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Profiles";
|
|
//
|
|
// comboBoxScrollSpeed
|
|
//
|
|
this.comboBoxScrollSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxScrollSpeed.FormattingEnabled = true;
|
|
this.comboBoxScrollSpeed.Items.AddRange(new object[] {
|
|
"Very Slow",
|
|
"Slow",
|
|
"Medium",
|
|
"Fast",
|
|
"Very Fast"});
|
|
this.comboBoxScrollSpeed.Location = new System.Drawing.Point(382, 207);
|
|
this.comboBoxScrollSpeed.Name = "comboBoxScrollSpeed";
|
|
this.comboBoxScrollSpeed.Size = new System.Drawing.Size(97, 21);
|
|
this.comboBoxScrollSpeed.TabIndex = 29;
|
|
//
|
|
// textBoxPauseTime
|
|
//
|
|
this.textBoxPauseTime.Location = new System.Drawing.Point(382, 237);
|
|
this.textBoxPauseTime.Name = "textBoxPauseTime";
|
|
this.textBoxPauseTime.Size = new System.Drawing.Size(97, 20);
|
|
this.textBoxPauseTime.TabIndex = 30;
|
|
//
|
|
// separatingcharacterformatbox
|
|
//
|
|
this.separatingcharacterformatbox.Location = new System.Drawing.Point(164, 237);
|
|
this.separatingcharacterformatbox.Name = "separatingcharacterformatbox";
|
|
this.separatingcharacterformatbox.Size = new System.Drawing.Size(49, 20);
|
|
this.separatingcharacterformatbox.TabIndex = 31;
|
|
//
|
|
// textBox9
|
|
//
|
|
this.textBox9.Location = new System.Drawing.Point(382, 237);
|
|
this.textBox9.Name = "textBox9";
|
|
this.textBox9.Size = new System.Drawing.Size(97, 20);
|
|
this.textBox9.TabIndex = 25;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(239, 240);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(119, 13);
|
|
this.label9.TabIndex = 24;
|
|
this.label9.Text = "Pause time (in seconds)";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(239, 211);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(127, 13);
|
|
this.label8.TabIndex = 22;
|
|
this.label8.Text = "Scroll Speed (in Main UI)";
|
|
this.label8.Click += new System.EventHandler(this.label8_Click);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(20, 240);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(138, 13);
|
|
this.label12.TabIndex = 27;
|
|
this.label12.Text = "Separating character format";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(20, 240);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(142, 13);
|
|
this.label13.TabIndex = 32;
|
|
this.label13.Text = "Separating Character Format";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(543, 619);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Form1";
|
|
this.Text = "Settings";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Button buttonSelectOutputFolder;
|
|
private System.Windows.Forms.Label labelOutputFolderPath;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textBox7;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox textBox9;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.TextBox textBox8;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.ComboBox comboBoxScrollSpeed;
|
|
private System.Windows.Forms.TextBox textBoxPauseTime;
|
|
private System.Windows.Forms.TextBox separatingcharacterformatbox;
|
|
private System.Windows.Forms.Label label13;
|
|
}
|
|
} |