home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / tema / langexpert / download / LangExpert.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  2003-01-26  |  948b  |  53 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ochrana'
  6.   ClientHeight = 93
  7.   ClientWidth = 233
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnKeyPress = FormKeyPress
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblPrikaz: TLabel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 60
  21.     Height = 13
  22.     Caption = 'Vlo∩┐╜te heslo:'
  23.   end
  24.   object edPassword: TEdit
  25.     Left = 8
  26.     Top = 27
  27.     Width = 217
  28.     Height = 21
  29.     PasswordChar = '*'
  30.     TabOrder = 0
  31.   end
  32.   object btnOK: TButton
  33.     Left = 70
  34.     Top = 59
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     TabOrder = 1
  40.     OnClick = btnOKClick
  41.   end
  42.   object btnStorno: TButton
  43.     Left = 150
  44.     Top = 59
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Storno'
  49.     TabOrder = 2
  50.     OnClick = btnStornoClick
  51.   end
  52. end
  53.