unitringdetect.dfm

来自「自动语音应答系统」· DFM 代码 · 共 61 行

DFM
61
字号
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 + =
减小字号Ctrl + -
显示快捷键?