home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
komunikace
/
qip
/
qip8020.exe
/
qip.exe
/
0
/
RCDATA
/
TPASSFORM
/
TPASSFORM.txt
Wrap
Text File
|
2007-04-21
|
3KB
|
121 lines
object PassForm: TPassForm
Left = 501
Top = 284
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Change Password'
ClientHeight = 221
ClientWidth = 233
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TransPanelPass: TPanel
Left = 0
Top = 0
Width = 233
Height = 221
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object GroupBoxPass: TGroupBox
Left = 8
Top = 4
Width = 218
Height = 173
TabOrder = 0
object LabelOldPass: TLabel
Left = 18
Top = 13
Width = 68
Height = 13
Caption = 'Old Password:'
Color = clBtnFace
ParentColor = False
end
object LabelNewPass: TLabel
Left = 19
Top = 61
Width = 74
Height = 13
Caption = 'New Password:'
Color = clBtnFace
ParentColor = False
end
object LabelNewConfirm: TLabel
Left = 19
Top = 104
Width = 112
Height = 13
Caption = 'Confirm New Password:'
Color = clBtnFace
ParentColor = False
end
object EditNewPass: TEdit
Left = 17
Top = 77
Width = 185
Height = 21
MaxLength = 8
PasswordChar = '*'
TabOrder = 1
end
object EditNewPassConfirm: TEdit
Left = 17
Top = 120
Width = 185
Height = 21
MaxLength = 8
PasswordChar = '*'
TabOrder = 2
end
object EditOldPass: TEdit
Left = 17
Top = 29
Width = 185
Height = 21
MaxLength = 16
PasswordChar = '*'
TabOrder = 0
end
object CheckBoxShowPass: TCheckBox
Left = 17
Top = 147
Width = 192
Height = 17
Caption = 'Show Pass'
TabOrder = 3
OnClick = CheckBoxShowPassClick
end
end
object ButtonOK: TButton
Left = 8
Top = 187
Width = 101
Height = 25
Caption = 'OK'
TabOrder = 1
OnClick = ButtonOKClick
end
object ButtonCancel: TButton
Left = 122
Top = 187
Width = 103
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = ButtonCancelClick
end
end
end