object ScrollForm1: TScrollForm1 Left = 43 Top = 92 Width = 527 Height = 363 Caption = 'Scrolling Message In a TPMultiImage Example' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 14 object BitBtn1: TBitBtn Left = 8 Top = 72 Width = 129 Height = 33 Caption = 'Load mesage' TabOrder = 0 OnClick = BitBtn1Click Style = bsNew end object BitBtn2: TBitBtn Left = 8 Top = 257 Width = 129 Height = 33 Caption = 'Create New Message' TabOrder = 1 OnClick = BitBtn2Click Style = bsNew end object BitBtn3: TBitBtn Left = 8 Top = 116 Width = 129 Height = 33 Caption = '^ On the Fly ^' TabOrder = 2 OnClick = BitBtn3Click Style = bsNew end object MultiImage1: TPMultiImage Left = 5 Top = 8 Width = 508 Height = 49 Color = clBtnFace ImageName = 'file not found' ImageDither = True ImageReadRes = Color256 ImageWriteRes = Color256 JPegSaveQuality = 25 JPegSaveSmooth = 0 Stretch = True TabOrder = 3 TabStop = False end object BitBtn5: TBitBtn Left = 8 Top = 298 Width = 129 Height = 35 Caption = '^ Dispose ^' TabOrder = 4 OnClick = BitBtn5Click Style = bsNew end object MultiImage2: TPMultiImage Left = 152 Top = 297 Width = 361 Height = 26 Center = True Color = clBtnFace ImageName = 'file not found' ImageDither = True ImageReadRes = Color256 ImageWriteRes = Color256 JPegSaveQuality = 25 JPegSaveSmooth = 0 TabOrder = 5 TabStop = False end object BitBtn6: TBitBtn Left = 8 Top = 163 Width = 129 Height = 35 Caption = 'Load Image >>>' TabOrder = 6 OnClick = BitBtn6Click Layout = blGlyphRight Style = bsNew end object MultiImage3: TPMultiImage Left = 176 Top = 72 Width = 321 Height = 209 Center = True Color = clBtnFace ImageName = 'file not found' ImageDither = True ImageReadRes = Color256 ImageWriteRes = Color256 JPegSaveQuality = 25 JPegSaveSmooth = 0 Stretch = True TabOrder = 7 TabStop = False end object ScrollBar1: TScrollBar Left = 153 Top = 324 Width = 360 Height = 11 Max = 10 Position = 5 TabOrder = 8 OnChange = ScrollBar1Change end object BitBtn7: TBitBtn Left = 8 Top = 213 Width = 129 Height = 33 Caption = 'Credits >>>' TabOrder = 9 OnClick = BitBtn7Click Style = bsNew end object SaveDialog1: TSaveDialog DefaultExt = 'scm' Filter = '*.scm|*.scm' Options = [ofOverwritePrompt] Left = 376 Top = 8 end object OpenDialog1: TOpenDialog Filter = 'scroll message|*.scm|gif|*.gif|jpg|*.jpg|bmp|*.bmp|ico|*.ico|pcx' + '|*.pcx|png|*.png|wmf|*.wmf|credit message|*.cms' Left = 352 Top = 8 end end