_ Partial Class frmAbout Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout)) Me.btn_close = New System.Windows.Forms.Button Me.Version = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.Label1 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btn_close ' Me.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_close.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_close.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.btn_close.Location = New System.Drawing.Point(415, 212) Me.btn_close.Name = "btn_close" Me.btn_close.Size = New System.Drawing.Size(99, 22) Me.btn_close.TabIndex = 20 Me.btn_close.Text = "Close" Me.btn_close.UseVisualStyleBackColor = True ' 'Version ' Me.Version.AutoSize = True Me.Version.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Version.Location = New System.Drawing.Point(252, 17) Me.Version.Name = "Version" Me.Version.Size = New System.Drawing.Size(72, 13) Me.Version.TabIndex = 18 Me.Version.Text = "{Version}" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(149, 17) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(106, 13) Me.Label3.TabIndex = 17 Me.Label3.Text = "Handbrake GUI" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(149, 147) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(93, 13) Me.Label2.TabIndex = 16 Me.Label2.Text = ":::: Credits ::::" ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.InitialImage = Nothing Me.PictureBox1.Location = New System.Drawing.Point(12, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(131, 132) Me.PictureBox1.TabIndex = 15 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(149, 165) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(296, 39) Me.Label1.TabIndex = 14 Me.Label1.Text = """Titer"" - The original developer of handbrake." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Everyone on the current developme" & _ "nt team listed:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "http://handbrake.m0k.org/?page_id=9" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(149, 34) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(375, 104) Me.Label4.TabIndex = 21 Me.Label4.Text = resources.GetString("Label4.Text") ' 'frmAbout ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(526, 239) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.btn_close) Me.Controls.Add(Me.Version) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmAbout" Me.Text = "About Handbrake" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btn_close As System.Windows.Forms.Button Friend WithEvents Version As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label End Class