object fimcrop: Tfimcrop Left = 120 Top = 77 Width = 640 Height = 480 Caption = 'Crop image' Color = 12639424 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 14 object Label7: TLabel Left = 564 Top = 75 Width = 56 Height = 98 Alignment = taCenter Caption = 'To Crop an image hold down the CTRL and drag in the image contro' + 'l' WordWrap = True end object BitBtn1: TBitBtn Left = 552 Top = 8 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end object ScrollBox1: TScrollBox Left = 0 Top = 0 Width = 545 Height = 441 TabOrder = 1 object Imcrop: TImageImLib Left = 0 Top = 0 Width = 537 Height = 437 OnRubberband = ImcropRubberband AllowRubberBand = True AutoSize = True end end object BitBtn2: TBitBtn Left = 552 Top = 40 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end object MultiLang1: TMultiLang Languages = 3 Words.Strings = ( '%Form%' 'Crop image' 'Ritaglia Immagine' '' 'Label7' 'To Crop an image hold down the CTRL and drag in the image contro' + 'l' 'Per tagliare un'#39'iimagine premere il tast CTRL e trascinare il mo' + 'use sull'#39'immagine' '' 'BitBtn1' 'OK' 'OK' '' 'BitBtn2' 'Cancel' 'Annulla' '') Left = 568 Top = 216 end end