power.dfm

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

DFM
58
字号
object Form_Power: TForm_Power
  Left = 309
  Top = 45
  Width = 608
  Height = 591
  Caption = 'Form_Power'
  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 Image1: TImage
    Left = 0
    Top = 32
    Width = 593
    Height = 193
  end
  object Button1: TButton
    Left = 264
    Top = 528
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object ScrollBox1: TScrollBox
    Left = -1
    Top = 220
    Width = 594
    Height = 301
    TabOrder = 1
    object Image2: TImage
      Left = -40
      Top = 0
      Width = 625
      Height = 297
    end
  end
  object Button2: TButton
    Left = 408
    Top = 528
    Width = 81
    Height = 25
    Caption = 'Button2'
    TabOrder = 2
    OnClick = Button2Click
  end
  object OpenDialog1: TOpenDialog
    Left = 184
    Top = 8
  end
end

⌨️ 快捷键说明

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