!include "types.i" !include "colors.i" # first one can define the size of the help window to be opened, # defaults to 400 x 400 WIN_SIZE_X 640 WIN_SIZE_Y 320 # then a position for the window can be defined, # defaults to 0,0 WIN_POS_X 00 WIN_POS_Y 00 # thickness of the shades, #defaults to 1 WIN_SHADE_WIDTH 2 WIN_NAME "DVE Help" # than the window can be opened # (a must if you want to put something on it!) DRAW_NOW # you can give absolute postions, where the next thing should be put # in the window, X position is accumulating, though no linefeed is done... POS_Y 2 POS_X 0 # you can define the print mode, either printing on background: 1 # or printing filled: 2 (default) PRINT_MODE 2 # if you have a multicolored font, than you can make use of it, # with: 1 # otherwise use single color: 2 (default) BUTTON 0 2064 "..\\tool.dat\\right.pcx" "index.hlf#20" ADD_X 10 TEXT_COLOR 235 !pure_text_include "..\\readme.txt"