⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 基于东进公司模拟语音板卡下的CTI demo
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -