OSDN Git Service

・ 「DTXCreatorプロジェクト」と「実行時フォルダ(DTXCreator)」を trunk/ に追加。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 02.WAV_BMP_AVI / C画像プロパティダイアログ.Designer.cs
1 namespace DTXCreator.WAV_BMP_AVI\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                         this.components = new System.ComponentModel.Container();\r
32                         this.toolTip1 = new System.Windows.Forms.ToolTip( this.components );\r
33                         this.textBoxラベル = new System.Windows.Forms.TextBox();\r
34                         this.labelラベル = new System.Windows.Forms.Label();\r
35                         this.textBoxファイル = new System.Windows.Forms.TextBox();\r
36                         this.labelファイル = new System.Windows.Forms.Label();\r
37                         this.button参照 = new System.Windows.Forms.Button();\r
38                         this.button背景色 = new System.Windows.Forms.Button();\r
39                         this.button文字色 = new System.Windows.Forms.Button();\r
40                         this.button標準色に戻す = new System.Windows.Forms.Button();\r
41                         this.checkBoxBMPTEX = new System.Windows.Forms.CheckBox();\r
42                         this.textBoxBMP番号 = new System.Windows.Forms.TextBox();\r
43                         this.labelBMP番号 = new System.Windows.Forms.Label();\r
44                         this.buttonOK = new System.Windows.Forms.Button();\r
45                         this.buttonキャンセル = new System.Windows.Forms.Button();\r
46                         this.SuspendLayout();\r
47                         // \r
48                         // textBoxラベル\r
49                         // \r
50                         this.textBoxラベル.Location = new System.Drawing.Point( 71, 37 );\r
51                         this.textBoxラベル.Name = "textBoxラベル";\r
52                         this.textBoxラベル.Size = new System.Drawing.Size( 294, 19 );\r
53                         this.textBoxラベル.TabIndex = 3;\r
54                         this.toolTip1.SetToolTip( this.textBoxラベル, "画像ファイルに名前を自由に設定できます。\r\n" );\r
55                         this.textBoxラベル.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBoxラベル_KeyDown );\r
56                         // \r
57                         // labelラベル\r
58                         // \r
59                         this.labelラベル.AutoSize = true;\r
60                         this.labelラベル.Location = new System.Drawing.Point( 11, 40 );\r
61                         this.labelラベル.Name = "labelラベル";\r
62                         this.labelラベル.Size = new System.Drawing.Size( 33, 12 );\r
63                         this.labelラベル.TabIndex = 2;\r
64                         this.labelラベル.Text = "ラベル\r\n";\r
65                         this.toolTip1.SetToolTip( this.labelラベル, "画像ファイルに名前を自由に設定できます。\r\n" );\r
66                         // \r
67                         // textBoxファイル\r
68                         // \r
69                         this.textBoxファイル.Location = new System.Drawing.Point( 71, 62 );\r
70                         this.textBoxファイル.Name = "textBoxファイル";\r
71                         this.textBoxファイル.Size = new System.Drawing.Size( 217, 19 );\r
72                         this.textBoxファイル.TabIndex = 5;\r
73                         this.toolTip1.SetToolTip( this.textBoxファイル, "画像ファイル名。\r\n" );\r
74                         this.textBoxファイル.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBoxファイル_KeyDown );\r
75                         // \r
76                         // labelファイル\r
77                         // \r
78                         this.labelファイル.AutoSize = true;\r
79                         this.labelファイル.Location = new System.Drawing.Point( 11, 65 );\r
80                         this.labelファイル.Name = "labelファイル";\r
81                         this.labelファイル.Size = new System.Drawing.Size( 51, 12 );\r
82                         this.labelファイル.TabIndex = 4;\r
83                         this.labelファイル.Text = "ファイル名\r\n";\r
84                         this.toolTip1.SetToolTip( this.labelファイル, "画像ファイル名。\r\n" );\r
85                         // \r
86                         // button参照\r
87                         // \r
88                         this.button参照.Location = new System.Drawing.Point( 292, 58 );\r
89                         this.button参照.Name = "button参照";\r
90                         this.button参照.Size = new System.Drawing.Size( 71, 23 );\r
91                         this.button参照.TabIndex = 6;\r
92                         this.button参照.Text = "参照...\r\n";\r
93                         this.toolTip1.SetToolTip( this.button参照, "画像ファイルをダイアログから選択します。\r\n" );\r
94                         this.button参照.UseVisualStyleBackColor = true;\r
95                         this.button参照.Click += new System.EventHandler( this.button参照_Click );\r
96                         this.button参照.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button参照_KeyDown );\r
97                         // \r
98                         // button背景色\r
99                         // \r
100                         this.button背景色.Location = new System.Drawing.Point( 135, 10 );\r
101                         this.button背景色.Name = "button背景色";\r
102                         this.button背景色.Size = new System.Drawing.Size( 51, 23 );\r
103                         this.button背景色.TabIndex = 10;\r
104                         this.button背景色.Text = "背景色\r\n";\r
105                         this.toolTip1.SetToolTip( this.button背景色, "BMPリスト行の背景色を設定します。\r\n" );\r
106                         this.button背景色.UseVisualStyleBackColor = true;\r
107                         this.button背景色.Click += new System.EventHandler( this.button背景色_Click );\r
108                         this.button背景色.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button背景色_KeyDown );\r
109                         // \r
110                         // button文字色\r
111                         // \r
112                         this.button文字色.Location = new System.Drawing.Point( 192, 10 );\r
113                         this.button文字色.Name = "button文字色";\r
114                         this.button文字色.Size = new System.Drawing.Size( 51, 23 );\r
115                         this.button文字色.TabIndex = 11;\r
116                         this.button文字色.Text = "文字色\r\n";\r
117                         this.toolTip1.SetToolTip( this.button文字色, "BMPリスト行の文字色を設定します。\r\n" );\r
118                         this.button文字色.UseVisualStyleBackColor = true;\r
119                         this.button文字色.Click += new System.EventHandler( this.button文字色_Click );\r
120                         this.button文字色.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button文字色_KeyDown );\r
121                         // \r
122                         // button標準色に戻す\r
123                         // \r
124                         this.button標準色に戻す.Location = new System.Drawing.Point( 249, 10 );\r
125                         this.button標準色に戻す.Name = "button標準色に戻す";\r
126                         this.button標準色に戻す.Size = new System.Drawing.Size( 92, 23 );\r
127                         this.button標準色に戻す.TabIndex = 12;\r
128                         this.button標準色に戻す.Text = "標準色に戻す\r\n";\r
129                         this.toolTip1.SetToolTip( this.button標準色に戻す, "ToolTip=BMPリスト行の背景色と文字色を標準色に戻します。\r\n" );\r
130                         this.button標準色に戻す.UseVisualStyleBackColor = true;\r
131                         this.button標準色に戻す.Click += new System.EventHandler( this.button標準色に戻す_Click );\r
132                         this.button標準色に戻す.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button標準色に戻す_KeyDown );\r
133                         // \r
134                         // checkBoxBMPTEX\r
135                         // \r
136                         this.checkBoxBMPTEX.AutoSize = true;\r
137                         this.checkBoxBMPTEX.Location = new System.Drawing.Point( 71, 87 );\r
138                         this.checkBoxBMPTEX.Name = "checkBoxBMPTEX";\r
139                         this.checkBoxBMPTEX.Size = new System.Drawing.Size( 67, 16 );\r
140                         this.checkBoxBMPTEX.TabIndex = 7;\r
141                         this.checkBoxBMPTEX.Text = "テクスチャ";\r
142                         this.toolTip1.SetToolTip( this.checkBoxBMPTEX, "画像をポリゴンテクスチャとして表示します。\r\n" );\r
143                         this.checkBoxBMPTEX.UseVisualStyleBackColor = true;\r
144                         this.checkBoxBMPTEX.KeyDown += new System.Windows.Forms.KeyEventHandler( this.checkBoxBMPTEX_KeyDown );\r
145                         // \r
146                         // textBoxBMP番号\r
147                         // \r
148                         this.textBoxBMP番号.Location = new System.Drawing.Point( 71, 12 );\r
149                         this.textBoxBMP番号.Name = "textBoxBMP番号";\r
150                         this.textBoxBMP番号.ReadOnly = true;\r
151                         this.textBoxBMP番号.Size = new System.Drawing.Size( 58, 19 );\r
152                         this.textBoxBMP番号.TabIndex = 1;\r
153                         this.textBoxBMP番号.TabStop = false;\r
154                         this.textBoxBMP番号.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;\r
155                         // \r
156                         // labelBMP番号\r
157                         // \r
158                         this.labelBMP番号.AutoSize = true;\r
159                         this.labelBMP番号.Location = new System.Drawing.Point( 11, 15 );\r
160                         this.labelBMP番号.Name = "labelBMP番号";\r
161                         this.labelBMP番号.Size = new System.Drawing.Size( 53, 12 );\r
162                         this.labelBMP番号.TabIndex = 0;\r
163                         this.labelBMP番号.Text = "BMP番号\r\n";\r
164                         // \r
165                         // buttonOK\r
166                         // \r
167                         this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;\r
168                         this.buttonOK.Location = new System.Drawing.Point( 209, 99 );\r
169                         this.buttonOK.Name = "buttonOK";\r
170                         this.buttonOK.Size = new System.Drawing.Size( 75, 23 );\r
171                         this.buttonOK.TabIndex = 8;\r
172                         this.buttonOK.Text = "OK";\r
173                         this.buttonOK.UseVisualStyleBackColor = true;\r
174                         // \r
175                         // buttonキャンセル\r
176                         // \r
177                         this.buttonキャンセル.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
178                         this.buttonキャンセル.Location = new System.Drawing.Point( 290, 99 );\r
179                         this.buttonキャンセル.Name = "buttonキャンセル";\r
180                         this.buttonキャンセル.Size = new System.Drawing.Size( 75, 23 );\r
181                         this.buttonキャンセル.TabIndex = 9;\r
182                         this.buttonキャンセル.Text = "キャンセル";\r
183                         this.buttonキャンセル.UseVisualStyleBackColor = true;\r
184                         // \r
185                         // C画像プロパティダイアログ\r
186                         // \r
187                         this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F );\r
188                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
189                         this.ClientSize = new System.Drawing.Size( 378, 136 );\r
190                         this.ControlBox = false;\r
191                         this.Controls.Add( this.checkBoxBMPTEX );\r
192                         this.Controls.Add( this.button標準色に戻す );\r
193                         this.Controls.Add( this.button文字色 );\r
194                         this.Controls.Add( this.button背景色 );\r
195                         this.Controls.Add( this.button参照 );\r
196                         this.Controls.Add( this.labelファイル );\r
197                         this.Controls.Add( this.textBoxファイル );\r
198                         this.Controls.Add( this.labelラベル );\r
199                         this.Controls.Add( this.textBoxラベル );\r
200                         this.Controls.Add( this.buttonキャンセル );\r
201                         this.Controls.Add( this.buttonOK );\r
202                         this.Controls.Add( this.labelBMP番号 );\r
203                         this.Controls.Add( this.textBoxBMP番号 );\r
204                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
205                         this.MaximizeBox = false;\r
206                         this.MinimizeBox = false;\r
207                         this.Name = "C画像プロパティダイアログ";\r
208                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
209                         this.Text = "画像プロパティ";\r
210                         this.TopMost = true;\r
211                         this.ResumeLayout( false );\r
212                         this.PerformLayout();\r
213 \r
214                 }\r
215 \r
216                 #endregion\r
217 \r
218                 private System.Windows.Forms.ToolTip toolTip1;\r
219                 public System.Windows.Forms.TextBox textBoxBMP番号;\r
220                 private System.Windows.Forms.Label labelBMP番号;\r
221                 private System.Windows.Forms.Button buttonOK;\r
222                 private System.Windows.Forms.Button buttonキャンセル;\r
223                 public System.Windows.Forms.TextBox textBoxラベル;\r
224                 private System.Windows.Forms.Label labelラベル;\r
225                 public System.Windows.Forms.TextBox textBoxファイル;\r
226                 private System.Windows.Forms.Label labelファイル;\r
227                 private System.Windows.Forms.Button button参照;\r
228                 private System.Windows.Forms.Button button背景色;\r
229                 private System.Windows.Forms.Button button文字色;\r
230                 private System.Windows.Forms.Button button標準色に戻す;\r
231                 public System.Windows.Forms.CheckBox checkBoxBMPTEX;\r
232         }\r
233 }