⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftips.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FTips Form  Move(227,138,628,443)  Text = ("Tips of the day")  Icon = Picture["img/16/about.png"]  { lblTitle Label    Move(0,8,432,40)    Font = Font["20,Bold"]    Background = &H88D5FF&    Foreground = &HFFFFFF&    Text = ("  Tips of the day")  }  { panBottom Panel    Move(8,328,552,32)    { chkShowTip CheckBox      Move(0,8,232,24)      Text = ("Show tips on startup")    }    { btnPrev Button      Move(216,8,104,24)      Text = ("<< &Previous")    }    { btnNext Button      Move(328,8,104,24)      Text = ("&Next >>")    }    { btnClose Button      Move(440,8,104,24)      Text = ("Close")      Default = True    }  }  { txtTip TextView    Move(8,56,200,120)    Text = ("")    Border = False  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -