flist.form
来自「Gambas is a graphical development enviro」· FORM 代码 · 共 49 行
FORM
49 行
# 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 + =
减小字号Ctrl + -
显示快捷键?