u_frame_head.dfm

来自「Delphi 应用举例」· DFM 代码 · 共 75 行

DFM
75
字号
object Frame3: TFrame3
  Left = 0
  Top = 0
  Width = 600
  Height = 86
  TabOrder = 0
  object IWLabel1: TIWLabel
    Left = 8
    Top = 24
    Width = 158
    Height = 24
    ZIndex = 0
    Font.Color = clBlack
    Font.Enabled = True
    Font.Size = 16
    Font.Style = [fsBold]
    Caption = #36164#26009#31649#29702#20013#24515
  end
  object lbluser: TIWLabel
    Left = 200
    Top = 32
    Width = 52
    Height = 13
    ZIndex = 0
    Font.Color = clBlue
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = #24403#21069#29992#25143
  end
  object IWLabel3: TIWLabel
    Left = 6
    Top = 22
    Width = 158
    Height = 24
    ZIndex = 0
    Font.Color = clYellow
    Font.Enabled = True
    Font.Size = 16
    Font.Style = [fsBold]
    Caption = #36164#26009#31649#29702#20013#24515
  end
  object lblCount: TIWLabel
    Left = 320
    Top = 32
    Width = 66
    Height = 13
    ZIndex = 0
    Font.Color = clBlue
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = #22312#32447#20154#25968#65306
  end
  object IWLabel2: TIWLabel
    Left = 448
    Top = 32
    Width = 392
    Height = 16
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = '<A href="mailto:goanywhere@vip.sina.com">'#32852#31995#29256#20027'</a>'
  end
  object IWHRule1: TIWHRule
    Left = 0
    Top = 56
    Width = 713
    Height = 3
    ZIndex = 0
  end
end

⌨️ 快捷键说明

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