removed dep to main act

This commit is contained in:
Basile Burg 2015-09-23 07:34:16 +02:00
parent 7329af23f0
commit a7866eb88f
2 changed files with 2 additions and 13 deletions

View File

@ -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

View File

@ -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];