object NewUserDlg: TNewUserDlg Left = 2046 Height = 195 Top = 381 Width = 352 BorderStyle = bsDialog Caption = 'New User' ClientHeight = 195 ClientWidth = 352 OnClose = FormClose OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.1.0' object Bevel1: TBevel Left = 5 Height = 178 Top = 6 Width = 256 end object Button1: TButton Left = 272 Height = 29 Top = 6 Width = 75 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 272 Height = 29 Top = 43 Width = 75 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 16 Height = 14 Top = 19 Width = 66 Caption = 'User Name' ParentColor = False end object Edit1: TEdit Left = 16 Height = 24 Top = 32 Width = 232 TabOrder = 2 Text = 'Edit1' end object Label2: TLabel Left = 16 Height = 14 Top = 71 Width = 55 Caption = 'Password' ParentColor = False end object Edit2: TEdit Left = 16 Height = 24 Top = 88 Width = 232 EchoMode = emPassword PasswordChar = '*' TabOrder = 3 Text = 'Edit2' end object Label3: TLabel Left = 16 Height = 14 Top = 125 Width = 107 Caption = 'Confirm Password' ParentColor = False end object Edit3: TEdit Left = 16 Height = 24 Top = 139 Width = 230 EchoMode = emPassword PasswordChar = '*' TabOrder = 4 Text = 'Edit3' end end