home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #8 / K_CD_8_98.iso / outwars / shelldb / nethost.txt < prev    next >
Text File  |  1998-03-24  |  2KB  |  97 lines

  1. ; MultiPlayer Remote Address script
  2.  
  3. BACKGROUND    "shelldb\\nethost\\nethost.pcx"
  4.  
  5. IMAGE_FILE  "shelldb\\common\\button_n.pcx"                    ; 0
  6. IMAGE_FILE  "shelldb\\common\\button_d.pcx"                    ; 1
  7. IMAGE_FILE    "shelldb\\common\\button_p.pcx"                    ; 2
  8. IMAGE_FILE    "shelldb\\common\\button_h.pcx"                    ; 3
  9. IMAGE_FILE    "shelldb\\common\\button_f.pcx"                    ; 4
  10.  
  11. CONTROLS     mouse, keyboard
  12.  
  13.  
  14. ;Session Name Text Box
  15. TEXTBOX 100
  16.     LOCATION          175 193
  17.     DIMENSIONS        285 20
  18.     HOTSPOTRECT       175 193 285 20
  19.     FOCUS_RECTANGLE   177 195 281 16
  20.     TEXT_AREA          175 193 193 20
  21.     TEXT_COLOR        195 195 195
  22.     HILIGHT_COLOR      255 255 255
  23.     FOCUS_COLOR          255 255 0
  24.     DISABLE_COLOR      63  63  63
  25.     CURSOR_COLOR      0   255 0
  26.     BG_COLOR_NORMAL   0   0   0
  27.     BG_COLOR_HILIGHT  0   0   0
  28.     BG_COLOR_FOCUS    0   0   0
  29.     BG_COLOR_DISABLED 25  25  25
  30.     TRANSPARENT
  31.     ABOVE 300
  32.     BELOW 200
  33.     NEXT  200
  34.     PREV  400
  35.     END
  36.  
  37.  
  38. ;Session Password Text Box
  39. TEXTBOX 200
  40.     LOCATION          175 248
  41.     DIMENSIONS        285 20
  42.     HOTSPOTRECT       175 248 285 20
  43.     FOCUS_RECTANGLE   177 250 281 16
  44.     TEXT_AREA          175 248 225 20
  45.     TEXT_COLOR        195 195 195
  46.     HILIGHT_COLOR      255 255 255
  47.     FOCUS_COLOR          255 255 0
  48.     DISABLE_COLOR      63  63  63
  49.     CURSOR_COLOR      0   255 0
  50.     BG_COLOR_NORMAL   0   0   0
  51.     BG_COLOR_HILIGHT  0   0   0
  52.     BG_COLOR_FOCUS    0   0   0
  53.     BG_COLOR_DISABLED 25  25  25
  54.     TRANSPARENT
  55.     ABOVE 100
  56.     BELOW 300
  57.     NEXT  300
  58.     PREV  100
  59.     END
  60.  
  61. ;Continue Button
  62. BUTTON 300
  63.     PICTURE     #0,
  64.              #1,
  65.              #2,
  66.              #3
  67.     FOCUS_PICTURE #4 271 333
  68.     LOCATION    194 333
  69.     HOTSPOTRECT    183 297 126 52
  70.     LEFT     400
  71.     RIGHT     400
  72.     ABOVE    200
  73.     BELOW    100
  74.     NEXT     400
  75.     PREV     200
  76.     END
  77.  
  78.  
  79. ;Cancel Button
  80. BUTTON 400
  81.     PICTURE     #0,
  82.              #1,
  83.              #2,
  84.              #3
  85.     FOCUS_PICTURE #4 415 332
  86.     LOCATION    338 332
  87.     HOTSPOTRECT    327 296 126 52
  88.     LEFT     300
  89.     RIGHT     300
  90.     ABOVE    200
  91.     BELOW    100
  92.     NEXT     100
  93.     PREV     300
  94.     END
  95.  
  96.  
  97.