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

📄 main.dfm

📁 采用软件模拟的FFT方式谐波计算方法
💻 DFM
字号:
object Form1: TForm1
  Left = 146
  Top = 113
  Width = 832
  Height = 547
  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 Label2: TLabel
    Left = 46
    Top = 7
    Width = 30
    Height = 12
    Caption = #30005#21387'A'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 141
    Top = 7
    Width = 30
    Height = 12
    Caption = #30005#21387'B'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label10: TLabel
    Left = 172
    Top = 30
    Width = 7
    Height = 13
    AutoSize = False
    Caption = 'V'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label11: TLabel
    Left = 76
    Top = 30
    Width = 6
    Height = 12
    Caption = 'V'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label14: TLabel
    Left = 108
    Top = 7
    Width = 24
    Height = 12
    Caption = #39057#29575
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 228
    Top = 5
    Width = 30
    Height = 12
    Caption = #30005#21387'C'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 259
    Top = 28
    Width = 7
    Height = 13
    AutoSize = False
    Caption = 'V'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 195
    Top = 5
    Width = 24
    Height = 12
    Caption = #39057#29575
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 451
    Top = 20
    Width = 72
    Height = 13
    Caption = #35745#31639#20986#30340#35856#27874
  end
  object Chart1: TChart
    Left = 0
    Top = 60
    Width = 821
    Height = 457
    BackWall.Brush.Color = clWhite
    BackWall.Brush.Style = bsClear
    MarginLeft = 2
    MarginRight = 1
    MarginTop = 3
    Title.Text.Strings = (
      'TChart')
    Chart3DPercent = 5
    Legend.ColorWidth = 15
    Legend.LegendStyle = lsSeries
    Legend.ShadowSize = 5
    Legend.TextStyle = ltsPlain
    Legend.TopPos = 8
    View3D = False
    View3DOptions.Zoom = 102
    TabOrder = 0
    object Series1: TFastLineSeries
      Marks.ArrowLength = 8
      Marks.Visible = False
      SeriesColor = clRed
      Title = #30005#21387
      LinePen.Color = clGreen
      XValues.DateTime = False
      XValues.Name = 'X'
      XValues.Multiplier = 1
      XValues.Order = loAscending
      YValues.DateTime = False
      YValues.Name = 'Y'
      YValues.Multiplier = 1
      YValues.Order = loNone
    end
  end
  object Button1: TButton
    Left = 304
    Top = 4
    Width = 61
    Height = 25
    Caption = #20135#29983
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 304
    Top = 32
    Width = 61
    Height = 25
    Caption = #35745#31639
    TabOrder = 2
    OnClick = Button2Click
  end
  object voltagea: TEdit
    Left = 44
    Top = 27
    Width = 30
    Height = 20
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    Text = '220'
  end
  object voltageb: TEdit
    Left = 140
    Top = 26
    Width = 27
    Height = 20
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    Text = '20'
  end
  object phb: TEdit
    Left = 108
    Top = 27
    Width = 22
    Height = 20
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    Text = '3'
  end
  object voltagec: TEdit
    Left = 227
    Top = 24
    Width = 27
    Height = 20
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    Text = '10'
  end
  object phc: TEdit
    Left = 195
    Top = 25
    Width = 22
    Height = 20
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    Text = '5'
  end
  object ListBox1: TComboBox
    Left = 560
    Top = 17
    Width = 186
    Height = 21
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 8
    Text = 'ListBox1'
  end
end

⌨️ 快捷键说明

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