home *** CD-ROM | disk | FTP | other *** search
- object LineWidthPalette: TLineWidthPalette
- Left = 689
- Top = 126
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'LineWidthPalette'
- ClientHeight = 169
- 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 LineWidthPaintBox: TPaintBox
- Left = 20
- Top = 24
- Width = 46
- Height = 141
- OnPaint = LineWidthPaintBoxPaint
- end
- object Label1: TLabel
- Left = 20
- Top = 7
- Width = 30
- Height = 15
- Caption = 'None'
- end
- object CheckMark: TNeoImage
- Left = 4
- Top = 24
- Width = 13
- Height = 20
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object PaintBox: TPaintBox
- Left = 4
- Top = 4
- Width = 69
- Height = 161
- OnMouseDown = PaintBoxMouseDown
- OnMouseMove = PaintBoxMouseMove
- OnMouseUp = PaintBoxMouseUp
- end
- end
-