home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TFRMMAG_BMP / TFRMMAG_BMP.txt
Encoding:
Text File  |  1997-02-01  |  864 b   |  48 lines

  1. object frmMag_bmp: TfrmMag_bmp
  2.   Left = 586
  3.   Top = 310
  4.   Width = 414
  5.   Height = 282
  6.   Caption = 'bmp'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object ScrollBox1: TScrollBox
  15.     Left = 0
  16.     Top = 31
  17.     Width = 406
  18.     Height = 224
  19.     Align = alClient
  20.     TabOrder = 0
  21.     object imgBmpPict: TImage
  22.       Left = 0
  23.       Top = 0
  24.       Width = 57
  25.       Height = 45
  26.       Center = True
  27.     end
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 406
  33.     Height = 31
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     TabOrder = 1
  37.     object ckImageStretch: TCheckBox
  38.       Left = 20
  39.       Top = 7
  40.       Width = 161
  41.       Height = 17
  42.       Caption = 'Stretch Image?'
  43.       TabOrder = 0
  44.       OnClick = ckImageStretchClick
  45.     end
  46.   end
  47. end
  48.