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

📄 unit1.dfm

📁 sour code delpi, sound rec
💻 DFM
字号:
object Form1: TForm1
  Left = 196
  Top = 111
  Width = 235
  Height = 401
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 78
    Top = 36
    Width = 139
    Height = 13
    Caption = 'Waiting...'
  end
  object Label2: TLabel
    Left = 78
    Top = 66
    Width = 43
    Height = 13
    Caption = '0'
  end
  object Label3: TLabel
    Left = 36
    Top = 36
    Width = 36
    Height = 13
    Caption = 'Status: '
  end
  object Label4: TLabel
    Left = 6
    Top = 66
    Width = 67
    Height = 13
    Caption = 'Record Time: '
  end
  object Label5: TLabel
    Left = 126
    Top = 66
    Width = 91
    Height = 13
    Caption = 'Sec'
  end
  object Button1: TButton
    Left = 6
    Top = 96
    Width = 61
    Height = 19
    Caption = 'Record'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 66
    Top = 96
    Width = 61
    Height = 19
    Caption = 'Stop'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 6
    Top = 114
    Width = 61
    Height = 19
    Caption = 'Save'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 66
    Top = 114
    Width = 61
    Height = 19
    Caption = 'Save As'
    TabOrder = 3
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 6
    Top = 138
    Width = 211
    Height = 229
    Lines.Strings = (
      'Click record to start recording. '
      'then stop to stop... confusing i '
      'know.'
      'When you click save it will save it '
      'to C:\FileName.wav'
      'Save as will.... i forgot... oh lets '
      'you pick where to save lol.'
      'The code should be easy enough '
      'to figure out.'
      'Some stuff you dont need like the '
      'status, timer, save as depending'
      'on what you use it for then you '
      'may.'
      'It is not set up to "not" save if'
      'you haven'#39't recorded anything'
      'so you will have to do that yourself.'
      'Will work without them.'
      'Once again Vote for me!!!'
      'Hapy coding!!!')
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 174
    Top = 96
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'wav'
    Filter = '*.wav'
    Left = 144
    Top = 96
  end
end

⌨️ 快捷键说明

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