⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 SOurce code for creating skined hints in delphi.
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -