OSDN Git Service

- New Audio Panel (Query Parser, Query Generator, Preset Loader Functions all updated)
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmDvdInfo.Designer.cs
index 696ac98..0766bcb 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmDvdInfo.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.fr>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmDvdInfo\r
@@ -36,6 +42,7 @@ namespace Handbrake
             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
             this.label1 = new System.Windows.Forms.Label();\r
             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
+            this.btn_copy = new System.Windows.Forms.Button();\r
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
             this.SuspendLayout();\r
             // \r
@@ -43,19 +50,19 @@ namespace Handbrake
             // \r
             this.Label2.AutoSize = true;\r
             this.Label2.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.Label2.Location = new System.Drawing.Point(51, 41);\r
+            this.Label2.Location = new System.Drawing.Point(59, 41);\r
             this.Label2.Name = "Label2";\r
-            this.Label2.Size = new System.Drawing.Size(279, 13);\r
+            this.Label2.Size = new System.Drawing.Size(341, 13);\r
             this.Label2.TabIndex = 30;\r
             this.Label2.Text = "Handbrake\'s DVD information output in an unparsed form.";\r
             // \r
             // rtf_dvdInfo\r
             // \r
             this.rtf_dvdInfo.DetectUrls = false;\r
-            this.rtf_dvdInfo.Location = new System.Drawing.Point(16, 70);\r
+            this.rtf_dvdInfo.Location = new System.Drawing.Point(19, 70);\r
             this.rtf_dvdInfo.Name = "rtf_dvdInfo";\r
             this.rtf_dvdInfo.ReadOnly = true;\r
-            this.rtf_dvdInfo.Size = new System.Drawing.Size(515, 365);\r
+            this.rtf_dvdInfo.Size = new System.Drawing.Size(555, 365);\r
             this.rtf_dvdInfo.TabIndex = 29;\r
             this.rtf_dvdInfo.Text = "";\r
             this.ToolTip.SetToolTip(this.rtf_dvdInfo, "Note: If you have not scanned a DVD then this window\r\nwill display the previously" +\r
@@ -68,9 +75,9 @@ namespace Handbrake
             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_close.Location = new System.Drawing.Point(421, 452);\r
+            this.btn_close.Location = new System.Drawing.Point(446, 441);\r
             this.btn_close.Name = "btn_close";\r
-            this.btn_close.Size = new System.Drawing.Size(110, 22);\r
+            this.btn_close.Size = new System.Drawing.Size(128, 22);\r
             this.btn_close.TabIndex = 28;\r
             this.btn_close.TabStop = false;\r
             this.btn_close.Text = "Close Window";\r
@@ -80,9 +87,9 @@ namespace Handbrake
             // pictureBox1\r
             // \r
             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Movies;\r
-            this.pictureBox1.Location = new System.Drawing.Point(13, 13);\r
+            this.pictureBox1.Location = new System.Drawing.Point(15, 13);\r
             this.pictureBox1.Name = "pictureBox1";\r
-            this.pictureBox1.Size = new System.Drawing.Size(32, 32);\r
+            this.pictureBox1.Size = new System.Drawing.Size(37, 32);\r
             this.pictureBox1.TabIndex = 39;\r
             this.pictureBox1.TabStop = false;\r
             // \r
@@ -90,33 +97,48 @@ namespace Handbrake
             // \r
             this.label1.AutoSize = true;\r
             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label1.Location = new System.Drawing.Point(51, 25);\r
+            this.label1.Location = new System.Drawing.Point(59, 25);\r
             this.label1.Name = "label1";\r
-            this.label1.Size = new System.Drawing.Size(127, 13);\r
+            this.label1.Size = new System.Drawing.Size(154, 13);\r
             this.label1.TabIndex = 40;\r
-            this.label1.Text = "Media Information";\r
+            this.label1.Text = "Media Information Log";\r
             // \r
             // ToolTip\r
             // \r
             this.ToolTip.Active = false;\r
             // \r
+            // btn_copy\r
+            // \r
+            this.btn_copy.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.btn_copy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_copy.Location = new System.Drawing.Point(19, 441);\r
+            this.btn_copy.Name = "btn_copy";\r
+            this.btn_copy.Size = new System.Drawing.Size(134, 23);\r
+            this.btn_copy.TabIndex = 93;\r
+            this.btn_copy.Text = "Copy to Clipboard";\r
+            this.btn_copy.UseVisualStyleBackColor = false;\r
+            this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);\r
+            // \r
             // frmDvdInfo\r
             // \r
             this.AcceptButton = this.btn_close;\r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.ClientSize = new System.Drawing.Size(545, 493);\r
+            this.ClientSize = new System.Drawing.Size(592, 476);\r
+            this.Controls.Add(this.btn_copy);\r
             this.Controls.Add(this.label1);\r
             this.Controls.Add(this.pictureBox1);\r
             this.Controls.Add(this.Label2);\r
             this.Controls.Add(this.rtf_dvdInfo);\r
             this.Controls.Add(this.btn_close);\r
+            this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.MaximizeBox = false;\r
-            this.MaximumSize = new System.Drawing.Size(553, 520);\r
             this.MinimizeBox = false;\r
-            this.MinimumSize = new System.Drawing.Size(553, 506);\r
             this.Name = "frmDvdInfo";\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
             this.Text = "Media Information";\r
@@ -135,5 +157,6 @@ namespace Handbrake
         private System.Windows.Forms.PictureBox pictureBox1;\r
         private System.Windows.Forms.Label label1;\r
         internal System.Windows.Forms.ToolTip ToolTip;\r
+        internal System.Windows.Forms.Button btn_copy;\r
     }\r
 }
\ No newline at end of file