⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aa.dfm

📁 delphi的学习资料
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -