fconfig.form

来自「Gambas is a graphical development enviro」· FORM 代码 · 共 63 行

FORM
63
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?