home *** CD-ROM | disk | FTP | other *** search
/ Level 2004 April / Level_2004-04_112_cda.bin / data1.cab / GameFiles / resources.rvr / userinfo.def < prev    next >
Encoding:
Text File  |  1999-07-30  |  615 b   |  18 lines

  1. // Revenant - Copyright 1999 Cinematix Studios, Inc.
  2. // ******* Revenant User Info DEF File  ******** 
  3.  
  4. PANEL "default"
  5. BEGIN
  6.  
  7.   TEXT POS 0 80 100 20 TEXT "Real Name:" FLAGS TEXTFLAG_RIGHT
  8.   EDIT POS 105 80 200 20 NAME "realname" MAXLEN 31
  9.   TEXT POS 0 105 100 20 TEXT "Email:" FLAGS TEXTFLAG_RIGHT
  10.   EDIT POS 105 105 200 20 NAME "email" MAXLEN 63
  11.   TEXT POS 0 130 100 20 TEXT "Other Info:" FLAGS TEXTFLAG_RIGHT 
  12.   EDIT POS 105 130 250 100 NAME "other" FLAGS EDITFLAG_MULTILINE MAXLEN 127
  13.  
  14.   BUTTON POS 90 250 100 27 NAME "ok" TEXT "Ok"
  15.   BUTTON POS 205 250 100 27 NAME "cancel" TEXT "Cancel"
  16.  
  17. END
  18.