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

📄 umainform.dfm

📁 delphi基于MS SPEECH 5.1的语音识别演示
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'SRC '#25511#21046#22120
  ClientHeight = 456
  ClientWidth = 449
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lbAudioLevel: TLabel
    Left = 205
    Top = 257
    Width = 34
    Height = 13
    Caption = #38899#37327':0'
  end
  object lbMin: TLabel
    Left = 6
    Top = 257
    Width = 24
    Height = 13
    Caption = #26368#23567
  end
  object lbMax: TLabel
    Left = 419
    Top = 257
    Width = 24
    Height = 13
    Caption = #26368#22823
  end
  object lbControlLogs: TLabel
    Left = 6
    Top = 8
    Width = 72
    Height = 13
    Caption = #35821#38899#35782#21035#35760#24405
  end
  object pbAudioLevel: TProgressBar
    Left = 6
    Top = 232
    Width = 437
    Height = 19
    TabOrder = 0
  end
  object mmLog: TMemo
    Left = 6
    Top = 24
    Width = 437
    Height = 202
    Color = clBlack
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Lines.Strings = (
      #35821#38899#25511#21046#35828#26126#65306
      #23545#40614#20811#39118#21475#36848' '
      ' go  -->'#21457#36865#21069#36827#25351#20196
      ' left -->'#21457#36865#24038#31227#25351#20196
      ' right -->'#21457#36865#21491#31227#25351#20196
      ' back -->'#21457#36865#21518#36864#25351#20196
      ' stop -->'#21457#36865#20572#27490#25351#20196)
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object btnMicrophone: TButton
    Left = 6
    Top = 281
    Width = 97
    Height = 25
    Caption = #40614#20811#39118#35774#32622#21521#23548
    TabOrder = 2
    OnClick = btnMicrophoneClick
  end
  object btnSpeaker: TButton
    Left = 118
    Top = 281
    Width = 97
    Height = 25
    Caption = #35821#38899#35774#32622#21521#23548
    TabOrder = 3
    OnClick = btnSpeakerClick
  end
  object btnUser: TButton
    Left = 230
    Top = 281
    Width = 99
    Height = 25
    Caption = #29992#25143#35774#32622
    TabOrder = 4
    OnClick = btnUserClick
  end
  object btnClose: TButton
    Left = 344
    Top = 281
    Width = 99
    Height = 25
    Caption = #20851#38381#31243#24207
    TabOrder = 5
    OnClick = btnCloseClick
  end
  object gbRobInfo: TGroupBox
    Left = 6
    Top = 308
    Width = 437
    Height = 141
    Caption = #26426#22120#20154#29366#24577
    TabOrder = 6
    object lbRobInfo: TLabel
      Left = 16
      Top = 16
      Width = 47
      Height = 13
      Caption = 'lbRobInfo'
    end
  end
  object TCPClient: TIdTCPClient
    ConnectTimeout = 0
    IPVersion = Id_IPv4
    Port = 0
    ReadTimeout = -1
    Left = 286
    Top = 32
  end
  object IdAntiFreeze: TIdAntiFreeze
    Left = 334
    Top = 32
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 240
    Top = 32
  end
end

⌨️ 快捷键说明

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