compower.dfm

来自「脑电信号分析软件」· DFM 代码 · 共 49 行

DFM
49
字号
object PPpower: TPPpower
  Left = 296
  Top = 43
  Width = 714
  Height = 645
  Caption = 'PPpower'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 32
    Top = 0
    Width = 641
    Height = 249
  end
  object Image2: TImage
    Left = 32
    Top = 264
    Width = 641
    Height = 289
  end
  object Button1: TButton
    Left = 544
    Top = 568
    Width = 97
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 384
    Top = 568
    Width = 105
    Height = 25
    Caption = #26174#31034
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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