OSDN Git Service

import 0.9.3
[handbrake-jp/handbrake-jp.git] / win / C# / frmSplashScreen.Designer.cs
1 /*  frmSplashScreen.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmSplashScreen\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplashScreen));\r
38             this.SuspendLayout();\r
39             // \r
40             // frmSplashScreen\r
41             // \r
42             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
43             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
44             this.BackColor = System.Drawing.Color.White;\r
45             this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen;\r
46             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;\r
47             this.ClientSize = new System.Drawing.Size(496, 303);\r
48             this.ControlBox = false;\r
49             this.Font = new System.Drawing.Font("Corbel", 8.25F);\r
50             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;\r
51             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
52             this.Name = "frmSplashScreen";\r
53             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
54             this.Text = "SplashScreen";\r
55             this.TopMost = true;\r
56             this.ResumeLayout(false);\r
57 \r
58         }\r
59 \r
60         #endregion\r
61 \r
62     }\r
63 }