📄 flist.form
字号:
# Gambas Form File 1.0{ FList Form Move(329,352,447,274) Text = ("Edit list property") Border = Window.Fixed { lstValue ListBox Move(8,8,312,192) } { btnOK Button Move(336,8,104,24) Text = ("OK") Default = True } { btnCancel Button Move(336,40,104,24) Text = ("Cancel") Cancel = True } { btnInsert Button Move(8,240,88,24) Text = ("&Insert") } { btnUp Button Move(200,240,24,24) Text = ("") Picture = Picture["img/16/up.png"] } { btnDown Button Move(232,240,24,24) Text = ("") Picture = Picture["img/16/down.png"] } { btnDelete Button Move(104,240,88,24) Text = ("&Delete") } { txtValue TextBox Move(8,208,312,24) Enabled = False Text = ("") } { btnClear Button Move(296,240,24,24) Text = ("") Picture = Picture["img/16/delete.png"] }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -