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 6a3e690..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
@@ -28,67 +34,116 @@ namespace Handbrake
         /// </summary>\r
         private void InitializeComponent()\r
         {\r
+            this.components = new System.ComponentModel.Container();\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDvdInfo));\r
             this.Label2 = new System.Windows.Forms.Label();\r
             this.rtf_dvdInfo = new System.Windows.Forms.RichTextBox();\r
             this.btn_close = new System.Windows.Forms.Button();\r
+            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
             // Label2\r
             // \r
             this.Label2.AutoSize = true;\r
-            this.Label2.Location = new System.Drawing.Point(13, 14);\r
+            this.Label2.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.Label2.Location = new System.Drawing.Point(59, 41);\r
             this.Label2.Name = "Label2";\r
-            this.Label2.Size = new System.Drawing.Size(518, 26);\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\nNote if you have not sca" +\r
-                "nned the DVD this feature will display the information for the last DVD that was" +\r
-                " read.";\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, 51);\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, 395);\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
+                    " read DVD.\r\n");\r
             // \r
             // btn_close\r
             // \r
-            this.btn_close.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             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
             this.btn_close.UseVisualStyleBackColor = false;\r
             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
             // \r
+            // pictureBox1\r
+            // \r
+            this.pictureBox1.Image = global::Handbrake.Properties.Resources.Movies;\r
+            this.pictureBox1.Location = new System.Drawing.Point(15, 13);\r
+            this.pictureBox1.Name = "pictureBox1";\r
+            this.pictureBox1.Size = new System.Drawing.Size(37, 32);\r
+            this.pictureBox1.TabIndex = 39;\r
+            this.pictureBox1.TabStop = false;\r
+            // \r
+            // label1\r
+            // \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(59, 25);\r
+            this.label1.Name = "label1";\r
+            this.label1.Size = new System.Drawing.Size(154, 13);\r
+            this.label1.TabIndex = 40;\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.ClientSize = new System.Drawing.Size(547, 495);\r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\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, 520);\r
             this.Name = "frmDvdInfo";\r
-            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
-            this.Text = "Read DVD";\r
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
+            this.Text = "Media Information";\r
+            this.Load += new System.EventHandler(this.frmDvdInfo_Load);\r
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
             this.ResumeLayout(false);\r
             this.PerformLayout();\r
 \r
@@ -99,5 +154,9 @@ namespace Handbrake
         internal System.Windows.Forms.Label Label2;\r
         internal System.Windows.Forms.RichTextBox rtf_dvdInfo;\r
         internal System.Windows.Forms.Button btn_close;\r
+        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