home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 September
/
PCWorld_2000-09_cd.bin
/
Software
/
TemaCD
/
currconv
/
currconv.exe
/
0
/
RCDATA
/
TFORM6
/
TFORM6.txt
Wrap
Text File
|
1999-07-12
|
1KB
|
76 lines
object Form6: TForm6
Left = 286
Top = 171
ActiveControl = Edit1
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Username and Password Required'
ClientHeight = 120
ClientWidth = 283
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 36
Width = 56
Height = 13
Caption = 'User Name:'
end
object Label2: TLabel
Left = 16
Top = 60
Width = 49
Height = 13
Caption = 'Password:'
end
object Label3: TLabel
Left = 16
Top = 8
Width = 140
Height = 13
Caption = 'Enter username for something'
end
object Edit1: TEdit
Left = 80
Top = 32
Width = 201
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 64
Top = 86
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 86
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 3
OnClick = Button2Click
end
object MaskEdit1: TMaskEdit
Left = 80
Top = 56
Width = 201
Height = 21
PasswordChar = '*'
TabOrder = 1
end
end