1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
object AuthenticationForm: TAuthenticationForm
Left = 491
Height = 123
Top = 180
Width = 332
Caption = 'HTTP Authentication'
ClientHeight = 123
ClientWidth = 332
SessionProperties = 'EPassword.Text;CBUserName.Items'
LCLVersion = '1.9.0.0'
object BPHeader: TButtonPanel
Left = 0
Height = 34
Top = 89
Width = 332
BorderSpacing.Around = 0
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
end
object CBUserName: TComboBox
Left = 96
Height = 23
Top = 8
Width = 216
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 15
TabOrder = 1
end
object LEPassword: TLabel
Left = 19
Height = 25
Top = 40
Width = 69
Alignment = taRightJustify
AutoSize = False
Caption = '&Password'
Layout = tlCenter
ParentColor = False
end
object LCBUserName: TLabel
Left = 16
Height = 25
Top = 8
Width = 72
Alignment = taRightJustify
AutoSize = False
Caption = '&Username'
FocusControl = CBUserName
Layout = tlCenter
ParentColor = False
end
object EPassword: TEdit
Left = 96
Height = 23
Top = 40
Width = 216
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 2
end
object PSHeaders: TIniPropStorage
StoredValues = <>
left = 128
top = 80
end
end
|