home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eigen PC: FluoROM 13
/
fluorom_13.zip
/
fluorom_13
/
MediaShare
/
mediashare.exe
/
0
/
RCDATA
/
TPWCONFIRM
/
TPWCONFIRM.txt
Wrap
Text File
|
2000-08-07
|
1KB
|
55 lines
object pwconfirm: Tpwconfirm
Left = 309
Top = 255
Width = 315
Height = 132
ActiveControl = Edit1
BorderIcons = [biMaximize]
Caption = 'Confirm Password'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnMouseWheel = FormMouseWheel
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 248
Height = 13
Caption = 'Please re-enter your password to confirm it is correct.'
end
object Edit1: TEdit
Left = 16
Top = 40
Width = 273
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object Button1: TButton
Left = 184
Top = 72
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 40
Top = 72
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end