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

📄 generalpage.dfm

📁 详细讲述如何用delphi进行com编程
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -