home *** CD-ROM | disk | FTP | other *** search
- object code: Tcode
- Left = 372
- Top = 258
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Enter Registration Code'
- ClientHeight = 270
- ClientWidth = 367
- 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 Label1: TLabel
- Left = 8
- Top = 80
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 8
- Top = 108
- Width = 21
- Height = 13
- Caption = 'Key:'
- end
- object Label3: TLabel
- Left = 56
- Top = 164
- Width = 305
- Height = 49
- AutoSize = False
- WordWrap = True
- end
- object Label4: TLabel
- Left = 8
- Top = 12
- Width = 353
- Height = 61
- AutoSize = False
- Caption =
- 'Upon your registration of PhotoMeister you have received a combi' +
- 'nation of a name and a registration key. Please enter both exact' +
- 'ly as it was given to you, preferably using copy/paste from your' +
- ' email client.'
- WordWrap = True
- end
- object Button1: TButton
- Left = 56
- Top = 132
- Width = 305
- Height = 25
- Caption = 'Check Registration Key'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 276
- Top = 240
- Width = 75
- Height = 25
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 1
- OnClick = Button2Click
- end
- object Edit1: TEdit
- Left = 56
- Top = 76
- Width = 305
- Height = 21
- TabOrder = 2
- end
- object Edit2: TEdit
- Left = 56
- Top = 104
- Width = 305
- Height = 21
- TabOrder = 3
- end
- object RxSplitter1: TRxSplitter
- Left = 8
- Top = 228
- Width = 353
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- Enabled = False
- end
- object Button3: TButton
- Left = 8
- Top = 240
- Width = 75
- Height = 17
- Caption = 'Reset To Trial'
- TabOrder = 5
- Visible = False
- OnClick = Button3Click
- end
- end
-