home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 May / com_0505_2.iso / CDStart.exe / 0 / RCDATA / TSPONSORFORM / TSPONSORFORM.txt
Encoding:
Text File  |  2003-08-30  |  1.8 KB  |  79 lines

  1. object SponsorForm: TSponsorForm
  2.   Left = 192
  3.   Top = 262
  4.   Width = 696
  5.   Height = 393
  6.   ActiveControl = SponsorFrame
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'SponsorForm'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SponsorFrame: TFrameViewer
  23.     Left = 6
  24.     Top = 15
  25.     Width = 660
  26.     Height = 267
  27.     Cursor = crArrow
  28.     OnHotSpotTargetClick = SponsorFrameHotSpotTargetClick
  29.     ImageCacheCount = 0
  30.     NoSelect = False
  31.     PrintMarginLeft = 2.000000000000000000
  32.     PrintMarginRight = 2.000000000000000000
  33.     PrintMarginTop = 2.000000000000000000
  34.     PrintMarginBottom = 2.000000000000000000
  35.     PrintScale = 1.000000000000000000
  36.     DefBackground = clWhite
  37.     DefFontName = 'MS Sans Serif'
  38.     DefPreFontName = 'Courier New'
  39.     DefFontSize = 10
  40.     DefFontColor = clBlack
  41.     DefOverLinkColor = clNavy
  42.     VisitedMaxCount = 5
  43.     HistoryMaxCount = 30
  44.     CharSet = DEFAULT_CHARSET
  45.     ShowHint = True
  46.     TabOrder = 0
  47.     fvOptions = [fvNoBorder, fvOverLinksActive]
  48.   end
  49.   object Buttonbar: TPanel
  50.     Left = 0
  51.     Top = 328
  52.     Width = 688
  53.     Height = 31
  54.     Align = alBottom
  55.     TabOrder = 1
  56.     object OkBtn: TButton
  57.       Left = 521
  58.       Top = 4
  59.       Width = 85
  60.       Height = 25
  61.       Caption = 'Weitere Info...'
  62.       Default = True
  63.       ModalResult = 1
  64.       TabOrder = 0
  65.     end
  66.     object CancelBtn: TButton
  67.       Left = 609
  68.       Top = 4
  69.       Width = 75
  70.       Height = 25
  71.       Cancel = True
  72.       Caption = 'Schlie'#223'en'
  73.       ModalResult = 2
  74.       TabOrder = 1
  75.       OnClick = CancelBtnClick
  76.     end
  77.   end
  78. end
  79.