home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 357
- Top = 165
- Width = 294
- Height = 163
- Caption = 'Registration'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 112
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label3: TLabel
- Left = 8
- Top = 48
- Width = 64
- Height = 13
- Caption = 'Serialnumber:'
- end
- object Label4: TLabel
- Left = 8
- Top = 96
- Width = 52
- Height = 13
- Caption = 'Your code:'
- end
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 200
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Register'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 200
- Top = 96
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Edit2: TEdit
- Left = 8
- Top = 64
- Width = 121
- Height = 21
- TabOrder = 3
- end
- end
-