mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
f8c5e686c8
commit
92fcd93979
|
@ -46,7 +46,6 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
|||
Width = 836
|
||||
ShowCaptions = True
|
||||
Wrapable = False
|
||||
OnClick = toolbarClick
|
||||
object sep: TCEToolButton[0]
|
||||
Left = 327
|
||||
Height = 28
|
||||
|
|
|
@ -82,7 +82,6 @@ type
|
|||
procedure ListCustomDrawItem(Sender: TCustomTreeView; Node: TTreeNode;
|
||||
State: TCustomDrawState; var DefaultDraw: Boolean);
|
||||
procedure ListKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
|
||||
procedure toolbarClick(Sender: TObject);
|
||||
procedure TreeFilterEdit1AfterFilter(Sender: TObject);
|
||||
procedure TreeFilterEdit1ButtonClick(Sender: TObject);
|
||||
private
|
||||
|
@ -500,11 +499,6 @@ begin
|
|||
end;
|
||||
end;
|
||||
|
||||
procedure TCEMessagesWidget.toolbarClick(Sender: TObject);
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
procedure TCEMessagesWidget.TreeFilterEdit1AfterFilter(Sender: TObject);
|
||||
begin
|
||||
fFiltering := TreeFilterEdit1.Filter.isNotEmpty;
|
||||
|
|
|
@ -13,14 +13,14 @@ inherited CEProfileViewerWidget: TCEProfileViewerWidget
|
|||
ClientHeight = 537
|
||||
ClientWidth = 551
|
||||
inherited Content: TPanel
|
||||
Height = 500
|
||||
Top = 37
|
||||
Height = 501
|
||||
Top = 36
|
||||
Width = 551
|
||||
ClientHeight = 500
|
||||
ClientHeight = 501
|
||||
ClientWidth = 551
|
||||
object list: TListView[0]
|
||||
Left = 4
|
||||
Height = 282
|
||||
Height = 283
|
||||
Top = 214
|
||||
Width = 543
|
||||
Align = alClient
|
||||
|
@ -85,12 +85,16 @@ inherited CEProfileViewerWidget: TCEProfileViewerWidget
|
|||
AxisList = <
|
||||
item
|
||||
Marks.Clipped = False
|
||||
Marks.LabelBrush.Style = bsClear
|
||||
Minors = <>
|
||||
Title.LabelBrush.Style = bsClear
|
||||
end
|
||||
item
|
||||
Alignment = calBottom
|
||||
Marks.Clipped = False
|
||||
Marks.LabelBrush.Style = bsClear
|
||||
Minors = <>
|
||||
Title.LabelBrush.Style = bsClear
|
||||
end>
|
||||
AxisVisible = False
|
||||
Foot.Brush.Color = clBtnFace
|
||||
|
@ -129,7 +133,6 @@ inherited CEProfileViewerWidget: TCEProfileViewerWidget
|
|||
end
|
||||
end
|
||||
inherited toolbar: TCEToolBar
|
||||
Height = 31
|
||||
Width = 543
|
||||
object btnRefresh: TCEToolButton[0]
|
||||
Left = 57
|
||||
|
|
Loading…
Reference in New Issue