Youtube2mp3_AutoDownloader/Form1.Designer.cs

301 lines
13 KiB
C#
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Youtube2MP3
{
partial class Form1
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur Windows Form
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.chromiumWebBrowser1 = new CefSharp.WinForms.ChromiumWebBrowser();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.labelTotal = new System.Windows.Forms.Label();
this.labelToday = new System.Windows.Forms.Label();
this.labelFailed = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.button1 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 74);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(75, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Save location:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(113, 71);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(369, 20);
this.textBox1.TabIndex = 1;
this.textBox1.Click += new System.EventHandler(this.textBox1_Click);
//
// chromiumWebBrowser1
//
this.chromiumWebBrowser1.ActivateBrowserOnCreation = false;
this.chromiumWebBrowser1.Location = new System.Drawing.Point(12, 341);
this.chromiumWebBrowser1.Name = "chromiumWebBrowser1";
this.chromiumWebBrowser1.Size = new System.Drawing.Size(470, 505);
this.chromiumWebBrowser1.TabIndex = 2;
this.chromiumWebBrowser1.LoadingStateChanged += new System.EventHandler<CefSharp.LoadingStateChangedEventArgs>(this.chromiumWebBrowser1_LoadingStateChanged);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(12, 115);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(470, 125);
this.textBox2.TabIndex = 3;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(12, 242);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(470, 93);
this.textBox3.TabIndex = 10;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(181, 25);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(87, 13);
this.label4.TabIndex = 11;
this.label4.Text = "Download today:";
//
// button2
//
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button2.Location = new System.Drawing.Point(15, 6);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(143, 36);
this.button2.TabIndex = 12;
this.button2.Text = "START";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// folderBrowserDialog1
//
this.folderBrowserDialog1.Description = "Open location where to save downloaded files";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(113, 48);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(369, 20);
this.textBox4.TabIndex = 14;
this.textBox4.Click += new System.EventHandler(this.textBox4_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 13);
this.label2.TabIndex = 13;
this.label2.Text = "Download location:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(181, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(86, 13);
this.label3.TabIndex = 15;
this.label3.Text = "Download totals:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(332, 6);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(86, 13);
this.label5.TabIndex = 16;
this.label5.Text = "Download failed:";
//
// labelTotal
//
this.labelTotal.AutoSize = true;
this.labelTotal.Location = new System.Drawing.Point(278, 6);
this.labelTotal.Name = "labelTotal";
this.labelTotal.Size = new System.Drawing.Size(13, 13);
this.labelTotal.TabIndex = 17;
this.labelTotal.Text = "0";
//
// labelToday
//
this.labelToday.AutoSize = true;
this.labelToday.Location = new System.Drawing.Point(278, 25);
this.labelToday.Name = "labelToday";
this.labelToday.Size = new System.Drawing.Size(13, 13);
this.labelToday.TabIndex = 18;
this.labelToday.Text = "0";
//
// labelFailed
//
this.labelFailed.AutoSize = true;
this.labelFailed.Location = new System.Drawing.Point(427, 6);
this.labelFailed.Name = "labelFailed";
this.labelFailed.Size = new System.Drawing.Size(13, 13);
this.labelFailed.TabIndex = 19;
this.labelFailed.Text = "0";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(308, 25);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(113, 13);
this.label6.TabIndex = 20;
this.label6.Text = "Seconds before failed:";
//
// numericUpDown1
//
this.numericUpDown1.Increment = new decimal(new int[] {
5,
0,
0,
0});
this.numericUpDown1.Location = new System.Drawing.Point(427, 23);
this.numericUpDown1.Maximum = new decimal(new int[] {
180,
0,
0,
0});
this.numericUpDown1.Minimum = new decimal(new int[] {
10,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(55, 20);
this.numericUpDown1.TabIndex = 21;
this.numericUpDown1.Value = new decimal(new int[] {
60,
0,
0,
0});
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 92);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(317, 23);
this.button1.TabIndex = 22;
this.button1.Text = "Select folder to add all songs names to downloaded list";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button3
//
this.button3.ForeColor = System.Drawing.Color.Red;
this.button3.Location = new System.Drawing.Point(335, 92);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(147, 23);
this.button3.TabIndex = 23;
this.button3.Text = "Clear downloaded list";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.ClientSize = new System.Drawing.Size(497, 858);
this.Controls.Add(this.button3);
this.Controls.Add(this.button1);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.label6);
this.Controls.Add(this.labelFailed);
this.Controls.Add(this.labelToday);
this.Controls.Add(this.labelTotal);
this.Controls.Add(this.label5);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.label2);
this.Controls.Add(this.button2);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.chromiumWebBrowser1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "Youtube2MP3 - Bot by Bouletmarc";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private CefSharp.WinForms.ChromiumWebBrowser chromiumWebBrowser1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label labelTotal;
private System.Windows.Forms.Label labelToday;
private System.Windows.Forms.Label labelFailed;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
}
}