displayfra.dfm

来自「《Delphi实例开发教程》源代码包说明」· DFM 代码 · 共 76 行

DFM
76
字号
object fraDisplay: TfraDisplay
  Left = 0
  Top = 0
  Width = 656
  Height = 325
  Color = clWhite
  ParentColor = False
  TabOrder = 0
  OnMouseMove = FrameMouseMove
  object lblDatetime: TLabel
    Left = 430
    Top = 10
    Width = 26
    Height = 13
    Caption = #26102#38388
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object lblType: TLabel
    Left = 530
    Top = 10
    Width = 26
    Height = 13
    Caption = #31867#22411
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object lblSource: TLabel
    Left = 580
    Top = 10
    Width = 26
    Height = 13
    Caption = #26469#28304
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object lblNum: TLabel
    Left = 10
    Top = 10
    Width = 26
    Height = 13
    Caption = #24207#21495
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object lblHead: TLabel
    Left = 50
    Top = 10
    Width = 26
    Height = 13
    Caption = #26631#39064
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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