home *** CD-ROM | disk | FTP | other *** search
/ Games Master / RPG&STRATEGY.iso / Start.exe / 0 / RCDATA / TBIGPIC / TBIGPIC.txt
Text File  |  2006-04-21  |  1KB  |  44 lines

  1. object BigPic: TBigPic
  2.   Left = 42
  3.   Top = 40
  4.   Width = 115
  5.   Height = 134
  6.   AutoSize = True
  7.   Caption = 'Screenshot'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   WindowState = wsMaximized
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ImPanel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 107
  25.     Height = 107
  26.     AutoSize = True
  27.     TabOrder = 0
  28.     object ImageBigPic: TImage
  29.       Left = 1
  30.       Top = 1
  31.       Width = 105
  32.       Height = 105
  33.       Cursor = crHandPoint
  34.       Hint = #1044#1083#1103' '#1079#1072#1082#1088#1099#1090#1080#1103' '#1085#1072#1078#1084#1080#1090#1077' '#1083#1077#1074#1091#1102' '#1082#1085#1086#1087#1082#1091' '#1084#1099#1096#1080
  35.       AutoSize = True
  36.       Center = True
  37.       ParentShowHint = False
  38.       ShowHint = True
  39.       Stretch = True
  40.       OnClick = ImageBigPicClick
  41.     end
  42.   end
  43. end
  44.