unit1.dfm

来自「C++Builder高级应用开发指南随书源码」· DFM 代码 · 共 33 行

DFM
33
字号
object PropertyPage1: TPropertyPage1
  Left = 280
  Top = 213
  Width = 326
  Height = 164
  Caption = 'Count'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lbGraphics: TLabel
    Left = 48
    Top = 56
    Width = 31
    Height = 13
    Caption = 'Count:'
  end
  object edCount: TCSpinEdit
    Left = 128
    Top = 56
    Width = 121
    Height = 22
    TabStop = True
    ParentColor = False
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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