home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2000 January / Gamestar_14_2000-01_cd1.bin / DEMA / I82demo.exe / data / Data / Shell / ldl / joingame.ldl < prev    next >
Text File  |  1999-10-14  |  5KB  |  236 lines

  1. #######################################
  2. # File: selcnct.ldl
  3. # Last Access: Mon May 18 11:40:26 1998
  4. #######################################
  5.  
  6. ##-----------------------------------##
  7. ##              Data                 ##
  8. ##-----------------------------------##
  9. gamejoinwindow:nswindow {
  10.     titlestatictext:nstitlestatictext {
  11.         string    text    "Join Game"
  12.     }
  13.     gamesstatictext:nsstatictext {
  14.         int    xpct    20
  15.         int    ypct    20
  16.         int    widthpct    50
  17.         int    heightpct    5
  18.         int    fontsize    20
  19.         string    text    "Games"
  20.     }
  21.     gameslistbox:nslistbox {
  22.         int    xpct    20
  23.         int    ypct    30
  24.         int    widthpct    37
  25.         int    heightpct    35
  26.         rangery:nsscrollbar {
  27.             int    widthpix    20
  28.             string    type    "scroller"
  29.             string    orientation    "vertical"
  30.             thumb:nsbutton {
  31.             }
  32.             decy:nsbutton {
  33.             }
  34.             incy:nsbutton {
  35.             }
  36.         }
  37.         header {
  38.             switch0:nsheaderswitch {
  39.                 string    parent    "gamejoinwindow.gameslistbox"
  40.                 int    widthpct    50
  41.                 int    heightpix    25
  42.                 string    text    "Name"
  43.             }
  44.             switch1:nsheaderswitch {
  45.                 string    parent    "gamejoinwindow.gameslistbox"
  46.                 int    widthpix    25
  47.                 int    heightpix    25
  48.                 string    icon    "locked.tga"
  49.             }
  50.             switch2:nsheaderswitch {
  51.                 string    parent    "gamejoinwindow.gameslistbox"
  52.                 int    widthpix    25
  53.                 int    heightpix    25
  54.                 string    icon    "launched.tga"
  55.             }
  56.             switch3:nsheaderswitch {
  57.                 string    parent    "gamejoinwindow.gameslistbox"
  58.                 int    widthpix    25
  59.                 int    heightpix    25
  60.                 string    icon    "closed.tga"
  61.             }
  62.             switch4:nsheaderswitch {
  63.                 string    parent    "gamejoinwindow.gameslistbox"
  64.                 int    widthpix    25
  65.                 int    heightpix    25
  66.                 string    icon    "players.tga"
  67.             }
  68.             switch5:nsheaderswitch {
  69.                 string    parent    "gamejoinwindow.gameslistbox"
  70.                 int    widthpct    10    
  71.                 int    heightpix    25
  72.                 string    text    "Teams"
  73.             }
  74.         }
  75.     }
  76.     gamenamestatictext:nsstatictext {
  77.         int    xpct    60
  78.         int    ypct    20
  79.         int    widthpct    20
  80.         int    heightpix    25
  81.         int    fontsize    20
  82.         string    text    "Game Name:"
  83.     }
  84.     gamenametextfield {
  85.         int    xpct    60
  86.         int    ypct    25
  87.         int    widthpct    20
  88.         int    heightpix    25
  89.     }
  90.     passwordstatictext:nsstatictext {
  91.         int    xpct    60
  92.         int    ypct    30
  93.         int    widthpct    20
  94.         int    heightpix    25
  95.         int    fontsize    20
  96.         string    text    "Password:"
  97.     }
  98.     passwordtextfield {
  99.         int    xpct    60
  100.         int    ypct    35
  101.         int    widthpct    20
  102.         int    heightpix    25
  103.         bool    password    true
  104.     }
  105.     iconlegendstatictext:nsstatictext {
  106.         int    xpct    60
  107.         int    ypct    40
  108.         int    widthpct    20
  109.         int    heightpix    25
  110.         int    fontsize    20
  111.         string    text    "Icon Legend:"
  112.         lockedicon {
  113.             int    xpix    40
  114.             int    ypix    50
  115.             int    widthpct    100
  116.             int    heightpct    100
  117.             string    image0    "locked.tga"
  118.             string    textblttype    "fill"
  119.             int    fontsize    20
  120.             string    text    "     Locked"
  121.             tipwindow {
  122.                 int    widthpix    400
  123.                 int    heightpix    30
  124.                 tip {
  125.                     string    text    "Indicates private game - you must know password to enter"
  126.                     string    image0    "tile1.tga"
  127.                     string    imageblttype    "tile"
  128.                 }
  129.             }
  130.         }
  131.         launchedicon {
  132.             int    xpix    40
  133.             int    ypix    75
  134.             int    widthpct    100
  135.             int    heightpct    100
  136.             string    image0    "launched.tga"
  137.             string    textblttype    "fill"
  138.             int    fontsize    20
  139.             string    text    "     Launched"
  140.             tipwindow {
  141.                 int    widthpix    400
  142.                 int    heightpix    30
  143.                 tip {
  144.                     string    text    "Indicates game has started"
  145.                     string    image0    "tile1.tga"
  146.                     string    imageblttype    "tile"
  147.                 }
  148.             }
  149.         }
  150.         openicon {
  151.             int    xpix    40
  152.             int    ypix    100
  153.             int    widthpct    100
  154.             int    heightpct    100
  155.             string    image0    "open.tga"
  156.             string    textblttype    "fill"
  157.             int    fontsize    20
  158.             string    text    "     Open"
  159.             tipwindow {
  160.                 int    widthpix    400
  161.                 int    heightpix    30
  162.                 tip {
  163.                     string    text    "Indicates you may join this game"
  164.                     string    image0    "tile1.tga"
  165.                     string    imageblttype    "tile"
  166.                 }
  167.             }
  168.         }
  169.         closedicon {
  170.             int    xpix    40
  171.             int    ypix    125
  172.             int    widthpct    100
  173.             int    heightpct    100
  174.             string    image0    "closed.tga"
  175.             string    textblttype    "fill"
  176.             int    fontsize    20
  177.             string    text    "     Closed"
  178.             tipwindow {
  179.                 int    widthpix    400
  180.                 int    heightpix    30
  181.                 tip {
  182.                     string    text    "Indicates you may not join this game"
  183.                     string    image0    "tile1.tga"
  184.                     string    imageblttype    "tile"
  185.                 }
  186.             }
  187.         }
  188.     }
  189.     cancelbutton:nsprevbutton {
  190.         tipwindow {
  191.             int    widthpix    300
  192.             int    heightpix    30
  193.             tip {
  194.                 string    text    "Return to Main Chat Screen"
  195.                 string    image0    "tile1.tga"
  196.                 string    imageblttype    "tile"
  197.             }
  198.         }
  199.     }
  200.     closebutton:nsclosebutton {
  201.         tipwindow {
  202.             int    widthpix    300
  203.             int    heightpix    30
  204.             tip {
  205.                 string    text    "Exit the program"
  206.                 string    image0    "tile1.tga"
  207.                 string    imageblttype    "tile"
  208.             }
  209.         }
  210.     }
  211.     helpbutton:nshelpbutton {
  212.         tipwindow {
  213.             int    widthpix    300
  214.             int    heightpix    30
  215.             tip {
  216.                 string    text    "View the technical help"
  217.                 string    image0    "tile1.tga"
  218.                 string    imageblttype    "tile"
  219.             }
  220.         }
  221.     }
  222.     okbutton:nsnextbutton {
  223.         tipwindow {
  224.             int    widthpix    300
  225.             int    heightpix    30
  226.             tip {
  227.                 string    text    "Join the selected Game"
  228.                 string    image0    "tile1.tga"
  229.                 string    imageblttype    "tile"
  230.             }
  231.         }
  232.     }
  233. }
  234.  
  235. $
  236.