home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Vyzkuste / Synth2 / Synth2.exe / 0 / RCDATA / TSYNTHF / TSYNTHF.txt
Text File  |  1999-05-07  |  25KB  |  1,008 lines

  1. object SynthF: TSynthF
  2.   Left = 191
  3.   Top = 121
  4.   Width = 625
  5.   Height = 429
  6.   Caption = 'Jans Synth 2'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Editor: TmwCustomEdit
  20.     Left = 0
  21.     Top = 29
  22.     Width = 617
  23.     Height = 325
  24.     Cursor = crIBeam
  25.     Align = alClient
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -17
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     GutterColor = clBtnFace
  32.     GutterWidth = 66
  33.     HighLighter = highlight
  34.     Keystrokes = <
  35.       item
  36.         ShortCut = 38
  37.         Command = ecUp
  38.       end
  39.       item
  40.         ShortCut = 8230
  41.         Command = ecSelUp
  42.       end
  43.       item
  44.         ShortCut = 16422
  45.         Command = ecScrollUp
  46.       end
  47.       item
  48.         ShortCut = 40
  49.         Command = ecDown
  50.       end
  51.       item
  52.         ShortCut = 8232
  53.         Command = ecSelDown
  54.       end
  55.       item
  56.         ShortCut = 16424
  57.         Command = ecScrollDown
  58.       end
  59.       item
  60.         ShortCut = 37
  61.         Command = ecLeft
  62.       end
  63.       item
  64.         ShortCut = 8229
  65.         Command = ecSelLeft
  66.       end
  67.       item
  68.         ShortCut = 16421
  69.         Command = ecWordLeft
  70.       end
  71.       item
  72.         ShortCut = 24613
  73.         Command = ecSelWordLeft
  74.       end
  75.       item
  76.         ShortCut = 39
  77.         Command = ecRight
  78.       end
  79.       item
  80.         ShortCut = 8231
  81.         Command = ecSelRight
  82.       end
  83.       item
  84.         ShortCut = 16423
  85.         Command = ecWordRight
  86.       end
  87.       item
  88.         ShortCut = 24615
  89.         Command = ecSelWordRight
  90.       end
  91.       item
  92.         ShortCut = 34
  93.         Command = ecPageDown
  94.       end
  95.       item
  96.         ShortCut = 8226
  97.         Command = ecSelPageDown
  98.       end
  99.       item
  100.         ShortCut = 16418
  101.         Command = ecPageBottom
  102.       end
  103.       item
  104.         ShortCut = 24610
  105.         Command = ecSelPageBottom
  106.       end
  107.       item
  108.         ShortCut = 33
  109.         Command = ecPageUp
  110.       end
  111.       item
  112.         ShortCut = 8225
  113.         Command = ecSelPageUp
  114.       end
  115.       item
  116.         ShortCut = 16417
  117.         Command = ecPageTop
  118.       end
  119.       item
  120.         ShortCut = 24609
  121.         Command = ecSelPageTop
  122.       end
  123.       item
  124.         ShortCut = 36
  125.         Command = ecLineStart
  126.       end
  127.       item
  128.         ShortCut = 8228
  129.         Command = ecSelLineStart
  130.       end
  131.       item
  132.         ShortCut = 16420
  133.         Command = ecEditorTop
  134.       end
  135.       item
  136.         ShortCut = 24612
  137.         Command = ecSelEditorTop
  138.       end
  139.       item
  140.         ShortCut = 35
  141.         Command = ecLineEnd
  142.       end
  143.       item
  144.         ShortCut = 8227
  145.         Command = ecSelLineEnd
  146.       end
  147.       item
  148.         ShortCut = 16419
  149.         Command = ecEditorBottom
  150.       end
  151.       item
  152.         ShortCut = 24611
  153.         Command = ecSelEditorBottom
  154.       end
  155.       item
  156.         ShortCut = 45
  157.         Command = ecToggleMode
  158.       end
  159.       item
  160.         ShortCut = 16429
  161.         Command = ecCopy
  162.       end
  163.       item
  164.         ShortCut = 8237
  165.         Command = ecPaste
  166.       end
  167.       item
  168.         ShortCut = 46
  169.         Command = ecDeleteChar
  170.       end
  171.       item
  172.         ShortCut = 8238
  173.         Command = ecCut
  174.       end
  175.       item
  176.         ShortCut = 8
  177.         Command = ecDeleteLastChar
  178.       end
  179.       item
  180.         ShortCut = 16392
  181.         Command = ecDeleteLastWord
  182.       end
  183.       item
  184.         ShortCut = 32776
  185.         Command = ecUndo
  186.       end
  187.       item
  188.         ShortCut = 40968
  189.         Command = ecRedo
  190.       end
  191.       item
  192.         ShortCut = 13
  193.         Command = ecLineBreak
  194.       end
  195.       item
  196.         ShortCut = 16449
  197.         Command = ecSelectAll
  198.       end
  199.       item
  200.         ShortCut = 16451
  201.         Command = ecCopy
  202.       end
  203.       item
  204.         ShortCut = 24649
  205.         Command = ecBlockIndent
  206.       end
  207.       item
  208.         ShortCut = 16461
  209.         Command = ecLineBreak
  210.       end
  211.       item
  212.         ShortCut = 16462
  213.         Command = ecInsertLine
  214.       end
  215.       item
  216.         ShortCut = 16468
  217.         Command = ecDeleteWord
  218.       end
  219.       item
  220.         ShortCut = 24661
  221.         Command = ecBlockUnindent
  222.       end
  223.       item
  224.         ShortCut = 16470
  225.         Command = ecPaste
  226.       end
  227.       item
  228.         ShortCut = 16472
  229.         Command = ecCut
  230.       end
  231.       item
  232.         ShortCut = 16473
  233.         Command = ecDeleteLine
  234.       end
  235.       item
  236.         ShortCut = 24665
  237.         Command = ecDeleteEOL
  238.       end
  239.       item
  240.         ShortCut = 16474
  241.         Command = ecUndo
  242.       end
  243.       item
  244.         ShortCut = 24666
  245.         Command = ecRedo
  246.       end
  247.       item
  248.         ShortCut = 16432
  249.         Command = ecGotoMarker0
  250.       end
  251.       item
  252.         ShortCut = 16433
  253.         Command = ecGotoMarker1
  254.       end
  255.       item
  256.         ShortCut = 16434
  257.         Command = ecGotoMarker2
  258.       end
  259.       item
  260.         ShortCut = 16435
  261.         Command = ecGotoMarker3
  262.       end
  263.       item
  264.         ShortCut = 16436
  265.         Command = ecGotoMarker4
  266.       end
  267.       item
  268.         ShortCut = 16437
  269.         Command = ecGotoMarker5
  270.       end
  271.       item
  272.         ShortCut = 16438
  273.         Command = ecGotoMarker6
  274.       end
  275.       item
  276.         ShortCut = 16439
  277.         Command = ecGotoMarker7
  278.       end
  279.       item
  280.         ShortCut = 16440
  281.         Command = ecGotoMarker8
  282.       end
  283.       item
  284.         ShortCut = 16441
  285.         Command = ecGotoMarker9
  286.       end
  287.       item
  288.         ShortCut = 24624
  289.         Command = ecSetMarker0
  290.       end
  291.       item
  292.         ShortCut = 24625
  293.         Command = ecSetMarker1
  294.       end
  295.       item
  296.         ShortCut = 24626
  297.         Command = ecSetMarker2
  298.       end
  299.       item
  300.         ShortCut = 24627
  301.         Command = ecSetMarker3
  302.       end
  303.       item
  304.         ShortCut = 24628
  305.         Command = ecSetMarker4
  306.       end
  307.       item
  308.         ShortCut = 24629
  309.         Command = ecSetMarker5
  310.       end
  311.       item
  312.         ShortCut = 24630
  313.         Command = ecSetMarker6
  314.       end
  315.       item
  316.         ShortCut = 24631
  317.         Command = ecSetMarker7
  318.       end
  319.       item
  320.         ShortCut = 24632
  321.         Command = ecSetMarker8
  322.       end
  323.       item
  324.         ShortCut = 24633
  325.         Command = ecSetMarker9
  326.       end>
  327.     LeftChar = 1
  328.     LeadingZeros = True
  329.     MaxUndo = 10
  330.     ParentColor = False
  331.     ParentFont = False
  332.     ReadOnly = False
  333.     TabOrder = 0
  334.     TopLine = 1
  335.     ZeroStart = False
  336.   end
  337.   object StatusBar1: TStatusBar
  338.     Left = 0
  339.     Top = 354
  340.     Width = 617
  341.     Height = 19
  342.     Panels = <>
  343.     SimplePanel = True
  344.   end
  345.   object ToolBar1: TToolBar
  346.     Left = 0
  347.     Top = 0
  348.     Width = 617
  349.     Height = 29
  350.     ButtonHeight = 24
  351.     Caption = 'ToolBar1'
  352.     TabOrder = 2
  353.     object ToolButton1: TToolButton
  354.       Left = 0
  355.       Top = 2
  356.       Width = 8
  357.       Caption = 'ToolButton1'
  358.       Style = tbsSeparator
  359.     end
  360.     object Tips: TComboBox
  361.       Left = 8
  362.       Top = 2
  363.       Width = 289
  364.       Height = 24
  365.       Hint = 'Tips'
  366.       Color = 12639424
  367.       ItemHeight = 16
  368.       ParentShowHint = False
  369.       PopupMenu = tippop
  370.       ShowHint = True
  371.       TabOrder = 0
  372.       OnClick = TipsClick
  373.     end
  374.     object ToolButton2: TToolButton
  375.       Left = 297
  376.       Top = 2
  377.       Width = 8
  378.       Caption = 'ToolButton2'
  379.       ImageIndex = 0
  380.       Style = tbsSeparator
  381.     end
  382.     object FileComboBox1: TFileComboBox
  383.       Left = 305
  384.       Top = 2
  385.       Width = 145
  386.       Height = 24
  387.       Hint = 'Tip Files'
  388.       ItemHeight = 16
  389.       Mask = '*.tip'
  390.       ParentShowHint = False
  391.       PopupMenu = tipfilespop
  392.       ShowHint = True
  393.       TabOrder = 1
  394.       OnClick = FileComboBox1Click
  395.     end
  396.     object ToolButton3: TToolButton
  397.       Left = 450
  398.       Top = 2
  399.       Width = 8
  400.       Caption = 'ToolButton3'
  401.       ImageIndex = 1
  402.       Style = tbsSeparator
  403.     end
  404.     object keyfiles: TFileComboBox
  405.       Left = 458
  406.       Top = 2
  407.       Width = 145
  408.       Height = 24
  409.       Hint = 'Keyword Files'
  410.       Color = 12648447
  411.       Font.Charset = DEFAULT_CHARSET
  412.       Font.Color = clRed
  413.       Font.Height = -13
  414.       Font.Name = 'MS Sans Serif'
  415.       Font.Style = [fsBold]
  416.       ItemHeight = 16
  417.       Mask = '*.jkf'
  418.       ParentFont = False
  419.       ParentShowHint = False
  420.       PopupMenu = keyfilespop
  421.       ShowHint = True
  422.       TabOrder = 2
  423.       OnClick = keyfilesClick
  424.     end
  425.   end
  426.   object highlight: TmwGeneralSyn
  427.     Comments = [csAnsiStyle]
  428.     CommentAttri.Background = clWindow
  429.     CommentAttri.Foreground = clBlue
  430.     CommentAttri.Style = [fsItalic]
  431.     CommentAttri.IntegerStyle = 2
  432.     IdentifierAttri.Background = clWindow
  433.     IdentifierAttri.Foreground = clWindowText
  434.     IdentifierAttri.Style = []
  435.     IdentifierAttri.IntegerStyle = 0
  436.     KeyAttri.Background = clWindow
  437.     KeyAttri.Foreground = clWindowText
  438.     KeyAttri.Style = [fsBold]
  439.     KeyAttri.IntegerStyle = 1
  440.     NumberAttri.Background = clWindow
  441.     NumberAttri.Foreground = clWindowText
  442.     NumberAttri.Style = []
  443.     NumberAttri.IntegerStyle = 0
  444.     SpaceAttri.Background = clWindow
  445.     SpaceAttri.Foreground = clWindowText
  446.     SpaceAttri.Style = []
  447.     SpaceAttri.IntegerStyle = 0
  448.     StringAttri.Background = clWindow
  449.     StringAttri.Foreground = clWindowText
  450.     StringAttri.Style = []
  451.     StringAttri.IntegerStyle = 0
  452.     SymbolAttri.Background = clWindow
  453.     SymbolAttri.Foreground = clWindowText
  454.     SymbolAttri.Style = []
  455.     SymbolAttri.IntegerStyle = 0
  456.     Left = 304
  457.     Top = 136
  458.   end
  459.   object MainMenu1: TMainMenu
  460.     Left = 72
  461.     Top = 32
  462.     object File1: TMenuItem
  463.       Caption = '&File'
  464.       object Open1: TMenuItem
  465.         Caption = '&Open...'
  466.         ShortCut = 16463
  467.         OnClick = Open1Click
  468.       end
  469.       object Reopen1: TMenuItem
  470.         Caption = 'Reopen'
  471.         object ro1: TMenuItem
  472.           OnClick = ro1Click
  473.         end
  474.         object ro2: TMenuItem
  475.           OnClick = ro1Click
  476.         end
  477.         object ro3: TMenuItem
  478.           OnClick = ro1Click
  479.         end
  480.         object ro4: TMenuItem
  481.           OnClick = ro1Click
  482.         end
  483.       end
  484.       object Save1: TMenuItem
  485.         Caption = '&Save'
  486.         ShortCut = 16467
  487.         OnClick = Save1Click
  488.       end
  489.       object SaveAs1: TMenuItem
  490.         Caption = 'Save &As...'
  491.         OnClick = SaveAs1Click
  492.       end
  493.       object Close1: TMenuItem
  494.         Caption = '&Close'
  495.         OnClick = Close1Click
  496.       end
  497.       object N6: TMenuItem
  498.         Caption = '-'
  499.       end
  500.       object Print1: TMenuItem
  501.         Caption = '&Print'
  502.         OnClick = Print1Click
  503.       end
  504.       object N1: TMenuItem
  505.         Caption = '-'
  506.       end
  507.       object Exit1: TMenuItem
  508.         Caption = 'E&xit'
  509.       end
  510.     end
  511.     object Edit1: TMenuItem
  512.       Caption = '&Edit'
  513.       object Undo1: TMenuItem
  514.         Caption = '&Undo'
  515.         ShortCut = 16474
  516.         OnClick = Undo1Click
  517.       end
  518.       object Redo1: TMenuItem
  519.         Caption = '&Redo'
  520.         ShortCut = 49242
  521.         OnClick = Redo1Click
  522.       end
  523.       object Cut1: TMenuItem
  524.         Caption = 'Cu&t'
  525.         ShortCut = 16472
  526.         OnClick = Cut1Click
  527.       end
  528.       object Copy1: TMenuItem
  529.         Caption = '&Copy'
  530.         ShortCut = 16451
  531.         OnClick = Copy1Click
  532.       end
  533.       object Paste1: TMenuItem
  534.         Caption = '&Paste'
  535.         ShortCut = 16470
  536.         OnClick = Paste1Click
  537.       end
  538.       object SelectAll1: TMenuItem
  539.         Caption = 'Select &All'
  540.         ShortCut = 16449
  541.         OnClick = SelectAll1Click
  542.       end
  543.       object N3: TMenuItem
  544.         Caption = '-'
  545.       end
  546.       object Find1: TMenuItem
  547.         Caption = '&Find...'
  548.         ShortCut = 16454
  549.         OnClick = Find1Click
  550.       end
  551.       object Replace1: TMenuItem
  552.         Caption = '&Replace...'
  553.         ShortCut = 16466
  554.         OnClick = Replace1Click
  555.       end
  556.       object GotoLine1: TMenuItem
  557.         Caption = '&Go to Line Number...'
  558.         ShortCut = 16455
  559.         OnClick = GotoLine1Click
  560.       end
  561.     end
  562.     object Synth1: TMenuItem
  563.       Caption = '&Synth'
  564.       object HighLighter1: TMenuItem
  565.         Caption = 'HighLighter'
  566.         object User1: TMenuItem
  567.           Caption = '&User'
  568.           Checked = True
  569.           GroupIndex = 1
  570.           RadioItem = True
  571.           OnClick = User1Click
  572.         end
  573.         object Pascal1: TMenuItem
  574.           Caption = '&Pascal'
  575.           GroupIndex = 1
  576.           RadioItem = True
  577.           OnClick = Pascal1Click
  578.         end
  579.         object Perl1: TMenuItem
  580.           Caption = 'Per&l'
  581.           GroupIndex = 1
  582.           RadioItem = True
  583.           OnClick = Perl1Click
  584.         end
  585.         object C1: TMenuItem
  586.           Caption = '&C++'
  587.           GroupIndex = 1
  588.           RadioItem = True
  589.           OnClick = C1Click
  590.         end
  591.         object Java1: TMenuItem
  592.           Caption = '&Java'
  593.           GroupIndex = 1
  594.           RadioItem = True
  595.           OnClick = Java1Click
  596.         end
  597.         object HTML1: TMenuItem
  598.           Caption = '&HTML'
  599.           GroupIndex = 1
  600.           RadioItem = True
  601.           OnClick = HTML1Click
  602.         end
  603.         object VisualBasicScript1: TMenuItem
  604.           Caption = '&Visual Basic Script'
  605.           GroupIndex = 1
  606.           RadioItem = True
  607.           OnClick = VisualBasicScript1Click
  608.         end
  609.       end
  610.       object UserAttributes1: TMenuItem
  611.         Caption = 'User Attributes'
  612.         object LoadKeywords1: TMenuItem
  613.           Caption = 'Load &Keywords'
  614.           OnClick = LoadKeywords1Click
  615.         end
  616.         object SaveKeywords1: TMenuItem
  617.           Caption = '&Save Keywords'
  618.           OnClick = SaveKeywords1Click
  619.         end
  620.         object N4: TMenuItem
  621.           Caption = '-'
  622.         end
  623.         object BackColor1: TMenuItem
  624.           Caption = 'Back Color...'
  625.           OnClick = BackColor1Click
  626.         end
  627.         object ForeColor1: TMenuItem
  628.           Caption = 'Fore Color...'
  629.           OnClick = ForeColor1Click
  630.         end
  631.         object N5: TMenuItem
  632.           Caption = '-'
  633.         end
  634.         object Bold1: TMenuItem
  635.           Caption = 'Bold'
  636.           Checked = True
  637.           OnClick = Bold1Click
  638.         end
  639.         object Italic1: TMenuItem
  640.           Caption = 'Italic'
  641.           OnClick = Italic1Click
  642.         end
  643.         object Underline1: TMenuItem
  644.           Caption = 'Underline'
  645.           OnClick = Underline1Click
  646.         end
  647.       end
  648.       object CommentStyle1: TMenuItem
  649.         Caption = 'Comment Style'
  650.         object Ansi1: TMenuItem
  651.           Caption = 'Ansi'
  652.           Checked = True
  653.           GroupIndex = 1
  654.           RadioItem = True
  655.           OnClick = Ansi1Click
  656.         end
  657.         object Pascal2: TMenuItem
  658.           Caption = 'Pascal'
  659.           GroupIndex = 1
  660.           RadioItem = True
  661.           OnClick = Pascal2Click
  662.         end
  663.         object C2: TMenuItem
  664.           Caption = 'C'
  665.           GroupIndex = 1
  666.           RadioItem = True
  667.           OnClick = C2Click
  668.         end
  669.         object Asm1: TMenuItem
  670.           Caption = 'Asm'
  671.           GroupIndex = 1
  672.           RadioItem = True
  673.           OnClick = Asm1Click
  674.         end
  675.         object Basic1: TMenuItem
  676.           Caption = 'Basic'
  677.           GroupIndex = 1
  678.           RadioItem = True
  679.           OnClick = Basic1Click
  680.         end
  681.       end
  682.     end
  683.     object Options1: TMenuItem
  684.       Caption = '&Options'
  685.       object LineNumbers1: TMenuItem
  686.         Caption = 'Line &Numbers'
  687.         OnClick = LineNumbers1Click
  688.       end
  689.     end
  690.     object Help1: TMenuItem
  691.       Caption = '&Help'
  692.       object Contents1: TMenuItem
  693.         Caption = '&Contents'
  694.         ShortCut = 112
  695.         OnClick = Contents1Click
  696.       end
  697.       object N2: TMenuItem
  698.         Caption = '-'
  699.       end
  700.       object About1: TMenuItem
  701.         Caption = '&About'
  702.         OnClick = About1Click
  703.       end
  704.     end
  705.   end
  706.   object HPascal: TmwPasSyn
  707.     DefaultFilter = 'Pascal files (*.pas,*.inc)|*.PAS;*.INC'
  708.     AsmAttri.Background = clWindow
  709.     AsmAttri.Foreground = clWindowText
  710.     AsmAttri.Style = []
  711.     AsmAttri.IntegerStyle = 0
  712.     CommentAttri.Background = clWindow
  713.     CommentAttri.Foreground = clWindowText
  714.     CommentAttri.Style = [fsItalic]
  715.     CommentAttri.IntegerStyle = 2
  716.     IdentifierAttri.Background = clWindow
  717.     IdentifierAttri.Foreground = clWindowText
  718.     IdentifierAttri.Style = []
  719.     IdentifierAttri.IntegerStyle = 0
  720.     KeyAttri.Background = clWindow
  721.     KeyAttri.Foreground = clWindowText
  722.     KeyAttri.Style = [fsBold]
  723.     KeyAttri.IntegerStyle = 1
  724.     NumberAttri.Background = clWindow
  725.     NumberAttri.Foreground = clWindowText
  726.     NumberAttri.Style = []
  727.     NumberAttri.IntegerStyle = 0
  728.     SpaceAttri.Background = clWindow
  729.     SpaceAttri.Foreground = clWindowText
  730.     SpaceAttri.Style = []
  731.     SpaceAttri.IntegerStyle = 0
  732.     StringAttri.Background = clWindow
  733.     StringAttri.Foreground = clWindowText
  734.     StringAttri.Style = []
  735.     StringAttri.IntegerStyle = 0
  736.     SymbolAttri.Background = clWindow
  737.     SymbolAttri.Foreground = clWindowText
  738.     SymbolAttri.Style = []
  739.     SymbolAttri.IntegerStyle = 0
  740.     Left = 136
  741.     Top = 48
  742.   end
  743.   object HCpp: TDcjCppSyn
  744.     DefaultFilter = 'C++ files (*.cpp,*.h,*.hpp)|*.CPP;*.H;*.HPP'
  745.     AsmAttri.Background = clWindow
  746.     AsmAttri.Foreground = clWindowText
  747.     AsmAttri.Style = []
  748.     AsmAttri.IntegerStyle = 0
  749.     CommentAttri.Background = clWindow
  750.     CommentAttri.Foreground = clWindowText
  751.     CommentAttri.Style = [fsItalic]
  752.     CommentAttri.IntegerStyle = 2
  753.     DirecAttri.Background = clWindow
  754.     DirecAttri.Foreground = clWindowText
  755.     DirecAttri.Style = []
  756.     DirecAttri.IntegerStyle = 0
  757.     IdentifierAttri.Background = clWindow
  758.     IdentifierAttri.Foreground = clWindowText
  759.     IdentifierAttri.Style = []
  760.     IdentifierAttri.IntegerStyle = 0
  761.     InvalidAttri.Background = clWindow
  762.     InvalidAttri.Foreground = clWindowText
  763.     InvalidAttri.Style = []
  764.     InvalidAttri.IntegerStyle = 0
  765.     KeyAttri.Background = clWindow
  766.     KeyAttri.Foreground = clWindowText
  767.     KeyAttri.Style = [fsBold]
  768.     KeyAttri.IntegerStyle = 1
  769.     NumberAttri.Background = clWindow
  770.     NumberAttri.Foreground = clWindowText
  771.     NumberAttri.Style = []
  772.     NumberAttri.IntegerStyle = 0
  773.     SpaceAttri.Background = clWindow
  774.     SpaceAttri.Foreground = clWindow
  775.     SpaceAttri.Style = []
  776.     SpaceAttri.IntegerStyle = 0
  777.     StringAttri.Background = clWindow
  778.     StringAttri.Foreground = clWindowText
  779.     StringAttri.Style = []
  780.     StringAttri.IntegerStyle = 0
  781.     SymbolAttri.Background = clWindow
  782.     SymbolAttri.Foreground = clWindowText
  783.     SymbolAttri.Style = []
  784.     SymbolAttri.IntegerStyle = 0
  785.     Left = 136
  786.     Top = 88
  787.   end
  788.   object HPerl: TDcjPerlSyn
  789.     DefaultFilter = 'Perl files (*.pl,*.pm,*.cgi)|*.PL;*.PM;*.CGI'
  790.     CommentAttri.Background = clWindow
  791.     CommentAttri.Foreground = clWindowText
  792.     CommentAttri.Style = [fsItalic]
  793.     CommentAttri.IntegerStyle = 2
  794.     IdentifierAttri.Background = clWindow
  795.     IdentifierAttri.Foreground = clWindowText
  796.     IdentifierAttri.Style = []
  797.     IdentifierAttri.IntegerStyle = 0
  798.     InvalidAttri.Background = clWindow
  799.     InvalidAttri.Foreground = clWindowText
  800.     InvalidAttri.Style = []
  801.     InvalidAttri.IntegerStyle = 0
  802.     KeyAttri.Background = clWindow
  803.     KeyAttri.Foreground = clWindowText
  804.     KeyAttri.Style = [fsBold]
  805.     KeyAttri.IntegerStyle = 1
  806.     NumberAttri.Background = clWindow
  807.     NumberAttri.Foreground = clWindowText
  808.     NumberAttri.Style = []
  809.     NumberAttri.IntegerStyle = 0
  810.     OperatorAttri.Background = clWindow
  811.     OperatorAttri.Foreground = clWindowText
  812.     OperatorAttri.Style = []
  813.     OperatorAttri.IntegerStyle = 0
  814.     PragmaAttri.Background = clWindow
  815.     PragmaAttri.Foreground = clWindowText
  816.     PragmaAttri.Style = [fsBold]
  817.     PragmaAttri.IntegerStyle = 1
  818.     SpaceAttri.Background = clWindow
  819.     SpaceAttri.Foreground = clWindow
  820.     SpaceAttri.Style = []
  821.     SpaceAttri.IntegerStyle = 0
  822.     StringAttri.Background = clWindow
  823.     StringAttri.Foreground = clWindowText
  824.     StringAttri.Style = []
  825.     StringAttri.IntegerStyle = 0
  826.     SymbolAttri.Background = clWindow
  827.     SymbolAttri.Foreground = clWindowText
  828.     SymbolAttri.Style = []
  829.     SymbolAttri.IntegerStyle = 0
  830.     VariableAttri.Background = clWindow
  831.     VariableAttri.Foreground = clWindowText
  832.     VariableAttri.Style = [fsBold]
  833.     VariableAttri.IntegerStyle = 1
  834.     Left = 136
  835.     Top = 120
  836.   end
  837.   object HJava: TDcjJavaSyn
  838.     DefaultFilter = 'Java files (*.java)|*.JAVA'
  839.     CommentAttri.Background = clWindow
  840.     CommentAttri.Foreground = clWindowText
  841.     CommentAttri.Style = [fsItalic]
  842.     CommentAttri.IntegerStyle = 2
  843.     DocumentAttri.Background = clWindow
  844.     DocumentAttri.Foreground = clWindowText
  845.     DocumentAttri.Style = [fsItalic]
  846.     DocumentAttri.IntegerStyle = 2
  847.     IdentifierAttri.Background = clWindow
  848.     IdentifierAttri.Foreground = clWindowText
  849.     IdentifierAttri.Style = []
  850.     IdentifierAttri.IntegerStyle = 0
  851.     InvalidAttri.Background = clWindow
  852.     InvalidAttri.Foreground = clWindowText
  853.     InvalidAttri.Style = []
  854.     InvalidAttri.IntegerStyle = 0
  855.     KeyAttri.Background = clWindow
  856.     KeyAttri.Foreground = clWindowText
  857.     KeyAttri.Style = [fsBold]
  858.     KeyAttri.IntegerStyle = 1
  859.     NumberAttri.Background = clWindow
  860.     NumberAttri.Foreground = clWindowText
  861.     NumberAttri.Style = []
  862.     NumberAttri.IntegerStyle = 0
  863.     SpaceAttri.Background = clWindow
  864.     SpaceAttri.Foreground = clWindow
  865.     SpaceAttri.Style = []
  866.     SpaceAttri.IntegerStyle = 0
  867.     StringAttri.Background = clWindow
  868.     StringAttri.Foreground = clWindowText
  869.     StringAttri.Style = []
  870.     StringAttri.IntegerStyle = 0
  871.     SymbolAttri.Background = clWindow
  872.     SymbolAttri.Foreground = clWindowText
  873.     SymbolAttri.Style = []
  874.     SymbolAttri.IntegerStyle = 0
  875.     Left = 176
  876.     Top = 48
  877.   end
  878.   object OpenDialog1: TOpenDialog
  879.     Left = 224
  880.     Top = 72
  881.   end
  882.   object SaveDialog1: TSaveDialog
  883.     Left = 264
  884.     Top = 80
  885.   end
  886.   object ReplaceDialog1: TReplaceDialog
  887.     Options = [frDown, frHideWholeWord, frHideUpDown, frMatchCase]
  888.     OnFind = ReplaceDialog1Find
  889.     OnReplace = ReplaceDialog1Replace
  890.     Left = 376
  891.     Top = 72
  892.   end
  893.   object FindDialog1: TFindDialog
  894.     Options = [frDown, frHideMatchCase, frHideWholeWord, frHideUpDown]
  895.     OnFind = FindDialog1Find
  896.     Left = 336
  897.     Top = 80
  898.   end
  899.   object ColorDialog1: TColorDialog
  900.     Ctl3D = True
  901.     Left = 232
  902.     Top = 176
  903.   end
  904.   object tippop: TPopupMenu
  905.     Left = 96
  906.     Top = 112
  907.     object Add1: TMenuItem
  908.       Caption = '&Add'
  909.       OnClick = Add1Click
  910.     end
  911.     object Delete1: TMenuItem
  912.       Caption = '&Delete'
  913.       OnClick = Delete1Click
  914.     end
  915.     object Update1: TMenuItem
  916.       Caption = '&Update'
  917.       OnClick = Update1Click
  918.     end
  919.   end
  920.   object pw: TjansPasswordDialog
  921.     Password = '114am'
  922.     Left = 136
  923.     Top = 200
  924.   end
  925.   object tipfilespop: TPopupMenu
  926.     Left = 400
  927.     Top = 40
  928.     object New1: TMenuItem
  929.       Caption = '&New...'
  930.       OnClick = New1Click
  931.     end
  932.   end
  933.   object keyfilespop: TPopupMenu
  934.     Left = 504
  935.     Top = 26
  936.     object New2: TMenuItem
  937.       Caption = '&New...'
  938.       OnClick = New2Click
  939.     end
  940.   end
  941.   object HHtml: ThkHTMLSyn
  942.     DefaultFilter = 'HTML Document (*.htm,*.html)|*.HTM;*.HTML'
  943.     CommentAttri.Background = clWindow
  944.     CommentAttri.Foreground = clWindowText
  945.     CommentAttri.Style = []
  946.     CommentAttri.IntegerStyle = 0
  947.     IdentifierAttri.Background = clWindow
  948.     IdentifierAttri.Foreground = clWindowText
  949.     IdentifierAttri.Style = [fsBold]
  950.     IdentifierAttri.IntegerStyle = 1
  951.     KeyAttri.Background = clWindow
  952.     KeyAttri.Foreground = 16711808
  953.     KeyAttri.Style = [fsBold]
  954.     KeyAttri.IntegerStyle = 1
  955.     SpaceAttri.Background = clWindow
  956.     SpaceAttri.Foreground = clWindowText
  957.     SpaceAttri.Style = []
  958.     SpaceAttri.IntegerStyle = 0
  959.     SymbolAttri.Background = clWindow
  960.     SymbolAttri.Foreground = clWindowText
  961.     SymbolAttri.Style = [fsBold]
  962.     SymbolAttri.IntegerStyle = 1
  963.     TextAttri.Background = clWindow
  964.     TextAttri.Foreground = clWindowText
  965.     TextAttri.Style = []
  966.     TextAttri.IntegerStyle = 0
  967.     ValueAttri.Background = clWindow
  968.     ValueAttri.Foreground = 16744448
  969.     ValueAttri.Style = []
  970.     ValueAttri.IntegerStyle = 0
  971.     Left = 304
  972.     Top = 192
  973.   end
  974.   object HVbs: TlbVbsSyn
  975.     DefaultFilter = 'VBScript files (*.vbs)|*.VBS'
  976.     CommentAttri.Background = clWindow
  977.     CommentAttri.Foreground = clWindowText
  978.     CommentAttri.Style = [fsItalic]
  979.     CommentAttri.IntegerStyle = 2
  980.     IdentifierAttri.Background = clWindow
  981.     IdentifierAttri.Foreground = clWindowText
  982.     IdentifierAttri.Style = []
  983.     IdentifierAttri.IntegerStyle = 0
  984.     KeyAttri.Background = clWindow
  985.     KeyAttri.Foreground = clWindowText
  986.     KeyAttri.Style = [fsBold]
  987.     KeyAttri.IntegerStyle = 1
  988.     NumberAttri.Background = clWindow
  989.     NumberAttri.Foreground = clWindowText
  990.     NumberAttri.Style = []
  991.     NumberAttri.IntegerStyle = 0
  992.     SpaceAttri.Background = clWindow
  993.     SpaceAttri.Foreground = clWindowText
  994.     SpaceAttri.Style = []
  995.     SpaceAttri.IntegerStyle = 0
  996.     StringAttri.Background = clWindow
  997.     StringAttri.Foreground = clWindowText
  998.     StringAttri.Style = []
  999.     StringAttri.IntegerStyle = 0
  1000.     SymbolAttri.Background = clWindow
  1001.     SymbolAttri.Foreground = clWindowText
  1002.     SymbolAttri.Style = []
  1003.     SymbolAttri.IntegerStyle = 0
  1004.     Left = 400
  1005.     Top = 144
  1006.   end
  1007. end
  1008.