home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMPROACTIVATION / TFORMPROACTIVATION.txt
Encoding:
Text File  |  2004-04-06  |  3.7 KB  |  185 lines

  1. object FormProActivation: TFormProActivation
  2.   Left = 342
  3.   Top = 528
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FotoAlbum Pro Activation'
  7.   ClientHeight = 268
  8.   ClientWidth = 447
  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 = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel2: TBevel
  21.     Left = 0
  22.     Top = 49
  23.     Width = 447
  24.     Height = 4
  25.     Align = alTop
  26.     Shape = bsTopLine
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 447
  32.     Height = 49
  33.     Align = alTop
  34.     BevelOuter = bvNone
  35.     Color = clWindow
  36.     TabOrder = 0
  37.     object lbHdg: TLabel
  38.       Left = 28
  39.       Top = 13
  40.       Width = 329
  41.       Height = 13
  42.       Caption = 'Use this screen to enter your FotoAlbum Pro Activation ID'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.     end
  50.   end
  51.   object Panel2: TPanel
  52.     Left = 0
  53.     Top = 227
  54.     Width = 447
  55.     Height = 41
  56.     Align = alBottom
  57.     BevelOuter = bvNone
  58.     TabOrder = 1
  59.     object Bevel1: TBevel
  60.       Left = 0
  61.       Top = 0
  62.       Width = 447
  63.       Height = 4
  64.       Align = alTop
  65.       Shape = bsTopLine
  66.     end
  67.     object BtnCancel: TButton
  68.       Left = 353
  69.       Top = 8
  70.       Width = 75
  71.       Height = 25
  72.       Caption = 'Close'
  73.       Default = True
  74.       TabOrder = 1
  75.       OnClick = BtnCancelClick
  76.     end
  77.     object BtnApply: TButton
  78.       Left = 264
  79.       Top = 8
  80.       Width = 75
  81.       Height = 25
  82.       Caption = 'Apply'
  83.       Enabled = False
  84.       TabOrder = 0
  85.       OnClick = BtnApplyClick
  86.     end
  87.     object BtnBuy: TButton
  88.       Left = 16
  89.       Top = 8
  90.       Width = 81
  91.       Height = 25
  92.       Caption = 'Buy Now'
  93.       TabOrder = 2
  94.       OnClick = BtnBuyClick
  95.     end
  96.   end
  97.   object Panel3: TPanel
  98.     Left = 0
  99.     Top = 53
  100.     Width = 447
  101.     Height = 174
  102.     Align = alClient
  103.     BevelOuter = bvNone
  104.     TabOrder = 2
  105.     object Label34: TLabel
  106.       Left = 28
  107.       Top = 15
  108.       Width = 297
  109.       Height = 13
  110.       Caption = 'Enter the Activation ID you received with the CD or from e-mail.'
  111.     end
  112.     object Label35: TLabel
  113.       Left = 38
  114.       Top = 76
  115.       Width = 61
  116.       Height = 13
  117.       Caption = 'Activation ID'
  118.     end
  119.     object LblIdStatus: TLabel
  120.       Left = 40
  121.       Top = 136
  122.       Width = 53
  123.       Height = 13
  124.       Caption = 'LblIdStatus'
  125.     end
  126.     object ID1: TEdit
  127.       Left = 110
  128.       Top = 72
  129.       Width = 53
  130.       Height = 21
  131.       CharCase = ecUpperCase
  132.       MaxLength = 5
  133.       TabOrder = 0
  134.       OnChange = OnDataChanged
  135.       OnEnter = ID1Enter
  136.       OnKeyUp = ID1KeyUp
  137.     end
  138.     object ID2: TEdit
  139.       Left = 167
  140.       Top = 72
  141.       Width = 53
  142.       Height = 21
  143.       CharCase = ecUpperCase
  144.       MaxLength = 5
  145.       TabOrder = 1
  146.       OnChange = OnDataChanged
  147.       OnEnter = ID1Enter
  148.       OnKeyUp = ID1KeyUp
  149.     end
  150.     object ID3: TEdit
  151.       Left = 224
  152.       Top = 72
  153.       Width = 53
  154.       Height = 21
  155.       CharCase = ecUpperCase
  156.       MaxLength = 5
  157.       TabOrder = 2
  158.       OnChange = OnDataChanged
  159.       OnEnter = ID1Enter
  160.       OnKeyUp = ID1KeyUp
  161.     end
  162.     object ID4: TEdit
  163.       Left = 281
  164.       Top = 72
  165.       Width = 53
  166.       Height = 21
  167.       CharCase = ecUpperCase
  168.       MaxLength = 5
  169.       TabOrder = 3
  170.       OnChange = OnDataChanged
  171.       OnEnter = ID1Enter
  172.       OnKeyUp = ID1KeyUp
  173.     end
  174.     object BtnPaste: TButton
  175.       Left = 347
  176.       Top = 70
  177.       Width = 75
  178.       Height = 25
  179.       Caption = 'Paste'
  180.       TabOrder = 4
  181.       OnClick = BtnPasteClick
  182.     end
  183.   end
  184. end
  185.