Menu

[r3902]: / branches / parsnip / Src / Main / CS.UI.Dialogs.HiliteThemesEditor.dfm  Maximize  Restore  History

Download this file

299 lines (298 with data), 6.6 kB

inherited HiliteThemesEditorDlg: THiliteThemesEditorDlg
  Caption = 'Syntax Highlight Themes Editior'
  ClientHeight = 487
  ClientWidth = 609
  OnCloseQuery = FormCloseQuery
  ExplicitWidth = 615
  ExplicitHeight = 515
  PixelsPerInch = 96
  TextHeight = 13
  inherited bvlBottom: TBevel
    Top = 446
    ExplicitTop = 446
  end
  inherited pnlBody: TPanel
    Width = 600
    Height = 439
    ExplicitWidth = 600
    ExplicitHeight = 439
    object lblThemes: TLabel
      Left = 4
      Top = 13
      Width = 88
      Height = 13
      Caption = 'Highlighter theme:'
      FocusControl = cbThemes
    end
    object lblBrushes: TLabel
      Left = 4
      Top = 184
      Width = 101
      Height = 13
      Caption = 'Source code "brush":'
      FocusControl = cbBrushes
    end
    object cbThemes: TComboBox
      Left = 118
      Top = 10
      Width = 156
      Height = 21
      Style = csDropDownList
      TabOrder = 0
      OnChange = cbThemesChange
    end
    object cbBrushes: TComboBox
      Left = 118
      Top = 181
      Width = 219
      Height = 21
      Style = csDropDownList
      TabOrder = 6
      OnChange = cbBrushesChange
    end
    object gbThemeProps: TGroupBox
      Left = 0
      Top = 78
      Width = 594
      Height = 92
      Caption = 'Theme properties'
      TabOrder = 5
      object lblFontName: TLabel
        Left = 8
        Top = 26
        Width = 55
        Height = 13
        Caption = 'Font name:'
        FocusControl = cbFontName
      end
      object lblDefForeground: TLabel
        Left = 314
        Top = 24
        Width = 128
        Height = 13
        Caption = 'Default foreground colour:'
      end
      object lblDefBackground: TLabel
        Left = 314
        Top = 58
        Width = 130
        Height = 13
        Caption = 'Default background colour:'
      end
      object lblFontSize: TLabel
        Left = 8
        Top = 58
        Width = 47
        Height = 13
        Caption = 'Font size:'
        FocusControl = cbFontSize
      end
      object cbFontName: TComboBox
        Left = 74
        Top = 22
        Width = 197
        Height = 21
        Style = csDropDownList
        Sorted = True
        TabOrder = 0
        OnChange = cbFontNameChange
      end
      object cbFontSize: TComboBox
        Left = 74
        Top = 54
        Width = 72
        Height = 21
        Style = csDropDownList
        TabOrder = 1
        OnChange = cbFontSizeChange
        OnKeyPress = cbFontSizeKeyPress
      end
    end
    object btnDelete: TButton
      Left = 518
      Top = 8
      Width = 75
      Height = 25
      Action = actDelete
      TabOrder = 2
    end
    object btnSave: TButton
      Left = 518
      Top = 39
      Width = 75
      Height = 25
      Action = actSave
      TabOrder = 4
    end
    object gbElements: TGroupBox
      Left = 0
      Top = 214
      Width = 594
      Height = 214
      Caption = 'Element style'
      TabOrder = 8
      object lblElements: TLabel
        Left = 8
        Top = 20
        Width = 47
        Height = 13
        Caption = '&Elements:'
        FocusControl = lbElements
      end
      object lblForeground: TLabel
        Left = 341
        Top = 20
        Width = 94
        Height = 13
        Caption = 'Foreground Colour:'
      end
      object lblExample: TLabel
        Left = 206
        Top = 127
        Width = 44
        Height = 13
        Caption = 'Example:'
      end
      object lblBackground: TLabel
        Left = 341
        Top = 60
        Width = 94
        Height = 13
        Caption = 'Background Colour:'
      end
      object lbElements: TListBox
        Left = 8
        Top = 37
        Width = 173
        Height = 164
        ItemHeight = 13
        TabOrder = 0
        OnClick = lbElementsClick
      end
      object gbFontStyle: TGroupBox
        Left = 206
        Top = 20
        Width = 112
        Height = 95
        Caption = ' Font style '
        TabOrder = 1
        object chkBold: TCheckBox
          Left = 8
          Top = 18
          Width = 89
          Height = 17
          Caption = '&Bold'
          TabOrder = 0
          OnClick = chkBoldClick
        end
        object chkItalics: TCheckBox
          Left = 8
          Top = 44
          Width = 89
          Height = 17
          Caption = '&Italics'
          TabOrder = 1
          OnClick = chkItalicsClick
        end
        object chkUnderline: TCheckBox
          Left = 8
          Top = 66
          Width = 89
          Height = 21
          Caption = '&Underline'
          TabOrder = 2
          OnClick = chkUnderlineClick
        end
      end
      inline frmExample: TRTFShowCaseFrame
        Left = 206
        Top = 146
        Width = 227
        Height = 51
        TabOrder = 3
        ExplicitLeft = 206
        ExplicitTop = 146
        ExplicitWidth = 227
        ExplicitHeight = 51
        inherited reView: TRichEdit
          Width = 227
          Height = 51
          ExplicitWidth = 227
          ExplicitHeight = 51
        end
      end
      object btnDefaultStyle: TButton
        Left = 464
        Top = 144
        Width = 115
        Height = 25
        Action = actDefaultStyle
        TabOrder = 2
      end
    end
    object btnPreview: TButton
      Left = 358
      Top = 179
      Width = 75
      Height = 25
      Action = actPreview
      TabOrder = 7
    end
    object btnNew: TButton
      Left = 437
      Top = 8
      Width = 75
      Height = 25
      Action = actNew
      TabOrder = 1
    end
    object btnUpdate: TButton
      Left = 437
      Top = 39
      Width = 75
      Height = 25
      Action = actUpdate
      TabOrder = 3
    end
  end
  inherited btnHelp: TButton
    Top = 454
    ExplicitTop = 454
  end
  inherited btnClose: TButton
    Top = 454
    ExplicitTop = 454
  end
  object alDlg: TActionList
    Left = 408
    Top = 440
    object actDelete: TAction
      Caption = 'Delete'
      OnExecute = actDeleteExecute
      OnUpdate = actDeleteUpdate
    end
    object actSave: TAction
      Caption = 'Save As...'
      OnExecute = actSaveExecute
    end
    object actPreview: TAction
      Caption = 'Preview...'
      OnExecute = actPreviewExecute
      OnUpdate = actPreviewUpdate
    end
    object actNew: TAction
      Caption = 'New'
      OnExecute = actNewExecute
    end
    object actDefaultStyle: TAction
      Caption = 'Use Default Style'
      OnExecute = actDefaultStyleExecute
      OnUpdate = actDefaultStyleUpdate
    end
    object actUpdate: TAction
      Caption = 'Update'
      OnExecute = actUpdateExecute
      OnUpdate = actUpdateUpdate
    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.