home *** CD-ROM | disk | FTP | other *** search
- object PasswordDlg: TPasswordDlg
- Left = 237
- Top = 259
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Ochrana bal��ku'
- ClientHeight = 93
- ClientWidth = 233
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 9
- Top = 10
- Width = 198
- Height = 13
- Caption = 'Vlo�te heslo oprav�uj�c� vstup do bal��ku:'
- Transparent = True
- end
- object Label1: TLabel
- Left = 8
- Top = 9
- Width = 198
- Height = 13
- Caption = 'Vlo�te heslo oprav�uj�c� vstup do bal��ku:'
- Transparent = True
- end
- object Password: TEdit
- Left = 8
- Top = 27
- Width = 217
- Height = 21
- HelpContext = 302
- PasswordChar = '*'
- TabOrder = 0
- end
- object OKBtn: TButton
- Left = 70
- Top = 59
- Width = 75
- Height = 25
- HelpContext = 300
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 150
- Top = 59
- Width = 75
- Height = 25
- HelpContext = 301
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 2
- end
- end
-