fdata.form
来自「Gambas is a graphical development enviro」· FORM 代码 · 共 52 行
FORM
52 行
# Gambas Form File 1.0{ FData Form Move(257,285,390,351) Text = ("") Icon = Picture["img/16/data.png"] Arrangement = Arrange.Vertical { HPanel1 HPanel Move(0,0,224,32) { btnSaveData ToolButton Move(40,0,24,24) ToolTip = ("Save data") Text = ("") Picture = Picture["img/16/save.png"] } { btnRefresh ToolButton Move(64,0,24,24) Visible = False ToolTip = ("Reload data") Text = ("") Picture = Picture["img/16/undo.png"] } { btnNewData ToolButton Move(88,0,24,24) ToolTip = ("New record") Text = ("") Picture = Picture["img/16/new.png"] } { btnKillData ToolButton Move(112,0,24,24) ToolTip = ("Delete record") Text = ("") Picture = Picture["img/16/kill.png"] } { btnFind ToolButton Move(136,0,24,24) Visible = False Text = ("") Picture = Picture["img/16/find.png"] } } { panData Panel Move(8,48,272,216) Expand = True { tbvData TableView Move(16,16,144,104) Font = Font["8"] Mode = TableView.Multi } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?