Files
ytdlp-gui/Main.Designer.cs
2025-05-23 01:59:38 +02:00

247 lines
12 KiB
C#

namespace ytdlp_gui
{
partial class Main
{
/// <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(Main));
this.label1 = new System.Windows.Forms.Label();
this.textUrl = new System.Windows.Forms.TextBox();
this.checkDownloadPlaylist = new System.Windows.Forms.CheckBox();
this.groupPlaylist = new System.Windows.Forms.GroupBox();
this.textPlaylistFolder = new System.Windows.Forms.TextBox();
this.lblPlaylistFolder = new System.Windows.Forms.Label();
this.checkPlaylistFolder = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.comboConvertFormat = new System.Windows.Forms.ComboBox();
this.checkConvert = new System.Windows.Forms.CheckBox();
this.btnDownload = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.checkAudioOnly = new System.Windows.Forms.CheckBox();
this.groupPlaylist.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 25);
this.label1.TabIndex = 0;
this.label1.Text = "URL: ";
//
// textUrl
//
this.textUrl.Location = new System.Drawing.Point(86, 6);
this.textUrl.Name = "textUrl";
this.textUrl.Size = new System.Drawing.Size(702, 31);
this.textUrl.TabIndex = 1;
//
// checkDownloadPlaylist
//
this.checkDownloadPlaylist.AutoSize = true;
this.checkDownloadPlaylist.Location = new System.Drawing.Point(25, 178);
this.checkDownloadPlaylist.Name = "checkDownloadPlaylist";
this.checkDownloadPlaylist.Size = new System.Drawing.Size(212, 29);
this.checkDownloadPlaylist.TabIndex = 2;
this.checkDownloadPlaylist.Text = "Download playlist";
this.checkDownloadPlaylist.UseVisualStyleBackColor = true;
this.checkDownloadPlaylist.CheckedChanged += new System.EventHandler(this.checkDownloadPlaylist_CheckedChanged);
//
// groupPlaylist
//
this.groupPlaylist.Controls.Add(this.textPlaylistFolder);
this.groupPlaylist.Controls.Add(this.lblPlaylistFolder);
this.groupPlaylist.Controls.Add(this.checkPlaylistFolder);
this.groupPlaylist.Enabled = false;
this.groupPlaylist.Location = new System.Drawing.Point(18, 58);
this.groupPlaylist.Name = "groupPlaylist";
this.groupPlaylist.Size = new System.Drawing.Size(373, 108);
this.groupPlaylist.TabIndex = 3;
this.groupPlaylist.TabStop = false;
this.groupPlaylist.Text = "Playlist";
//
// textPlaylistFolder
//
this.textPlaylistFolder.Enabled = false;
this.textPlaylistFolder.Location = new System.Drawing.Point(94, 60);
this.textPlaylistFolder.Name = "textPlaylistFolder";
this.textPlaylistFolder.Size = new System.Drawing.Size(273, 31);
this.textPlaylistFolder.TabIndex = 2;
//
// lblPlaylistFolder
//
this.lblPlaylistFolder.AutoSize = true;
this.lblPlaylistFolder.Enabled = false;
this.lblPlaylistFolder.Location = new System.Drawing.Point(7, 67);
this.lblPlaylistFolder.Name = "lblPlaylistFolder";
this.lblPlaylistFolder.Size = new System.Drawing.Size(80, 25);
this.lblPlaylistFolder.TabIndex = 1;
this.lblPlaylistFolder.Text = "Name: ";
//
// checkPlaylistFolder
//
this.checkPlaylistFolder.AutoSize = true;
this.checkPlaylistFolder.Location = new System.Drawing.Point(12, 30);
this.checkPlaylistFolder.Name = "checkPlaylistFolder";
this.checkPlaylistFolder.Size = new System.Drawing.Size(177, 29);
this.checkPlaylistFolder.TabIndex = 0;
this.checkPlaylistFolder.Text = "Save to folder";
this.checkPlaylistFolder.UseVisualStyleBackColor = true;
this.checkPlaylistFolder.CheckedChanged += new System.EventHandler(this.checkPlaylistFolder_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.comboConvertFormat);
this.groupBox2.Controls.Add(this.checkConvert);
this.groupBox2.Location = new System.Drawing.Point(397, 58);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(391, 108);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Convert";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(91, 25);
this.label3.TabIndex = 3;
this.label3.Text = "Format: ";
//
// comboConvertFormat
//
this.comboConvertFormat.FormattingEnabled = true;
this.comboConvertFormat.Items.AddRange(new object[] {
"mp4",
"mp3"});
this.comboConvertFormat.Location = new System.Drawing.Point(103, 58);
this.comboConvertFormat.Name = "comboConvertFormat";
this.comboConvertFormat.Size = new System.Drawing.Size(282, 33);
this.comboConvertFormat.TabIndex = 2;
this.comboConvertFormat.Text = "mp4";
//
// checkConvert
//
this.checkConvert.AutoSize = true;
this.checkConvert.Checked = true;
this.checkConvert.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkConvert.Location = new System.Drawing.Point(11, 30);
this.checkConvert.Name = "checkConvert";
this.checkConvert.Size = new System.Drawing.Size(119, 29);
this.checkConvert.TabIndex = 0;
this.checkConvert.Text = "Convert";
this.checkConvert.UseVisualStyleBackColor = true;
this.checkConvert.CheckedChanged += new System.EventHandler(this.checkConvert_CheckedChanged);
//
// btnDownload
//
this.btnDownload.Location = new System.Drawing.Point(535, 172);
this.btnDownload.Name = "btnDownload";
this.btnDownload.Size = new System.Drawing.Size(138, 40);
this.btnDownload.TabIndex = 5;
this.btnDownload.Text = "Download";
this.btnDownload.UseVisualStyleBackColor = true;
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(678, 172);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(110, 40);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// checkAudioOnly
//
this.checkAudioOnly.AutoSize = true;
this.checkAudioOnly.Location = new System.Drawing.Point(244, 178);
this.checkAudioOnly.Name = "checkAudioOnly";
this.checkAudioOnly.Size = new System.Drawing.Size(145, 29);
this.checkAudioOnly.TabIndex = 7;
this.checkAudioOnly.Text = "Audio only";
this.checkAudioOnly.UseVisualStyleBackColor = true;
this.checkAudioOnly.CheckedChanged += new System.EventHandler(this.checkAudioOnly_CheckedChanged);
//
// Main
//
this.AcceptButton = this.btnDownload;
this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(800, 224);
this.Controls.Add(this.checkAudioOnly);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnDownload);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupPlaylist);
this.Controls.Add(this.checkDownloadPlaylist);
this.Controls.Add(this.textUrl);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Main";
this.Text = "Youtube Downloader";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.groupPlaylist.ResumeLayout(false);
this.groupPlaylist.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textUrl;
private System.Windows.Forms.CheckBox checkDownloadPlaylist;
private System.Windows.Forms.GroupBox groupPlaylist;
private System.Windows.Forms.CheckBox checkPlaylistFolder;
private System.Windows.Forms.TextBox textPlaylistFolder;
private System.Windows.Forms.Label lblPlaylistFolder;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox comboConvertFormat;
private System.Windows.Forms.CheckBox checkConvert;
private System.Windows.Forms.Button btnDownload;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox checkAudioOnly;
}
}