home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-22 | 2.0 KB | 98 lines | [TEXT/CWIE] |
- //========================================================================================
- //
- // File: PartInfo.fr
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef FWPART_FR
- #include "FWPart.fr"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef BINDING_K
- #include "Binding.k"
- #endif
-
- #ifndef SLGCONST_K
- #include "SLGConst.k"
- #endif
-
- #ifndef FWVIEWS_FR
- #include "FWViews.fr"
- #endif
-
- //----------------------------------------------------------------------------------------
- // PartInfo Resource
- //----------------------------------------------------------------------------------------
-
- resource FW_RPartInfo(kPartInfoID)
- {
- // ----- Icon ID
- kPartIconID,
-
- // ----- MenuBar ID
- 0,
-
- // ----- Document Window ID
- 0,
-
- // ----- Part Name
- kDataCopyKindUserString,
-
- // ----- PartKind
- kDataCopyKind
- };
-
- //----------------------------------------------------------------------------------------
- // About Resource
- //----------------------------------------------------------------------------------------
-
- resource FW_RAbout(kAbout)
- {
- // ----- Icon ID
- 130,
- // ----- Part Name
- FW_RStyledText
- (
- FW_FIX(18),
- FW_kBold,
- "times",
- "DataCopy"
- ),
- // ----- Version Number
- FW_RStyledText
- (
- FW_FIX(9),
- FW_kPlain,
- "geneva",
- "ODF Release 2"
- ),
- // ----- Credits
- FW_RStyledText
- (
- FW_FIX(9),
- FW_kPlain,
- "geneva",
- "DataCopy....\r"
- "Normally uses Undoable commands.\r"
- "Hold down shift to not use commands.\r"
- "Normally draws only pizzas that intersect invalid rect.\r"
- "Hold down command to draw all pizzas.\r"
- "Hold down command when saving to see # of pizzas.\r"
- "Written by Dave Wilson.\r© 1993-96 Apple Computer, Inc., all rights reserved."
- ),
- // ----- ButtonString
- "OK",
- // ----- ButtonSize
- {FW_FIX(80), FW_FIX(30)}
- };