object PasswordDlg: TPasswordDlg Left = 246 Top = 215 ActiveControl = Password BorderIcons = [] BorderStyle = bsSingle Caption = 'OPC Password Protection' ClientHeight = 126 ClientWidth = 393 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = load_image PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 393 Height = 126 Stretch = True Transparent = True end object Label1: TLabel Left = 120 Top = 32 Width = 149 Height = 13 Caption = 'Enter your OPC password:' Color = clWhite ParentColor = False end object Bevel1: TBevel Left = 120 Top = 32 Width = 150 Height = 14 end object Password: TEdit Left = 168 Top = 51 Width = 57 Height = 21 MaxLength = 8 PasswordChar = '*' TabOrder = 0 OnKeyPress = check_enter end object Button1: TButton Left = 120 Top = 80 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 200 Top = 80 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelBtnClick end end