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

📄 unit1.~dfm

📁 采用delphi自编的sin函数傅立叶离散数据数据表生成器
💻 ~DFM
字号:
object Form1: TForm1
  Left = 297
  Top = 117
  Width = 513
  Height = 155
  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 = 8
    Top = 40
    Width = 36
    Height = 13
    Caption = #31995#25968#65306
  end
  object Label2: TLabel
    Left = 152
    Top = 40
    Width = 48
    Height = 13
    Caption = #20998#36777#29575#65306
  end
  object Label3: TLabel
    Left = 296
    Top = 40
    Width = 36
    Height = 13
    Caption = #38646#28857#65306
  end
  object Edit1: TEdit
    Left = 8
    Top = 16
    Width = 489
    Height = 21
    TabOrder = 0
    Text = '0'
  end
  object Button2: TButton
    Left = 424
    Top = 56
    Width = 75
    Height = 25
    Caption = #29983#25104
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 8
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '1'
  end
  object Edit3: TEdit
    Left = 152
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 3
    Text = '128'
  end
  object Edit4: TEdit
    Left = 296
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 4
    Text = '0'
  end
  object Edit5: TEdit
    Left = 8
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 5
    Text = '0'
  end
  object Button1: TButton
    Left = 424
    Top = 88
    Width = 75
    Height = 25
    Caption = 'sinx'
    TabOrder = 6
    OnClick = Button1Click
  end
  object Edit6: TEdit
    Left = 296
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object Edit7: TEdit
    Left = 152
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 8
    Text = '709'
  end
end

⌨️ 快捷键说明

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