📄 f.form
字号:
# Gambas Form File 1.0{ F Form Move(263,146,790,629) Text = ("") Border = Window.Fixed { mnuConfigure Menu mnuConfigure Text = ("&Options") { mnuOptions Menu Text = ("&Configuration") } } { Button1 Button Move(520,112,112,24) Text = ("GET!") } { TextArea1 TextArea Move(16,8,248,120) Text = ("") } { Navigator TextView Move(8,176,776,416) Text = ("") } { Label1 Label Move(288,8,56,24) Text = ("URL :") } { TxtHost TextBox Move(360,8,408,24) Text = ("http://www.binara.com/gambas-wiki/") } { TxtInfo TextLabel Move(520,144,248,24) Font = Font["Bold"] Background = &H0055FF& Foreground = &HFFFF00& Text = ("") } { BtnStop Button Move(656,112,112,24) Text = ("Stop") } { ChkPassword CheckBox Move(400,40,184,24) Text = ("Page needs authorization :") } { TxtUser TextBox Move(600,40,168,24) Enabled = False Text = ("User") } { TxtPassword TextBox Move(600,72,168,24) Enabled = False Text = ("Password") Password = True } { CmbAuth ComboBox Move(400,72,184,8) Enabled = False Text = (" ") ReadOnly = True List = ("Basic\nNTLM\nDIGEST\nGSS") } { MyHttp #HttpClient #X = 304 #Y = 80 }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -