object PasswordUpdate: TPasswordUpdate Left = 93 Top = 184 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Password Update' ClientHeight = 179 ClientWidth = 421 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] KeyPreview = True Position = poScreenCenter Visible = True OnClose = FormClose OnKeyUp = FormKeyUp PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 281 Height = 161 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 24 Top = 16 Width = 145 Height = 13 Caption = 'Select Password change:' end object Label2: TLabel Left = 80 Top = 40 Width = 193 Height = 33 Caption = 'Security Level 1 - Read/write access to all records' end object Label3: TLabel Left = 80 Top = 80 Width = 193 Height = 33 Caption = 'Security Level 2 - Read only access to all records' end object Label4: TLabel Left = 80 Top = 120 Width = 185 Height = 33 Caption = 'Security Level 3 - Custom access to selected records' end object OKBtn: TBitBtn Left = 300 Top = 8 Width = 77 Height = 27 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 300 Top = 40 Width = 77 Height = 27 TabOrder = 1 OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 300 Top = 72 Width = 77 Height = 27 TabOrder = 2 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object Button1: TButton Left = 24 Top = 40 Width = 49 Height = 33 Caption = 'Total' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 24 Top = 80 Width = 49 Height = 33 Caption = 'Read' TabOrder = 4 OnClick = Button2Click end object Button3: TButton Left = 24 Top = 120 Width = 49 Height = 33 Caption = 'Custom' TabOrder = 5 OnClick = Button3Click end end