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 / TPASSWORD / TPASSWORD.txt
Text File  |  2003-10-13  |  936b  |  53 lines

  1. object Password: TPassword
  2.   Left = 215
  3.   Top = 399
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Security'
  7.   ClientHeight = 93
  8.   ClientWidth = 233
  9.   Color = clBtnFace
  10.   DragMode = dmAutomatic
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnActivate = ClearPass
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 92
  21.     Height = 13
  22.     Caption = 'Fill in the password:'
  23.   end
  24.   object Paswoord: TEdit
  25.     Left = 8
  26.     Top = 24
  27.     Width = 217
  28.     Height = 21
  29.     PasswordChar = '*'
  30.     TabOrder = 0
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 38
  34.     Top = 59
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     TabOrder = 1
  40.     OnClick = OKBtnClick
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 118
  44.     Top = 59
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52. end
  53.