sources/PresinfoWindow.r

/*
    File:       PresinfoWindow.r
 
    Copyright:  © 2000-2001 by Apple Computer, Inc., all rights reserved.
 
 
*/
 
#define forRez          1
 
 
#include "ConditionalMacros.r"
#include "Dialogs.r"
#include "Types.r"
 
#include "PresInfoWindow.h"
 
 
/* =====================   Usher Info Window   ========================================== */
 
resource 'STR#' (rStringList_PresInfoWindow, purgeable) {
    {
        " Info",
        "Info",
    }
};
 
resource 'DLOG' (rDLOG_PresInfoWindow, purgeable) {
    {50, 50, 350, 350},
    zoomDocProc,
    invisible,
    noGoAway,
    0x0,
    rDITL_PresInfoWindow,
    "",
    centerMainScreen
};
 
resource 'DITL' (rDITL_PresInfoWindow, purgeable) {
    {   /* array DITLarray: 3 elements */
        /* [1] */
        {8, 8, 30, 102},
        UserItem {
            enabled
        },
        /* [2] */
        {10, 119, 30, 242},
        UserItem {
            enabled
        },
        /* [3] */
        {40, 0, 286, 286},
        UserItem {
            enabled
        }
    }
};