Text "This is a modal dialog. This form is created when the 'Modal' button on the main form is clicked. The main form creates this dialog using a 'Form Proxy'";
ResID 101;
DesignName description;
TabIndex 0;
DesignRect 5,5,140,45;
@end;
@begin Object "WCommandButton"
WSChild 1;
WSMaximizeBox 1;
WSTabStop 1;
WSVisible 1;
Cancel "1";
Default "1";
Pressed "0";
FDXFieldName "cb_1_data";
FDXFieldType "WBool";
Text "OK";
@begin Event "Click"
GencodeSrcLine 136;
FunctionName "Modal::ok_Click";
@end;
ResID 102;
DesignName ok;
TabIndex 1;
DesignRect 150,5,40,14;
@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