Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
sources/UsherMinWindow.r
/* |
File: UsherMinWindow.r |
Copyright: © 2000-2001 by Apple Computer, Inc., all rights reserved. |
*/ |
#define forRez 1 |
#include "ConditionalMacros.r" |
#include "Dialogs.r" |
#include "Types.r" |
#include "UsherMinWindow.h" |
/* ===================== UsherMinWindow ========================================== */ |
resource 'STR#' (rStringList_UsherMinWind, purgeable) { |
{ |
"Untitled", |
"Status:", |
"Data Rate:", |
"State:", |
"unknown (err %ld)", |
"Time:", |
"Sending:", |
"Remaining:", |
"Frame Rate:", |
} |
}; |
resource 'DLOG' (rDLOG_UsherMinWindow, purgeable) { |
{50, 50, 320, 230}, |
zoomDocProc, |
invisible, |
noGoAway, |
0x0, |
rDITL_UsherMinWindow, |
"", |
centerMainScreen |
}; |
resource 'DITL' (rDITL_UsherMinWindow, purgeable) { |
{ /* array DITLarray: 6 elements */ |
/* [1] */ |
{10, 10, 130, 170}, |
UserItem { |
disabled |
}, |
/* [2] */ |
{148, 40, 168, 140}, |
UserItem { |
disabled |
}, |
/* [3] */ |
{180, 10, 195, 76}, |
UserItem { |
disabled |
}, |
/* [4] */ |
{180, 88, 195, 220}, |
UserItem { |
disabled |
}, |
/* [5] */ |
{195, 10, 210, 96}, |
UserItem { |
disabled |
}, |
/* [6] */ |
{195, 88, 210, 200}, |
UserItem { |
disabled |
}, |
/* [7] status */ |
{500, 10, 520, 96}, |
UserItem { |
disabled |
}, |
/* [8] status*/ |
{500, 88, 520, 200}, |
UserItem { |
disabled |
}, |
/* [9] */ |
{225, 10, 240, 96}, |
UserItem { |
disabled |
}, |
/* [10] */ |
{225, 88, 240, 200}, |
UserItem { |
disabled |
}, |
/* [11] */ |
{230, 10, 245, 96}, |
UserItem { |
disabled |
}, |
/* [12] */ |
{230, 88, 245, 200}, |
UserItem { |
disabled |
}, |
/* [13] */ |
{245, 10, 260, 96}, |
UserItem { |
disabled |
}, |
/* [14] */ |
{245, 88, 260, 200}, |
UserItem { |
disabled |
}, |
/* [15] skip button */ |
{265, 10, 281, 60}, |
UserItem { |
disabled |
}, |
/* [16] */ |
{210, 10, 225, 96}, |
UserItem { |
disabled |
}, |
/* [17] */ |
{210, 88, 225, 200}, |
UserItem { |
disabled |
}, |
} |
}; |
resource 'DLOG' (rDLOG_UsherMinWindowLarge, purgeable) { |
{50, 50, 500, 390}, |
zoomDocProc, |
invisible, |
noGoAway, |
0x0, |
rDITL_UsherMinWindowLarge, |
"", |
centerMainScreen |
}; |
resource 'DITL' (rDITL_UsherMinWindowLarge, purgeable) { |
{ /* array DITLarray: 6 elements */ |
/* [1] */ |
{10, 10, 250, 330}, |
UserItem { |
disabled |
}, |
/* [2] */ |
{268, 120, 288, 220}, |
UserItem { |
disabled |
}, |
/* [3] */ |
{300, 10, 315, 76}, |
UserItem { |
disabled |
}, |
/* [4] */ |
{300, 88, 315, 220}, |
UserItem { |
disabled |
}, |
/* [5] */ |
{315, 10, 330, 96}, |
UserItem { |
disabled |
}, |
/* [6] */ |
{315, 88, 330, 200}, |
UserItem { |
disabled |
}, |
/* [7] status */ |
{620, 10, 640, 96}, |
UserItem { |
disabled |
}, |
/* [8] status*/ |
{620, 88, 640, 200}, |
UserItem { |
disabled |
}, |
/* [9] */ |
{345, 10, 360, 96}, |
UserItem { |
disabled |
}, |
/* [10] */ |
{345, 88, 360, 200}, |
UserItem { |
disabled |
}, |
/* [11] */ |
{350, 10, 365, 96}, |
UserItem { |
disabled |
}, |
/* [12] */ |
{350, 88, 365, 200}, |
UserItem { |
disabled |
}, |
/* [13] */ |
{365, 10, 380, 96}, |
UserItem { |
disabled |
}, |
/* [14] */ |
{365, 88, 380, 200}, |
UserItem { |
disabled |
}, |
/* [15] skip button */ |
{385, 10, 401, 60}, |
UserItem { |
disabled |
}, |
/* [16] */ |
{330, 10, 345, 96}, |
UserItem { |
disabled |
}, |
/* [17] */ |
{330, 88, 345, 200}, |
UserItem { |
disabled |
}, |
} |
}; |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14