eudora-mac/AddressBookTabs/notesTab.r

1 line
1.0 KiB
R
Raw Normal View History

2018-05-23 09:59:15 +00:00
#include "EudoraTypes.r" #include "::tabmania.r" resource 'eTAB' (132, "Notes Tab", purgeable) { 'CSOm', 'Nick', 'Note', "Notes", 0, 12, 12, { // Object 0 fieldObject { objectFlagAcceptsFocus | objectFlagExportable, "note", // tag "", // label "Notes:", // Field name 0, // label height (and we don't care) labelFlushDefault, // label justification labelAutoSizeFieldHeight | labelWrapField, // label field flags peNoStyledPaste | peVScroll, // PETE flags for the field { left { 0, tabObject, relToLeft, rfDefaultMargin }, // left coordinate top { 0, tabObject, relToTop, rfDefaultMargin }, // top coordinate right { 0, tabObject, relToRight, rfNegativeDefaultMargin }, // right coordinate bottom { 0, tabObject, relToBottom, rfNegativeDefaultMargin } // bottom coordinate } } } };