home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 32
/
hot34.iso
/
ficheros
/
9APLI
/
TIMBNT25.ZIP
/
INSTALL.EXE
/
BILLPOWR.EXE
/
0
/
RCDATA
/
TPHONEDIAL
/
TPHONEDIAL.txt
Wrap
Text File
|
1998-04-14
|
2KB
|
118 lines
object PhoneDial: TPhoneDial
Left = 200
Top = 121
HelpContext = 297
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Dialing'
ClientHeight = 93
ClientWidth = 277
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object PrefixLabel: TLabel
Left = 126
Top = 50
Width = 64
Height = 16
Caption = 'PrefixLabel'
end
object Label1: TLabel
Left = 0
Top = 32
Width = 275
Height = 16
Alignment = taCenter
AutoSize = False
Caption = 'After number has been dialed, '
end
object HangUpBtn: TButton
Left = 30
Top = 52
Width = 219
Height = 25
Cancel = True
Caption = 'Hang Up'
TabOrder = 0
OnClick = HangUpBtnClick
end
object ModemPortBox: TGroupBox
Left = 6
Top = 6
Width = 99
Height = 81
Caption = 'Modem Port'
TabOrder = 1
object Com1: TRadioButton
Left = 16
Top = 14
Width = 79
Height = 17
Caption = 'Com1'
TabOrder = 0
end
object Com2: TRadioButton
Left = 16
Top = 30
Width = 77
Height = 17
Caption = 'Com2'
TabOrder = 1
end
object Com3: TRadioButton
Left = 16
Top = 46
Width = 79
Height = 17
Caption = 'Com3'
TabOrder = 2
end
object Com4: TRadioButton
Left = 16
Top = 62
Width = 79
Height = 17
Caption = 'Com4'
TabOrder = 3
end
end
object Prefix: TEdit
Left = 126
Top = 66
Width = 145
Height = 24
TabOrder = 2
Text = '9999999999999999999'
end
object Tone: TRadioButton
Left = 110
Top = 8
Width = 75
Height = 17
Caption = 'Tone'
TabOrder = 3
end
object Pulse: TRadioButton
Left = 110
Top = 26
Width = 75
Height = 17
Caption = 'Pulse'
TabOrder = 4
end
object OKbtn: TButton
Left = 196
Top = 2
Width = 75
Height = 25
Caption = 'OKbtn'
TabOrder = 5
OnClick = OKbtnClick
end
end