object Form5: TForm5 Left = 314 Top = 314 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Registration' ClientHeight = 174 ClientWidth = 306 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 306 Height = 174 Align = alClient Stretch = True end object Bevel1: TBevel Left = 8 Top = 8 Width = 289 Height = 129 end object Label1: TLabel Left = 72 Top = 82 Width = 33 Height = 13 Caption = 'Name' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 48 Top = 106 Width = 57 Height = 13 Caption = 'Reg Code' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 70 Top = 56 Width = 166 Height = 16 Alignment = taCenter Caption = 'Information is CASE sensitive' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object Label4: TLabel Left = 16 Top = 16 Width = 274 Height = 13 Caption = 'Please enter your registration information below.' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label5: TLabel Left = 40 Top = 32 Width = 227 Height = 13 Caption = 'If you have not yet registered then please do so.' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False Transparent = True OnClick = Label5Click end object Edit1: TEdit Left = 112 Top = 80 Width = 121 Height = 21 TabOrder = 0 Text = 'Unregistered' end object Edit2: TEdit Left = 112 Top = 104 Width = 121 Height = 21 TabOrder = 1 Text = 'Unregistered' end object Button1: TButton Left = 160 Top = 144 Width = 75 Height = 25 Caption = 'Register' ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 72 Top = 144 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end