Changeset 352 for trunk/Direct.pas
- Timestamp:
- Apr 6, 2021, 10:16:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Direct.pas
r347 r352 60 60 case ID of 61 61 ntInitLocalHuman: begin 62 SetMainTextureByAge(-1);62 MainTexture.Age := -1; 63 63 State := -1; 64 64 Info := Phrases.Lookup('BUSY_MODLH'); … … 151 151 while BiColorTextWidth(Canvas, Info) + 64 > ClientWidth do 152 152 Delete(Info, Length(Info), 1); 153 SetMainTextureByAge(-1);153 MainTexture.Age := -1; 154 154 State := -1; 155 155 Show; … … 276 276 Frame(Canvas, 0, 0, ClientWidth - 1, ClientHeight - 1, 0, 0); 277 277 Frame(Canvas, 1, 1, ClientWidth - 2, ClientHeight - 2, 278 MainTexture. clBevelLight, MainTexture.clBevelShade);278 MainTexture.ColorBevelLight, MainTexture.ColorBevelShade); 279 279 Frame(Canvas, 2, 2, ClientWidth - 3, ClientHeight - 3, 280 MainTexture. clBevelLight, MainTexture.clBevelShade);280 MainTexture.ColorBevelLight, MainTexture.ColorBevelShade); 281 281 if State >= 0 then 282 282 RisedTextOut(Canvas, (ClientWidth - BiColorTextWidth(Canvas, Info))
Note:
See TracChangeset
for help on using the changeset viewer.