namespace MyDownloader.Extension.Video.UI { partial class SupportedVideoSitesForm { /// /// 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.lstSites = new System.Windows.Forms.ListBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 13); this.label1.TabIndex = 0; this.label1.Text = "Sites:"; // // lstSites // this.lstSites.FormattingEnabled = true; this.lstSites.Location = new System.Drawing.Point(12, 25); this.lstSites.Name = "lstSites"; this.lstSites.Size = new System.Drawing.Size(272, 160); this.lstSites.TabIndex = 1; this.lstSites.SelectedIndexChanged += new System.EventHandler(this.lstSites_SelectedIndexChanged); // // pictureBox1 // this.pictureBox1.InitialImage = null; this.pictureBox1.Location = new System.Drawing.Point(12, 191); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(272, 72); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 37; this.pictureBox1.TabStop = false; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button1.Location = new System.Drawing.Point(208, 269); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "Close"; this.button1.UseVisualStyleBackColor = true; // // SupportedVideoSitesForm // this.AcceptButton = this.button1; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button1; this.ClientSize = new System.Drawing.Size(296, 299); this.Controls.Add(this.button1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.lstSites); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SupportedVideoSitesForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Supported Video Sites"; this.Load += new System.EventHandler(this.SupportedVideoSitesForm_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox lstSites; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button button1; } }