home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 September
/
PCWorld_2000-09_cd.bin
/
Software
/
TemaCD
/
currconv
/
currconv.exe
/
0
/
RCDATA
/
TFORM2
/
TFORM2.txt
< prev
Wrap
Text File
|
1999-07-12
|
1KB
|
64 lines
object Form2: TForm2
Left = 369
Top = 128
AutoSize = True
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Internet Update'
ClientHeight = 105
ClientWidth = 265
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 265
Height = 105
Caption = ' Updating Currencies...'
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 24
Width = 36
Height = 13
Caption = 'Status: '
end
object Label2: TLabel
Left = 16
Top = 48
Width = 63
Height = 13
Caption = 'Please wait...'
end
object Button2: TButton
Left = 64
Top = 70
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 1
OnClick = Button2Click
end
object Button1: TButton
Left = 138
Top = 70
Width = 75
Height = 25
Caption = '&OK'
TabOrder = 0
OnClick = Button1Click
end
end
end