+ <presentation id="HTTPProxy">
+ <text>HTTP Proxy:</text>
+ <textBox refId="HTTPProxy">
+ <label/>
+ </textBox>
+ <checkBox refId="UseHTTPProxyForAllProtocols">Use this proxy server for all protocols.</checkBox>
+ </presentation>
+ <presentation id="SSLProxy">
+ <text>SSL Proxy:</text>
+ <textBox refId="SSLProxy">
+ <label/>
+ </textBox>
+ </presentation>
+ <presentation id="FTPProxy">
+ <text>FTP Proxy:</text>
+ <textBox refId="FTPProxy">
+ <label/>
+ </textBox>
+ </presentation>
+ <presentation id="SOCKSProxy">
+ <text>SOCKS Host:</text>
+ <textBox refId="SOCKSProxy">
+ <label/>
+ </textBox>
+ <dropdownList refId="SOCKSVersion"/>
+ </presentation>
+ <presentation id="Passthrough">
+ <text>No proxy for</text>
+ <textBox refId="Passthrough">
+ <label/>
+ </textBox>
+ <text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
+ </presentation>
+ <presentation id="AutoConfigURL">
+ <text>Automatic proxy configuration URL:</text>
+ <textBox refId="AutoConfigURL">
+ <label/>
+ </textBox>
+ </presentation>
+ <presentation id="ProxyMode">
+ <dropdownList refId="ProxyMode"/>
+ <checkBox refId="AutoLogin">Do not prompt for authentication if password is saved.</checkBox>
+ <checkBox refId="UseProxyForDNS">Proxy DNS when using SOCKS v5.</checkBox>
+ <checkBox refId="ProxyLocked">Don't allow proxy settings to be changed.</checkBox>
+ </presentation>