Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
object frHilightForm: TfrHilightForm
  Left = 366
  Height = 295
  Top = 176
  Width = 325
  HorzScrollBar.Page = 228
  VertScrollBar.Page = 252
  ActiveControl = Edit1
  Caption = 'Highlight attributes'
  ClientHeight = 295
  ClientWidth = 325
  OnActivate = FormActivate
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '1.3'
  object GroupBox1: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = GroupBox3
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 86
    Top = 78
    Width = 313
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Font'
    ClientHeight = 63
    ClientWidth = 309
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      AnchorSideTop.Control = GroupBox1
      AnchorSideRight.Control = GroupBox1
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Control = GroupBox1
      AnchorSideBottom.Side = asrBottom
      Left = 252
      Height = 25
      Top = 32
      Width = 51
      Anchors = [akRight, akBottom]
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'C&olor...'
      NumGlyphs = 2
      OnClick = SpeedButton1Click
    end
    object CB1: TCheckBox
      Left = 0
      Height = 23
      Top = 0
      Width = 52
      HelpContext = 67
      AllowGrayed = True
      Caption = '&Bold'
      TabOrder = 0
    end
    object CB2: TCheckBox
      Left = 0
      Height = 23
      Top = 20
      Width = 54
      HelpContext = 76
      AllowGrayed = True
      Caption = '&Italic'
      TabOrder = 1
    end
    object CB3: TCheckBox
      Left = 0
      Height = 23
      Top = 40
      Width = 85
      HelpContext = 85
      AllowGrayed = True
      Caption = '&Underline'
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = GroupBox1
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 66
    Top = 170
    Width = 313
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Background'
    ClientHeight = 43
    ClientWidth = 309
    TabOrder = 1
    object SpeedButton2: TSpeedButton
      AnchorSideRight.Control = GroupBox2
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Control = GroupBox2
      AnchorSideBottom.Side = asrBottom
      Left = 252
      Height = 25
      Top = 12
      Width = 51
      Anchors = [akRight, akBottom]
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'Co&lor...'
      OnClick = SpeedButton2Click
    end
    object RB1: TRadioButton
      Left = 0
      Height = 23
      Top = 0
      Width = 100
      HelpContext = 92
      Caption = '&Transparent'
      Checked = True
      OnClick = RB1Click
      TabOrder = 0
      TabStop = True
    end
    object RB2: TRadioButton
      Left = 0
      Height = 23
      Top = 20
      Width = 61
      HelpContext = 103
      Caption = 'Ot&her'
      OnClick = RB1Click
      TabOrder = 1
    end
  end
  object GroupBox3: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 66
    Top = 6
    Width = 313
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Condition'
    ClientHeight = 43
    ClientWidth = 309
    TabOrder = 2
    object Edit1: TEdit
      AnchorSideLeft.Control = GroupBox3
      AnchorSideTop.Control = GroupBox3
      AnchorSideRight.Control = GroupBox3
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 31
      Top = 6
      Width = 297
      HelpContext = 113
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      TabOrder = 0
    end
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 41
    Top = 248
    Width = 313
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 3
    ShowButtons = [pbOK, pbCancel, pbHelp]
  end
  object ColorDialog1: TColorDialog
    Color = clBlack
    CustomColors.Strings = (
      'ColorA=000000'
      'ColorB=000080'
      'ColorC=008000'
      'ColorD=008080'
      'ColorE=800000'
      'ColorF=800080'
      'ColorG=808000'
      'ColorH=808080'
      'ColorI=C0C0C0'
      'ColorJ=0000FF'
      'ColorK=00FF00'
      'ColorL=00FFFF'
      'ColorM=FF0000'
      'ColorN=FF00FF'
      'ColorO=FFFF00'
      'ColorP=FFFFFF'
      'ColorQ=C0DCC0'
      'ColorR=F0CAA6'
      'ColorS=F0FBFF'
      'ColorT=A4A0A0'
    )
    left = 152
    top = 144
  end
end