OSDN Git Service

WinGui:
[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             // SplashScreen\r
35             // \r
36             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
37             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
38             this.ClientSize = new System.Drawing.Size(292, 266);\r
39             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
40             this.Name = "SplashScreen";\r
41             this.Text = "SplashScreen";\r
42             this.ResumeLayout(false);\r
43 \r
44         }\r
45 \r
46         #endregion\r
47     }\r
48 }