home *** CD-ROM | disk | FTP | other *** search
- object FormPasswordMismatch: TFormPasswordMismatch
- Left = 477
- Top = 300
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Password mismatch'
- ClientHeight = 178
- ClientWidth = 253
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- DesignSize = (
- 253
- 178)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 15
- Top = 56
- Width = 40
- Height = 13
- Caption = 'Account'
- end
- object Label2: TLabel
- Left = 15
- Top = 12
- Width = 130
- Height = 13
- Caption = 'Your password is incorrect. '
- end
- object LblUserId: TLabel
- Left = 68
- Top = 56
- Width = 45
- Height = 13
- Caption = 'LblUserId'
- end
- object Label4: TLabel
- Left = 15
- Top = 80
- Width = 46
- Height = 13
- Caption = 'Password'
- end
- object Bevel1: TBevel
- Left = 1
- Top = 135
- Width = 252
- Height = 5
- Anchors = [akLeft, akRight, akBottom]
- Shape = bsBottomLine
- end
- object Label5: TLabel
- Left = 15
- Top = 27
- Width = 169
- Height = 13
- Caption = 'Please enter your correct password.'
- end
- object Label6: TLabel
- Left = 33
- Top = 112
- Width = 179
- Height = 13
- Cursor = crHandPoint
- Caption = 'Click here if you forgot your password.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label6Click
- end
- object EditPassword: TEdit
- Left = 68
- Top = 75
- Width = 125
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- Text = 'EditPassword'
- end
- object Button1: TButton
- Left = 144
- Top = 148
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 23
- Top = 149
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-