mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Editor toolbar
This commit is contained in:
parent
3c8ef9d9f2
commit
1049fd9722
2 changed files with 18 additions and 5 deletions
|
|
@ -738,15 +738,26 @@ object frmEditor: TfrmEditor
|
|||
Top = 2
|
||||
Style = tbsSeparator
|
||||
end
|
||||
object tbConfig: TToolButton
|
||||
object tbEditFind: TToolButton
|
||||
Left = 209
|
||||
Top = 2
|
||||
Action = actConfHigh
|
||||
Action = actEditFind
|
||||
end
|
||||
object tbHelp: TToolButton
|
||||
object tbEditRplc: TToolButton
|
||||
Left = 232
|
||||
Top = 2
|
||||
Action = actAbout
|
||||
Action = actEditRplc
|
||||
end
|
||||
object tbSeparator4: TToolButton
|
||||
Left = 255
|
||||
Height = 22
|
||||
Top = 2
|
||||
Style = tbsSeparator
|
||||
end
|
||||
object tbConfig: TToolButton
|
||||
Left = 263
|
||||
Top = 2
|
||||
Action = actConfHigh
|
||||
end
|
||||
end
|
||||
object MainMenu1: TMainMenu
|
||||
|
|
|
|||
|
|
@ -134,8 +134,10 @@ type
|
|||
tbUndo: TToolButton;
|
||||
tbRedo: TToolButton;
|
||||
tbSeparator3: TToolButton;
|
||||
tbEditFind: TToolButton;
|
||||
tbEditRplc: TToolButton;
|
||||
tbSeparator4: TToolButton;
|
||||
tbConfig: TToolButton;
|
||||
tbHelp: TToolButton;
|
||||
procedure actExecute(Sender: TObject);
|
||||
procedure EditorMouseWheelDown(Sender: TObject; Shift: TShiftState;
|
||||
{%H-}MousePos: TPoint; var Handled: Boolean);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue