home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TPAINTERSCRIPTF / TPAINTERSCRIPTF.txt
Text File  |  1999-04-23  |  3KB  |  172 lines

  1. object PainterScriptF: TPainterScriptF
  2.   Left = 133
  3.   Top = 408
  4.   Width = 611
  5.   Height = 158
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'PainterScript'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object script: TColorMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 425
  23.     Height = 126
  24.     HelpContext = 400
  25.     Align = alClient
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -17
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     ScrollBars = ssVertical
  33.     TabOrder = 0
  34.     WantTabs = True
  35.     OnDrawKey = scriptDrawKey
  36.     ColorRules = <
  37.       item
  38.         KeyBegEndLst.Strings = (
  39.           '{;}')
  40.         DefKeyColor = clBlue
  41.       end
  42.       item
  43.         ZOrder = 1
  44.         Keywords.Strings = (
  45.           'in'
  46.           'inadd'
  47.           'insub'
  48.           'inmul'
  49.           'indiv'
  50.           'ininc'
  51.           'indec'
  52.           'default'
  53.           'move'
  54.           'pos'
  55.           '=posx'
  56.           '=posy'
  57.           'angle'
  58.           '=angle'
  59.           'down'
  60.           'up'
  61.           'pensize'
  62.           '=pensize'
  63.           'pencolor'
  64.           '=pencolor'
  65.           'left'
  66.           '=left'
  67.           'right'
  68.           '=right'
  69.           'turn'
  70.           'go'
  71.           'goleft'
  72.           'goright'
  73.           'gocenter'
  74.           'gotop'
  75.           '=top'
  76.           'gobottom'
  77.           '=bottom'
  78.           'textfont'
  79.           'textsize'
  80.           '=textsize'
  81.           'textcolor'
  82.           '=textcolor'
  83.           'addbrushcolor'
  84.           'addpencolor'
  85.           'text'
  86.           'bold'
  87.           'italic'
  88.           'underline'
  89.           'normal'
  90.           'textout'
  91.           'bssolid'
  92.           'bsclear'
  93.           'brushcolor'
  94.           '=brushcolor'
  95.           'lineto'
  96.           'rectangle'
  97.           'roundrect'
  98.           'ellipse'
  99.           'diamond'
  100.           'curve'
  101.           'star'
  102.           'polygon'
  103.           'mark'
  104.           '=markx'
  105.           '=marky'
  106.           'gomark'
  107.           'markangle'
  108.           'gomarkangle'
  109.           'penmode'
  110.           'copymode'
  111.           'area'
  112.           'copy'
  113.           'do;fuchsia'
  114.           'loop;fuchsia'
  115.           'flood'
  116.           'background'
  117.           'filter'
  118.           'drop'
  119.           'dup'
  120.           '[;maroon'
  121.           '];maroon'
  122.           '.gt'
  123.           '.ge'
  124.           '.eq'
  125.           '.ne'
  126.           '.lt'
  127.           '.le'
  128.           'abs'
  129.           'neg'
  130.           'swap'
  131.           'max'
  132.           'min'
  133.           'sqr'
  134.           'sqrt'
  135.           'inc'
  136.           'dec'
  137.           '.and'
  138.           '.or'
  139.           '.not')
  140.         KeyDrawingType = dtKeyShow
  141.         DefKeyColor = clBlack
  142.       end
  143.       item
  144.         ZOrder = 2
  145.         KeyBegEndLst.Strings = (
  146.           '";"')
  147.         DefKeyColor = clGreen
  148.       end>
  149.   end
  150.   object ScriptLib: TListBox
  151.     Left = 425
  152.     Top = 0
  153.     Width = 178
  154.     Height = 126
  155.     HelpContext = 400
  156.     Align = alRight
  157.     Color = 12639424
  158.     ItemHeight = 16
  159.     Sorted = True
  160.     Style = lbOwnerDrawFixed
  161.     TabOrder = 1
  162.     OnDblClick = ScriptLibDblClick
  163.     OnDrawItem = ScriptLibDrawItem
  164.   end
  165.   object WinRoller1: TWinRoller
  166.     Enabled = True
  167.     RemainHeight = 0
  168.     Left = 312
  169.     Top = 24
  170.   end
  171. end
  172.