home *** CD-ROM | disk | FTP | other *** search
- object PasswordForm: TPasswordForm
- Left = 200
- Top = 134
- BorderStyle = bsDialog
- Caption = 'Password required...'
- ClientHeight = 110
- ClientWidth = 339
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 51
- Top = 40
- Width = 49
- Height = 13
- Alignment = taRightJustify
- Caption = 'Password:'
- end
- object Label2: TLabel
- Left = 8
- Top = 3
- Width = 321
- Height = 30
- AutoSize = False
- Caption =
- 'You need to provide password to enter this user. Please provide ' +
- 'the password here brelow!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Edit1: TEdit
- Left = 104
- Top = 37
- Width = 225
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object Button1: TButton
- Left = 175
- Top = 72
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 255
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object MultiLang1: TMultiLang
- Languages = 2
- Words.Strings = (
- '%Form%'
- 'Password required...'
- 'Lykilor� �arf...'
- 'Label1'
- 'Password:'
- 'Lykilor�:'
- 'Edit1'
- ''
- ''
- 'Button1'
- 'OK'
- '�fram'
- 'Button2'
- 'Cancel'
- 'H�tta vi�'
- 'Label2'
-
- 'You need to provide password to enter this user. Please provide ' +
- 'the password here brelow!'
-
- 'Til �ess a� opna valinn notanda �arf lykilor�. Vinsamlega sl��u ' +
- 'inn lykilor�i�!')
- Left = 280
- Top = 8
- end
- end
-