home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / WPChanger / WPChangerSetup.exe / WPChanger.exe / 0 / RCDATA / TFRMPREVIEW1 / TFRMPREVIEW1.txt
Text File  |  2004-10-04  |  2KB  |  82 lines

  1. object frmPreview1: TfrmPreview1
  2.   Left = 192
  3.   Top = 114
  4.   Width = 131
  5.   Height = 174
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Preview'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 160
  11.   Constraints.MinWidth = 130
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pnlProps1: TPanel
  25.     Left = 0
  26.     Top = 114
  27.     Width = 123
  28.     Height = 26
  29.     Align = alBottom
  30.     TabOrder = 0
  31.     DesignSize = (
  32.       123
  33.       26)
  34.     object btnDelete1: TButton
  35.       Left = 5
  36.       Top = 5
  37.       Width = 52
  38.       Height = 17
  39.       Caption = '&Delete'
  40.       TabOrder = 0
  41.       OnClick = btnDelete1Click
  42.     end
  43.     object btnClose1: TButton
  44.       Left = 67
  45.       Top = 5
  46.       Width = 52
  47.       Height = 17
  48.       Anchors = [akTop, akRight]
  49.       Caption = 'Close'
  50.       TabOrder = 1
  51.       OnClick = btnClose1Click
  52.     end
  53.   end
  54.   object pnlPreview1: TPanel
  55.     Left = 0
  56.     Top = 0
  57.     Width = 123
  58.     Height = 114
  59.     Align = alClient
  60.     BevelOuter = bvNone
  61.     TabOrder = 1
  62.     object imgPreview1: TImage
  63.       Left = 0
  64.       Top = 0
  65.       Width = 123
  66.       Height = 114
  67.       Align = alClient
  68.       PopupMenu = PopupMenu1
  69.       Stretch = True
  70.     end
  71.   end
  72.   object PopupMenu1: TPopupMenu
  73.     Left = 16
  74.     Top = 48
  75.     object Setaswallpaper1: TMenuItem
  76.       Caption = '&Set as wallpaper'
  77.       ShortCut = 120
  78.       OnClick = Setaswallpaper1Click
  79.     end
  80.   end
  81. end
  82.