|
![]() |
|||
|
home products solutions news downloads order support about us |
|
|||
Resource Tuner Tutorials & How-to's |
||||
|
|
How to Edit a Dialog Box Anything that you see on a dialog can be moved or resized The dialog edit mode lets you visually modify a selected dialog and its controls. You can resize, redesign, and reposition dialogs or simply change their font properties (type face and size) to suit your wishes. Size and position changes to dialog boxes and child controls are automatically reflected in the resource script. 1. Expand the Dialog folder that's found in the Resource Tree view, and select the dialog resource item to be changed. You will see the script behind the dialog box that makes it work, and a preview of what the dialog box looks like. ![]() 3. Anything that you see on a dialog box can be moved or resized. Select
a control by clicking it in the displayed dialog. The selected control will show resizing
handles. As you rearrange and resize objects, the resource script related to the objects changes accordingly. The dialog box style parameters (Style and ExStyle) can be checked and unchecked. You can set/reset the extended style parameters for a dialog box and its control items (e.g. "right-to-left" reading order for Hebrew/Arabic script as well as "right-aligned text"). ![]() 5. Press OK to close the Resource Editor and select 'File' -> 'Save File As ...' to save the altered file to disk. If warned that the image size has changed, click "Yes" to update the file size. Any change you make can be restored prior to quitting the editor using the OK button. To abort your changes quit the editor using the Cancel button. Control IDs cannot be edited. These values are hard coded into the target file. Changing them is likely to cause the modified program to crash. Known Limitations: There's no way to add controls to a dialog in the current version.
|
|||