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

  1.  
  2.     [MsgPanel_BackGround]
  3.     {
  4.         type=Image
  5.         Pos=809,567
  6.         Filename=Gfx\Gui\MessageBox_yellow.tga,Default
  7.     }
  8.     [MsgPanel_ScrollBarImage]
  9.     {
  10.         type=Image
  11.         Pos=998, 610
  12. ;        TwoDArea = 1000, 610, 20, 140
  13.         TwoDArea = 998, 610, 18, 133
  14.         Filename=Gfx\Interface\Management\slider_alap_01.tga
  15.     }
  16.     [MsgPanel_ScrollUp]
  17.     {
  18.         type=Button
  19.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  20.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  21. ;        TwoDArea=1000,627,20,20
  22.         TwoDArea=998,590,20,20
  23.         OnClickSound="Sounds/Interface/Click 02.wav"
  24.     }
  25.     [MsgPanel_ScrollDown]
  26.     {
  27.         type=Button
  28.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  29.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  30. ;        TwoDArea=1000,717,20,20
  31.         TwoDArea=997,742,20,20
  32.         OnClickSound="Sounds/Interface/Click 02.wav"
  33.     }
  34.     [MsgPanel_ScrollBar]
  35.     {
  36.         type=ScrollBar
  37.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  38. ;        TwoDArea=1000,647,20,70
  39.         TwoDArea=998,610,20,133
  40.         UpButton=MsgPanel_ScrollUp
  41.         DownButton=MsgPanel_ScrollDown
  42.         Background=MsgPanel_ScrollBarImage
  43.         UsesWheel=0
  44.     }
  45.     [MsgPanel_Text]
  46.     {
  47.         type=LongText
  48.         Align=1        ; left
  49. ;        TwoDArea=820,627,180,110
  50.         TwoDArea=825,590,170,135
  51.         ScrollBar=MsgPanel_ScrollBar
  52.         Font=newmenu_20_white
  53.     }
  54.     [MsgPanel_Image]
  55.     {
  56.         type=Image
  57.         Pos=820,577
  58.         TwoDArea=820,577,180,50
  59.     }
  60.     [MsgPanel_Button]
  61.     {
  62.         type=TextButton
  63.         TwoDArea=867, 738, 100, 30
  64.         Color=MENU_BTN_COLOR
  65.         MouseOverColor=MENU_BTN_MOUSEOVER_COLOR
  66.         Align=ALIGN_CENTER
  67.         Text="#iOK#"
  68.         Font=newmenu_20_white
  69.         OnClickSound="Sounds/Interface/Click 01.wav"
  70.         DropShadow=1;
  71.     }
  72.  
  73.  
  74.