Changeset 316 for trunk/Forms/UFormCharts.pas
- Timestamp:
- Jun 19, 2024, 11:53:06 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCharts.pas
r243 r316 1 1 unit UFormCharts; 2 3 {$mode delphi}4 2 5 3 interface … … 19 17 procedure FormClose(Sender: TObject; var CloseAction: TCloseAction); 20 18 procedure FormShow(Sender: TObject); 21 private22 { private declarations }23 19 public 24 20 procedure Redraw; … … 28 24 var 29 25 FormCharts: TFormCharts; 26 30 27 31 28 implementation
Note:
See TracChangeset
for help on using the changeset viewer.