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

📄 ebarmegademooptions.dfm

📁 胜天进销存源码,国产优秀的进销存
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          Align = alClient
        end
        object btnLoad: TButton
          Left = 44
          Top = 224
          Width = 41
          Height = 21
          Caption = 'Load'
          TabOrder = 0
          OnClick = btnLoadClick
        end
        object btnClear: TButton
          Left = 88
          Top = 224
          Width = 41
          Height = 21
          Caption = 'Clear'
          TabOrder = 1
          OnClick = btnClearClick
        end
      end
      object gbFonts: TGroupBox
        Left = 156
        Top = 12
        Width = 137
        Height = 113
        Caption = ' Fonts '
        TabOrder = 1
        object beFonts: TBevel
          Left = 2
          Top = 60
          Width = 131
          Height = 8
          Shape = bsTopLine
        end
        object lbItemFontCaption: TLabel
          Left = 4
          Top = 68
          Width = 44
          Height = 13
          Caption = 'Item font:'
        end
        object lbGroupFontCaption: TLabel
          Left = 4
          Top = 16
          Width = 53
          Height = 13
          Caption = 'Group font:'
        end
        object lbGroupFont: TLabel
          Left = 8
          Top = 36
          Width = 58
          Height = 13
          Caption = 'lbGroupFont'
        end
        object lbItemFont: TLabel
          Left = 8
          Top = 88
          Width = 49
          Height = 13
          Caption = 'lbItemFont'
        end
        object spGroupFont: TSpeedButton
          Left = 112
          Top = 36
          Width = 21
          Height = 21
          Glyph.Data = {
            76010000424D7601000000000000760000002800000020000000100000000100
            0400000000000001000000000000000000001000000010000000000000000000
            800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
            FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
            3333333333333333333333333333333333333333FFF33FFFFF33333300033000
            00333337773377777333333330333300033333337FF33777F333333330733300
            0333333377FFF777F33333333700000073333333777777773333333333033000
            3333333337FF777F333333333307300033333333377F777F3333333333703007
            33333333377F7773333333333330000333333333337777F33333333333300003
            33333333337777F3333333333337007333333333337777333333333333330033
            3333333333377333333333333333033333333333333733333333333333333333
            3333333333333333333333333333333333333333333333333333}
          NumGlyphs = 2
          OnClick = spGroupFontClick
        end
        object spItemFont: TSpeedButton
          Left = 112
          Top = 88
          Width = 21
          Height = 21
          Glyph.Data = {
            76010000424D7601000000000000760000002800000020000000100000000100
            0400000000000001000000000000000000001000000010000000000000000000
            800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
            FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
            3333333333333333333333333333333333333333FFF33FFFFF33333300033000
            00333337773377777333333330333300033333337FF33777F333333330733300
            0333333377FFF777F33333333700000073333333777777773333333333033000
            3333333337FF777F333333333307300033333333377F777F3333333333703007
            33333333377F7773333333333330000333333333337777F33333333333300003
            33333333337777F3333333333337007333333333337777333333333333330033
            3333333333377333333333333333033333333333333733333333333333333333
            3333333333333333333333333333333333333333333333333333}
          NumGlyphs = 2
          OnClick = spItemFontClick
        end
      end
      object gbStyle: TGroupBox
        Left = 154
        Top = 128
        Width = 139
        Height = 72
        Caption = ' Style '
        TabOrder = 3
        object Label7: TLabel
          Left = 8
          Top = 20
          Width = 31
          Height = 13
          Caption = 'Border'
        end
        object Label8: TLabel
          Left = 8
          Top = 48
          Width = 24
          Height = 13
          Caption = 'Paint'
        end
        object cbBorderStyle: TComboBox
          Left = 44
          Top = 16
          Width = 85
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 0
          OnClick = cbBorderStyleClick
          Items.Strings = (
            'None'
            'Single')
        end
        object cbPaintStyle: TComboBox
          Left = 44
          Top = 44
          Width = 85
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 1
          OnClick = cbPaintStyleClick
          Items.Strings = (
            'Flat'
            'Standard')
        end
      end
      object gbMiscellaneous: TGroupBox
        Left = 154
        Top = 200
        Width = 139
        Height = 65
        Caption = 'Miscellaneous'
        TabOrder = 4
        object cbCanSelected: TCheckBox
          Left = 8
          Top = 16
          Width = 105
          Height = 17
          Caption = 'Show Selected'
          TabOrder = 0
          OnClick = cbCanSelectedClick
        end
        object cbShowGroups: TCheckBox
          Left = 8
          Top = 40
          Width = 85
          Height = 17
          Caption = 'Show Groups'
          TabOrder = 1
          OnClick = cbShowGroupsClick
        end
      end
      object gbSideBarPopupmenu: TGroupBox
        Left = 8
        Top = 128
        Width = 140
        Height = 137
        Caption = 'Popup menu - visible items'
        TabOrder = 2
        object cbIconType: TCheckBox
          Left = 13
          Top = 16
          Width = 73
          Height = 17
          Caption = 'Icon Type'
          TabOrder = 0
          OnClick = cbSBPopupMenuClick
        end
        object cbAddGroup: TCheckBox
          Tag = 1
          Left = 13
          Top = 32
          Width = 73
          Height = 17
          Caption = 'Add Group'
          TabOrder = 1
          OnClick = cbSBPopupMenuClick
        end
        object cbRemoveGroup: TCheckBox
          Tag = 2
          Left = 13
          Top = 48
          Width = 97
          Height = 17
          Caption = 'Remove Group'
          TabOrder = 2
          OnClick = cbSBPopupMenuClick
        end
        object cbCustomize: TCheckBox
          Tag = 3
          Left = 13
          Top = 64
          Width = 73
          Height = 17
          Caption = 'Customize'
          TabOrder = 3
          OnClick = cbSBPopupMenuClick
        end
        object cbRenameGroup: TCheckBox
          Tag = 4
          Left = 13
          Top = 80
          Width = 89
          Height = 17
          Caption = 'Rename Group'
          TabOrder = 4
          OnClick = cbSBPopupMenuClick
        end
        object cbRenameItem: TCheckBox
          Tag = 5
          Left = 13
          Top = 96
          Width = 81
          Height = 17
          Caption = 'Rename Item'
          TabOrder = 5
          OnClick = cbSBPopupMenuClick
        end
        object cbRemoveItem: TCheckBox
          Tag = 6
          Left = 13
          Top = 112
          Width = 81
          Height = 17
          Caption = 'Remove Item'
          TabOrder = 6
          OnClick = cbSBPopupMenuClick
        end
      end
    end
  end
  object btnClose: TButton
    Left = 368
    Top = 304
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Close'
    TabOrder = 1
    OnClick = btnCloseClick
  end
  object ColorDialog: TColorDialog
    Left = 4
    Top = 388
  end
  object OpenPictureDialog: TOpenPictureDialog
    Filter = 
      'All (*.bmp;*.ico;*.emf;*.wmf)|*.bmp;*.ico;*.emf;*.wmf|Bitmaps (*' +
      '.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf' +
      '|Metafiles (*.wmf)|*.wmf'
    Left = 36
    Top = 388
  end
  object FontDialog: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Left = 68
    Top = 388
  end
end

⌨️ 快捷键说明

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