home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TGETADDRESS
/
TGETADDRESS.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
56 lines
object GetAddress: TGetAddress
Left = 279
Top = 211
BorderStyle = bsDialog
Caption = 'Enter address to position to'
ClientHeight = 100
ClientWidth = 284
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OnActivate = FormActivate
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object OKButton: TButton
Left = 16
Top = 64
Width = 75
Height = 25
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 104
Top = 64
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
object LineInput: TComboBox
Left = 16
Top = 24
Width = 249
Height = 21
ItemHeight = 13
TabOrder = 0
end
object HelpButton: TButton
Left = 192
Top = 64
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpButtonClick
end
end