object ImgViewForm: TImgViewForm Left = 396 Top = 104 Width = 318 Height = 242 HelpContext = 12000 BorderStyle = bsSizeToolWin Caption = 'Image Viewer' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefaultPosOnly OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ScrollBoxImg: TScrollBox Left = 0 Top = 23 Width = 310 Height = 175 Align = alClient TabOrder = 0 object Img: TImage Left = 0 Top = 0 Width = 265 Height = 161 AutoSize = True end end object ToolBar1: TToolBar Left = 0 Top = 0 Width = 310 Height = 23 AutoSize = True ButtonHeight = 21 ButtonWidth = 61 Flat = True ParentShowHint = False ShowCaptions = True ShowHint = True TabOrder = 1 object BStayOnTop: TToolButton Left = 0 Top = 0 Width = 61 Height = 21 Hint = 'Stick the Imageviewer on top of your screen' Caption = 'Stay on top' ImageIndex = 0 OnClick = BStayOnTopClick end object Bprevious: TToolButton Left = 61 Top = 0 Width = 61 Height = 21 Hint = 'View previous image' Caption = 'Previous' ImageIndex = 1 OnClick = BpreviousNextClick end object BNext: TToolButton Left = 122 Top = 0 Width = 61 Height = 21 Hint = 'View next image' Caption = 'Next' ImageIndex = 2 OnClick = BpreviousNextClick end object BStretch: TToolButton Left = 183 Top = 0 Width = 61 Height = 21 Caption = 'Stretch' ImageIndex = 3 OnClick = BStretchClick end end object StatusBar: TStatusBar Left = 0 Top = 198 Width = 310 Height = 17 Panels = < item Width = 600 end> SimplePanel = False end end