📄 fconfig.form
字号:
# Gambas Form File 1.0{ FConfig Form Move(284,245,314,273) Text = ("") Border = Window.Fixed { CmbProxyAuth ComboBox Move(152,56,128,16) Enabled = False Text = ("") ReadOnly = True List = ("Plain\nNTLM") } { LblAuth TextLabel Move(40,56,96,16) Enabled = False Text = ("Autenticathion :") } { LblProxyUser TextLabel Move(40,80,104,16) Enabled = False Text = ("User") } { LblProxyPassword TextLabel Move(40,104,104,16) Enabled = False Text = ("Password") } { TxtProxyPassword TextBox Move(152,104,120,24) Enabled = False Drop = False Text = ("") Password = True } { TxtProxyUser TextBox Move(152,80,120,24) Enabled = False Drop = False Text = ("") } { ChkProxy CheckBox Move(40,24,96,24) Text = ("Use Proxy") } { TxtProxy TextBox Move(144,24,128,24) Text = ("127.0.0.1:3128") } { TxtCookies TextBox Move(40,200,216,24) Text = ("TextBox1") } { ChkUpdate CheckBox Move(40,232,216,16) Text = ("Update cookies file") } { TextLabel1 TextLabel Move(40,152,216,40) Text = ("Cookies file (if you leave it blank HttpClient will not manage cookies)") }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -