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.
Resources/AlertDlogUtils.r
/*======================================================================================*/ |
/* File: AlertDlogUtils.r */ |
/* */ |
/* By: George Delaney */ |
/* Mac CPU Software Quality */ |
/* Date: 5/14/90 */ |
/* */ |
/* Contents: */ |
/* All resource declarations needed to support the AlertDlogUtils library file. */ |
/*======================================================================================*/ |
#include "Types.r" |
/*--------------------------------------------------------------------------------------*/ |
/*--------------------------------------------------------------------------------------*/ |
/* Alerts */ |
/*--------------------------------------------------------------------------------------*/ |
/* Generic text string alert box */ |
resource 'ALRT' (5000) {{46, 106, 146, 421},5000,{ |
OK, visible, sound1, |
OK, visible, sound1, |
OK, visible, sound1, |
OK, visible, sound1}}; |
resource 'DITL' (5000) {{ |
{ 75, 128, 95, 188}, Button {enabled,"OK"}, |
{ 5, 4, 71, 311}, StaticText {disabled,"^0"} |
}}; |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-10