fpreview.form
来自「Gambas is a graphical development enviro」· FORM 代码 · 共 25 行
FORM
25 行
# Gambas Form File 1.0{ Fpreview Form Move(283,293,414,281) Text = ("Report Preview") { Label4 Label Move(0,0,412,32) Font = Font["16,Bold,Underline"] Background = &HD6D6D6& Text = (" Report Preview ") Alignment = Align.Right } { WebBrowser1 WebBrowser Move(0,36,412,208) JavaScript = True } { Button2 Button Move(320,244,88,32) ToolTip = ("Cancel") Text = ("&Cancel") Picture = Picture["pic/button_cance.png"] Cancel = True }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?