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

  1.  
  2. [MessageLogDialog]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=0,-50
  11.         Filename=Gfx\Interface\MessageLog\MessageLog.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, 80, 1014, 40
  24.         Text="#iMESSAGE_LOG#"
  25.         Font=newmenu_35_white
  26.         Align=ALIGN_CENTER
  27.         Color=0,0,0,255
  28.     }
  29.  
  30.     [TextScrollUp]
  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=800,155,16,16
  36.         OnClickSound="Sounds/Interface/Click 02.wav"
  37.     }
  38.  
  39.     [TextScrollDown]
  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=800,477,16,16
  45.         OnClickSound="Sounds/Interface/Click 02.wav"
  46.     }
  47.  
  48.     [TextScrollBar]
  49.     {
  50.         type=ScrollBar
  51.         TwoDArea = 799, 174, 16, 301
  52.         TwoDArea = 800, 174, 0, 301
  53.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  54.         UpButton=TextScrollUp
  55.         DownButton=TextScrollDown
  56.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  57.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  58.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  59.     }
  60.  
  61.     [Text]
  62.     {
  63.         type=LongText
  64.         TwoDArea = 228, 152, 560, 343
  65.         Align=ALIGN_LEFT
  66.         Font=newmenu_20_white
  67.         ScrollBar=TextScrollBar
  68.     }
  69.  
  70.     [Back]
  71.     {
  72.         type=TextButton
  73.         TwoDArea = 460, 510, 130, 25
  74.         Align=ALIGN_CENTER
  75.         Text="#iBACK#"
  76.         Font=newmenu_20_white
  77.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  78.         MouseOverColor=MENU_MOUSEOVER_COLOR
  79.         OnClickSound="Sounds/Interface/Click 01.wav"
  80.         DropShadow=1;
  81.     }
  82.  
  83.     [MainScene2d]
  84.     {
  85.         type=Scene
  86.         Create                =FALSE
  87.         DeleteZBuffer         =FALSE
  88.         DeleteBackground      =FALSE
  89.         Render_Screen_Viewport=1
  90.     }
  91.  
  92. }
  93.