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

📄 aa.dfm

📁 delphi的学习资料
💻 DFM
字号:
object fmAA: TfmAA
  Left = 267
  Top = 255
  Width = 377
  Height = 177
  Caption = 'fmAA'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 20
  object LbR: TLabel
    Left = 259
    Top = 19
    Width = 45
    Height = 27
    Caption = 'LbR'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -23
    Font.Name = 'Ansi'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object btnShowB: TButton
    Left = 35
    Top = 113
    Width = 66
    Height = 29
    Caption = 'ShowB'
    TabOrder = 0
    OnClick = btnShowBClick
  end
  object edt1: TEdit
    Left = 11
    Top = 13
    Width = 89
    Height = 30
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'Ansi'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    Text = 'edt1'
  end
  object edt2: TEdit
    Left = 127
    Top = 12
    Width = 84
    Height = 30
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'Ansi'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    Text = 'edt2'
  end
  object btnAdd: TButton
    Left = 17
    Top = 71
    Width = 47
    Height = 30
    Caption = 'Add'
    TabOrder = 3
    OnClick = btnAddClick
  end
  object btnSub: TButton
    Left = 93
    Top = 71
    Width = 47
    Height = 30
    Caption = 'Sub'
    TabOrder = 4
    OnClick = btnSubClick
  end
  object btnPow: TButton
    Left = 171
    Top = 71
    Width = 48
    Height = 30
    Caption = 'Pow'
    TabOrder = 5
    OnClick = btnPowClick
  end
  object btnInc: TButton
    Left = 239
    Top = 71
    Width = 47
    Height = 30
    Caption = 'Inc'
    TabOrder = 6
    OnClick = btnIncClick
  end
  object btnInc10: TButton
    Left = 303
    Top = 71
    Width = 54
    Height = 30
    Caption = 'Inc10'
    TabOrder = 7
    OnClick = btnInc10Click
  end
end

⌨️ 快捷键说明

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