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

  1. object LineWidthPalette: TLineWidthPalette
  2.   Left = 689
  3.   Top = 126
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'LineWidthPalette'
  7.   ClientHeight = 169
  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 LineWidthPaintBox: TPaintBox
  21.     Left = 20
  22.     Top = 24
  23.     Width = 46
  24.     Height = 141
  25.     OnPaint = LineWidthPaintBoxPaint
  26.   end
  27.   object Label1: TLabel
  28.     Left = 20
  29.     Top = 7
  30.     Width = 30
  31.     Height = 15
  32.     Caption = 'None'
  33.   end
  34.   object CheckMark: TNeoImage
  35.     Left = 4
  36.     Top = 24
  37.     Width = 13
  38.     Height = 20
  39.     AutoSize = True
  40.     Picture.Data = {<image000.bmp>}
  41.     Transparent = True
  42.   end
  43.   object PaintBox: TPaintBox
  44.     Left = 4
  45.     Top = 4
  46.     Width = 69
  47.     Height = 161
  48.     OnMouseDown = PaintBoxMouseDown
  49.     OnMouseMove = PaintBoxMouseMove
  50.     OnMouseUp = PaintBoxMouseUp
  51.   end
  52. end
  53.