Changeset 210 for branches/highdpi/LocalPlayer/Nego.pas
- Timestamp:
- May 9, 2020, 4:02:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Nego.pas
r178 r210 5 5 6 6 uses 7 ScreenTools, BaseWin, Protocol, Term, LCLType, SysUtils, Classes, Graphics,8 Controls, Forms, ButtonA, ButtonB, ButtonN , UDpiControls;7 UDpiControls, ScreenTools, BaseWin, Protocol, Term, LCLType, SysUtils, Classes, Graphics, 8 Controls, Forms, ButtonA, ButtonB, ButtonN; 9 9 10 10 const … … 15 15 type 16 16 THistory = record 17 n: integer;18 Text: array 19 end; 20 21 TCommandAllowedEnum = scDipNoticeStart ..scDipBreakStart;17 n: Integer; 18 Text: array[0 .. MaxHistory - 1] of ansistring; 19 end; 20 21 TCommandAllowedEnum = scDipNoticeStart..scDipBreakStart; 22 22 23 23 { TNegoDlg }
Note:
See TracChangeset
for help on using the changeset viewer.