home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / udbsimp.df_ / udbsimp.df / udbsimp.txt
Text File  |  1995-10-01  |  1KB  |  66 lines

  1. object SimpleForm: TSimpleForm
  2.   Left = 123
  3.   Top = 109
  4.   Width = 454
  5.   Height = 300
  6.   Caption = 'SimpleForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 24
  16.     Top = 7
  17.     Width = 403
  18.     Height = 13
  19.     Caption = 
  20.       'Set the databasename of table1 to the directory  where the table' +
  21.       'name database lives!'
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object DBNavigator1: TDBNavigator
  29.     Left = 97
  30.     Top = 247
  31.     Width = 271
  32.     Height = 25
  33.     DataSource = DataSource1
  34.     TabOrder = 0
  35.   end
  36.   object DBMultiImage1: TPDBMultiImage
  37.     Left = 24
  38.     Top = 24
  39.     Width = 409
  40.     Height = 223
  41.     ImageReadRes = Color256
  42.     ImageWriteRes = Color256
  43.     JPegSaveQuality = 25
  44.     JPegSaveSmooth = 0
  45.     ImageDither = True
  46.     UpdateAsJPG = False
  47.     UpdateAsBMP = False
  48.     UpdateAsGIF = False
  49.     UpdateAsPCX = False
  50.     UpdateAsPNG = True
  51.     DataField = 'BLOBIMAGE'
  52.     DataSource = DataSource1
  53.     TabOrder = 1
  54.   end
  55.   object Table1: TTable
  56.     TableName = 'JPSTAMP.DBF'
  57.     Left = 352
  58.     Top = 48
  59.   end
  60.   object DataSource1: TDataSource
  61.     DataSet = Table1
  62.     Left = 352
  63.     Top = 88
  64.   end
  65. end
  66.