object ProgRegFrm: TProgRegFrm Left = 199 Top = 115 ActiveControl = ctrlname BorderStyle = bsDialog Caption = 'Registering' ClientHeight = 154 ClientWidth = 336 Font.Color = clBlack Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 16 object Label3: TLabel Left = 25 Top = 75 Width = 87 Height = 16 Alignment = taRightJustify Caption = 'Registration :' end object Label2: TLabel Left = 28 Top = 49 Width = 84 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Name :' end object Label1: TLabel Left = 19 Top = 15 Width = 303 Height = 21 Alignment = taCenter AutoSize = False Caption = 'Please enter your name and registration' WordWrap = True end object okbtn: TButton Left = 72 Top = 115 Width = 82 Height = 26 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 2 end object ctrlreg: TEdit Left = 120 Top = 73 Width = 193 Height = 20 AutoSize = False CharCase = ecUpperCase TabOrder = 1 end object Button2: TButton Left = 188 Top = 115 Width = 84 Height = 26 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object ctrlname: TEdit Left = 120 Top = 48 Width = 193 Height = 19 AutoSize = False CharCase = ecLowerCase TabOrder = 0 end end