Menu

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

Download this file

35 lines (34 with data), 758 Bytes

inherited HiliteThemeNameDlg: THiliteThemeNameDlg
  Caption = 'Name Syntax Highlighter Theme'
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    object lblThemeName: TLabel
      Left = 0
      Top = 0
      Width = 65
      Height = 13
      Caption = '&Theme name:'
      FocusControl = cbThemeName
    end
    object lblError: TLabel
      Left = 0
      Top = 72
      Width = 229
      Height = 13
      Caption = 'This theme is reserved and can'#39't be overwritten'
    end
    object cbThemeName: TComboBox
      Left = 0
      Top = 32
      Width = 329
      Height = 21
      TabOrder = 0
      Text = 'cbThemeName'
      OnChange = cbThemeNameChange
    end
  end
  inherited btnOK: TButton
    OnClick = btnOKClick
  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.