home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / popupdef / PD.exe / pd.exe / 0 / RCDATA / TCONGRATS / TCONGRATS.txt
Text File  |  2004-01-14  |  3KB  |  119 lines

  1. object Congrats: TCongrats
  2.   Left = 230
  3.   Top = 97
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Congratulations!'
  7.   ClientHeight = 311
  8.   ClientWidth = 338
  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.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 2
  23.     Top = 1
  24.     Width = 334
  25.     Height = 272
  26.     TabOrder = 1
  27.     object Label3: TLabel
  28.       Left = 8
  29.       Top = 160
  30.       Width = 249
  31.       Height = 20
  32.       Caption = 'Click here to download the program'
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clBlue
  35.       Font.Height = -16
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = [fsUnderline]
  38.       ParentFont = False
  39.       OnClick = Label3Click
  40.     end
  41.     object Label1: TLabel
  42.       Left = 8
  43.       Top = 191
  44.       Width = 183
  45.       Height = 20
  46.       Caption = 'Your reference number is:'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -16
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       WordWrap = True
  54.     end
  55.     object Label2: TLabel
  56.       Left = 8
  57.       Top = 224
  58.       Width = 311
  59.       Height = 40
  60.       Caption = 
  61.         'Please write it down, for you will be asked for it. You will see' +
  62.         ' this popup 2 more time(s).'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clWindowText
  65.       Font.Height = -16
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       WordWrap = True
  70.     end
  71.     object Label4: TLabel
  72.       Left = 8
  73.       Top = 8
  74.       Width = 311
  75.       Height = 140
  76.       Caption = 
  77.         'Thank you very much for using our program! We'#39're glad to inform ' +
  78.         'you that you are eligible to try Pop-up and Privacy Defender Pro' +
  79.         'fessional 7.0.4  FREE for 100 days/uses. This program has all th' +
  80.         'e features this program has and many more. We guarantee you'#39'll l' +
  81.         'ove it!'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -16
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       WordWrap = True
  89.     end
  90.     object Edit1: TEdit
  91.       Left = 210
  92.       Top = 191
  93.       Width = 114
  94.       Height = 20
  95.       BorderStyle = bsNone
  96.       Color = clBtnFace
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clWindowText
  99.       Font.Height = -16
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       ReadOnly = True
  104.       TabOrder = 0
  105.       Text = 'ZX434811AC3'
  106.     end
  107.   end
  108.   object Button1: TButton
  109.     Left = 132
  110.     Top = 280
  111.     Width = 75
  112.     Height = 25
  113.     Cancel = True
  114.     Caption = 'Close'
  115.     TabOrder = 0
  116.     OnClick = Button1Click
  117.   end
  118. end
  119.