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

📄 unit1.dfm

📁 SUISkin 是为Delphi和C++Builder开发的最易用的界面增强VCL组件包。它能完全自动的为您的应用程序添加支持换肤功能
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        Height = 21
        TabOrder = 0
        Text = 'Edit1'
      end
      object RadioGroup1: TRadioGroup
        Left = 24
        Top = 16
        Width = 121
        Height = 201
        Caption = 'RadioGroup1'
        ItemIndex = 0
        Items.Strings = (
          'Item 1'
          'Item 2'
          'Item 3')
        TabOrder = 1
      end
      object Button3: TButton
        Left = 160
        Top = 144
        Width = 97
        Height = 33
        Caption = 'Add an item'
        TabOrder = 2
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 160
        Top = 184
        Width = 97
        Height = 33
        Caption = 'Remove an item'
        TabOrder = 3
        OnClick = Button4Click
      end
      object ListBox1: TListBox
        Left = 312
        Top = 48
        Width = 121
        Height = 129
        ItemHeight = 13
        Items.Strings = (
          'Item1'
          'Item2'
          'Item3'
          'Item4'
          'Item5'
          'Item6'
          'Item7'
          'Item8'
          'Item9'
          'Item10'
          'Item1'
          'Item2'
          'Item3'
          'Item4'
          'Item5'
          'Item6'
          'Item7'
          'Item8'
          'Item9'
          'Item10')
        TabOrder = 4
      end
      object ComboBox1: TComboBox
        Left = 312
        Top = 192
        Width = 121
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 5
        Items.Strings = (
          'Item1'
          'Item2'
          'Item3'
          'Item4'
          'Item5'
          'Item6'
          'Item7'
          'Item8'
          'Item9'
          'Item10')
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'Dialogs && other forms'
      ImageIndex = 3
      object Button5: TButton
        Left = 32
        Top = 24
        Width = 137
        Height = 25
        Caption = 'ShowMessage'
        TabOrder = 0
        OnClick = Button5Click
      end
      object Button6: TButton
        Left = 32
        Top = 64
        Width = 137
        Height = 25
        Caption = 'MessageDlg 1'
        TabOrder = 1
        OnClick = Button6Click
      end
      object Button9: TButton
        Left = 32
        Top = 104
        Width = 137
        Height = 25
        Caption = 'MessageDlg 2'
        TabOrder = 2
        OnClick = Button9Click
      end
      object Button10: TButton
        Left = 32
        Top = 144
        Width = 137
        Height = 25
        Caption = 'MessageDlg 3'
        TabOrder = 3
        OnClick = Button10Click
      end
      object Button11: TButton
        Left = 32
        Top = 184
        Width = 137
        Height = 25
        Caption = 'MessageDlg 4'
        TabOrder = 4
        OnClick = Button11Click
      end
      object Button12: TButton
        Left = 296
        Top = 24
        Width = 145
        Height = 25
        Caption = 'Show Form3'
        TabOrder = 5
        OnClick = Button12Click
      end
      object Button13: TButton
        Left = 296
        Top = 64
        Width = 145
        Height = 25
        Caption = 'ShowModal Form3'
        TabOrder = 6
        OnClick = Button13Click
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 291
    Width = 545
    Height = 19
    Panels = <>
    ParentColor = True
    SimplePanel = False
  end
  object MainMenu1: TMainMenu
    AutoHotkeys = maManual
    Left = 464
    Top = 8
    object File1: TMenuItem
      Caption = #25991#20214'(&F)'
      object Exit1: TMenuItem
        Caption = #36864#20986'(&X)'
        OnClick = Exit1Click
      end
    end
    object Online1: TMenuItem
      Caption = #22312#32447'(&O)'
      object Order1: TMenuItem
        Caption = #36141#20080'SUISkin'
        OnClick = Order1Click
      end
      object Productpage1: TMenuItem
        Caption = #20135#21697#39029
        OnClick = Productpage1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Sunisoft1: TMenuItem
        Caption = #19996#26085#36719#20214#39318#39029
        OnClick = Sunisoft1Click
      end
    end
    object Help1: TMenuItem
      Caption = #24110#21161'(&H)'
      object SUISkinhelp1: TMenuItem
        Caption = 'SUISkin '#24110#21161
        ShortCut = 112
        OnClick = SUISkinhelp1Click
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object About1: TMenuItem
        Caption = #20851#20110
        OnClick = About1Click
      end
    end
  end
  object suiSkinEngine1: TsuiSkinEngine
    Active = True
    Ready = True
    SkinFile = 'D:\Code\Sunny\SUISkin\OtherFile_cn\Skins\DiamondBlue.sui'
    ResSysMenuMin = #26368#23567#21270'(&N)'
    ResSysMenuMax = #26368#22823#21270'/'#36824#21407'(&X)'
    ResSysMenuClose = #20851#38381'(&C)'
    DisabledTag = 9999
    DrawScrollBar = True
    Version = '3.0'
    BuiltIn = True
    SkinDialogs = True
    SkinAllForms = True
    AdditionalBuiltInSkins = <
      item
        SkinFile = 'D:\Code\Sunny\SUISkin\OtherFile\Skins\DeepCyan.sui'
        SkinData = {
          5355495061636B5F54420000180000000100000018000000427574746F6E496D
          6167650000000000000000000000000000000000000000000000000000000000
          0000000000000000000000000000000000000000000000000065000000A60900

⌨️ 快捷键说明

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