summaryrefslogtreecommitdiffstats
path: root/win/C#/frmAbout.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-09-04 21:54:35 +0000
committersr55 <[email protected]>2007-09-04 21:54:35 +0000
commit99dcc13db55eed63d120b1103fd943efd99f3976 (patch)
tree24d54a1de5bf066e1571f84104e45c86717d46e8 /win/C#/frmAbout.Designer.cs
parent130d5bdd07ce316f1bcd5a34ed73c8fdb20a346d (diff)
WinGui:
- Tweaks to the about box. - Adding/removing a few files git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@921 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmAbout.Designer.cs')
-rw-r--r--win/C#/frmAbout.Designer.cs61
1 files changed, 48 insertions, 13 deletions
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs
index 45cf048a4..03a65e4b5 100644
--- a/win/C#/frmAbout.Designer.cs
+++ b/win/C#/frmAbout.Designer.cs
@@ -36,6 +36,9 @@ namespace Handbrake
this.Label2 = new System.Windows.Forms.Label();
this.PictureBox1 = new System.Windows.Forms.PictureBox();
this.Label1 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.lbl_guiVer = new System.Windows.Forms.Label();
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
this.SuspendLayout();
//
@@ -43,7 +46,7 @@ namespace Handbrake
//
this.Label4.AutoSize = true;
this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label4.Location = new System.Drawing.Point(144, 30);
+ this.Label4.Location = new System.Drawing.Point(144, 58);
this.Label4.Name = "Label4";
this.Label4.Size = new System.Drawing.Size(375, 104);
this.Label4.TabIndex = 28;
@@ -56,7 +59,7 @@ namespace Handbrake
this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_close.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_close.Location = new System.Drawing.Point(415, 218);
+ this.btn_close.Location = new System.Drawing.Point(415, 248);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(99, 22);
this.btn_close.TabIndex = 27;
@@ -68,7 +71,7 @@ namespace Handbrake
//
this.Version.AutoSize = true;
this.Version.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Version.Location = new System.Drawing.Point(247, 13);
+ this.Version.Location = new System.Drawing.Point(228, 13);
this.Version.Name = "Version";
this.Version.Size = new System.Drawing.Size(72, 13);
this.Version.TabIndex = 26;
@@ -80,15 +83,15 @@ namespace Handbrake
this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label3.Location = new System.Drawing.Point(144, 13);
this.Label3.Name = "Label3";
- this.Label3.Size = new System.Drawing.Size(106, 13);
+ this.Label3.Size = new System.Drawing.Size(78, 13);
this.Label3.TabIndex = 25;
- this.Label3.Text = "Handbrake GUI";
+ this.Label3.Text = "Handbrake";
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label2.Location = new System.Drawing.Point(144, 143);
+ this.Label2.Location = new System.Drawing.Point(144, 172);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(93, 13);
this.Label2.TabIndex = 24;
@@ -108,13 +111,40 @@ namespace Handbrake
//
this.Label1.AutoSize = true;
this.Label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label1.Location = new System.Drawing.Point(144, 161);
+ this.Label1.Location = new System.Drawing.Point(144, 195);
this.Label1.Name = "Label1";
- this.Label1.Size = new System.Drawing.Size(305, 52);
+ this.Label1.Size = new System.Drawing.Size(363, 39);
this.Label1.TabIndex = 22;
- this.Label1.Text = "- \"Titer\" - The original developer of handbrake.\r\n- Everyone on the current devel" +
- "opment team listed:\r\n http://handbrake.m0k.org/?page_id=9\r\n- Ported to C#.net w" +
- "ith help from \"brianmario\"";
+ this.Label1.Text = "All credits and GPL licence files are located in the \"doc\" folder.\r\nYou can acces" +
+ "s this file via the \"doc\" shortcut located in\r\nHandBrake\'s start menu folder.";
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label5.Location = new System.Drawing.Point(144, 30);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(66, 13);
+ this.label5.TabIndex = 29;
+ this.label5.Text = "GUI Build:";
+ //
+ // lbl_guiVer
+ //
+ this.lbl_guiVer.AutoSize = true;
+ this.lbl_guiVer.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.lbl_guiVer.Location = new System.Drawing.Point(228, 30);
+ this.lbl_guiVer.Name = "lbl_guiVer";
+ this.lbl_guiVer.Size = new System.Drawing.Size(64, 13);
+ this.lbl_guiVer.TabIndex = 30;
+ this.lbl_guiVer.Text = "{Version}";
+ //
+ // groupBox1
+ //
+ this.groupBox1.Location = new System.Drawing.Point(147, 45);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Size = new System.Drawing.Size(372, 10);
+ this.groupBox1.TabIndex = 31;
+ this.groupBox1.TabStop = false;
//
// frmAbout
//
@@ -122,7 +152,10 @@ namespace Handbrake
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ClientSize = new System.Drawing.Size(526, 259);
+ this.ClientSize = new System.Drawing.Size(526, 278);
+ this.Controls.Add(this.groupBox1);
+ this.Controls.Add(this.lbl_guiVer);
+ this.Controls.Add(this.label5);
this.Controls.Add(this.Label4);
this.Controls.Add(this.btn_close);
this.Controls.Add(this.Version);
@@ -133,7 +166,6 @@ namespace Handbrake
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(532, 284);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(532, 284);
this.Name = "frmAbout";
@@ -154,5 +186,8 @@ namespace Handbrake
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.PictureBox PictureBox1;
internal System.Windows.Forms.Label Label1;
+ internal System.Windows.Forms.Label label5;
+ internal System.Windows.Forms.Label lbl_guiVer;
+ private System.Windows.Forms.GroupBox groupBox1;
}
} \ No newline at end of file