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 >
Wrap
Text File
|
2002-10-08
|
813b
|
36 lines
' ***** STATS WINDOW *****
[@INC]
{Container}
Name = "RunURL"
Background = "Label.Background"
Width = 200
Height = 20
ControlSpacing = 0
LeftMargin = 4
RightMargin = 4
TopMargin = 4
BottomMargin = 4
AutoClose = true
[@INC]
{Edit}
' Settings Common To All Controls
Name = "GoogleBox"
XPos = 0
YPos = 0
Width = 192
Height = 14
RelativePos = true
Container = "RunURL"
Gfx = "Edit.Tiny"
Text = "Address Bar"
ExecProc = "Shell.Execute( 'open', 'iexplore', '^Control.GetText()^', '', 'MAXIMIZED' );"
"Control.SetText('Address Bar');"
HoverProc = ""
GainFocusProc = "Control.SetText('');"
LoseFocusProc = "Control.SetText('Address Bar');"