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

📄 fft.~dfm

📁 音频FFT
💻 ~DFM
字号:
object fftform: Tfftform
  Left = -1
  Top = 102
  Width = 1020
  Height = 557
  Caption = '傅立叶变换分析'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 890
    Top = 195
    Width = 72
    Height = 16
    Caption = '联系方式 '
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -16
    Font.Name = '隶书'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 882
    Top = 235
    Width = 120
    Height = 14
    Caption = 'wzlab@tom.com  '
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -14
    Font.Name = '隶书'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 5
    Top = 10
    Width = 873
    Height = 511
    BevelInner = bvLowered
    BevelOuter = bvLowered
    Color = clSilver
    TabOrder = 0
    object PaintBox1: TPaintBox
      Left = 5
      Top = 5
      Width = 865
      Height = 500
    end
  end
  object GroupBox1: TGroupBox
    Left = 890
    Top = 65
    Width = 121
    Height = 96
    Caption = '操作箱'
    TabOrder = 1
    object CheckBox1: TCheckBox
      Left = 10
      Top = 25
      Width = 97
      Height = 17
      Caption = '原始波形'
      Checked = True
      State = cbChecked
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 10
      Top = 60
      Width = 101
      Height = 17
      Caption = '傅立叶变换波形    '
      Checked = True
      State = cbChecked
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 910
    Top = 20
    Width = 75
    Height = 25
    Caption = '开始'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 500
    OnTimer = Timer1Timer
    Left = 795
    Top = 45
  end
end

⌨️ 快捷键说明

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