object Syntax: TSyntax Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Syntax' ClientHeight = 263 ClientWidth = 290 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 20 Top = 10 Width = 51 Height = 13 Caption = 'Font Color:' end object Label2: TLabel Left = 18 Top = 116 Width = 88 Height = 13 Caption = 'Background Color:' end object ColorGrid1: TColorGrid Left = 60 Top = 130 Width = 172 Height = 80 ForegroundIndex = 15 BackgroundIndex = 4 ForegroundEnabled = False TabOrder = 1 end object ColorGrid2: TColorGrid Left = 60 Top = 24 Width = 172 Height = 80 ForegroundIndex = 11 BackgroundEnabled = False TabOrder = 0 end object Button1: TButton Left = 128 Top = 231 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 2 OnClick = RkOkButton1Click end object Button2: TButton Left = 206 Top = 231 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = Button2Click end object IniOut1: TIniOut Items.Strings = ( 'ColorGrid1;BackgroundIndex;15;SOFTWARE\Castillo\Text Editor;BGCo' + 'lor;1;0' 'ColorGrid2;ForegroundIndex;11;SOFTWARE\Castillo\Text Editor;FGCo' + 'lor;1;0') RegistryRoot = LOCAL_MACHINE Left = 244 Top = 127 end end