generalpage.dfm

来自「Delphi 下COM开发的重要参考书籍之一。使用有一定COM开发经验的使用者」· DFM 代码 · 共 55 行

DFM
55
字号
object ppgGeneral: TppgGeneral
  Left = 403
  Top = 254
  Width = 195
  Height = 118
  Caption = 'General'
  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 Label1: TLabel
    Left = 16
    Top = 12
    Width = 43
    Height = 13
    Caption = 'Columns:'
  end
  object Label2: TLabel
    Left = 16
    Top = 36
    Width = 50
    Height = 13
    Caption = 'Tab width:'
  end
  object ecColumns: TEdit
    Left = 88
    Top = 8
    Width = 41
    Height = 21
    TabOrder = 0
    Text = '0'
  end
  object cbSorted: TCheckBox
    Left = 88
    Top = 64
    Width = 65
    Height = 17
    Caption = 'Sorted'
    TabOrder = 2
  end
  object ecTabWidth: TEdit
    Left = 88
    Top = 32
    Width = 41
    Height = 21
    TabOrder = 1
    Text = '0'
  end
end

⌨️ 快捷键说明

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