Menu

[r2017]: / trunk / Src / FrGeneralPrefs.dfm  Maximize  Restore  History

Download this file

75 lines (74 with data), 1.6 kB

inherited GeneralPrefsFrame: TGeneralPrefsFrame
  Width = 397
  Height = 311
  ExplicitWidth = 397
  ExplicitHeight = 311
  DesignSize = (
    397
    311)
  object gbMeasurement: TGroupBox
    Left = 1
    Top = 127
    Width = 393
    Height = 57
    Anchors = [akLeft, akTop, akRight]
    Caption = ' Measurement '
    TabOrder = 1
    object lblUnits: TLabel
      Left = 8
      Top = 24
      Width = 157
      Height = 13
      Caption = 'Preferred units of measurement:'
    end
    object cbUnits: TComboBox
      Left = 168
      Top = 20
      Width = 113
      Height = 21
      Style = csDropDownList
      TabOrder = 0
    end
  end
  object gbDisplay: TGroupBox
    Left = 1
    Top = 3
    Width = 393
    Height = 118
    Anchors = [akLeft, akTop, akRight]
    Caption = ' Display '
    TabOrder = 0
    object lblOverviewTree: TLabel
      Left = 8
      Top = 24
      Width = 161
      Height = 13
      Caption = 'Start overview pane treeview as:'
    end
    object cbOverviewTree: TComboBox
      Left = 184
      Top = 20
      Width = 113
      Height = 21
      Style = csDropDownList
      TabOrder = 0
    end
    object chkHideEmptySections: TCheckBox
      Left = 3
      Top = 64
      Width = 353
      Height = 17
      Caption = 'Hide empty section headings in overview'
      TabOrder = 1
      OnClick = chkHideEmptySectionsClick
    end
    object chkSnippetsInNewTab: TCheckBox
      Left = 3
      Top = 87
      Width = 374
      Height = 17
      Caption = 'Display newly added snippets && categories in new tabs'
      TabOrder = 2
    end
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.