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

  1. #define CENTER NonScalingCenter=400,300
  2.  
  3. #define RELPOS RelativePos=215,120
  4.  
  5.  
  6.  
  7. [ConversationHistory]
  8. {
  9.     shortcut=Back, KEY_ESCAPE
  10.  
  11.         [Background]
  12.         {
  13.                 type=Button
  14.         TwoDArea=0,0,800,600
  15.         }
  16.     
  17.     [Logo]
  18.     {
  19.         type=Image
  20.         Filename="gfx\interface\ingame\ingame_options.tga"
  21.         Pos=215,120
  22.     }
  23.     
  24.     [Up]
  25.     {
  26.         type=Button
  27.         TwoDArea=336,85,15,14
  28.         
  29.         RELPOS
  30.     }
  31.  
  32.     [Down]
  33.     {
  34.         type=Button
  35.         TwoDArea=336,197,15,14
  36.         
  37.         RELPOS
  38.     }
  39.  
  40.     [ListBoxBack]
  41.     {
  42.         type=Image
  43.         Filename="gfx\interface\ingame\convers_backgrs.tga"
  44.         Pos=20,86
  45.         
  46.         RELPOS
  47.     }
  48.  
  49.     [ListBoxScrollBar]
  50.     {
  51.         type=ScrollBar
  52.         TwoDArea=337,99,15,98
  53.         BarImage=gfx\interface\ingame\ingame_options_csuszka2.tga
  54.         
  55.         RELPOS
  56.         UpButton=Up
  57.         DownButton=Down
  58.     }
  59.  
  60.  
  61.     [ListBox]
  62.     {
  63.         type=LongText
  64.         Text="Szeretnem veglegesiteni a Haegemonia credits listat, ezert holnapig minden ohaj-sohaj jusson el hozzam, kulomben kimarad, thx#b#Szeretnem veglegesiteni a Haegemonia credits listat, ezert holnapig minden ohaj-sohaj jusson el hozzam, kulomben kimarad, thx"
  65.         TwoDArea=22,88,313,110
  66.         Color=MISSIONFINISHED_BTN_COLOR
  67.         Align=ALIGN_LEFT
  68.         
  69.         ScrollBar=ListBoxScrollBar
  70.         RELPOS
  71.     }
  72.  
  73.     
  74.  
  75.  
  76.     [BackButton]
  77.     {
  78.         RELPOS
  79.         type=TextButton
  80.         TwoDArea=18,233,336,30
  81.         Color=MISSIONFINISHED_BTN_COLOR
  82.         MouseOverColor=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  83.         Align=ALIGN_CENTER
  84.         Text="#iBACK#"
  85.         Font=folio
  86.         
  87.     }
  88.  
  89. }