main.dfm
来自「基于东进公司模拟语音板卡下的CTI demo」· DFM 代码 · 共 69 行
DFM
69 行
object Form1: TForm1
Left = 117
Top = 114
Width = 644
Height = 406
Caption = 'Delphi Record Demo'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object ListViewV: TListView
Left = 0
Top = 0
Width = 633
Height = 369
Columns = <
item
Caption = 'Chno'
Width = 65
end
item
Alignment = taCenter
Caption = 'Type'
Width = 60
end
item
Caption = 'State'
Width = 120
end
item
Caption = 'Caller ID'
Width = 100
end
item
Caption = 'CID Time'
Width = 120
end
item
Caption = ' DTMF'
Width = 150
end>
GridLines = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
object Timer1: TTimer
Enabled = False
Interval = 50
OnTimer = Timer1Timer
Left = 56
Top = 72
end
object Timer2: TTimer
Enabled = False
OnTimer = Timer2Timer
Left = 104
Top = 72
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?