home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kEncodingLabel "Encoding"
- #define kEncoding1 "HTML"
- #define kEncoding2 "Display"
- #define kLit2520 "Encodes any character in the element that may be special if you don't want to use its special meaning in HTML."
- #define kLit2521 "Displays action information in the language specified by the Web Companion Configuration in FileMaker Pro."
-
- Margin(10, 10, 10, 10, TabDialogBack)
- VList(UseParWidth)
- {
- StdVSpace;
- Label(kEncodingLabel, Single, Height = 80, kStaticFont, UseParWidth)
- HList()
- {
- StdHSpace;
- VList()
- {
- WidowRadioButton(kEncoding1, obj.encoding, 0, Height = 30, kPlainFont, EH kLit2520);
- WidowRadioButton(kEncoding2, obj.encoding, 1, Height = 30, kPlainFont, EH kLit2521);
- }
- }
- }