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

  1. object ScrollForm1: TScrollForm1
  2.   Left = 43
  3.   Top = 92
  4.   Width = 527
  5.   Height = 363
  6.   Caption = 'Scrolling Message In a TPMultiImage Example'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 14
  16.   object BitBtn1: TBitBtn
  17.     Left = 8
  18.     Top = 72
  19.     Width = 129
  20.     Height = 33
  21.     Caption = 'Load mesage'
  22.     TabOrder = 0
  23.     OnClick = BitBtn1Click
  24.     Style = bsNew
  25.   end
  26.   object BitBtn2: TBitBtn
  27.     Left = 8
  28.     Top = 257
  29.     Width = 129
  30.     Height = 33
  31.     Caption = 'Create New Message'
  32.     TabOrder = 1
  33.     OnClick = BitBtn2Click
  34.     Style = bsNew
  35.   end
  36.   object BitBtn3: TBitBtn
  37.     Left = 8
  38.     Top = 116
  39.     Width = 129
  40.     Height = 33
  41.     Caption = '^ On the Fly ^'
  42.     TabOrder = 2
  43.     OnClick = BitBtn3Click
  44.     Style = bsNew
  45.   end
  46.   object MultiImage1: TPMultiImage
  47.     Left = 5
  48.     Top = 8
  49.     Width = 508
  50.     Height = 49
  51.     Color = clBtnFace
  52.     ImageName = 'file not found'
  53.     ImageDither = True
  54.     ImageReadRes = Color256
  55.     ImageWriteRes = Color256
  56.     JPegSaveQuality = 25
  57.     JPegSaveSmooth = 0
  58.     Stretch = True
  59.     TabOrder = 3
  60.     TabStop = False
  61.   end
  62.   object BitBtn5: TBitBtn
  63.     Left = 8
  64.     Top = 298
  65.     Width = 129
  66.     Height = 35
  67.     Caption = '^ Dispose ^'
  68.     TabOrder = 4
  69.     OnClick = BitBtn5Click
  70.     Style = bsNew
  71.   end
  72.   object MultiImage2: TPMultiImage
  73.     Left = 152
  74.     Top = 297
  75.     Width = 361
  76.     Height = 26
  77.     Center = True
  78.     Color = clBtnFace
  79.     ImageName = 'file not found'
  80.     ImageDither = True
  81.     ImageReadRes = Color256
  82.     ImageWriteRes = Color256
  83.     JPegSaveQuality = 25
  84.     JPegSaveSmooth = 0
  85.     TabOrder = 5
  86.     TabStop = False
  87.   end
  88.   object BitBtn6: TBitBtn
  89.     Left = 8
  90.     Top = 163
  91.     Width = 129
  92.     Height = 35
  93.     Caption = 'Load Image >>>'
  94.     TabOrder = 6
  95.     OnClick = BitBtn6Click
  96.     Layout = blGlyphRight
  97.     Style = bsNew
  98.   end
  99.   object MultiImage3: TPMultiImage
  100.     Left = 176
  101.     Top = 72
  102.     Width = 321
  103.     Height = 209
  104.     Center = True
  105.     Color = clBtnFace
  106.     ImageName = 'file not found'
  107.     ImageDither = True
  108.     ImageReadRes = Color256
  109.     ImageWriteRes = Color256
  110.     JPegSaveQuality = 25
  111.     JPegSaveSmooth = 0
  112.     Stretch = True
  113.     TabOrder = 7
  114.     TabStop = False
  115.   end
  116.   object ScrollBar1: TScrollBar
  117.     Left = 153
  118.     Top = 324
  119.     Width = 360
  120.     Height = 11
  121.     Max = 10
  122.     Position = 5
  123.     TabOrder = 8
  124.     OnChange = ScrollBar1Change
  125.   end
  126.   object BitBtn7: TBitBtn
  127.     Left = 8
  128.     Top = 213
  129.     Width = 129
  130.     Height = 33
  131.     Caption = 'Credits  >>>'
  132.     TabOrder = 9
  133.     OnClick = BitBtn7Click
  134.     Style = bsNew
  135.   end
  136.   object SaveDialog1: TSaveDialog
  137.     DefaultExt = 'scm'
  138.     Filter = '*.scm|*.scm'
  139.     Options = [ofOverwritePrompt]
  140.     Left = 376
  141.     Top = 8
  142.   end
  143.   object OpenDialog1: TOpenDialog
  144.     Filter = 
  145.       'scroll message|*.scm|gif|*.gif|jpg|*.jpg|bmp|*.bmp|ico|*.ico|pcx' +
  146.       '|*.pcx|png|*.png|wmf|*.wmf|credit message|*.cms'
  147.     Left = 352
  148.     Top = 8
  149.   end
  150. end
  151.