home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
imagelib
/
udbsimp.df_
/
udbsimp.df
/
udbsimp.txt
Wrap
Text File
|
1995-10-01
|
1KB
|
66 lines
object SimpleForm: TSimpleForm
Left = 123
Top = 109
Width = 454
Height = 300
Caption = 'SimpleForm'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 7
Width = 403
Height = 13
Caption =
'Set the databasename of table1 to the directory where the table' +
'name database lives!'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBNavigator1: TDBNavigator
Left = 97
Top = 247
Width = 271
Height = 25
DataSource = DataSource1
TabOrder = 0
end
object DBMultiImage1: TPDBMultiImage
Left = 24
Top = 24
Width = 409
Height = 223
ImageReadRes = Color256
ImageWriteRes = Color256
JPegSaveQuality = 25
JPegSaveSmooth = 0
ImageDither = True
UpdateAsJPG = False
UpdateAsBMP = False
UpdateAsGIF = False
UpdateAsPCX = False
UpdateAsPNG = True
DataField = 'BLOBIMAGE'
DataSource = DataSource1
TabOrder = 1
end
object Table1: TTable
TableName = 'JPSTAMP.DBF'
Left = 352
Top = 48
end
object DataSource1: TDataSource
DataSet = Table1
Left = 352
Top = 88
end
end