mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
form view cursor commands on toolbar #370
This commit is contained in:
@@ -246,6 +246,12 @@
|
|||||||
|
|
||||||
<!-- <ToolStripCommandButton command="dataGrid.refresh" hideDisabled />
|
<!-- <ToolStripCommandButton command="dataGrid.refresh" hideDisabled />
|
||||||
<ToolStripCommandButton command="dataForm.refresh" hideDisabled /> -->
|
<ToolStripCommandButton command="dataForm.refresh" hideDisabled /> -->
|
||||||
|
|
||||||
|
<ToolStripCommandButton command="dataForm.goToFirst" hideDisabled />
|
||||||
|
<ToolStripCommandButton command="dataForm.goToPrevious" hideDisabled />
|
||||||
|
<ToolStripCommandButton command="dataForm.goToNext" hideDisabled />
|
||||||
|
<ToolStripCommandButton command="dataForm.goToLast" hideDisabled />
|
||||||
|
|
||||||
<ToolStripCommandButton command="tableData.save" />
|
<ToolStripCommandButton command="tableData.save" />
|
||||||
<ToolStripCommandButton command="dataGrid.insertNewRow" hideDisabled />
|
<ToolStripCommandButton command="dataGrid.insertNewRow" hideDisabled />
|
||||||
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />
|
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />
|
||||||
|
|||||||
Reference in New Issue
Block a user