home *** CD-ROM | disk | FTP | other *** search
- object LineStylePalette: TLineStylePalette
- Left = 431
- Top = 106
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'LineStylePalette'
- ClientHeight = 108
- ClientWidth = 104
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- Scaled = False
- OnCreate = FormCreate
- OnHide = FormHide
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 15
- object CheckMark: TNeoImage
- Left = 4
- Top = 4
- Width = 13
- Height = 20
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object LineStylePaintBox: TPaintBox
- Left = 20
- Top = 4
- Width = 46
- Height = 100
- OnPaint = LineStylePaintBoxPaint
- end
- object PaintBox: TPaintBox
- Left = 4
- Top = 4
- Width = 66
- Height = 100
- OnMouseDown = PaintBoxMouseDown
- OnMouseMove = PaintBoxMouseMove
- OnMouseUp = PaintBoxMouseUp
- end
- end
-