home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / neosoft / win / qm41 / install / qmwin.exe / 0 / RCDATA / TLINESTYLEPALETTE / TLINESTYLEPALETTE.txt < prev   
Encoding:
Text File  |  1996-10-11  |  932 b   |  46 lines

  1. object LineStylePalette: TLineStylePalette
  2.   Left = 431
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'LineStylePalette'
  7.   ClientHeight = 108
  8.   ClientWidth = 104
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object CheckMark: TNeoImage
  21.     Left = 4
  22.     Top = 4
  23.     Width = 13
  24.     Height = 20
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.     Transparent = True
  28.   end
  29.   object LineStylePaintBox: TPaintBox
  30.     Left = 20
  31.     Top = 4
  32.     Width = 46
  33.     Height = 100
  34.     OnPaint = LineStylePaintBoxPaint
  35.   end
  36.   object PaintBox: TPaintBox
  37.     Left = 4
  38.     Top = 4
  39.     Width = 66
  40.     Height = 100
  41.     OnMouseDown = PaintBoxMouseDown
  42.     OnMouseMove = PaintBoxMouseMove
  43.     OnMouseUp = PaintBoxMouseUp
  44.   end
  45. end
  46.