home *** CD-ROM | disk | FTP | other *** search
- object NewForm: TNewForm
- Left = 203
- Top = 190
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Registering DEMO Program'
- ClientHeight = 192
- ClientWidth = 390
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- TextHeight = 13
- object Button2: TButton
- Left = 150
- Top = 144
- Width = 89
- Height = 33
- Caption = 'Register'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = Button2Click
- end
- object Panel2: TPanel
- Left = 16
- Top = 16
- Width = 353
- Height = 113
- BevelInner = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 16
- Top = 48
- Width = 41
- Height = 13
- Caption = 'Reg Key'
- end
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 43
- Height = 13
- Caption = 'User Key'
- end
- object Edit3: TEdit
- Left = 72
- Top = 16
- Width = 265
- Height = 20
- MaxLength = 50
- TabOrder = 0
- Text = 'UserKey'
- end
- object Edit4: TEdit
- Left = 72
- Top = 48
- Width = 265
- Height = 20
- TabOrder = 1
- Text = '74030960'
- end
- end
- end
-