8 Font.Charset = DEFAULT_CHARSET
\r
9 Font.Color = clWindowText
\r
11 Font.Name = 'MS Sans Serif'
\r
13 OldCreateOrder = False
\r
16 object KOLProject1: TKOLProject
\r
18 projectName = 'PaintBitmap'
\r
19 projectDest = 'PaintBitmap'
\r
20 sourcePath = 'E:\KOL\Demos\DemoPaintBitmap\'
\r
21 outdcuPath = 'E:\KOL\Demos\DemoPaintBitmap\'
\r
27 autoBuildDelay = 500
\r
33 object KOLForm1: TKOLForm
\r
36 OnDestroy = KOLForm1Destroy
\r
38 formUnit = 'MainPaintBitmap'
\r
44 defaultPosition = False
\r
49 CenterOnScreen = False
\r
51 WindowState = wsNormal
\r
56 Font.Color = clWindowText
\r
61 Font.FontName = 'MS Sans Serif'
\r
62 Font.FontOrientation = 0
\r
63 Font.FontCharset = 0
\r
64 Font.FontPitch = fpDefault
\r
65 DoubleBuffered = False
\r
66 PreventResizeFlicks = False
\r
74 MinimizeNormalAnimated = False
\r
75 zOrderChildren = False
\r
76 OnFormCreate = KOLForm1FormCreate
\r
77 OnPaint = KOLForm1Paint
\r
78 EraseBackground = False
\r