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

  1.  
  2. [PasswordDialog]
  3. {
  4.  
  5.     shortcut = Cancel, KEY_ESCAPE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=329,240
  11.         Filename=Gfx\Interface\Menu\Password_alap.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 = 297, 254, 430, 40
  24.         Align=ALIGN_CENTER
  25.         Text="#iENTER_PASSWORD#"
  26.         Font=newmenu_35_white
  27.         Color=0,0,0,255
  28.     }
  29.  
  30.     [Password]
  31.     {
  32.         type=EditField
  33.         TwoDArea = 407, 400, 210, 30
  34.         Font=newmenu_20_white
  35.     }
  36.  
  37.     [OK]
  38.     {
  39.         type=TextButton
  40.         TwoDArea = 363, 450, 133, 25
  41.         Align=ALIGN_CENTER
  42.         Text="#iOK#"
  43.         Font=newmenu_20_white
  44.         MouseOverColor=MENU_MOUSEOVER_COLOR
  45.         OnClickSound="Sounds/Interface/Click 01.wav"
  46.         DropShadow=1;
  47.     }
  48.  
  49.     [Cancel]
  50.     {
  51.         type=TextButton
  52.         TwoDArea = 525, 450, 133, 25
  53.         Align=ALIGN_CENTER
  54.         Text="#iCANCEL#"
  55.         Font=newmenu_20_white
  56.         MouseOverColor=MENU_MOUSEOVER_COLOR
  57.         OnClickSound="Sounds/Interface/Click 01.wav"
  58.         DropShadow=1;
  59.     }
  60.  
  61.     [MainScene2d]
  62.     {
  63.         type=Scene
  64.         Create                =FALSE
  65.         DeleteZBuffer         =FALSE
  66.         DeleteBackground      =FALSE
  67.         Render_Screen_Viewport=1
  68.     }
  69.  
  70. }
  71.