home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / freeware / captureexpress / capex.exe / CAPEXP.EXE / 0 / RCDATA / TDOVIEW / TDOVIEW.txt
Encoding:
Text File  |  1999-09-28  |  1.1 KB  |  60 lines

  1. object DoView: TDoView
  2.   Left = 317
  3.   Top = 142
  4.   Width = 541
  5.   Height = 405
  6.   Caption = 'View Image'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object ScrollBox1: TScrollBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 533
  25.     Height = 358
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object TheImage: TImage
  29.       Left = 0
  30.       Top = 0
  31.       Width = 213
  32.       Height = 185
  33.     end
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 358
  38.     Width = 533
  39.     Height = 20
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     TabOrder = 1
  43.     object Button1: TButton
  44.       Left = 4
  45.       Top = 2
  46.       Width = 49
  47.       Height = 18
  48.       Caption = 'E&xit'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clBlack
  51.       Font.Height = -12
  52.       Font.Name = 'Arial'
  53.       Font.Style = []
  54.       ParentFont = False
  55.       TabOrder = 0
  56.       OnClick = Button1Click
  57.     end
  58.   end
  59. end
  60.