📄 fform.form
字号:
# Gambas Form File 1.0{ FForm Form Move(334,149,400,400) Text = ("") Icon = Picture["img/16/form.png"] Persistent = True { mnuForm Menu Text = ("Form") Visible = False { mnuSelect Menu Text = ("Select") Picture = Picture["img/16/select.png"] } { mnuEvent Menu Text = ("Event") Picture = Picture["img/16/event.png"] Visible = False } { mnuSep1 Menu Text = ("") } { mnuSelectAll Menu Text = ("Select all") Shortcut = "Ctrl+A" } { mnuCut Menu Text = ("Cut") Picture = Picture["img/16/cut.png"] Shortcut = "Ctrl+X" } { mnuCopy Menu Text = ("Copy") Picture = Picture["img/16/copy.png"] Shortcut = "Ctrl+C" } { mnuPaste Menu Text = ("Paste") Picture = Picture["img/16/paste.png"] Shortcut = "Ctrl+V" } { mnuDelete Menu Text = ("Delete") Picture = Picture["img/16/delete.png"] Shortcut = "Del" } { mnuSep2 Menu Text = ("") } { mnuArrange Menu Text = ("Arrangement") { mnuRaise Menu Text = ("Bring to foreground") Picture = Picture["img/16/raise.png"] Shortcut = "Home" } { mnuLower Menu Text = ("Send to background") Picture = Picture["img/16/lower.png"] Shortcut = "End" } { mnuArrangeSep Menu Text = ("") } { mnuArrangeHor Menu Text = ("Horizontal") Picture = Picture["img/16/arrange-h.png"] Shortcut = "Ctrl+Right" } { mnuArrangeLeftRight Menu Text = ("Left to right") Picture = Picture["img/16/arrange-lr.png"] Shortcut = "Ctrl+Shift+Right" } { mnuArrangeVer Menu Text = ("Vertical") Picture = Picture["img/16/arrange-v.png"] Shortcut = "Ctrl+Down" } { mnuArrangeTopBottom Menu Text = ("Top to bottom") Picture = Picture["img/16/arrange-tb.png"] Shortcut = "Ctrl+Shift+Down" } { Menu3 Menu Text = ("") } { mnuStack Menu Text = ("&Hierarchy") Shortcut = "Ctrl+H" } } { mnuAlign Menu Text = ("Alignment") { mnuAlignLeft Menu Text = ("Align to &left") Picture = Picture["img/16/align-left.png"] } { mnuAlignRight Menu Text = ("Align to &right") Picture = Picture["img/16/align-right.png"] } { mnuAlignTop Menu Text = ("Align to &top") Picture = Picture["img/16/align-top.png"] } { mnuAlignBottom Menu Text = ("Align to &bottom") Picture = Picture["img/16/align-bottom.png"] } { Menu5 Menu Text = ("") } { mnuAlignWidth Menu Text = ("Same &width") Picture = Picture["img/16/same-width.png"] } { mnuAlignHeight Menu Text = ("Same &height") Picture = Picture["img/16/same-height.png"] } } { mnuSep3 Menu Text = ("") } { mnuMenu Menu Text = ("Menu editor...") Picture = Picture["img/16/menu.png"] Shortcut = "Ctrl+E" } { mnuSep4 Menu Text = ("") } { mnuSave Menu Text = ("Save") Picture = Picture["img/16/save.png"] Shortcut = "Ctrl+S" } { mnuShowCode Menu Text = ("Code") Picture = Picture["img/16/module.png"] Shortcut = "Ctrl+W" } { Menu1 Menu Text = ("") } { mnuShowProperty Menu Text = ("Properties") Picture = Picture["img/16/sheet.png"] Shortcut = "F4" } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -