home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / ObjectivesDialog.inf < prev    next >
INI File  |  2004-07-21  |  3KB  |  162 lines

  1.  
  2. [ObjectivesDialog]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=256,130
  11.         Filename=Gfx\Interface\Evaluation\Objectives.tga
  12.     }
  13.  
  14.     [Background2]
  15.     {
  16.         type=Button
  17.         TwoDArea = 0, 0, 1024, 768
  18.     }
  19.  
  20.     [MissionName]
  21.     {
  22.         type=Text
  23.         TwoDArea = 0, 142, 1024, 0
  24.         Text="#iMISSION_NAME#"
  25.         Align=ALIGN_CENTER
  26.         Font=newmenu_35_white
  27.         Color=0,0,0,255
  28.     }
  29.  
  30.     [ObjectivesScrollUp]
  31.     {
  32.         type=Button
  33.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  34.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  35.         TwoDArea=723,195,16,16
  36.         OnClickSound="Sounds/Interface/Click 02.wav"
  37.     }
  38.  
  39.     [ObjectivesScrollDown]
  40.     {
  41.         type=Button
  42.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  43.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  44.         TwoDArea=723,405,16,16
  45.         OnClickSound="Sounds/Interface/Click 02.wav"
  46.     }
  47.  
  48.     [ObjectivesScrollBar]
  49.     {
  50.         type=ScrollBar
  51.         TwoDArea = 722, 214, 16, 189
  52.         TwoDArea = 723, 214, 0, 189
  53.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  54.         UpButton=ObjectivesScrollUp
  55.         DownButton=ObjectivesScrollDown
  56.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  57.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  58.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  59.     }
  60.  
  61.     [Objectives]
  62.     {
  63.         type=LongText
  64.         TwoDArea = 315, 200, 400, 220
  65.         Align=ALIGN_LEFT
  66.         ScrollBar=ObjectivesScrollBar
  67.         Font=newmenu_20_white
  68.     }
  69.  
  70.     [ObjectiveResult1]
  71.     {
  72.         type=Image
  73.         Pos=284,201
  74. #include "ObjectiveIcons.inf"
  75.     }
  76.  
  77.     [ObjectiveResult2]
  78.     {
  79.         type=Image
  80.         Pos=276,285
  81. #include "ObjectiveIcons.inf"
  82.     }
  83.  
  84.     [ObjectiveResult3]
  85.     {
  86.         type=Image
  87.         Pos=276,305
  88. #include "ObjectiveIcons.inf"
  89.     }
  90.  
  91.     [ObjectiveResult4]
  92.     {
  93.         type=Image
  94.         Pos=276,325
  95. #include "ObjectiveIcons.inf"
  96.     }
  97.  
  98.     [ObjectiveResult5]
  99.     {
  100.         type=Image
  101.         Pos=276,345
  102. #include "ObjectiveIcons.inf"
  103.     }
  104.  
  105.     [ObjectiveResult6]
  106.     {
  107.         type=Image
  108.         Pos=276,365
  109. #include "ObjectiveIcons.inf"
  110.     }
  111.  
  112.     [ObjectiveResult7]
  113.     {
  114.         type=Image
  115.         Pos=276,385
  116. #include "ObjectiveIcons.inf"
  117.     }
  118.  
  119.     [ObjectiveResult8]
  120.     {
  121.         type=Image
  122.         Pos=276,405
  123. #include "ObjectiveIcons.inf"
  124.     }
  125.  
  126.     [ObjectiveResult9]
  127.     {
  128.         type=Image
  129.         Pos=276,425
  130. #include "ObjectiveIcons.inf"
  131.     }
  132.  
  133.     [ObjectiveResult10]
  134.     {
  135.         type=Image
  136.         Pos=276,445
  137. #include "ObjectiveIcons.inf"
  138.     }
  139.  
  140.     [Back]
  141.     {
  142.         type=TextButton
  143.         TwoDArea = 427, 445, 168, 25
  144.         Align=ALIGN_CENTER
  145.         Text="#iBACK#"
  146.         Font=newmenu_20_white
  147.         MouseOverColor=MENU_MOUSEOVER_COLOR
  148.         OnClickSound="Sounds/Interface/Click 01.wav"
  149.         DropShadow=1;
  150.     }
  151.  
  152.     [MainScene2d]
  153.     {
  154.         type=Scene
  155.         Create                =FALSE
  156.         DeleteZBuffer         =FALSE
  157.         DeleteBackground      =FALSE
  158.         Render_Screen_Viewport=1
  159.     }
  160.  
  161. }
  162.