aa.dfm

来自「delphi的学习资料」· DFM 代码 · 共 58 行

DFM
58
字号
object fmAA: TfmAA
  Left = 526
  Top = 179
  Width = 298
  Height = 222
  Caption = 'MyAA'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 16
  object Lb1: TLabel
    Left = 57
    Top = 40
    Width = 22
    Height = 21
    Caption = '10'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object btnInc: TBitBtn
    Left = 16
    Top = 148
    Width = 75
    Height = 25
    Caption = '加'
    TabOrder = 0
    OnClick = btnIncClick
  end
  object edt1: TEdit
    Left = 141
    Top = 72
    Width = 121
    Height = 24
    TabOrder = 1
    Text = '1'
    OnExit = edt1Exit
  end
  object btnDec: TBitBtn
    Left = 135
    Top = 147
    Width = 75
    Height = 25
    Caption = '减'
    TabOrder = 2
    OnClick = btnDecClick
  end
end

⌨️ 快捷键说明

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