comprotery.~dfm

来自「所有delphi的入门例子」· ~DFM 代码 · 共 64 行

~DFM
64
字号
object PropertyPage1: TPropertyPage1
  Left = 429
  Top = 233
  Width = 423
  Height = 293
  Caption = 'PropertyPage1'
  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 = 104
    Top = 43
    Width = 36
    Height = 13
    Caption = #26085#26399#65306
  end
  object Label2: TLabel
    Left = 105
    Top = 90
    Width = 36
    Height = 13
    Caption = #36215#22987#65306
  end
  object dpiker: TDateTimePicker
    Left = 152
    Top = 40
    Width = 97
    Height = 21
    Date = 39832.716148900460000000
    Time = 39832.716148900460000000
    TabOrder = 0
  end
  object cmbStart: TComboBox
    Left = 152
    Top = 88
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
  end
  object chkToday: TCheckBox
    Left = 152
    Top = 128
    Width = 153
    Height = 17
    Caption = #20351#29992'Today'#20570#32570#30465
    TabOrder = 2
  end
  object chk3d: TCheckBox
    Left = 152
    Top = 160
    Width = 97
    Height = 17
    Caption = '3D'#22806#35266
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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