1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- object FrmPswdChange: TFrmPswdChange
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = 'User Password Change'
- ClientHeight = 189
- ClientWidth = 404
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 17
- object Label2: TLabel
- Left = 86
- Top = 24
- Width = 107
- Height = 17
- Caption = 'Current Password'
- end
- object Label1: TLabel
- Left = 104
- Top = 64
- Width = 89
- Height = 17
- Caption = 'New Password'
- end
- object Label3: TLabel
- Left = 52
- Top = 104
- Width = 141
- Height = 17
- Caption = 'Confirm New Password'
- end
- object EdPswd: TEdit
- Left = 199
- Top = 21
- Width = 150
- Height = 25
- Hint = 'User Password'
- PasswordChar = '*'
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 199
- Top = 61
- Width = 150
- Height = 25
- Hint = 'User Password'
- PasswordChar = '*'
- TabOrder = 1
- end
- object Edit2: TEdit
- Left = 199
- Top = 101
- Width = 150
- Height = 25
- Hint = 'User Password'
- PasswordChar = '*'
- TabOrder = 2
- end
- object BtnSave: TButton
- Left = 132
- Top = 148
- Width = 75
- Height = 25
- Cursor = crHandPoint
- Caption = 'Save'
- TabOrder = 3
- end
- object BtnClose: TButton
- Left = 236
- Top = 148
- Width = 75
- Height = 25
- Cursor = crHandPoint
- Caption = 'Close'
- TabOrder = 4
- OnClick = BtnCloseClick
- end
- end
|