home *** CD-ROM | disk | FTP | other *** search
/ com!online 2003 March / com0303.iso / start.exe / 0 / RCDATA / TSPONSORFORM / TSPONSORFORM.txt
Encoding:
Text File  |  2002-11-12  |  1.6 KB  |  76 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 = 'MS Sans Serif'
  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 = 2
  28.     ImageCacheCount = 0
  29.     NoSelect = False
  30.     PrintMarginLeft = 2.000000000000000000
  31.     PrintMarginRight = 2.000000000000000000
  32.     PrintMarginTop = 2.000000000000000000
  33.     PrintMarginBottom = 2.000000000000000000
  34.     DefBackground = clWhite
  35.     DefFontName = 'MS Sans Serif'
  36.     DefPreFontName = 'Courier New'
  37.     DefFontSize = 10
  38.     DefFontColor = clBlack
  39.     DefOverLinkColor = clNavy
  40.     VisitedMaxCount = 5
  41.     HistoryMaxCount = 30
  42.     CharSet = DEFAULT_CHARSET
  43.     ShowHint = True
  44.     TabOrder = 0
  45.     fvOptions = [fvNoBorder, fvOverLinksActive]
  46.   end
  47.   object Buttonbar: TPanel
  48.     Left = 0
  49.     Top = 335
  50.     Width = 688
  51.     Height = 31
  52.     Align = alBottom
  53.     TabOrder = 1
  54.     object OkBtn: TButton
  55.       Left = 521
  56.       Top = 4
  57.       Width = 85
  58.       Height = 25
  59.       Caption = 'Weitere Info...'
  60.       Default = True
  61.       ModalResult = 1
  62.       TabOrder = 0
  63.     end
  64.     object CancelBtn: TButton
  65.       Left = 609
  66.       Top = 4
  67.       Width = 75
  68.       Height = 25
  69.       Cancel = True
  70.       Caption = 'Schlie∩┐╜en'
  71.       ModalResult = 2
  72.       TabOrder = 1
  73.     end
  74.   end
  75. end
  76.