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