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# / frmSplashScreen.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmSplashScreen\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(frmSplashScreen));\r
32             this.SuspendLayout();\r
33             // \r
34             // frmSplashScreen\r
35             // \r
36             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
37             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
38             this.BackColor = System.Drawing.Color.White;\r
39             this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen;\r
40             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;\r
41             this.ClientSize = new System.Drawing.Size(496, 303);\r
42             this.ControlBox = false;\r
43             this.Font = new System.Drawing.Font("Corbel", 8.25F);\r
44             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;\r
45             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
46             this.Name = "frmSplashScreen";\r
47             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
48             this.Text = "SplashScreen";\r
49             this.TopMost = true;\r
50             this.ResumeLayout(false);\r
51 \r
52         }\r
53 \r
54         #endregion\r
55 \r
56     }\r
57 }