/* frmAbout.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 frmAbout { /// /// 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(frmAbout)); this.Label3 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.lbl_HBBuild = new System.Windows.Forms.Label(); this.PictureBox1 = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit(); this.SuspendLayout(); // // Label3 // this.Label3.AutoSize = true; this.Label3.Dock = System.Windows.Forms.DockStyle.Bottom; this.Label3.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label3.Location = new System.Drawing.Point(3, 23); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(325, 18); this.Label3.TabIndex = 25; this.Label3.Text = "HandBrake"; this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2); this.tableLayoutPanel1.Controls.Add(this.lbl_HBBuild, 0, 1); this.tableLayoutPanel1.Controls.Add(this.Label3, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 83); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 69.44444F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.55556F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(331, 100); this.tableLayoutPanel1.TabIndex = 32; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Bottom; this.label1.Location = new System.Drawing.Point(3, 66); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(325, 13); this.label1.TabIndex = 33; this.label1.Text = "(C) 2003-2009, HandBrake Developers"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl_HBBuild // this.lbl_HBBuild.AutoSize = true; this.lbl_HBBuild.Dock = System.Windows.Forms.DockStyle.Bottom; this.lbl_HBBuild.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_HBBuild.Location = new System.Drawing.Point(3, 46); this.lbl_HBBuild.Name = "lbl_HBBuild"; this.lbl_HBBuild.Size = new System.Drawing.Size(325, 13); this.lbl_HBBuild.TabIndex = 32; this.lbl_HBBuild.Text = "{Version}"; this.lbl_HBBuild.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // PictureBox1 // this.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128; this.PictureBox1.InitialImage = null; this.PictureBox1.Location = new System.Drawing.Point(120, 12); this.PictureBox1.Name = "PictureBox1"; this.PictureBox1.Size = new System.Drawing.Size(84, 84); this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.PictureBox1.TabIndex = 33; this.PictureBox1.TabStop = false; // // frmAbout // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(331, 183); this.Controls.Add(this.PictureBox1); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAbout"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About HandBrake"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Label Label3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; internal System.Windows.Forms.Label label1; internal System.Windows.Forms.Label lbl_HBBuild; internal System.Windows.Forms.PictureBox PictureBox1; } }