summaryrefslogtreecommitdiffstats
path: root/win/C#/frmDvdInfo.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-09-22 17:12:41 +0000
committersr55 <[email protected]>2007-09-22 17:12:41 +0000
commit273ad7ae2c1a7b93cf2db8aff3916a15f1579215 (patch)
tree27966d1880751c75b3075995c21edd02020ec4fe /win/C#/frmDvdInfo.Designer.cs
parentbf66b4044b64e846e32983c2af27f33585dccd4f (diff)
WinGui:
- Fixed small queue window size mistake - Changed design of DVD Source Information Window Slightly. - Added small version of Movie board image. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@982 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmDvdInfo.Designer.cs')
-rw-r--r--win/C#/frmDvdInfo.Designer.cs58
1 files changed, 46 insertions, 12 deletions
diff --git a/win/C#/frmDvdInfo.Designer.cs b/win/C#/frmDvdInfo.Designer.cs
index d72646109..25043b5b0 100644
--- a/win/C#/frmDvdInfo.Designer.cs
+++ b/win/C#/frmDvdInfo.Designer.cs
@@ -28,33 +28,37 @@ namespace Handbrake
/// </summary>
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDvdInfo));
+ this.components = new System.ComponentModel.Container();
this.Label2 = new System.Windows.Forms.Label();
this.rtf_dvdInfo = new System.Windows.Forms.RichTextBox();
this.btn_close = new System.Windows.Forms.Button();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Label2.Location = new System.Drawing.Point(13, 14);
+ this.Label2.Location = new System.Drawing.Point(51, 41);
this.Label2.Name = "Label2";
- this.Label2.Size = new System.Drawing.Size(518, 26);
+ this.Label2.Size = new System.Drawing.Size(279, 13);
this.Label2.TabIndex = 30;
- this.Label2.Text = "Handbrake\'s DVD information output in an unparsed form.\r\nNote if you have not sca" +
- "nned the DVD this feature will display the information for the last DVD that was" +
- " read.";
+ this.Label2.Text = "Handbrake\'s DVD information output in an unparsed form.";
//
// rtf_dvdInfo
//
this.rtf_dvdInfo.DetectUrls = false;
- this.rtf_dvdInfo.Location = new System.Drawing.Point(16, 51);
+ this.rtf_dvdInfo.Location = new System.Drawing.Point(16, 70);
this.rtf_dvdInfo.Name = "rtf_dvdInfo";
this.rtf_dvdInfo.ReadOnly = true;
- this.rtf_dvdInfo.Size = new System.Drawing.Size(515, 395);
+ this.rtf_dvdInfo.Size = new System.Drawing.Size(515, 365);
this.rtf_dvdInfo.TabIndex = 29;
this.rtf_dvdInfo.Text = "";
+ this.ToolTip.SetToolTip(this.rtf_dvdInfo, "Note: If you have not scanned a DVD then this window\r\nwill display the previously" +
+ " read DVD.\r\n");
//
// btn_close
//
@@ -72,26 +76,53 @@ namespace Handbrake
this.btn_close.UseVisualStyleBackColor = false;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
+ // pictureBox1
+ //
+ this.pictureBox1.Image = global::Handbrake.Properties.Resources.Movies;
+ this.pictureBox1.Location = new System.Drawing.Point(13, 13);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(32, 32);
+ this.pictureBox1.TabIndex = 39;
+ this.pictureBox1.TabStop = false;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label1.Location = new System.Drawing.Point(51, 25);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(127, 13);
+ this.label1.TabIndex = 40;
+ this.label1.Text = "Media Information";
+ //
+ // ToolTip
+ //
+ this.ToolTip.Active = false;
+ //
// frmDvdInfo
//
this.AcceptButton = this.btn_close;
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(547, 481);
+ this.ClientSize = new System.Drawing.Size(547, 482);
+ this.ControlBox = false;
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.Label2);
this.Controls.Add(this.rtf_dvdInfo);
this.Controls.Add(this.btn_close);
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(553, 520);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(553, 506);
this.Name = "frmDvdInfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Read DVD";
+ this.ShowIcon = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = " ";
this.Load += new System.EventHandler(this.frmDvdInfo_Load);
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -102,5 +133,8 @@ namespace Handbrake
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.RichTextBox rtf_dvdInfo;
internal System.Windows.Forms.Button btn_close;
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.Label label1;
+ internal System.Windows.Forms.ToolTip ToolTip;
}
} \ No newline at end of file