This section defines many of the major dialog box constants. It contains the variables used for displaying the file copy progress gauge, as well as those for displaying the context-sensitive Help. This section also defines variables to represent option buttons, check boxes, and dialog box entities.
These variables define the look and behavior of the progress gauge displayed during file copies.
Variable name | Description |
---|---|
ProCancel | The text displayed in the Cancel button of the gauge window. |
ProCancelCap | The caption of the cancellation dialog box. |
ProCancelMsg | The message that appears in the cancellation window that appears when the user presses the Cancel button. |
ProCaption | The caption of the gauge window. |
ProText1 | The label that precedes the source file name. |
ProText2 | The label that precedes the destination file name. |
The HelpContext identifiers are used to identify which dialog box has had its Help button pressed. When the user presses the Help button, Setup calls WINHELP with the identifier assigned to the dialog box being displayed. These variables can be modified by individual IHV setup scripts.