object frmReg: TfrmReg Left = 237 Top = 219 BorderStyle = bsDialog Caption = 'Register' ClientHeight = 124 ClientWidth = 334 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object lblName: TLabel Left = 27 Top = 20 Width = 69 Height = 16 Alignment = taRightJustify Caption = 'User Name' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 10 Top = 56 Width = 86 Height = 16 Alignment = taRightJustify Caption = 'Serial Number' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object txtUserName: TEdit Left = 104 Top = 16 Width = 205 Height = 24 TabOrder = 0 OnChange = txtUserNameChange end object txtSerial: TEdit Left = 104 Top = 52 Width = 205 Height = 24 TabOrder = 1 OnChange = txtUserNameChange end object btnOk: TButton Left = 88 Top = 88 Width = 69 Height = 25 Caption = '&OK' TabOrder = 2 OnClick = btnOkClick end object btnCancel: TButton Left = 176 Top = 88 Width = 69 Height = 25 Caption = 'Ca&ncel' ModalResult = 2 TabOrder = 3 end end