📄 fdatabase.form
字号:
# Gambas Form File 1.0{ FDatabase Form Move(309,287,414,186) Text = ("") Border = Window.Fixed { lblTitle Label Move(8,8,352,48) Font = Font["16,Bold"] Text = ("") } { Image1 PictureBox Move(360,8,48,48) Picture = Picture["img/32/database.png"] Stretch = True } { Label1 Label Move(8,72,104,24) Text = ("Server") } { txtServer TextBox Move(136,72,272,24) Text = ("") ReadOnly = True } { Label2 Label Move(8,104,104,24) Text = ("Name") } { txtName TextBox Move(136,104,272,24) Text = ("") } { btnOK Button Move(224,152,88,24) Text = ("OK") Default = True } { btnCancel Button Move(320,152,88,24) Text = ("Cancel") Cancel = True }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -