home *** CD-ROM | disk | FTP | other *** search
- object DoView: TDoView
- Left = 317
- Top = 142
- Width = 541
- Height = 405
- Caption = 'View Image'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object ScrollBox1: TScrollBox
- Left = 0
- Top = 0
- Width = 533
- Height = 358
- Align = alClient
- TabOrder = 0
- object TheImage: TImage
- Left = 0
- Top = 0
- Width = 213
- Height = 185
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 358
- Width = 533
- Height = 20
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button1: TButton
- Left = 4
- Top = 2
- Width = 49
- Height = 18
- Caption = 'E&xit'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- end
-