object RegForm: TRegForm Left = 264 Top = 185 ActiveControl = meRegUser BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Register ...' ClientHeight = 104 ClientWidth = 362 Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 15 object Label1: TLabel Left = 7 Top = 9 Width = 45 Height = 15 AutoSize = False Caption = '&Name: ' FocusControl = meRegUser end object lbCode: TLabel Left = 7 Top = 45 Width = 41 Height = 15 AutoSize = False Caption = 'C&ode:' FocusControl = edRegCode end object edRegCode: TEdit Left = 56 Top = 41 Width = 297 Height = 23 CharCase = ecUpperCase TabOrder = 1 end object meRegUser: TMaskEdit Left = 56 Top = 7 Width = 297 Height = 23 CharCase = ecUpperCase MaxLength = 0 TabOrder = 0 end object btnCancel: TButton Left = 167 Top = 70 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object btnRegister: TButton Left = 56 Top = 70 Width = 75 Height = 25 Caption = '&Register' Default = True TabOrder = 2 OnClick = btnRegisterClick end object btnHelp: TButton Left = 278 Top = 70 Width = 75 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = btnHelpClick end end