home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / multmedi / 95visua / visua.exe / 0 / RCDATA / TFIMCROP / TFIMCROP.txt
Text File  |  1997-12-09  |  2KB  |  83 lines

  1. object fimcrop: Tfimcrop
  2.   Left = 157
  3.   Top = 108
  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 = 2
  62.     Words.Strings = (
  63.       '%Form%'
  64.       'Crop image'
  65.       'Ritaglia Immagine'
  66.       'Label7'
  67.       
  68.         'To Crop an image hold down the CTRL and drag in the image contro' +
  69.         'l'
  70.       
  71.         'Per tagliare un'#39'iimagine premere il tast CTRL e trascinare il mo' +
  72.         'use sull'#39'immagine'
  73.       'BitBtn1'
  74.       'OK'
  75.       'OK'
  76.       'BitBtn2'
  77.       'Cancel'
  78.       'Annulla')
  79.     Left = 568
  80.     Top = 216
  81.   end
  82. end
  83.