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
1 namespace Handbrake\r
2 {\r
3     partial class frmReadDVD\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReadDVD));\r
32             this.Label3 = new System.Windows.Forms.Label();\r
33             this.Label2 = new System.Windows.Forms.Label();\r
34             this.lbl_status = new System.Windows.Forms.Label();\r
35             this.lbl_progress = new System.Windows.Forms.Label();\r
36             this.SuspendLayout();\r
37             // \r
38             // Label3\r
39             // \r
40             this.Label3.AutoSize = true;\r
41             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
42             this.Label3.Location = new System.Drawing.Point(77, 9);\r
43             this.Label3.Name = "Label3";\r
44             this.Label3.Size = new System.Drawing.Size(222, 26);\r
45             this.Label3.TabIndex = 27;\r
46             this.Label3.Text = "The CLI is about to read the DVD...\r\nThis process can take up to 1 minute.";\r
47             // \r
48             // Label2\r
49             // \r
50             this.Label2.AutoSize = true;\r
51             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
52             this.Label2.Location = new System.Drawing.Point(9, 8);\r
53             this.Label2.Name = "Label2";\r
54             this.Label2.Size = new System.Drawing.Size(52, 13);\r
55             this.Label2.TabIndex = 26;\r
56             this.Label2.Text = "Status:";\r
57             // \r
58             // lbl_status\r
59             // \r
60             this.lbl_status.AutoSize = true;\r
61             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
62             this.lbl_status.Location = new System.Drawing.Point(77, 41);\r
63             this.lbl_status.Name = "lbl_status";\r
64             this.lbl_status.Size = new System.Drawing.Size(178, 13);\r
65             this.lbl_status.TabIndex = 31;\r
66             this.lbl_status.Text = "Processing.... Please Wait!";\r
67             this.lbl_status.Visible = false;\r
68             // \r
69             // lbl_progress\r
70             // \r
71             this.lbl_progress.AutoSize = true;\r
72             this.lbl_progress.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
73             this.lbl_progress.Location = new System.Drawing.Point(285, 41);\r
74             this.lbl_progress.Name = "lbl_progress";\r
75             this.lbl_progress.Size = new System.Drawing.Size(45, 13);\r
76             this.lbl_progress.TabIndex = 32;\r
77             this.lbl_progress.Text = "{ % }";\r
78             this.lbl_progress.Visible = false;\r
79             // \r
80             // frmReadDVD\r
81             // \r
82             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
83             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
84             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
85             this.ClientSize = new System.Drawing.Size(346, 70);\r
86             this.ControlBox = false;\r
87             this.Controls.Add(this.lbl_progress);\r
88             this.Controls.Add(this.lbl_status);\r
89             this.Controls.Add(this.Label3);\r
90             this.Controls.Add(this.Label2);\r
91             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
92             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
93             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
94             this.MaximizeBox = false;\r
95             this.MaximumSize = new System.Drawing.Size(538, 113);\r
96             this.Name = "frmReadDVD";\r
97             this.ShowInTaskbar = false;\r
98             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
99             this.Text = "Reading DVD...";\r
100             this.TopMost = true;\r
101             this.ResumeLayout(false);\r
102             this.PerformLayout();\r
103 \r
104         }\r
105 \r
106         #endregion\r
107 \r
108         internal System.Windows.Forms.Label Label3;\r
109         internal System.Windows.Forms.Label Label2;\r
110         internal System.Windows.Forms.Label lbl_status;\r
111         private System.Windows.Forms.Label lbl_progress;\r
112     }\r
113 }