home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / text-editors-a / CTextE3.EXE / Textedit.exe / 0 / RCDATA / TSYNTAX / TSYNTAX.txt
Text File  |  1998-04-07  |  2KB  |  84 lines

  1. object Syntax: TSyntax
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Syntax'
  6.   ClientHeight = 263
  7.   ClientWidth = 290
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 20
  20.     Top = 10
  21.     Width = 51
  22.     Height = 13
  23.     Caption = 'Font Color:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 18
  27.     Top = 116
  28.     Width = 88
  29.     Height = 13
  30.     Caption = 'Background Color:'
  31.   end
  32.   object ColorGrid1: TColorGrid
  33.     Left = 60
  34.     Top = 130
  35.     Width = 172
  36.     Height = 80
  37.     ForegroundIndex = 15
  38.     BackgroundIndex = 4
  39.     ForegroundEnabled = False
  40.     TabOrder = 1
  41.   end
  42.   object ColorGrid2: TColorGrid
  43.     Left = 60
  44.     Top = 24
  45.     Width = 172
  46.     Height = 80
  47.     ForegroundIndex = 11
  48.     BackgroundEnabled = False
  49.     TabOrder = 0
  50.   end
  51.   object Button1: TButton
  52.     Left = 128
  53.     Top = 231
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 2
  59.     OnClick = RkOkButton1Click
  60.   end
  61.   object Button2: TButton
  62.     Left = 206
  63.     Top = 231
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     TabOrder = 3
  69.     OnClick = Button2Click
  70.   end
  71.   object IniOut1: TIniOut
  72.     Items.Strings = (
  73.       
  74.         'ColorGrid1;BackgroundIndex;15;SOFTWARE\Castillo\Text Editor;BGCo' +
  75.         'lor;1;0'
  76.       
  77.         'ColorGrid2;ForegroundIndex;11;SOFTWARE\Castillo\Text Editor;FGCo' +
  78.         'lor;1;0')
  79.     RegistryRoot = LOCAL_MACHINE
  80.     Left = 244
  81.     Top = 127
  82.   end
  83. end
  84.