home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / happyc / _setup.1 / HaCa.exe / 0 / RCDATA / TFRMPREVIEW / TFRMPREVIEW.txt
Text File  |  1997-04-11  |  2KB  |  83 lines

  1. object frmPreview: TfrmPreview
  2.   Left = 49
  3.   Top = 240
  4.   Width = 400
  5.   Height = 450
  6.   Caption = ' Preview'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 392
  20.     Height = 35
  21.     Align = alTop
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object cmbZoom: TComboBox
  25.       Left = 5
  26.       Top = 5
  27.       Width = 57
  28.       Height = 21
  29.       ItemHeight = 13
  30.       Items.Strings = (
  31.         '400'
  32.         '300'
  33.         '200'
  34.         '150'
  35.         '100'
  36.         '75'
  37.         '50'
  38.         '25')
  39.       TabOrder = 0
  40.       Text = '100'
  41.       OnChange = cmbZoomChange
  42.     end
  43.     object btnPrint: TButton
  44.       Left = 70
  45.       Top = 4
  46.       Width = 70
  47.       Height = 25
  48.       Caption = '&Print'
  49.       Default = True
  50.       TabOrder = 1
  51.       OnClick = btnPrintClick
  52.     end
  53.     object btnClose: TButton
  54.       Left = 150
  55.       Top = 4
  56.       Width = 70
  57.       Height = 25
  58.       Caption = '&Close'
  59.       TabOrder = 2
  60.       OnClick = btnCloseClick
  61.     end
  62.   end
  63.   object boxPreview: TScrollBox
  64.     Left = 0
  65.     Top = 35
  66.     Width = 392
  67.     Height = 388
  68.     HorzScrollBar.Tracking = True
  69.     VertScrollBar.Tracking = True
  70.     Align = alClient
  71.     TabOrder = 1
  72.     object imgPreview: TImage
  73.       Left = 20
  74.       Top = 41
  75.       Width = 348
  76.       Height = 296
  77.       AutoSize = True
  78.       Stretch = True
  79.       OnMouseDown = imgPreviewMouseDown
  80.     end
  81.   end
  82. end
  83.