home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prism / DIARY.INF < prev    next >
INI File  |  2002-10-09  |  1KB  |  67 lines

  1. [Diary]
  2. {
  3.     shortcut = Escape, KEY_ESCAPE
  4.     shortcut = Return, KEY_RETURN
  5.  
  6.         [Next]
  7.         {
  8.         type=TextButton
  9.         TwoDArea=700,565,90,20
  10.         Color=120,120,120,255
  11.         MouseOverColor=200,200,200,255
  12.         Align=ALIGN_CENTER
  13.         Text="#iSTART#"
  14.         Font=folio
  15.         }
  16.  
  17.         [Back]
  18.         {
  19.         type=TextButton
  20.         TwoDArea=490,565,70,20
  21.         Color=120,120,120,255
  22.         MouseOverColor=200,200,200,255
  23.         Align=ALIGN_CENTER
  24.         Text="#iBACK#"
  25.         Font=folio
  26.         }
  27.  
  28.  
  29.         [DiaryText]
  30.         {
  31.                 type=LongText
  32.         TwoDArea=35,30,375,520
  33.         Color=0,0,0,255
  34.         font=courier14
  35.         Align=ALIGN_LEFT
  36.         }
  37.  
  38.  
  39.         [PageNumber]
  40.         {
  41.                 type=Text
  42.         TwoDArea=35,570,375,20
  43.         Color=0,0,0,255
  44.         font=courier14
  45.         Align=ALIGN_CENTER
  46.         }
  47.  
  48.         [NextPage]
  49.         {
  50.                 type=TextButton
  51.         TwoDArea=242,567,40,20
  52.         Color=0,0,0,255
  53.         font=courier14
  54.         Align=ALIGN_CENTER
  55.         Text=">"
  56.         }
  57.  
  58.         [PrevPage]
  59.         {
  60.                 type=TextButton
  61.         TwoDArea=162,567,40,20
  62.         Color=0,0,0,255
  63.         font=courier14
  64.         Align=ALIGN_CENTER
  65.         Text="<"
  66.         }
  67. }