X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmDvdInfo.Designer.cs;h=0766bcb34aa590e384a1bdf3e9f9e3c1621f5e60;hb=e9f8c16ea4a74b484ca6d542419244ba3354a48d;hp=6a3e690ae6c4f097a32f7933399aa337c253a6fe;hpb=ce1064992ec799aec916f517a0fd86f1ec670668;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmDvdInfo.Designer.cs b/win/C#/frmDvdInfo.Designer.cs index 6a3e690a..0766bcb3 100644 --- a/win/C#/frmDvdInfo.Designer.cs +++ b/win/C#/frmDvdInfo.Designer.cs @@ -1,3 +1,9 @@ +/* frmDvdInfo.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 frmDvdInfo @@ -28,67 +34,116 @@ namespace Handbrake /// private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDvdInfo)); 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); + this.btn_copy = new System.Windows.Forms.Button(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // Label2 // this.Label2.AutoSize = true; - this.Label2.Location = new System.Drawing.Point(13, 14); + this.Label2.BackColor = System.Drawing.SystemColors.ControlLight; + this.Label2.Location = new System.Drawing.Point(59, 41); this.Label2.Name = "Label2"; - this.Label2.Size = new System.Drawing.Size(518, 26); + this.Label2.Size = new System.Drawing.Size(341, 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(19, 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(555, 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 // - this.btn_close.BackColor = System.Drawing.SystemColors.Control; + this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_close.Font = new System.Drawing.Font("Verdana", 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(421, 452); + this.btn_close.Location = new System.Drawing.Point(446, 441); this.btn_close.Name = "btn_close"; - this.btn_close.Size = new System.Drawing.Size(110, 22); + this.btn_close.Size = new System.Drawing.Size(128, 22); this.btn_close.TabIndex = 28; this.btn_close.TabStop = false; this.btn_close.Text = "Close Window"; 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(15, 13); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(37, 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(59, 25); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(154, 13); + this.label1.TabIndex = 40; + this.label1.Text = "Media Information Log"; + // + // ToolTip + // + this.ToolTip.Active = false; + // + // btn_copy + // + this.btn_copy.BackColor = System.Drawing.SystemColors.ControlLight; + this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black; + this.btn_copy.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); + this.btn_copy.Location = new System.Drawing.Point(19, 441); + this.btn_copy.Name = "btn_copy"; + this.btn_copy.Size = new System.Drawing.Size(134, 23); + this.btn_copy.TabIndex = 93; + this.btn_copy.Text = "Copy to Clipboard"; + this.btn_copy.UseVisualStyleBackColor = false; + this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click); + // // frmDvdInfo // this.AcceptButton = this.btn_close; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(547, 495); + this.BackColor = System.Drawing.SystemColors.ControlLight; + this.ClientSize = new System.Drawing.Size(592, 476); + this.Controls.Add(this.btn_copy); + 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.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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, 520); this.Name = "frmDvdInfo"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "Read DVD"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "Media Information"; + this.Load += new System.EventHandler(this.frmDvdInfo_Load); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -99,5 +154,9 @@ 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; + internal System.Windows.Forms.Button btn_copy; } } \ No newline at end of file