home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Fichiers / Renovator / ReNovator.exe / 0 / RCDATA / TIMGVIEWFORM / TIMGVIEWFORM.txt
Text File  |  1998-01-26  |  2KB  |  98 lines

  1. object ImgViewForm: TImgViewForm
  2.   Left = 396
  3.   Top = 104
  4.   Width = 318
  5.   Height = 242
  6.   HelpContext = 12000
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Image Viewer'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefaultPosOnly
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ScrollBoxImg: TScrollBox
  19.     Left = 0
  20.     Top = 23
  21.     Width = 310
  22.     Height = 175
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Img: TImage
  26.       Left = 0
  27.       Top = 0
  28.       Width = 265
  29.       Height = 161
  30.       AutoSize = True
  31.     end
  32.   end
  33.   object ToolBar1: TToolBar
  34.     Left = 0
  35.     Top = 0
  36.     Width = 310
  37.     Height = 23
  38.     AutoSize = True
  39.     ButtonHeight = 21
  40.     ButtonWidth = 61
  41.     Flat = True
  42.     ParentShowHint = False
  43.     ShowCaptions = True
  44.     ShowHint = True
  45.     TabOrder = 1
  46.     object BStayOnTop: TToolButton
  47.       Left = 0
  48.       Top = 0
  49.       Width = 61
  50.       Height = 21
  51.       Hint = 'Stick the Imageviewer on top of your screen'
  52.       Caption = 'Stay on top'
  53.       ImageIndex = 0
  54.       OnClick = BStayOnTopClick
  55.     end
  56.     object Bprevious: TToolButton
  57.       Left = 61
  58.       Top = 0
  59.       Width = 61
  60.       Height = 21
  61.       Hint = 'View previous image'
  62.       Caption = 'Previous'
  63.       ImageIndex = 1
  64.       OnClick = BpreviousNextClick
  65.     end
  66.     object BNext: TToolButton
  67.       Left = 122
  68.       Top = 0
  69.       Width = 61
  70.       Height = 21
  71.       Hint = 'View next image'
  72.       Caption = 'Next'
  73.       ImageIndex = 2
  74.       OnClick = BpreviousNextClick
  75.     end
  76.     object BStretch: TToolButton
  77.       Left = 183
  78.       Top = 0
  79.       Width = 61
  80.       Height = 21
  81.       Caption = 'Stretch'
  82.       ImageIndex = 3
  83.       OnClick = BStretchClick
  84.     end
  85.   end
  86.   object StatusBar: TStatusBar
  87.     Left = 0
  88.     Top = 198
  89.     Width = 310
  90.     Height = 17
  91.     Panels = <
  92.       item
  93.         Width = 600
  94.       end>
  95.     SimplePanel = False
  96.   end
  97. end
  98.