ShareX/ShareX.UploadersLib/Forms/YouTubeVideoOptionsForm.Designer.cs
2021-11-20 05:22:06 +03:00

122 lines
4.9 KiB
C#

namespace ShareX.UploadersLib
{
partial class YouTubeVideoOptionsForm
{
/// <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(YouTubeVideoOptionsForm));
this.lblTitle = new System.Windows.Forms.Label();
this.lblDescription = new System.Windows.Forms.Label();
this.lblVisibility = new System.Windows.Forms.Label();
this.txtTitle = new System.Windows.Forms.TextBox();
this.txtDescription = new System.Windows.Forms.TextBox();
this.cbVisibility = new System.Windows.Forms.ComboBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblTitle
//
resources.ApplyResources(this.lblTitle, "lblTitle");
this.lblTitle.Name = "lblTitle";
//
// lblDescription
//
resources.ApplyResources(this.lblDescription, "lblDescription");
this.lblDescription.Name = "lblDescription";
//
// lblVisibility
//
resources.ApplyResources(this.lblVisibility, "lblVisibility");
this.lblVisibility.Name = "lblVisibility";
//
// txtTitle
//
resources.ApplyResources(this.txtTitle, "txtTitle");
this.txtTitle.Name = "txtTitle";
//
// txtDescription
//
resources.ApplyResources(this.txtDescription, "txtDescription");
this.txtDescription.Name = "txtDescription";
//
// cbVisibility
//
this.cbVisibility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbVisibility.FormattingEnabled = true;
resources.ApplyResources(this.cbVisibility, "cbVisibility");
this.cbVisibility.Name = "cbVisibility";
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// YouTubeVideoOptionsForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.cbVisibility);
this.Controls.Add(this.txtDescription);
this.Controls.Add(this.txtTitle);
this.Controls.Add(this.lblVisibility);
this.Controls.Add(this.lblDescription);
this.Controls.Add(this.lblTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "YouTubeVideoOptionsForm";
this.Shown += new System.EventHandler(this.YouTubeVideoOptionsForm_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.Label lblDescription;
private System.Windows.Forms.Label lblVisibility;
private System.Windows.Forms.TextBox txtTitle;
private System.Windows.Forms.TextBox txtDescription;
private System.Windows.Forms.ComboBox cbVisibility;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
}
}