OSDN Git Service

Change the fifo size from being statically tuned for a Mac Pro with 4 CPUs to dynamic...
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmDvdInfo.Designer.cs
index 6a3e690..25043b5 100644 (file)
@@ -28,36 +28,41 @@ namespace Handbrake
         /// </summary>\r
         private void InitializeComponent()\r
         {\r
-            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDvdInfo));\r
+            this.components = new System.ComponentModel.Container();\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
+            ((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(51, 41);\r
             this.Label2.Name = "Label2";\r
-            this.Label2.Size = new System.Drawing.Size(518, 26);\r
+            this.Label2.Size = new System.Drawing.Size(279, 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(16, 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(515, 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
@@ -71,24 +76,53 @@ namespace Handbrake
             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(13, 13);\r
+            this.pictureBox1.Name = "pictureBox1";\r
+            this.pictureBox1.Size = new System.Drawing.Size(32, 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(51, 25);\r
+            this.label1.Name = "label1";\r
+            this.label1.Size = new System.Drawing.Size(127, 13);\r
+            this.label1.TabIndex = 40;\r
+            this.label1.Text = "Media Information";\r
+            // \r
+            // ToolTip\r
+            // \r
+            this.ToolTip.Active = false;\r
+            // \r
             // frmDvdInfo\r
             // \r
             this.AcceptButton = this.btn_close;\r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 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(547, 482);\r
+            this.ControlBox = false;\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.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.MinimumSize = new System.Drawing.Size(553, 506);\r
             this.Name = "frmDvdInfo";\r
-            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
-            this.Text = "Read DVD";\r
+            this.ShowIcon = false;\r
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
+            this.Text = " ";\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 +133,8 @@ 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
     }\r
 }
\ No newline at end of file