torog.~dfm

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

~DFM
43
字号
object Topograp: TTopograp
  Left = 379
  Top = 27
  Width = 387
  Height = 462
  Caption = 'Topograp'
  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 = 304
    Top = 48
    Width = 33
    Height = 353
  end
  object Button1: TButton
    Left = 176
    Top = 384
    Width = 73
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 40
    Top = 384
    Width = 81
    Height = 25
    Caption = #26174#31034
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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