Changeset 465 for branches/highdpi/Inp.pas
- Timestamp:
 - Nov 30, 2023, 10:16:14 PM (2 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/highdpi/Inp.pas (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/highdpi/Inp.pas
r412 r465 21 21 procedure CenterToRect(Rect: TRect); 22 22 private 23 Center: boolean;23 Center: Boolean; 24 24 end; 25 25 26 26 var 27 27 InputDlg: TInputDlg; 28 28 29 29 30 implementation … … 53 54 9, Caption); 54 55 { Corner(canvas,1,1,0,MainTexture); 55 Corner( canvas,ClientWidth-9,1,1,MainTexture);56 Corner( canvas,1,ClientHeight-9,2,MainTexture);57 Corner( canvas,ClientWidth-9,ClientHeight-9,3,MainTexture); }56 Corner(Canvas,ClientWidth-9,1,1,MainTexture); 57 Corner(Canvas,1,ClientHeight-9,2,MainTexture); 58 Corner(Canvas,ClientWidth-9,ClientHeight-9,3,MainTexture); } 58 59 end; 59 60  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  