unit1.dfm

来自「SOurce code for creating skined hints in」· DFM 代码 · 共 63 行

DFM
63
字号
object Form1: TForm1
  Left = 450
  Top = 307
  Width = 525
  Height = 99
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = RUSSIAN_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 9
    Top = 18
    Width = 244
    Height = 29
    TabOrder = 0
    object Label1: TLabel
      Left = 12
      Top = 7
      Width = 220
      Height = 16
      Caption = #1057#1090#1080#1083#1100' '#1087#1086#1076#1089#1082#1072#1079#1082#1080' Windows XP '
      Font.Charset = RUSSIAN_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      OnMouseEnter = Label1MouseEnter
    end
  end
  object Panel2: TPanel
    Left = 264
    Top = 18
    Width = 244
    Height = 29
    TabOrder = 1
    object Label2: TLabel
      Left = 6
      Top = 7
      Width = 232
      Height = 16
      Hint = 'sdgsf  gsfgsfgs ergrgertgerg stretertertertre ery'
      Caption = #1057#1090#1080#1083#1100' '#1087#1086#1076#1089#1082#1072#1079#1082#1080' Windows Vista'
      Font.Charset = RUSSIAN_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      OnMouseEnter = Label2MouseEnter
    end
  end
end

⌨️ 快捷键说明

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