78 lines
1.9 KiB
Plaintext
78 lines
1.9 KiB
Plaintext
/******************************************************************************
|
|
* Copyright (c) 2004-2006 Palm,Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*****************************************************************************/
|
|
|
|
/**
|
|
@ingroup Keyguard
|
|
*/
|
|
|
|
/**
|
|
* @brief PilRC-format resources for Keyguard
|
|
*
|
|
* Generated by the CodeWarrior for Palm OS V9 application wizard
|
|
*
|
|
*
|
|
*
|
|
* @version 1.0 - Initial Revision
|
|
* @version 1.1 - Added "About" box (11/24/06),compiles under PODS and GCC
|
|
*
|
|
* @file Keyguard_Rsc.rcp
|
|
**/
|
|
|
|
|
|
GENERATEHEADER "Keyguard_Rsc.h"
|
|
RESETAUTOID 1000
|
|
|
|
ALERT ID RomIncompatibleAlert
|
|
DEFAULTBUTTON 0
|
|
ERROR
|
|
BEGIN
|
|
TITLE "System Incompatible"
|
|
MESSAGE "System Version 3.0 or greater is required to run this application."
|
|
BUTTONS "OK"
|
|
END
|
|
|
|
FORM ID MainForm AT (0 0 160 160)
|
|
NOSAVEBEHIND NOFRAME
|
|
MENUID MainOptionsMenu
|
|
BEGIN
|
|
TITLE "Keyguard"
|
|
GRAFFITISTATEINDICATOR AT (149 148)
|
|
FIELD ID MainDescriptionField AT (0 16 160 126)
|
|
MULTIPLELINES
|
|
EDITABLE
|
|
UNDERLINED
|
|
MAXCHARS 1024
|
|
BUTTON "Lock" ID MainLockButton AT (1 147 AUTO 12)
|
|
BUTTON "Unlock" ID MainUnlockButton AT (50 147 AUTO 12) NONUSABLE
|
|
END
|
|
|
|
MENU ID MainOptionsMenu
|
|
BEGIN
|
|
PULLDOWN "Options"
|
|
BEGIN
|
|
MENUITEM "About Keyguard" MainOptionsAbout
|
|
END
|
|
END
|
|
|
|
ICONFAMILYEX
|
|
BEGIN
|
|
BITMAP "icon-lg-1.bmp" BPP 1
|
|
BITMAP "icon-lg-2.bmp" BPP 2
|
|
BITMAP "icon-lg-8.bmp" BPP 8 TRANSPARENTINDEX 210 COMPRESS
|
|
BITMAP "icon-lg-1-d144.bmp" BPP 1 DENSITY 2
|
|
BITMAP "icon-lg-2-d144.bmp" BPP 2 DENSITY 2
|
|
BITMAP "icon-lg-8-d144.bmp" BPP 8 TRANSPARENTINDEX 210 COMPRESS DENSITY 2
|
|
END
|
|
|
|
SMALLICONFAMILYEX
|
|
BEGIN
|
|
BITMAP "icon-sm-1.bmp" BPP 1
|
|
BITMAP "icon-sm-2.bmp" BPP 2
|
|
BITMAP "icon-sm-8.bmp" BPP 8 TRANSPARENTINDEX 210 COMPRESS
|
|
BITMAP "icon-sm-1-d144.bmp" BPP 1 DENSITY 2
|
|
BITMAP "icon-sm-2-d144.bmp" BPP 2 DENSITY 2
|
|
BITMAP "icon-sm-8-d144.bmp" BPP 8 TRANSPARENTINDEX 210 COMPRESS DENSITY 2
|
|
END
|