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

  1.  
  2. [ControlsMenu]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=0,0
  11.         Filename=Gfx\Interface\Options\Controls.tga
  12.     }
  13.  
  14.     [Background2]
  15.     {
  16.         type=Button
  17.         TwoDArea = 0, 0, 1024, 768
  18.     }
  19.  
  20.     [Title]
  21.     {
  22.         type=Text
  23.         TwoDArea = 0, 112, 1024, 0
  24.         Align=ALIGN_CENTER
  25.         Text="#iCONTROLS#"
  26.         Color=0,0,0,255
  27.         Font=newmenu_35_white
  28.     }
  29.  
  30.     [MouseSensitivityText]
  31.     {
  32.         type=Text
  33.         TwoDArea = 232, 202, 256, 40
  34.         Text="#iMOUSESENS#"
  35.         Font=newmenu_20_white
  36.     }
  37.  
  38.     ;[MouseSensitivitySliderBackground]
  39.     ;{
  40.     ;    type=Image
  41.     ;    Pos=442,154
  42.     ;    Filename=Gfx\Interface\Menu\slider_alap.tga
  43.     ;}
  44.  
  45.     [MouseSensitivitySlider]
  46.     {
  47.         type=Slider
  48.         TwoDArea = 450, 204, 325, 40
  49.         Steps=100
  50.         BarImage=Gfx\Interface\Menu\slider.tga
  51.     }
  52.  
  53.     [ScrollSpeedText]
  54.     {
  55.         type=Text
  56.         TwoDArea = 232, 251, 256, 40
  57.         Text="#iSCROLLSPEED#"
  58.         Font=newmenu_20_white
  59.     }
  60.  
  61.     ;[ScrollSpeedSliderBackground]
  62.     ;{
  63.     ;    type=Image
  64.     ;    Pos=442,256
  65.     ;    Filename=Gfx\Interface\Menu\slider_alap.tga
  66.     ;}
  67.  
  68.     [ScrollSpeedSlider]
  69.     {
  70.         type=Slider
  71.         TwoDArea = 450, 253, 325, 40
  72.         Steps=200
  73.         BarImage=Gfx\Interface\Menu\slider.tga
  74.     }
  75.  
  76.     [InvertYAxisText]
  77.     {
  78.         type=Text
  79.         TwoDArea = 232, 297, 256, 40
  80.         Text="#iINVERTYAXIS#"
  81.         Font=newmenu_20_white
  82.     }
  83.  
  84.     [InvertYAxis]
  85.     {
  86.         type=CheckBox
  87.         TwoDArea = 460, 294, 0, 0
  88.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  89.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  90.         OnClickSound="Sounds/Interface/Click 02.wav"
  91.     }
  92.  
  93.     [HelpScrollUp]
  94.     {
  95.         type=Button
  96.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  97.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  98.         TwoDArea=796,340,16,16
  99.         OnClickSound="Sounds/Interface/Click 02.wav"
  100.     }
  101.  
  102.     [HelpScrollDown]
  103.     {
  104.         type=Button
  105.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  106.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  107.         TwoDArea=796,450,16,16
  108.         OnClickSound="Sounds/Interface/Click 02.wav"
  109.     }
  110.  
  111.     [HelpScrollBar]
  112.     {
  113.         type=ScrollBar
  114.         TwoDArea = 795, 359, 16, 89
  115.         TwoDArea = 796, 359, 0, 89
  116.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  117.         UpButton=HelpScrollUp
  118.         DownButton=HelpScrollDown
  119.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  120.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  121.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  122.     }
  123.  
  124.     [TemporaryHelp]
  125.     {
  126.         type=LongText
  127.         TwoDArea = 225, 339, 565, 130
  128.         Text="#iHOTKEYS#"
  129.         Align=ALIGN_LEFT
  130.         Font=newmenu_20_white
  131.         ScrollBar=HelpScrollBar
  132.     }
  133.  
  134.     [Graphics]
  135.     {
  136.         type=TextButton
  137.         TwoDArea = 158, 549, 167, 25
  138.         Align=ALIGN_CENTER
  139.         Text="#iGRAPHICS#"
  140.         Font=newmenu_20_white
  141.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  142.         OnClickSound="Sounds/Interface/Click 01.wav"
  143.         DropShadow=1;
  144.     }
  145.  
  146.     [Sound]
  147.     {
  148.         type=TextButton
  149.         TwoDArea = 338, 549, 167, 25
  150.         Align=ALIGN_CENTER
  151.         Text="#iSOUND#"
  152.         Font=newmenu_20_white
  153.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  154.         MouseOverColor=MENU_MOUSEOVER_COLOR
  155.         OnClickSound="Sounds/Interface/Click 01.wav"
  156.         DropShadow=1;
  157.     }
  158.  
  159.     [Game]
  160.     {
  161.         type=TextButton
  162.         TwoDArea = 518, 549, 167, 25
  163.         Align=ALIGN_CENTER
  164.         Text="#iGAME#"
  165.         Font=newmenu_20_white
  166.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  167.         MouseOverColor=MENU_MOUSEOVER_COLOR
  168.         OnClickSound="Sounds/Interface/Click 01.wav"
  169.         DropShadow=1;
  170.     }
  171.  
  172.     [Controls]
  173.     {
  174.         type=TextButton
  175.         TwoDArea = 697, 549, 167, 25
  176.         Align=ALIGN_CENTER
  177.         Text="#iCONTROLS#"
  178.         Font=newmenu_20_white
  179.         Color=MENU_MOUSEOVER_COLOR
  180.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  181.         MouseOverColor=MENU_MOUSEOVER_COLOR
  182.         OnClickSound="Sounds/Interface/Click 01.wav"
  183.         DropShadow=1;
  184.     }
  185.  
  186.     [Back]
  187.     {
  188.         type=TextButton
  189.         TwoDArea = 261, 580, 134, 25
  190.         Align=ALIGN_CENTER
  191.         Text="#iBACK#"
  192.         Font=newmenu_20_white
  193.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  194.         MouseOverColor=MENU_MOUSEOVER_COLOR
  195.         OnClickSound="Sounds/Interface/Click 01.wav"
  196.         DropShadow=1;
  197.     }
  198.  
  199.     [Default]
  200.     {
  201.         type=TextButton
  202.         TwoDArea = 447, 580, 134, 25
  203.         Align=ALIGN_CENTER
  204.         Text="#iDEFAULT#"
  205.         Font=newmenu_20_white
  206.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  207.         MouseOverColor=MENU_MOUSEOVER_COLOR
  208.         OnClickSound="Sounds/Interface/Click 01.wav"
  209.         DropShadow=1;
  210.     }
  211.  
  212.     [Apply]
  213.     {
  214.         type=TextButton
  215.         TwoDArea = 633, 580, 134, 25
  216.         Align=ALIGN_CENTER
  217.         Text="#iAPPLY#"
  218.         Font=newmenu_20_white
  219.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  220.         MouseOverColor=MENU_MOUSEOVER_COLOR
  221.         OnClickSound="Sounds/Interface/Click 01.wav"
  222.         DropShadow=1;
  223.     }
  224.  
  225.     [MainScene2d]
  226.     {
  227.         type=Scene
  228.         Create                =FALSE
  229.         DeleteZBuffer         =FALSE
  230.         DeleteBackground      =FALSE
  231.         Render_Screen_Viewport=1
  232.     }
  233.  
  234. }
  235.