home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / prehravace / tunes / mp3t2demo.exe / MP3Tunes.exe / 0 / RCDATA / TCHANGEPASSWORD / TCHANGEPASSWORD.txt
Text File  |  2003-10-13  |  2KB  |  78 lines

  1. object ChangePassword: TChangePassword
  2.   Left = 194
  3.   Top = 522
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change password'
  7.   ClientHeight = 146
  8.   ClientWidth = 249
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnActivate = ClearPass
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TButton
  17.     Left = 46
  18.     Top = 115
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'OK'
  22.     TabOrder = 1
  23.     OnClick = OKBtnClick
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 126
  27.     Top = 115
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 2
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 233
  38.     Height = 97
  39.     UseDockManager = False
  40.     TabOrder = 0
  41.     TabStop = True
  42.     object NewPassword: TLabel
  43.       Left = 8
  44.       Top = 8
  45.       Width = 115
  46.       Height = 13
  47.       Caption = 'Fill in the new password:'
  48.     end
  49.     object NewPasswordAgain: TLabel
  50.       Left = 9
  51.       Top = 54
  52.       Width = 144
  53.       Height = 13
  54.       Caption = 'Fill in the new password again:'
  55.     end
  56.     object NewPaswoord: TEdit
  57.       Left = 8
  58.       Top = 21
  59.       Width = 217
  60.       Height = 21
  61.       PasswordChar = '*'
  62.       TabOrder = 0
  63.       OnKeyDown = PaswoordKeyDown
  64.       OnKeyPress = EnterKeyPress
  65.     end
  66.     object NewPaswoordCheck: TEdit
  67.       Left = 8
  68.       Top = 67
  69.       Width = 217
  70.       Height = 21
  71.       PasswordChar = '*'
  72.       TabOrder = 1
  73.       OnKeyDown = NewPaswoordCheckKeyDown
  74.       OnKeyPress = EnterKeyPress
  75.     end
  76.   end
  77. end
  78.