/* frmDownload.Designer.cs This file is part of the HandBrake source code. Homepage: . It may be used under the terms of the GNU General Public License. */ namespace Handbrake { partial class frmDownload { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDownload)); this.lblProgress = new System.Windows.Forms.Label(); this.progress_download = new System.Windows.Forms.ProgressBar(); this.btn_cancel = new System.Windows.Forms.Button(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.PictureBox1 = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit(); this.SuspendLayout(); // // lblProgress // this.lblProgress.AutoSize = true; this.lblProgress.Location = new System.Drawing.Point(73, 29); this.lblProgress.Name = "lblProgress"; this.lblProgress.Size = new System.Drawing.Size(98, 13); this.lblProgress.TabIndex = 10; this.lblProgress.Text = "Awaiting Download"; // // progress_download // this.progress_download.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.progress_download.Location = new System.Drawing.Point(73, 3); this.progress_download.Name = "progress_download"; this.progress_download.Size = new System.Drawing.Size(273, 23); this.progress_download.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progress_download.TabIndex = 9; // // btn_cancel // this.btn_cancel.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_cancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_cancel.Location = new System.Drawing.Point(275, 45); this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.Size = new System.Drawing.Size(71, 22); this.btn_cancel.TabIndex = 26; this.btn_cancel.TabStop = false; this.btn_cancel.Text = "Cancel"; this.btn_cancel.UseVisualStyleBackColor = true; this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.PictureBox1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btn_cancel, 1, 2); this.tableLayoutPanel1.Controls.Add(this.progress_download, 1, 0); this.tableLayoutPanel1.Controls.Add(this.lblProgress, 1, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 9); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(349, 70); this.tableLayoutPanel1.TabIndex = 27; // // PictureBox1 // this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64; this.PictureBox1.InitialImage = null; this.PictureBox1.Location = new System.Drawing.Point(3, 3); this.PictureBox1.Name = "PictureBox1"; this.tableLayoutPanel1.SetRowSpan(this.PictureBox1, 3); this.PictureBox1.Size = new System.Drawing.Size(64, 64); this.PictureBox1.TabIndex = 25; this.PictureBox1.TabStop = false; // // frmDownload // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(367, 88); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmDownload"; this.Padding = new System.Windows.Forms.Padding(9); this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Downloading Update"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblProgress; private System.Windows.Forms.ProgressBar progress_download; internal System.Windows.Forms.Button btn_cancel; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; internal System.Windows.Forms.PictureBox PictureBox1; } }