home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / SeeMovieRun 2.0 / Headers / AboutBoxItems.h next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  1.2 KB  |  48 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  AboutBoxItems.h
  3.  
  4.                 AboutBox Item Constants
  5.     
  6.     Copyright Â© 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
  7.  
  8.     Generated by Visual Architectâ„¢
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file.
  12.  
  13.     If you want to change how Visual Architect generates this file, you can
  14.     change the template for this file. It is "Items.h" in the Visual Architect
  15.     Templates folder.
  16.  
  17.  ******************************************************************************/
  18.  
  19. #pragma once
  20.  
  21.  
  22.     //    Item numbers for each item.
  23.     //
  24.     //    Use TCLGetItemPointer (ViewUtilities) to convert these
  25.     //    item numbers to a pointer to the named item.
  26.  
  27. enum
  28. {
  29.     AboutBox_Begin_,
  30.     kAboutBox_Icon1 = 1,
  31.     kAboutBox_Icon1ID = 2049L,
  32.     kAboutBox_Stat2 = 2,
  33.     kAboutBox_Stat2ID = 2050L,
  34.     kAboutBox_Stat3 = 3,
  35.     kAboutBox_Stat3ID = 2051L,
  36.     kAboutBox_Stat4 = 4,
  37.     kAboutBox_Stat4ID = 2052L,
  38.     kAboutBox_Stat6 = 5,
  39.     kAboutBox_Stat6ID = 2053L,
  40.     kAboutBox_Butn7 = 6,
  41.     kAboutBox_Butn7ID = 2054L,
  42.     kAboutBox_Stat8 = 7,
  43.     kAboutBox_Stat8ID = 2055L,
  44.     kAboutBox_Stat11 = 8,
  45.     kAboutBox_Stat11ID = 2056L,
  46.     AboutBox_End_
  47. };
  48.