12345678910111213141516171819 |
- object FrmPswdChange: TFrmPswdChange
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = 'FrmPswdChange'
- ClientHeight = 309
- ClientWidth = 645
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- end
|