54 lines
3.2 KiB
Plaintext
54 lines
3.2 KiB
Plaintext
ACTION DEFAULTS
|
|
ACTION helpscreen ( ACCELERATOR = RETURN )
|
|
ACTION helpresume ( ACCELERATOR = ESCAPE )
|
|
END
|
|
|
|
LAYOUT(TEXT=%"fgl.helpViewer.title",STYLE="viewer")
|
|
VBOX
|
|
GRID
|
|
{
|
|
[text ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
[ ]
|
|
}
|
|
END
|
|
GRID
|
|
{
|
|
[b_screen ][b_resume ]
|
|
}
|
|
END
|
|
END
|
|
|
|
ATTRIBUTES
|
|
TEXTEDIT text = FORMONLY.thetext,FONTPITCH=FIXED,STRETCH=BOTH;
|
|
BUTTON b_screen : helpscreen, TEXT=%"fgl.helpViewer.screen", COMMENT=%"fgl.helpViewer.nextpage";
|
|
BUTTON b_resume : helpresume, TEXT=%"fgl.helpViewer.resume", COMMENT=%"fgl.helpViewer.finish";
|
|
END
|
|
|