home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Internet / ImagoWeb / iwsetup.EXE / imagoWEB.exe / 0 / RCDATA / TFIMCROP / TFIMCROP.txt
Text File  |  1998-07-27  |  2KB  |  87 lines

  1. object fimcrop: Tfimcrop
  2.   Left = 120
  3.   Top = 77
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'Crop image'
  7.   Color = 12639424
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Label7: TLabel
  18.     Left = 564
  19.     Top = 75
  20.     Width = 56
  21.     Height = 98
  22.     Alignment = taCenter
  23.     Caption = 
  24.       'To Crop an image hold down the CTRL and drag in the image contro' +
  25.       'l'
  26.     WordWrap = True
  27.   end
  28.   object BitBtn1: TBitBtn
  29.     Left = 552
  30.     Top = 8
  31.     Width = 75
  32.     Height = 25
  33.     TabOrder = 0
  34.     Kind = bkOK
  35.   end
  36.   object ScrollBox1: TScrollBox
  37.     Left = 0
  38.     Top = 0
  39.     Width = 545
  40.     Height = 441
  41.     TabOrder = 1
  42.     object Imcrop: TImageImLib
  43.       Left = 0
  44.       Top = 0
  45.       Width = 537
  46.       Height = 437
  47.       OnRubberband = ImcropRubberband
  48.       AllowRubberBand = True
  49.       AutoSize = True
  50.     end
  51.   end
  52.   object BitBtn2: TBitBtn
  53.     Left = 552
  54.     Top = 40
  55.     Width = 75
  56.     Height = 25
  57.     TabOrder = 2
  58.     Kind = bkCancel
  59.   end
  60.   object MultiLang1: TMultiLang
  61.     Languages = 3
  62.     Words.Strings = (
  63.       '%Form%'
  64.       'Crop image'
  65.       'Ritaglia Immagine'
  66.       ''
  67.       'Label7'
  68.       
  69.         'To Crop an image hold down the CTRL and drag in the image contro' +
  70.         'l'
  71.       
  72.         'Per tagliare un'#39'iimagine premere il tast CTRL e trascinare il mo' +
  73.         'use sull'#39'immagine'
  74.       ''
  75.       'BitBtn1'
  76.       'OK'
  77.       'OK'
  78.       ''
  79.       'BitBtn2'
  80.       'Cancel'
  81.       'Annulla'
  82.       '')
  83.     Left = 568
  84.     Top = 216
  85.   end
  86. end
  87.