home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / runurl.tds < prev    next >
Text File  |  2002-10-08  |  813b  |  36 lines

  1.  
  2. ' ***** STATS WINDOW *****
  3.  
  4. [@INC]
  5. {Container}
  6.  
  7. Name           = "RunURL"
  8. Background     = "Label.Background"
  9. Width          = 200
  10. Height         = 20
  11. ControlSpacing = 0
  12. LeftMargin     = 4
  13. RightMargin    = 4
  14. TopMargin      = 4
  15. BottomMargin   = 4
  16. AutoClose      = true
  17.  
  18. [@INC]
  19. {Edit}
  20.  
  21. ' Settings Common To All Controls
  22. Name          = "GoogleBox"
  23. XPos          = 0
  24. YPos          = 0
  25. Width         = 192
  26. Height        = 14
  27. RelativePos   = true
  28. Container     = "RunURL"
  29. Gfx           = "Edit.Tiny"
  30. Text          = "Address Bar"
  31.  
  32. ExecProc      = "Shell.Execute( 'open', 'iexplore', '^Control.GetText()^', '', 'MAXIMIZED' );"
  33.                "Control.SetText('Address Bar');"
  34. HoverProc     = ""
  35. GainFocusProc = "Control.SetText('');"
  36. LoseFocusProc = "Control.SetText('Address Bar');"