forked from liujianjun/tslediter
界面库
细节优化
This commit is contained in:
@@ -1623,8 +1623,8 @@ type TVclDesigner = class(tvcform)
|
||||
wnd.OnDesignClick := thisfunction(ClickComponent);
|
||||
wnd.OnDesigndblClick := thisfunction(DBLClickComponent);
|
||||
wnd.OnDesignrClick := thisfunction(RClickComponent);
|
||||
//wnd.onmove := thisfunction(ComponentMove);
|
||||
//wnd.onsize := thisfunction(ComponentSize);
|
||||
wnd.onmove := thisfunction(ComponentMove);
|
||||
wnd.onsize := thisfunction(ComponentSize);
|
||||
//wnd.Onclose := thisfunction(CompClose); //Ö»ÊǺöÂÔ
|
||||
wnd.Onclose := function(o,e)begin
|
||||
e.skip := true;
|
||||
@@ -7033,10 +7033,10 @@ type TPropGrid = class(TTSLDataGrid)
|
||||
end
|
||||
end }
|
||||
end
|
||||
function Notification(o,op);override;
|
||||
function Notification_rename(o,op);override;
|
||||
begin
|
||||
inherited;
|
||||
if HandleAllocated() and ifarray(op) and (op["type"]="possize") and (FComponent is class(TDComponent)) and (FComponent.Cwnd = o) then
|
||||
if {HandleAllocated() and} ifarray(op) and (op["type"]="possize") and (FComponent is class(TDComponent)) and (FComponent.Cwnd = o) then
|
||||
begin
|
||||
dt := TSLData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user