mylabel.dfm

来自「IT业进销存管理系统源代码Delphi」· DFM 代码 · 共 34 行

DFM
34
字号
object fraMyLabel: TfraMyLabel
  Left = 0
  Top = 0
  Width = 140
  Height = 16
  Cursor = crHandPoint
  TabOrder = 0
  OnClick = FrameClick
  OnMouseMove = FrameMouseMove
  object Label1: TLabel
    Left = 21
    Top = 2
    Width = 54
    Height = 12
    Caption = #23458#25143#36164#26009' '
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = FrameClick
    OnMouseMove = Label1MouseMove
  end
  object Shape1: TShape
    Left = 4
    Top = 3
    Width = 14
    Height = 10
    Brush.Color = clLime
    Shape = stCircle
  end
end

⌨️ 快捷键说明

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