OSDN Git Service

DTXMania089リリースに際してのtag付け。
[dtxmania/dtxmania.git] / 110401(DTXMania089) / DTXCreatorプロジェクト / コード / 06.汎用 / Cメッセージポップアップ.Designer.cs
1 namespace DTXCreator.汎用\r
2 {\r
3         partial class Cメッセージポップアップ\r
4         {\r
5                 /// <summary>\r
6                 /// 必要なデザイナ変数です。\r
7                 /// </summary>\r
8                 private System.ComponentModel.IContainer components = null;\r
9 \r
10                 /// <summary>\r
11                 /// 使用中のリソースをすべてクリーンアップします。\r
12                 /// </summary>\r
13                 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は 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 フォーム デザイナで生成されたコード\r
24 \r
25                 /// <summary>\r
26                 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を\r
27                 /// コード エディタで変更しないでください。\r
28                 /// </summary>\r
29                 private void InitializeComponent()\r
30                 {\r
31                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( Cメッセージポップアップ ) );\r
32                         this.panelメッセージ = new System.Windows.Forms.Panel();\r
33                         this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
34                         ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox1 ) ).BeginInit();\r
35                         this.SuspendLayout();\r
36                         // \r
37                         // panelメッセージ\r
38                         // \r
39                         this.panelメッセージ.AccessibleDescription = null;\r
40                         this.panelメッセージ.AccessibleName = null;\r
41                         resources.ApplyResources( this.panelメッセージ, "panelメッセージ" );\r
42                         this.panelメッセージ.BackgroundImage = null;\r
43                         this.panelメッセージ.Font = null;\r
44                         this.panelメッセージ.Name = "panelメッセージ";\r
45                         this.panelメッセージ.Paint += new System.Windows.Forms.PaintEventHandler( this.panelメッセージ_Paint );\r
46                         // \r
47                         // pictureBox1\r
48                         // \r
49                         this.pictureBox1.AccessibleDescription = null;\r
50                         this.pictureBox1.AccessibleName = null;\r
51                         resources.ApplyResources( this.pictureBox1, "pictureBox1" );\r
52                         this.pictureBox1.BackgroundImage = null;\r
53                         this.pictureBox1.Font = null;\r
54                         this.pictureBox1.Image = global::DTXCreator.Properties.Resources.りらちょー;\r
55                         this.pictureBox1.ImageLocation = null;\r
56                         this.pictureBox1.Name = "pictureBox1";\r
57                         this.pictureBox1.TabStop = false;\r
58                         // \r
59                         // Cメッセージポップアップ\r
60                         // \r
61                         this.AccessibleDescription = null;\r
62                         this.AccessibleName = null;\r
63                         resources.ApplyResources( this, "$this" );\r
64                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
65                         this.BackColor = System.Drawing.SystemColors.Window;\r
66                         this.BackgroundImage = null;\r
67                         this.ControlBox = false;\r
68                         this.Controls.Add( this.pictureBox1 );\r
69                         this.Controls.Add( this.panelメッセージ );\r
70                         this.Font = null;\r
71                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;\r
72                         this.Icon = null;\r
73                         this.Name = "Cメッセージポップアップ";\r
74                         this.Load += new System.EventHandler( this.Cメッセージポップアップ_Load );\r
75                         this.FormClosing += new System.Windows.Forms.FormClosingEventHandler( this.Cメッセージポップアップ_FormClosing );\r
76                         ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox1 ) ).EndInit();\r
77                         this.ResumeLayout( false );\r
78 \r
79                 }\r
80 \r
81                 #endregion\r
82 \r
83                 private System.Windows.Forms.Panel panelメッセージ;\r
84                 private System.Windows.Forms.PictureBox pictureBox1;\r
85         }\r
86 }