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

  1. ; MultiPlayer Remote Address script
  2.  
  3. BACKGROUND    "shelldb\\netaddr\\netaddr.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. IMAGE_FILE    "shelldb\\netchat\\common\\SBSlider-n.pcx"        ; 5
  12. IMAGE_FILE  "shelldb\\netmain\\VSBUpArrow-n.pcx"            ; 6
  13. IMAGE_FILE  "shelldb\\netmain\\VSBUpArrow-s.pcx"            ; 7
  14. IMAGE_FILE  "shelldb\\netmain\\VSBUpArrow-h.pcx"            ; 8
  15. IMAGE_FILE  "shelldb\\netmain\\VSBDnArrow-n.pcx"            ; 9
  16. IMAGE_FILE  "shelldb\\netmain\\VSBDnArrow-s.pcx"            ;10
  17. IMAGE_FILE  "shelldb\\netmain\\VSBDnArrow-h.pcx"            ;11
  18. IMAGE_FILE    "shelldb\\netmain\\VSBbase.pcx"                    ;12
  19.  
  20. CONTROLS     mouse, keyboard
  21.  
  22.  
  23. ;Address List Box
  24. LISTVIEW 100
  25.     LOCATION    51 99 
  26.     DIMENSIONS  352 188
  27.     HOTSPOTRECT 51 99 352 188
  28.     TEXT_COLOR        195 195 195
  29.     HILIGHT_COLOR      255 255 255
  30.     FOCUS_COLOR          255 255 0
  31.     DISABLE_COLOR      63  63  63
  32.     CURSOR_COLOR      0   0   127
  33.     SELECT_COLOR      0   0   195
  34.     BG_COLOR_NORMAL   0   0   0
  35.     BG_COLOR_HILIGHT  0   0   0
  36.     BG_COLOR_FOCUS    0   0   0
  37.     TRANSPARENT
  38.     SCROLLBAR 100
  39.         LOCATION    425 95
  40.         DIMENSIONS  24  158
  41.         BORDER_SIZE 0
  42.         HOTSPOTRECT 425 95 24 158
  43.         PICTURE     #12, #12, #12, #12
  44.         SLIDE       #5,    #5,    #5,    #5
  45.         LU_PICTURE  #6,    #6,    #7,    #8
  46.         RD_PICTURE  #9,    #9,    #10, #11
  47.         ARROW_DIMENSIONS 24 21
  48.         SLIDE_DIMENSIONS 20 20
  49.         SLIDER_TYPE 1
  50.         END
  51.     NEXT     200
  52.     PREV     440
  53.     END
  54.  
  55.  
  56. ;Name Text Box
  57. TEXTBOX 200
  58.     LOCATION          43  343
  59.     DIMENSIONS        369 24
  60.     HOTSPOTRECT       43  343 369 24
  61.     FOCUS_RECTANGLE   45  345 365 20
  62.     TEXT_COLOR        195 195 195
  63.     HILIGHT_COLOR      255 255 255
  64.     FOCUS_COLOR          255 255 0
  65.     DISABLE_COLOR      63  63  63
  66.     CURSOR_COLOR      0   255 0
  67.     BG_COLOR_NORMAL   0   0   0
  68.     BG_COLOR_HILIGHT  0   0   0
  69.     BG_COLOR_FOCUS    0   0   0
  70.     BG_COLOR_DISABLED 25  25  25
  71.     TRANSPARENT
  72.     ABOVE 100
  73.     BELOW 300
  74.     NEXT  300
  75.     PREV  100
  76.     END
  77.  
  78.  
  79. ;Address Text Box
  80. TEXTBOX 300
  81.     LOCATION          43  412
  82.     DIMENSIONS        369 24
  83.     HOTSPOTRECT       43  412 369 24
  84.     FOCUS_RECTANGLE   45  414 365 20
  85.     TEXT_COLOR        195 195 195
  86.     HILIGHT_COLOR      255 255 255
  87.     FOCUS_COLOR          255 255 0
  88.     DISABLE_COLOR      63  63  63
  89.     CURSOR_COLOR      0   255 0
  90.     BG_COLOR_NORMAL   0   0   0
  91.     BG_COLOR_HILIGHT  0   0   0
  92.     BG_COLOR_FOCUS    0   0   0
  93.     BG_COLOR_DISABLED 25  25  25
  94.     TRANSPARENT
  95.     ABOVE 200
  96.     BELOW 100
  97.     NEXT  400
  98.     PREV  200
  99.     END
  100.  
  101.  
  102. ;New Button
  103. BUTTON 400
  104.     PICTURE     #0,
  105.              #1,
  106.              #2,
  107.              #3
  108.     FOCUS_PICTURE #4 576 41
  109.     LOCATION    499 41
  110.     HOTSPOTRECT    488 5   126  52
  111.     ABOVE    440
  112.     BELOW    410
  113.     NEXT     410
  114.     PREV     300
  115.     END
  116.  
  117.  
  118. ;Edit Button
  119. BUTTON 410
  120.     PICTURE     #0,
  121.              #1,
  122.              #2,
  123.              #3
  124.     FOCUS_PICTURE #4 576 101
  125.     LOCATION    499 101
  126.     HOTSPOTRECT    488 65  126  52
  127.     ABOVE    400
  128.     BELOW    420
  129.     NEXT     420
  130.     PREV     400
  131.     END
  132.  
  133.  
  134. ;Delete Button
  135. BUTTON 420
  136.     PICTURE     #0,
  137.              #1,
  138.              #2,
  139.              #3
  140.     FOCUS_PICTURE #4 576 161
  141.     LOCATION    499 161
  142.     HOTSPOTRECT    488 125 126  52
  143.     ABOVE    410
  144.     BELOW    430
  145.     NEXT     430
  146.     PREV     410
  147.     END
  148.  
  149.  
  150. ;Connect Button
  151. BUTTON 430
  152.     PICTURE     #0,
  153.              #1,
  154.              #2,
  155.              #3
  156.     FOCUS_PICTURE #4 576 407
  157.     LOCATION    499 407
  158.     HOTSPOTRECT    488 371 126  52
  159.     ABOVE    420
  160.     BELOW    440
  161.     NEXT     440
  162.     PREV     420
  163.     END
  164.  
  165.  
  166. ;Back Button
  167. BUTTON 440
  168.     PICTURE     #0,
  169.              #1,
  170.              #2,
  171.              #3
  172.     FOCUS_PICTURE #4 576 466
  173.     LOCATION    499 466
  174.     HOTSPOTRECT    488 430 126  52
  175.     ABOVE    430
  176.     BELOW    400
  177.     NEXT     100
  178.     PREV     430
  179.     END
  180.  
  181.  
  182.