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# / frmReadDVD.Designer.cs
index 5ba4af9..6c3a254 100644 (file)
@@ -29,41 +29,12 @@ namespace Handbrake
         private void InitializeComponent()\r
         {\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReadDVD));\r
-            this.lbl_pressOk = new System.Windows.Forms.Label();\r
-            this.btn_ok = new System.Windows.Forms.Button();\r
             this.Label3 = new System.Windows.Forms.Label();\r
             this.Label2 = new System.Windows.Forms.Label();\r
             this.lbl_status = new System.Windows.Forms.Label();\r
             this.lbl_progress = new System.Windows.Forms.Label();\r
-            this.btn_skip = new System.Windows.Forms.Button();\r
             this.SuspendLayout();\r
             // \r
-            // lbl_pressOk\r
-            // \r
-            this.lbl_pressOk.AutoSize = true;\r
-            this.lbl_pressOk.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_pressOk.Location = new System.Drawing.Point(77, 61);\r
-            this.lbl_pressOk.Name = "lbl_pressOk";\r
-            this.lbl_pressOk.Size = new System.Drawing.Size(178, 13);\r
-            this.lbl_pressOk.TabIndex = 29;\r
-            this.lbl_pressOk.Text = "Press OK to start the process.";\r
-            // \r
-            // btn_ok\r
-            // \r
-            this.btn_ok.BackColor = System.Drawing.SystemColors.Control;\r
-            this.btn_ok.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_ok.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_ok.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_ok.Location = new System.Drawing.Point(449, 56);\r
-            this.btn_ok.Name = "btn_ok";\r
-            this.btn_ok.Size = new System.Drawing.Size(71, 22);\r
-            this.btn_ok.TabIndex = 28;\r
-            this.btn_ok.TabStop = false;\r
-            this.btn_ok.Text = "OK";\r
-            this.btn_ok.UseVisualStyleBackColor = false;\r
-            this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);\r
-            // \r
             // Label3\r
             // \r
             this.Label3.AutoSize = true;\r
@@ -106,35 +77,15 @@ namespace Handbrake
             this.lbl_progress.Text = "{ % }";\r
             this.lbl_progress.Visible = false;\r
             // \r
-            // btn_skip\r
-            // \r
-            this.btn_skip.BackColor = System.Drawing.SystemColors.Control;\r
-            this.btn_skip.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_skip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_skip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_skip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_skip.Location = new System.Drawing.Point(372, 56);\r
-            this.btn_skip.Name = "btn_skip";\r
-            this.btn_skip.Size = new System.Drawing.Size(71, 22);\r
-            this.btn_skip.TabIndex = 33;\r
-            this.btn_skip.TabStop = false;\r
-            this.btn_skip.Text = "Cancel";\r
-            this.btn_skip.UseVisualStyleBackColor = true;\r
-            this.btn_skip.Visible = false;\r
-            this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click);\r
-            // \r
             // frmReadDVD\r
             // \r
-            this.AcceptButton = this.btn_ok;\r
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(532, 88);\r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.ClientSize = new System.Drawing.Size(346, 70);\r
             this.ControlBox = false;\r
-            this.Controls.Add(this.btn_skip);\r
             this.Controls.Add(this.lbl_progress);\r
             this.Controls.Add(this.lbl_status);\r
-            this.Controls.Add(this.lbl_pressOk);\r
-            this.Controls.Add(this.btn_ok);\r
             this.Controls.Add(this.Label3);\r
             this.Controls.Add(this.Label2);\r
             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -142,11 +93,11 @@ namespace Handbrake
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.MaximizeBox = false;\r
             this.MaximumSize = new System.Drawing.Size(538, 113);\r
-            this.MinimumSize = new System.Drawing.Size(538, 113);\r
             this.Name = "frmReadDVD";\r
             this.ShowInTaskbar = false;\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
             this.Text = "Reading DVD...";\r
+            this.TopMost = true;\r
             this.ResumeLayout(false);\r
             this.PerformLayout();\r
 \r
@@ -154,12 +105,9 @@ namespace Handbrake
 \r
         #endregion\r
 \r
-        internal System.Windows.Forms.Label lbl_pressOk;\r
-        internal System.Windows.Forms.Button btn_ok;\r
         internal System.Windows.Forms.Label Label3;\r
         internal System.Windows.Forms.Label Label2;\r
         internal System.Windows.Forms.Label lbl_status;\r
         private System.Windows.Forms.Label lbl_progress;\r
-        internal System.Windows.Forms.Button btn_skip;\r
     }\r
 }
\ No newline at end of file