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

📄 sxskinunit.dfm

📁 skin components for design of your applicastions
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 306
  ClientWidth = 565
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object SXSkinImage1: TSXSkinImage
    Top = 21
    Width = 565
    Height = 285
    Align = alClient
    SkinLibrary = SXSkinLibrary1
    SkinStyle = 'Background'
    TabOrder = 0
    ExplicitTop = 0
    ExplicitHeight = 286
    object Label1: TLabel
      Left = 80
      Top = 56
      Width = 384
      Height = 13
      Caption = 
        '*****  !!!!!  Do not forget to put "Skins" folder to the project' +
        ' folder !!!!!  *****'
      Transparent = True
    end
    object Label2: TLabel
      Left = 80
      Top = 80
      Width = 294
      Height = 13
      Caption = 'To see skin styles in the Delphi designer set these properties:'
      Transparent = True
    end
    object Label4: TLabel
      Left = 80
      Top = 96
      Width = 381
      Height = 26
      Caption = 
        'SXSkinLibrary1.SkinFile to "Project_Folder\Skins\Opera_Standard\' +
        'skin.ini" or'#13#10'                                            other ' +
        'skin.ini, skin.sxs or .zip-file (zipped skin) path.'
      Transparent = True
    end
    object Label6: TLabel
      Left = 80
      Top = 128
      Width = 142
      Height = 13
      Caption = 'SXSkinLibrary1.Active to True'
      Transparent = True
    end
    object SXSkinButton1: TSXSkinButton
      Left = 304
      Top = 176
      Width = 121
      Height = 41
      Caption = 'Test Button'
      SkinLibrary = SXSkinLibrary1
      TabOrder = 0
    end
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 565
    Height = 21
    AutoSize = True
    ButtonHeight = 21
    ButtonWidth = 31
    Caption = 'ToolBar1'
    Menu = MainMenu1
    ShowCaptions = True
    TabOrder = 1
  end
  object MainMenu1: TMainMenu
    Left = 88
    Top = 176
    object File1: TMenuItem
      Caption = 'File'
      object Exit1: TMenuItem
        Caption = 'Exit'
        OnClick = Exit1Click
      end
    end
    object Skins1: TMenuItem
      Caption = 'Skins'
    end
  end
  object SXSkinLibrary1: TSXSkinLibrary
    Left = 16
    Top = 32
  end
  object SXSkinForm1: TSXSkinForm
    IconStyle = '_Selective_StdIcon'
    SkinLibrary = SXSkinLibrary1
    Left = 48
    Top = 32
  end
end

⌨️ 快捷键说明

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