acciinfofrmex.dfm

来自「一个可以把源代码以语法高亮的形式转换成HTML格式或RTF格式。」· DFM 代码 · 共 31 行

DFM
31
字号
inherited FrmAccInfoEx: TFrmAccInfoEx
  Left = 295
  Top = 193
  ClientHeight = 109
  ClientWidth = 343
  ShowHint = True
  PixelsPerInch = 96
  TextHeight = 13
  object spSaveFile: TSpeedButton [2]
    Left = 304
    Top = 48
    Width = 25
    Height = 21
    Caption = '...'
    Flat = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = spSaveFileClick
  end
  inherited btnOK: TButton
    Left = 168
  end
  inherited btnCancel: TButton
    Left = 248
  end
end

⌨️ 快捷键说明

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