home *** CD-ROM | disk | FTP | other *** search
- object DlgPasswd: TDlgPasswd
- Left = 264
- Top = 103
- ActiveControl = EditPwd1
- BorderStyle = bsDialog
- ClientHeight = 124
- ClientWidth = 308
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'System'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object LabPwd1: TLabel
- Tag = 3400
- Left = 6
- Top = 24
- Width = 32
- Height = 16
- Caption = '����'
- end
- object LabPwd2: TLabel
- Tag = 3401
- Left = 6
- Top = 56
- Width = 48
- Height = 16
- Caption = '������'
- end
- object LabPwd3: TLabel
- Tag = 3402
- Left = 6
- Top = 90
- Width = 64
- Height = 16
- Caption = '����ȷ��'
- end
- object BtnOK: TButton
- Tag = 8000
- Left = 220
- Top = 28
- Width = 75
- Height = 23
- Caption = 'ȷ��'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Tag = 8001
- Left = 220
- Top = 62
- Width = 75
- Height = 23
- Caption = 'ȡ��'
- ModalResult = 2
- TabOrder = 4
- OnClick = BtnCancelClick
- end
- object EditPwd3: TEdit
- Left = 106
- Top = 86
- Width = 100
- Height = 24
- MaxLength = 8
- PasswordChar = '*'
- TabOrder = 2
- end
- object EditPwd2: TEdit
- Left = 106
- Top = 54
- Width = 100
- Height = 24
- MaxLength = 8
- PasswordChar = '*'
- TabOrder = 1
- end
- object EditPwd1: TEdit
- Left = 106
- Top = 20
- Width = 100
- Height = 24
- MaxLength = 8
- PasswordChar = '*'
- TabOrder = 0
- end
- end
-