| 230 |
this.tx上部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_header panel.png" ), false ); |
this.tx上部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_header panel.png" ), false ); |
| 231 |
this.tx下部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_footer panel.png" ), false ); |
this.tx下部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_footer panel.png" ), false ); |
| 232 |
this.txコメントバー = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_comment bar.png" ), true ); |
this.txコメントバー = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_comment bar.png" ), true ); |
| 233 |
this.txFLIP = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_skill number on gauge etc.png" ), false ); |
// this.txFLIP = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_skill number on gauge etc.png" ), false ); |
| 234 |
base.OnManagedリソースの作成(); |
base.OnManagedリソースの作成(); |
| 235 |
} |
} |
| 236 |
} |
} |
| 243 |
CDTXMania.tテクスチャの解放( ref this.tx上部パネル ); |
CDTXMania.tテクスチャの解放( ref this.tx上部パネル ); |
| 244 |
CDTXMania.tテクスチャの解放( ref this.tx下部パネル ); |
CDTXMania.tテクスチャの解放( ref this.tx下部パネル ); |
| 245 |
CDTXMania.tテクスチャの解放( ref this.txコメントバー ); |
CDTXMania.tテクスチャの解放( ref this.txコメントバー ); |
| 246 |
CDTXMania.tテクスチャの解放( ref this.txFLIP ); |
// CDTXMania.tテクスチャの解放( ref this.txFLIP ); |
| 247 |
base.OnManagedリソースの解放(); |
base.OnManagedリソースの解放(); |
| 248 |
} |
} |
| 249 |
} |
} |
| 333 |
} |
} |
| 334 |
this.actArtistComment.On進行描画(); |
this.actArtistComment.On進行描画(); |
| 335 |
//this.actオプションパネル.On進行描画(); |
//this.actオプションパネル.On進行描画(); |
| 336 |
|
/* |
| 337 |
if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass ) // #24063 2011.1.16 yyagi |
if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass ) // #24063 2011.1.16 yyagi |
| 338 |
{ |
{ |
| 339 |
Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11); |
Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11); |
| 340 |
this.txFLIP.t2D描画( CDTXMania.app.Device, 80, 654, rect ); |
this.txFLIP.t2D描画( CDTXMania.app.Device, 80, 654, rect ); |
| 341 |
} |
} |
| 342 |
|
*/ |
| 343 |
this.actShowCurrentPosition.On進行描画(); // #27648 2011.3.28 yyagi |
this.actShowCurrentPosition.On進行描画(); // #27648 2011.3.28 yyagi |
| 344 |
|
|
| 345 |
switch ( base.eフェーズID ) |
switch ( base.eフェーズID ) |
| 765 |
private CTexture tx下部パネル; |
private CTexture tx下部パネル; |
| 766 |
private CTexture tx上部パネル; |
private CTexture tx上部パネル; |
| 767 |
private CTexture tx背景; |
private CTexture tx背景; |
| 768 |
private CTexture txFLIP; |
// private CTexture txFLIP; |
| 769 |
private CDirectShow ds背景動画; |
private CDirectShow ds背景動画; |
| 770 |
private long lDshowPosition; |
private long lDshowPosition; |
| 771 |
private long lStopPosition; |
private long lStopPosition; |