home *** CD-ROM | disk | FTP | other *** search
/ Eigen PC: FluoROM 13 / fluorom_13.zip / fluorom_13 / MediaShare / mediashare.exe / 0 / RCDATA / TPWCONFIRM / TPWCONFIRM.txt
Text File  |  2000-08-07  |  1KB  |  55 lines

  1. object pwconfirm: Tpwconfirm
  2.   Left = 309
  3.   Top = 255
  4.   Width = 315
  5.   Height = 132
  6.   ActiveControl = Edit1
  7.   BorderIcons = [biMaximize]
  8.   Caption = 'Confirm Password'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnMouseWheel = FormMouseWheel
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 24
  22.     Top = 16
  23.     Width = 248
  24.     Height = 13
  25.     Caption = 'Please re-enter your password to confirm it is correct.'
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 16
  29.     Top = 40
  30.     Width = 273
  31.     Height = 21
  32.     PasswordChar = '*'
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 184
  37.     Top = 72
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object Button2: TButton
  46.     Left = 40
  47.     Top = 72
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.