界面库

整理
This commit is contained in:
JianjunLiu
2022-06-03 06:14:11 +08:00
parent 8cd45006e2
commit b22c97eebb
8 changed files with 66 additions and 11 deletions
+1
View File
@@ -6814,6 +6814,7 @@ type TPropGrid = class(TTSLDataGrid)
end
function clickediter(o,e);
begin
return FDesigner.openclassfile();//
if FComponent then
FDesigner.AddAndOPenEvent(FComponent.TreeNode);//DBLClickComponent();
end
-1
View File
@@ -1693,7 +1693,6 @@ type TEditer=class(TCustomcontrol) //
end
end
DeletePageItem(it);
ECHO "==222=>>>";
end;
FFindWnd := new TFindWnd(self); //查找
FGotoLineWnd := new TGoToLineWnd(self); //共同
+3 -3
View File
@@ -387,7 +387,7 @@ type TTslDebuga=class(TCustomControl)
begin
if not FValewnd then
begin
FValewnd := new TTSLDataGrid(self);
FValewnd := new tdbgvalueshowgrid(self);
FValewnd.Visible := false;
FValewnd.Caption := "Value";
FValewnd.left := owner.left+100;
@@ -2004,7 +2004,7 @@ end
end
end
end
type TTSLDataGrid=class(TDrawGrid)
type tdbgvalueshowgrid=class(TDrawGrid)
{**
@explan(说明)TSL数组和对象展示 %%
**}
@@ -2235,7 +2235,7 @@ type TTSLDataGrid=class(TDrawGrid)
return v;
end
end
o := new TTSlDataGrid(initializeapplication());
o := new tdbgvalueshowgrid(initializeapplication());
o.ControlIndexs(idexs);
o.height := 500;
o.width := 500;