home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TIMAGEVIEW / TIMAGEVIEW.txt
Encoding:
Text File  |  2000-09-13  |  2.6 KB  |  136 lines

  1. object ImageView: TImageView
  2.   Left = 7
  3.   Top = 149
  4.   Width = 792
  5.   Height = 375
  6.   Caption = 'ImageView'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnResize = ulimageResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object StatusBar: TPanel
  25.     Left = 0
  26.     Top = 330
  27.     Width = 784
  28.     Height = 18
  29.     Align = alBottom
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     OnResize = StatusBarResize
  33.     object sbXY: TPanel
  34.       Left = 685
  35.       Top = 0
  36.       Width = 99
  37.       Height = 18
  38.       Align = alRight
  39.       BevelInner = bvLowered
  40.       TabOrder = 0
  41.     end
  42.     object sbProps: TPanel
  43.       Left = 480
  44.       Top = 0
  45.       Width = 205
  46.       Height = 18
  47.       Align = alRight
  48.       BevelInner = bvLowered
  49.       TabOrder = 1
  50.     end
  51.     object sbMessage2: TPanel
  52.       Left = 362
  53.       Top = 0
  54.       Width = 118
  55.       Height = 18
  56.       Align = alRight
  57.       BevelInner = bvLowered
  58.       TabOrder = 2
  59.       object lObject: TLabel
  60.         Left = 3
  61.         Top = 2
  62.         Width = 111
  63.         Height = 13
  64.         AutoSize = False
  65.       end
  66.     end
  67.     object sbMessage: TPanel
  68.       Left = 0
  69.       Top = 0
  70.       Width = 362
  71.       Height = 18
  72.       BevelOuter = bvNone
  73.       FullRepaint = False
  74.       TabOrder = 3
  75.       object lMessage: TLabel
  76.         Left = 2
  77.         Top = 2
  78.         Width = 358
  79.         Height = 13
  80.         AutoSize = False
  81.       end
  82.     end
  83.   end
  84.   object AdPanel: TPanel
  85.     Left = 0
  86.     Top = 268
  87.     Width = 784
  88.     Height = 62
  89.     Align = alBottom
  90.     BevelOuter = bvLowered
  91.     Constraints.MaxHeight = 62
  92.     Constraints.MinHeight = 62
  93.     TabOrder = 1
  94.     Visible = False
  95.     object Advertisement1: TPanel
  96.       Left = 177
  97.       Top = 1
  98.       Width = 468
  99.       Height = 60
  100.       BevelOuter = bvNone
  101.       TabOrder = 0
  102.       object AdImage: TImage
  103.         Left = 0
  104.         Top = 0
  105.         Width = 468
  106.         Height = 60
  107.         Align = alClient
  108.         OnClick = AdImageClick
  109.       end
  110.     end
  111.   end
  112.   object PMultiPage: TPanel
  113.     Left = 0
  114.     Top = 227
  115.     Width = 784
  116.     Height = 41
  117.     Align = alBottom
  118.     BevelInner = bvLowered
  119.     TabOrder = 2
  120.     Visible = False
  121.   end
  122.   object Timer1: TTimer
  123.     Enabled = False
  124.     OnTimer = Timer1Timer
  125.     Left = 575
  126.     Top = 140
  127.   end
  128.   object Timer2: TTimer
  129.     Enabled = False
  130.     Interval = 20000
  131.     OnTimer = Timer2Timer
  132.     Left = 617
  133.     Top = 139
  134.   end
  135. end
  136.