object PasswConfirmDialog: TPasswConfirmDialog Left = 179 Top = 92 HelpContext = 206 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 86 ClientWidth = 290 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Info: TLabel Left = 8 Top = 8 Width = 3 Height = 13 FocusControl = InputBox Transparent = True end object InputBox: TEdit Left = 8 Top = 24 Width = 273 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier' Font.Style = [] MaxLength = 32000 ParentFont = False TabOrder = 0 end object OKButton: TButton Left = 128 Top = 56 Width = 75 Height = 23 Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 208 Top = 56 Width = 75 Height = 23 ModalResult = 2 TabOrder = 2 end end