home *** CD-ROM | disk | FTP | other *** search
- object FormProActivation: TFormProActivation
- Left = 342
- Top = 528
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'FotoAlbum Pro Activation'
- ClientHeight = 268
- ClientWidth = 447
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel2: TBevel
- Left = 0
- Top = 49
- Width = 447
- Height = 4
- Align = alTop
- Shape = bsTopLine
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 447
- Height = 49
- Align = alTop
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 0
- object lbHdg: TLabel
- Left = 28
- Top = 13
- Width = 329
- Height = 13
- Caption = 'Use this screen to enter your FotoAlbum Pro Activation ID'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 227
- Width = 447
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 447
- Height = 4
- Align = alTop
- Shape = bsTopLine
- end
- object BtnCancel: TButton
- Left = 353
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Close'
- Default = True
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- object BtnApply: TButton
- Left = 264
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Apply'
- Enabled = False
- TabOrder = 0
- OnClick = BtnApplyClick
- end
- object BtnBuy: TButton
- Left = 16
- Top = 8
- Width = 81
- Height = 25
- Caption = 'Buy Now'
- TabOrder = 2
- OnClick = BtnBuyClick
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 53
- Width = 447
- Height = 174
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- object Label34: TLabel
- Left = 28
- Top = 15
- Width = 297
- Height = 13
- Caption = 'Enter the Activation ID you received with the CD or from e-mail.'
- end
- object Label35: TLabel
- Left = 38
- Top = 76
- Width = 61
- Height = 13
- Caption = 'Activation ID'
- end
- object LblIdStatus: TLabel
- Left = 40
- Top = 136
- Width = 53
- Height = 13
- Caption = 'LblIdStatus'
- end
- object ID1: TEdit
- Left = 110
- Top = 72
- Width = 53
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 5
- TabOrder = 0
- OnChange = OnDataChanged
- OnEnter = ID1Enter
- OnKeyUp = ID1KeyUp
- end
- object ID2: TEdit
- Left = 167
- Top = 72
- Width = 53
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 5
- TabOrder = 1
- OnChange = OnDataChanged
- OnEnter = ID1Enter
- OnKeyUp = ID1KeyUp
- end
- object ID3: TEdit
- Left = 224
- Top = 72
- Width = 53
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 5
- TabOrder = 2
- OnChange = OnDataChanged
- OnEnter = ID1Enter
- OnKeyUp = ID1KeyUp
- end
- object ID4: TEdit
- Left = 281
- Top = 72
- Width = 53
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 5
- TabOrder = 3
- OnChange = OnDataChanged
- OnEnter = ID1Enter
- OnKeyUp = ID1KeyUp
- end
- object BtnPaste: TButton
- Left = 347
- Top = 70
- Width = 75
- Height = 25
- Caption = 'Paste'
- TabOrder = 4
- OnClick = BtnPasteClick
- end
- end
- end
-