Text "You can use this sample to open and play animation files. Note the Stop button enabling code in the animation control's AnimationStart and AnimationStop events.";
ResID 102;
DesignName label_2;
TabIndex 1;
DesignRect 10,25,220,35;
@end;
@begin Object "WCommandButton"
WSChild 1;
WSMaximizeBox 1;
WSTabStop 1;
WSVisible 1;
Default "1";
Pressed "0";
Text "OK";
@begin Event "Click"
GencodeSrcLine 151;
FunctionName "AboutBox::cb_1_Click";
@end;
ResID 103;
DesignName cb_1;
TabIndex 2;
DesignRect 100,65,40,14;
@end;
@begin Object "WPictureBox"
WSSIcon 1;
WSSNotify 1;
WCCSTop 1;
WCCSNoMoveY 1;
WCCSBottom 1;
WSChild 1;
WSVisible 1;
ResID 104;
DesignName pictb_1;
TabIndex 3;
DesignRect 20,5,16,16;
@begin ComponentData "pictb_1"
Picture "WIcon( WResourceID( ICON_01 ) )";
@end;
@end;
@begin HPPPrefixBlock
@begin-code HPPPrefix
// Declarations added here will be included at the top of the .HPP file
@end-code;
GencodeSrcLine 10;
@end;
@begin CPPPrefixBlock
@begin-code CPPPrefix
// Code added here will be included at the top of the .CPP file