namespace ytdlp_gui { partial class Main { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.textUrl = new System.Windows.Forms.TextBox(); this.checkDownloadPlaylist = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textPlaylistFolder = new System.Windows.Forms.TextBox(); this.label2 = 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.groupBox1.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.Enabled = false; 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; // // groupBox1 // this.groupBox1.Controls.Add(this.textPlaylistFolder); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.checkPlaylistFolder); this.groupBox1.Enabled = false; this.groupBox1.Location = new System.Drawing.Point(18, 58); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(373, 108); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Playlist"; // // textPlaylistFolder // 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; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 25); this.label2.TabIndex = 1; this.label2.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; // // groupBox2 // this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.comboConvertFormat); this.groupBox2.Controls.Add(this.checkConvert); this.groupBox2.Enabled = false; 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; // // 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.Enabled = false; 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; // // 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.groupBox1); this.Controls.Add(this.checkDownloadPlaylist); this.Controls.Add(this.textUrl); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Main"; this.Text = "Youtube Downloader"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); this.groupBox1.ResumeLayout(false); this.groupBox1.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 groupBox1; private System.Windows.Forms.CheckBox checkPlaylistFolder; private System.Windows.Forms.TextBox textPlaylistFolder; private System.Windows.Forms.Label label2; 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; } }