mirror of https://gitlab.com/basile.b/dexed.git
removed dep to main act
This commit is contained in:
parent
7329af23f0
commit
a7866eb88f
|
@ -69,15 +69,6 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||||
OnClick = btnAddFileClick
|
OnClick = btnAddFileClick
|
||||||
ShowCaption = False
|
ShowCaption = False
|
||||||
end
|
end
|
||||||
object btnProjOpts: TSpeedButton
|
|
||||||
Left = 112
|
|
||||||
Height = 26
|
|
||||||
Top = 0
|
|
||||||
Width = 28
|
|
||||||
Action = CEMainForm.actProjOpts
|
|
||||||
Align = alLeft
|
|
||||||
ShowCaption = False
|
|
||||||
end
|
|
||||||
object btnAddFold: TSpeedButton
|
object btnAddFold: TSpeedButton
|
||||||
Left = 56
|
Left = 56
|
||||||
Height = 26
|
Height = 26
|
||||||
|
@ -89,10 +80,10 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||||
ShowCaption = False
|
ShowCaption = False
|
||||||
end
|
end
|
||||||
object TreeFilterEdit1: TTreeFilterEdit
|
object TreeFilterEdit1: TTreeFilterEdit
|
||||||
Left = 142
|
Left = 114
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 193
|
Width = 221
|
||||||
ButtonWidth = 28
|
ButtonWidth = 28
|
||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
Align = alClient
|
Align = alClient
|
||||||
|
|
|
@ -15,7 +15,6 @@ type
|
||||||
imgList: TImageList;
|
imgList: TImageList;
|
||||||
pnlToolBar: TPanel;
|
pnlToolBar: TPanel;
|
||||||
btnAddFile: TSpeedButton;
|
btnAddFile: TSpeedButton;
|
||||||
btnProjOpts: TSpeedButton;
|
|
||||||
btnAddFold: TSpeedButton;
|
btnAddFold: TSpeedButton;
|
||||||
btnRemFile: TSpeedButton;
|
btnRemFile: TSpeedButton;
|
||||||
Tree: TTreeView;
|
Tree: TTreeView;
|
||||||
|
@ -80,7 +79,6 @@ begin
|
||||||
AssignPng(btnRemFile, 'document_delete');
|
AssignPng(btnRemFile, 'document_delete');
|
||||||
AssignPng(btnAddFold, 'folder_add');
|
AssignPng(btnAddFold, 'folder_add');
|
||||||
AssignPng(btnRemFold, 'folder_delete');
|
AssignPng(btnRemFold, 'folder_delete');
|
||||||
AssignPng(btnProjOpts, 'wrench_orange');
|
|
||||||
//
|
//
|
||||||
Tree.OnDblClick := @TreeDblClick;
|
Tree.OnDblClick := @TreeDblClick;
|
||||||
fFileNode := Tree.Items[0];
|
fFileNode := Tree.Items[0];
|
||||||
|
|
Loading…
Reference in New Issue