object RegCard: TRegCard Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Registration' ClientHeight = 214 ClientWidth = 313 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 297 Height = 161 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 114 Width = 31 Height = 13 Caption = 'Name:' end object Label2: TLabel Left = 16 Top = 140 Width = 28 Height = 13 Caption = 'Code:' end object OKBtn: TButton Left = 79 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 159 Top = 180 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object Name: TEdit Left = 56 Top = 112 Width = 241 Height = 21 TabOrder = 2 end object Panel1: TPanel Left = 16 Top = 16 Width = 281 Height = 81 BevelInner = bvLowered BevelOuter = bvNone Caption = 'Panel1' Color = 11927551 TabOrder = 3 object Comments: TLabel Left = 8 Top = 8 Width = 265 Height = 65 AutoSize = False Caption = 'Comments' Color = 11927551 ParentColor = False WordWrap = True end end object Code: TEdit Left = 56 Top = 136 Width = 97 Height = 21 TabOrder = 4 end end