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

  1. #include "../GlobalIncludes.inf"
  2.  
  3. #define UNIT_INFO_COLOR 192, 255, 255, 255 
  4.  
  5.  
  6. [SelectionSlot_Frame]
  7. {
  8.     type=Image
  9.     Pos=0,0
  10.     TwoDArea=0,0,51,26
  11. }
  12. [SelectionSlot_Image]
  13. {
  14.     type=Image
  15.     Pos=0,1
  16.     ;TwoDArea=0,0,64,32
  17. }
  18. [SelectionSlot_Button]
  19. {
  20.     type=Button
  21.     TwoDArea=0,0,60,26
  22. }
  23. [SelectionSlot_Group]
  24. {
  25.     Type = Text
  26.     TwoDArea = 43, 16, 8, 8
  27.     Color = UNIT_INFO_COLOR
  28.     Font = newmenu_14_white
  29. }
  30.