-
Notifications
You must be signed in to change notification settings - Fork 1
/
readMe.txt
69 lines (46 loc) · 2.29 KB
/
readMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Name ActiveX control for bitmap image
Developed by Camden Software Consulting
Contact Chip Camden
sterling@camdensoftware.com
http://www.camdensoftware.com
Description This control allows you to display an image
from a bitmap (.bmp), icon (.ico), metafile (.wmf)
or enhanced metafile (.emf) on the screen.
Files included about1.dfm, about1.pas, axctrls.pas, CSCImageImpl1.dfm,
CSCImageImpl1.pas, CSCImageProj.dpr,
CSCImageProj.ocx, CSCImageProj.tlb,
CSCImageProj_TLB.pas, logo.bmp, readme.txt,
test.dbl
Platforms supported Windows
Minimum Synergy/DE version supported
6.3.0 and above 32 bit only
_______________
ActiveX control
Filename CSCImageProj.ocx
Registered name CSCImageProj.CSCImageX
Properties:
Name OLE type Synergy type Description
---- -------- ------------ -----------
ImageFile Variant Alpha Name of the image file to load
Stretch Bool Numeric Stretch to fit? (TRUE)
Methods:
Name Return value Arguments Description
---- ------------ --------- -----------
AboutBox None None Pops up About Box
Events:
Name Return value Arguments Description
---- ------------ --------- -----------
(None)
__________
Discussion
Set the ImageFile property to the path for the file from which to draw the
image. The only image file formats supported are Windows bitmap, icon,
metafile, and enhanced metafile.
Set the Stretch property to TRUE to stretch (or shrink) the image to
fit the size of the control. If Stretch is FALSE, then the original image
size will be used, but may be clipped if the control is too small, or leave
empty space if the control is too large.
This control cannot receive focus and does not respond to user input.
The control was created with Delphi 5 Professional. Open the project file
CSCImageProj.dpr.
Test.dbr is included for demonstration purposes.