home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- AboutBoxItems.h
-
- AboutBox Item Constants
-
- Copyright © 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
-
- Generated by Visual Architectâ„¢
-
- This file is rewritten each time you generate code. You should not
- make changes to this file.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "Items.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
-
- // Item numbers for each item.
- //
- // Use TCLGetItemPointer (ViewUtilities) to convert these
- // item numbers to a pointer to the named item.
-
- enum
- {
- AboutBox_Begin_,
- kAboutBox_Icon1 = 1,
- kAboutBox_Icon1ID = 2049L,
- kAboutBox_Stat2 = 2,
- kAboutBox_Stat2ID = 2050L,
- kAboutBox_Stat3 = 3,
- kAboutBox_Stat3ID = 2051L,
- kAboutBox_Stat4 = 4,
- kAboutBox_Stat4ID = 2052L,
- kAboutBox_Stat6 = 5,
- kAboutBox_Stat6ID = 2053L,
- kAboutBox_Butn7 = 6,
- kAboutBox_Butn7ID = 2054L,
- kAboutBox_Stat8 = 7,
- kAboutBox_Stat8ID = 2055L,
- kAboutBox_Stat11 = 8,
- kAboutBox_Stat11ID = 2056L,
- AboutBox_End_
- };
-