home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prism / SaveScreen.inf < prev   
INI File  |  2002-10-09  |  2KB  |  96 lines

  1. #define SAVESCREEN_TEXT_COLOR 200,180,80,255
  2. #define SAVESCREEN_SELECTED_TEXT_COLOR 255,220,50,255
  3. #define SAVESCREEN_BTN_COLOR 200,180,80,255
  4. #define SAVESCREEN_BTN_MOUSEOVER_COLOR 255,220,50,255
  5.  
  6. [SaveScreen]
  7. {
  8.     shortcut = Escape, KEY_ESCAPE
  9.  
  10.     [BackImage]
  11.     {
  12.         type=Image
  13.         Filename="gfx\interface\missionfinished\back_success.tga"
  14.         Pos=0,0
  15.     }
  16.  
  17.     [ListBase]
  18.     {
  19.         type=Image
  20.         Filename="gfx\interface\savescreen\save_menualap.tga"
  21.         Pos=410,130
  22.     }
  23.  
  24.     [Title]
  25.     {
  26.         type=Text
  27.         Text="#iSAVE1#"
  28.         Font=folio
  29.         TwoDArea=440,140,310,30
  30.         Color=241,211,38,255
  31.         Align=ALIGN_CENTER
  32.     }
  33.  
  34.  
  35.     [SaveButton]
  36.     {
  37.         type=TextButton
  38.         TwoDArea=640,390,125,30
  39.         Text="#iSAVE2#"
  40.         Font=folio
  41.         Color = SAVESCREEN_BTN_COLOR
  42.         MouseOverColor = SAVESCREEN_BTN_MOUSEOVER_COLOR
  43.         Align=ALIGN_CENTER
  44.     }
  45.  
  46.     [DeleteButton]
  47.     {
  48.         type=TextButton
  49.         TwoDArea=640,420,125,30
  50.         Text="#iDELETE#"
  51.         Font=folio
  52.         Color = SAVESCREEN_BTN_COLOR
  53.         MouseOverColor = SAVESCREEN_BTN_MOUSEOVER_COLOR
  54.         Align=ALIGN_CENTER
  55.     }
  56.  
  57.     [CancelButton]
  58.     {
  59.         type=TextButton
  60.         TwoDArea=640,450,125,30
  61.         Text="#iCANCEL#"
  62.         Font=folio
  63.         Color = SAVESCREEN_BTN_COLOR
  64.         MouseOverColor = SAVESCREEN_BTN_MOUSEOVER_COLOR
  65.         Align=ALIGN_CENTER
  66.     }
  67.  
  68.  
  69.     [SaveField]
  70.     {
  71.         type=EditField
  72.         TwoDArea=430,355,320,20
  73.         Text="#iCANCEL#"
  74.         Color = SAVESCREEN_TEXT_COLOR
  75.         Font=sima
  76.     }
  77.  
  78.  
  79.     [ExistingCampaignsList]
  80.     {
  81.         Color=SAVESCREEN_TEXT_COLOR
  82.         SelectedColor=SAVESCREEN_SELECTED_TEXT_COLOR
  83.         TwoDArea=430,180,320,155
  84.         type=ListBox
  85.         Font=sima
  86.         ScrollBar = ExistingCampaignsScrollBar
  87.     }
  88.  
  89.     [ExistingCampaignsScrollBar]
  90.     {
  91.         TwoDArea=760,152,20,190
  92.         type=ScrollBar
  93.         BarImage=gfx\interface\savescreen\csuszka.tga
  94.     }
  95.  
  96. }