home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TIMAGEPREVIEW / TIMAGEPREVIEW.txt
Text File  |  1999-05-20  |  2KB  |  80 lines

  1. object ImagePreview: TImagePreview
  2.   Left = 199
  3.   Top = 247
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'ImagePreview'
  7.   ClientHeight = 498
  8.   ClientWidth = 657
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 657
  24.     Height = 498
  25.     Align = alClient
  26.     Shape = bsFrame
  27.   end
  28.   object Image1: TImage
  29.     Left = 8
  30.     Top = 8
  31.     Width = 640
  32.     Height = 480
  33.     Stretch = True
  34.   end
  35.   object Bevel2: TBevel
  36.     Left = 8
  37.     Top = 8
  38.     Width = 640
  39.     Height = 480
  40.   end
  41.   object MainMenu1: TMainMenu
  42.     Left = 128
  43.     Top = 72
  44.     object Image2: TMenuItem
  45.       Caption = '&Image'
  46.       object Exporttofile1: TMenuItem
  47.         Caption = 'Save picture to file'
  48.         ShortCut = 16467
  49.         OnClick = Exporttofile1Click
  50.       end
  51.       object N2: TMenuItem
  52.         Caption = '-'
  53.       end
  54.       object Startuppicture1: TMenuItem
  55.         Caption = 'Startup picture'
  56.         ShortCut = 16496
  57.         OnClick = Startuppicture1Click
  58.       end
  59.       object Shutdownpicture1: TMenuItem
  60.         Caption = 'Shutdown picture'
  61.         ShortCut = 16497
  62.         OnClick = Shutdownpicture1Click
  63.       end
  64.       object Shutoffpicture1: TMenuItem
  65.         Caption = 'Shutoff picture'
  66.         ShortCut = 16498
  67.         OnClick = Shutoffpicture1Click
  68.       end
  69.       object N1: TMenuItem
  70.         Caption = '-'
  71.       end
  72.       object Close1: TMenuItem
  73.         Caption = 'Close'
  74.         ShortCut = 16472
  75.         OnClick = Close1Click
  76.       end
  77.     end
  78.   end
  79. end
  80.