home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 7
/
Freelog007.iso
/
BAS
/
Fichiers
/
Renovator
/
ReNovator.exe
/
0
/
RCDATA
/
TENTEREXT
/
TENTEREXT.txt
Wrap
Text File
|
1998-01-26
|
948b
|
52 lines
object EnterExt: TEnterExt
Left = 234
Top = 154
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Enter Extension'
ClientHeight = 78
ClientWidth = 192
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object LExt: TLabel
Left = 8
Top = 8
Width = 171
Height = 13
Caption = 'Enter the Extension (without the dot)'
end
object BOK: TButton
Left = 8
Top = 50
Width = 89
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object BCancel: TButton
Left = 104
Top = 50
Width = 81
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object EExt: TEdit
Left = 8
Top = 24
Width = 177
Height = 21
TabOrder = 2
end
end