new doubleclick actions, modes and toolbar buttons in editor

This commit is contained in:
zueuk
2006-04-15 15:50:26 +00:00
parent 3e30ef3a49
commit 3fb6744eba
6 changed files with 674 additions and 631 deletions

View File

@ -356,16 +356,26 @@ object OptionsForm: TOptionsForm
'Wandering (old-style)')
TabOrder = 1
end
object chkAutoEditMode: TCheckBox
object chkExtendedEdit: TCheckBox
Left = 160
Top = 80
Width = 161
Width = 145
Height = 17
Caption = 'Prefer "Extended" edit mode'
Caption = 'Extended edit mode'
Checked = True
State = cbChecked
TabOrder = 2
end
object chkAxisLock: TCheckBox
Left = 160
Top = 100
Width = 145
Height = 17
Caption = 'Lock transform axis'
Checked = True
State = cbChecked
TabOrder = 3
end
end
object DisplayPage: TTabSheet
Caption = 'Display'