# Style sheet for Kylix form descriptions # Copyright (c) 2001 Ray Lischner # $Id: xfm.ssh,v 1.1 2001/10/26 17:32:29 lisch Exp $ # # # This file is part of a2ps. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. If not, write to # the Free Software Foundation, 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # ## 1.1 Ray Lischner # First Kylix form style style KylixFormDescription is written by "Ray Lischner " version is 1.1 requires a2ps version 4.13 documentation is "Kylix and Delphi Pascal are Borland's modern OO Pascal variants." "Form description files are text files that describe the size, position," "color, and other properties of windows, dialog boxes, etc." end documentation first alphabet is "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_" second alphabet is "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_" case insensitive # Reserved keywords. keywords in Keyword_strong are "end", inherited, item, object end keywords operators are "<" \langle, ">" \rangle end operators sequences are # Pascal strings are not exactly C-char, since 'Foo''bar' # represents "Foo'bar" "\'" Plain String "\'" Plain exceptions are "\'\'" end exceptions end sequences end style