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

  1. object fresize: Tfresize
  2.   Left = 399
  3.   Top = 178
  4.   Width = 229
  5.   Height = 137
  6.   Caption = 'Resize'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 14
  15.   object Label1: TLabel
  16.     Left = 80
  17.     Top = 64
  18.     Width = 28
  19.     Height = 14
  20.     Caption = 'Pixels'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 80
  24.     Top = 24
  25.     Width = 28
  26.     Height = 14
  27.     Caption = 'Pixels'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 0
  32.     Width = 27
  33.     Height = 14
  34.     Caption = 'Width'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 8
  38.     Top = 40
  39.     Width = 30
  40.     Height = 14
  41.     Caption = 'Height'
  42.   end
  43.   object width: TSpinEdit
  44.     Left = 8
  45.     Top = 16
  46.     Width = 65
  47.     Height = 23
  48.     MaxValue = 10000
  49.     MinValue = 1
  50.     TabOrder = 0
  51.     Value = 1
  52.   end
  53.   object height: TSpinEdit
  54.     Left = 8
  55.     Top = 56
  56.     Width = 65
  57.     Height = 23
  58.     Enabled = False
  59.     MaxValue = 10000
  60.     MinValue = 1
  61.     TabOrder = 1
  62.     Value = 1
  63.   end
  64.   object BitBtn1: TBitBtn
  65.     Left = 136
  66.     Top = 8
  67.     Width = 75
  68.     Height = 25
  69.     TabOrder = 2
  70.     Kind = bkOK
  71.   end
  72.   object BitBtn2: TBitBtn
  73.     Left = 136
  74.     Top = 40
  75.     Width = 75
  76.     Height = 25
  77.     TabOrder = 3
  78.     Kind = bkCancel
  79.   end
  80.   object dimens: TCheckBox
  81.     Left = 8
  82.     Top = 88
  83.     Width = 129
  84.     Height = 17
  85.     Caption = 'Maintain aspect ratio'
  86.     State = cbChecked
  87.     TabOrder = 4
  88.     OnClick = dimensClick
  89.   end
  90.   object MultiLang1: TMultiLang
  91.     Languages = 3
  92.     Words.Strings = (
  93.       '%Form%'
  94.       'Resize'
  95.       'Cambia dimensioni'
  96.       ''
  97.       'Label1'
  98.       'Pixels'
  99.       'Pixels'
  100.       ''
  101.       'Label2'
  102.       'Pixels'
  103.       'Pixels'
  104.       ''
  105.       'Label3'
  106.       'Width'
  107.       'Larghezza'
  108.       ''
  109.       'Label4'
  110.       'Height'
  111.       'Altezza'
  112.       ''
  113.       'BitBtn1'
  114.       'OK'
  115.       'Ok'
  116.       ''
  117.       'BitBtn2'
  118.       'Cancel'
  119.       'Annulla'
  120.       ''
  121.       'CheckBox1'
  122.       'Maintain aspect ratio'
  123.       'Mantieni le proporzioni'
  124.       '')
  125.     Left = 152
  126.     Top = 80
  127.   end
  128. end
  129.