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

📄 unitringdetect.dfm

📁 自动语音应答系统
💻 DFM
字号:
object FormRingDetect: TFormRingDetect
  Left = 159
  Top = 78
  Width = 342
  Height = 112
  Caption = '振铃检测'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label13: TLabel
    Left = 8
    Top = 26
    Width = 65
    Height = 13
    Caption = '振铃时执行'
  end
  object ComboBox1: TComboBox
    Left = 80
    Top = 18
    Width = 217
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'Ring.wav'
    OnChange = ComboBox1Change
    OnExit = ComboBox1Exit
    Items.Strings = (
      'Ring.wav'
      'ping.exe 127.0.0.1')
  end
  object Button1: TButton
    Left = 296
    Top = 18
    Width = 27
    Height = 21
    Caption = '...'
    TabOrder = 1
    OnClick = Button1Click
  end
  object BitBtn1: TBitBtn
    Left = 128
    Top = 50
    Width = 75
    Height = 25
    Caption = '关闭'
    TabOrder = 2
    Kind = bkClose
  end
  object OpenDialog1: TOpenDialog
    Filter = '任何可关联的对象(*.*)|*.*|可执行文件(*.exe)|*.exe'
    Top = 65528
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -