unit1.dfm

来自「Delphi7应用编程150例 附书源码」· DFM 代码 · 共 32 行

DFM
32
字号
object frmMain: TfrmMain
  Left = 192
  Top = 107
  Width = 156
  Height = 145
  Caption = 'CURSOR'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object btnCursor: TButton
    Left = 16
    Top = 40
    Width = 105
    Height = 29
    Caption = #36873#25321#20809#26631#25991#20214
    TabOrder = 0
    OnClick = btnCursorClick
  end
  object OpenDialog1: TOpenDialog
    Filter = 'Cursors (*.cur)|*.cur'
    Left = 48
    Top = 72
  end
end

⌨️ 快捷键说明

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