界面库

优化combox细节
This commit is contained in:
JianjunLiu
2023-03-24 17:43:04 +08:00
parent 03d73ebec9
commit d2794ef22e
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -4858,7 +4858,7 @@ type tfincodemap = class(tcustomcontrol)
inherited;
Visible := false;
FTempNodes := array();
Width := 230;
Width := 300;
Ftimer := new TTimer(self);
Ftimer.Interval := 200;
Ftimer.Ontimer := thisfunction(BdownTimeOut);