JSONViewer: cleaned up password edit in authentication form

git-svn-id: trunk@57980 -
This commit is contained in:
maxim 2018-05-20 22:50:07 +00:00
parent 78acd67a99
commit 662a81e1a2
2 changed files with 6 additions and 8 deletions

View File

@ -10,8 +10,8 @@ object AuthenticationForm: TAuthenticationForm
LCLVersion = '1.9.0.0'
object BPHeader: TButtonPanel
Left = 0
Height = 42
Top = 81
Height = 34
Top = 89
Width = 332
BorderSpacing.Around = 0
OKButton.Name = 'OKButton'
@ -27,13 +27,13 @@ object AuthenticationForm: TAuthenticationForm
end
object CBUserName: TComboBox
Left = 96
Height = 29
Height = 23
Top = 8
Width = 216
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 0
ItemHeight = 15
TabOrder = 1
end
object LEPassword: TLabel
@ -61,13 +61,12 @@ object AuthenticationForm: TAuthenticationForm
end
object EPassword: TEdit
Left = 96
Height = 27
Height = 23
Top = 40
Width = 216
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 2
Text = 'EPassword'
end
object PSHeaders: TIniPropStorage
StoredValues = <>

View File

@ -1,6 +1,5 @@
{"version":1,"strings":[
{"hash":246353726,"name":"tauthenticationform.caption","sourcebytes":[72,84,84,80,32,65,117,116,104,101,110,116,105,99,97,116,105,111,110],"value":"HTTP Authentication"},
{"hash":145427940,"name":"tauthenticationform.lepassword.caption","sourcebytes":[38,80,97,115,115,119,111,114,100],"value":"&Password"},
{"hash":164195829,"name":"tauthenticationform.lcbusername.caption","sourcebytes":[38,85,115,101,114,110,97,109,101],"value":"&Username"},
{"hash":145403108,"name":"tauthenticationform.epassword.text","sourcebytes":[69,80,97,115,115,119,111,114,100],"value":"EPassword"}
{"hash":164195829,"name":"tauthenticationform.lcbusername.caption","sourcebytes":[38,85,115,101,114,110,97,109,101],"value":"&Username"}
]}