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

📄 main.dfm

📁 强大的皮肤控件 能做出美观的界面
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 396
  Top = 233
  AutoScroll = False
  BorderIcons = []
  Caption = 'SkinEngine MegaDemo'
  ClientHeight = 408
  ClientWidth = 400
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object NgButton1: TSeSkinButton
    Left = 10
    Top = 70
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = NgButton1Click
    BlackAndWhiteGlyph = False
    Caption = 'Menus Demo'
    State = kbsNormal
    TabOrder = 0
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object NgButton2: TSeSkinButton
    Left = 10
    Top = 106
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = NgButton2Click
    BlackAndWhiteGlyph = False
    Caption = 'Controls #1'
    State = kbsNormal
    TabOrder = 1
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object NgButton3: TSeSkinButton
    Left = 10
    Top = 144
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = NgButton3Click
    BlackAndWhiteGlyph = False
    Caption = 'Controls #2'
    State = kbsNormal
    TabOrder = 2
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object NgButton4: TSeSkinButton
    Left = 30
    Top = 274
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = NgButton4Click
    BlackAndWhiteGlyph = False
    Caption = 'Blend'
    State = kbsNormal
    TabOrder = 3
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object NgGroupBox1: TSeSkinGroupBox
    Left = 124
    Top = 34
    Width = 267
    Height = 109
    Performance = kspNoBuffer
    Transparent = True
    CaptionMargin = 12
    TabOrder = 4
    Caption = 'Description'
    CheckBoxAlignment = ktaLeftJustify
    UseCheckBox = False
    SkinEngine = SeSkinEngine1
    SkinObject = 'GroupBox'
    object Label1: TLabel
      Left = 14
      Top = 22
      Width = 243
      Height = 59
      AutoSize = False
      Caption = 'Welcome to SkinEngine !'
      Transparent = True
      WordWrap = True
    end
  end
  object NgGroupBox2: TSeSkinGroupBox
    Left = 124
    Top = 152
    Width = 267
    Height = 81
    Performance = kspNoBuffer
    Transparent = True
    CaptionMargin = 12
    TabOrder = 5
    Caption = 'Change hue'
    CheckBoxAlignment = ktaLeftJustify
    UseCheckBox = False
    SkinEngine = SeSkinEngine1
    SkinObject = 'GroupBox'
    object NgTrackBar1: TSeSkinTrackBar
      Left = 14
      Top = 26
      Width = 237
      Height = 39
      Performance = kspDoubleBuffer
      Transparent = True
      LineSize = 10
      Max = 250
      Orientation = toHorizontal
      PageSize = 30
      Position = 0
      Frequency = 10
      TabOrder = 0
      OnChange = NgTrackBar1Change
      SkinEngine = SeSkinEngine1
      SkinObject = 'TrackBar'
    end
  end
  object SeSkinMenuBar1: TSeSkinMenuBar
    Left = 0
    Top = 0
    Width = 400
    Height = 22
    Performance = kspNoBuffer
    Transparent = False
    Align = alTop
    SkinEngine = SeSkinEngine1
    SkinObject = 'MenuBar'
    object CustomItem10: TSeSkinItem
      Caption = '&Demos'
      Scrolled = False
      ScrollCount = 0
      object CustomItem15: TSeSkinItem
        Caption = 'Menu Demo'
        Scrolled = False
        ScrollCount = 0
        OnClick = NgButton1Click
      end
      object CustomItem16: TSeSkinItem
        Caption = 'Controls #1'
        Scrolled = False
        ScrollCount = 0
        OnClick = NgButton2Click
      end
      object CustomItem17: TSeSkinItem
        Caption = 'Controls #2'
        Scrolled = False
        ScrollCount = 0
        OnClick = NgButton3Click
      end
      object CustomItem18: TSeSkinItem
        Caption = 'Blend'
        Scrolled = False
        ScrollCount = 0
        OnClick = NgButton4Click
      end
    end
    object CustomItem11: TSeSkinItem
      Caption = '&Help'
      Scrolled = False
      ScrollCount = 0
      object CustomItem12: TSeSkinItem
        Caption = 'KS Development Site'
        Scrolled = False
        ScrollCount = 0
        OnClick = CustomItem12Click
      end
      object CustomItem13: TSeSkinItem
        Caption = '-'
        Scrolled = False
        ScrollCount = 0
      end
      object CustomItem14: TSeSkinItem
        Caption = 'About...'
        Scrolled = False
        ScrollCount = 0
        OnClick = CustomItem14Click
      end
    end
  end
  object SeSkinButton1: TSeSkinButton
    Left = 10
    Top = 34
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinButton1Click
    BlackAndWhiteGlyph = False
    Caption = 'Load Skin...'
    State = kbsNormal
    TabOrder = 7
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinButton2: TSeSkinButton
    Left = 30
    Top = 310
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinButton2Click
    BlackAndWhiteGlyph = False
    Caption = 'Animation'
    State = kbsNormal
    TabOrder = 8
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinButton3: TSeSkinButton
    Left = 10
    Top = 182
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinButton3Click
    BlackAndWhiteGlyph = False
    Caption = 'Controls #3'
    State = kbsNormal
    TabOrder = 9
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinButton4: TSeSkinButton
    Left = 154
    Top = 310
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinButton4Click
    BlackAndWhiteGlyph = False
    Caption = 'Hints...'
    State = kbsNormal
    TabOrder = 10
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinButton5: TSeSkinButton
    Left = 154
    Top = 274
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinButton5Click
    BlackAndWhiteGlyph = False
    Caption = 'Messages...'
    State = kbsNormal
    TabOrder = 11
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinButton6: TSeSkinButton
    Left = 276
    Top = 272
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinButton6Click
    BlackAndWhiteGlyph = False
    Caption = 'Shadow'
    State = kbsNormal
    TabOrder = 12
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinButton7: TSeSkinButton
    Left = 10
    Top = 220
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinButton7Click
    BlackAndWhiteGlyph = False
    Caption = 'Controlbar'
    State = kbsNormal
    TabOrder = 13
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinButton8: TSeSkinButton
    Left = 276
    Top = 310
    Width = 103
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinButton8Click
    BlackAndWhiteGlyph = False
    Caption = 'Edits...'
    State = kbsNormal
    TabOrder = 14
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinCheckBox1: TSeSkinCheckBox
    Left = 124
    Top = 242
    Width = 119
    Height = 20
    Performance = kspDoubleBuffer
    Transparent = True
    OnClick = SeSkinCheckBox1Click
    Caption = 'Disable skin'
    AllowGrayed = False
    Alignment = ktaLeftJustify
    Checked = False
    Spacing = 5
    State = cbUnchecked
    WordWrap = False
    TabOrder = 15
    SkinEngine = SeSkinEngine1
    SkinObject = 'CheckBox'
  end
  object SeSkinEngine1: TSeSkinEngine
    DeltaHue = 0
    SkinFile = '..\..\..\skins\cell_shaded.mskn'
    SkinStore = '(none)'
    Version = '3.1.0'
    Left = 204
    Top = 78
    SkinStream = {00}
  end
  object SeSkinForm1: TSeSkinForm
    BorderIcons = [kbiClose, kbiSystemMenu, kbiMinimize, kbiMaximize, kbiRollup, kbiTray]
    BorderStyle = kbsStandard
    Caption = 'frmMain'
    MenuBar = SeSkinMenuBar1
    Performance = ksfpNoBuffer
    StayOnTop = False
    StretchBackground = False
    WindowState = kwsNormal
    SkinEngine = SeSkinEngine1
    SkinObject = 'Form'
    Left = 236
    Top = 78
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'xskn'
    Filter = 'Skins (*.xskn)|*.xskn'
    Title = 'Load Skin'
    Left = 272
    Top = 78
  end
end

⌨️ 快捷键说明

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