home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / zkuste / Svatky / _SETUP.1 / Vyroci.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Encoding:
Text File  |  1999-11-25  |  1.3 KB  |  66 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 237
  3.   Top = 259
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ochrana bal∩┐╜∩┐╜ku'
  7.   ClientHeight = 93
  8.   ClientWidth = 233
  9.   Font.Charset = EASTEUROPE_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.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 9
  20.     Top = 10
  21.     Width = 198
  22.     Height = 13
  23.     Caption = 'Vlo∩┐╜te heslo oprav∩┐╜uj∩┐╜c∩┐╜ vstup do bal∩┐╜∩┐╜ku:'
  24.     Transparent = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 9
  29.     Width = 198
  30.     Height = 13
  31.     Caption = 'Vlo∩┐╜te heslo oprav∩┐╜uj∩┐╜c∩┐╜ vstup do bal∩┐╜∩┐╜ku:'
  32.     Transparent = True
  33.   end
  34.   object Password: TEdit
  35.     Left = 8
  36.     Top = 27
  37.     Width = 217
  38.     Height = 21
  39.     HelpContext = 302
  40.     PasswordChar = '*'
  41.     TabOrder = 0
  42.   end
  43.   object OKBtn: TButton
  44.     Left = 70
  45.     Top = 59
  46.     Width = 75
  47.     Height = 25
  48.     HelpContext = 300
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.   end
  54.   object CancelBtn: TButton
  55.     Left = 150
  56.     Top = 59
  57.     Width = 75
  58.     Height = 25
  59.     HelpContext = 301
  60.     Cancel = True
  61.     Caption = 'Storno'
  62.     ModalResult = 2
  63.     TabOrder = 2
  64.   end
  65. end
  66.