OSDN Git Service

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