home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TPASSWCONFIRMDIALOG / TPASSWCONFIRMDIALOG.txt
Text File  |  1998-12-29  |  1KB  |  60 lines

  1. object PasswConfirmDialog: TPasswConfirmDialog
  2.   Left = 179
  3.   Top = 92
  4.   HelpContext = 206
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 86
  8.   ClientWidth = 290
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Info: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 3
  24.     Height = 13
  25.     FocusControl = InputBox
  26.     Transparent = True
  27.   end
  28.   object InputBox: TEdit
  29.     Left = 8
  30.     Top = 24
  31.     Width = 273
  32.     Height = 21
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'Courier'
  37.     Font.Style = []
  38.     MaxLength = 32000
  39.     ParentFont = False
  40.     TabOrder = 0
  41.   end
  42.   object OKButton: TButton
  43.     Left = 128
  44.     Top = 56
  45.     Width = 75
  46.     Height = 23
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 1
  50.   end
  51.   object CancelButton: TButton
  52.     Left = 208
  53.     Top = 56
  54.     Width = 75
  55.     Height = 23
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.   end
  59. end
  60.