Changeset 508 for trunk/LocalPlayer
- Timestamp:
- Dec 25, 2023, 12:08:11 PM (23 months ago)
- Location:
- trunk/LocalPlayer
- Files:
- 
      - 3 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/LocalPlayer/PVSB.pasr506 r508 17 17 private 18 18 FOnUpdate: TNotifyEvent; 19 ScrollBar: TScrollBar;20 19 FMax: Integer; 21 20 function GetMax: Integer; … … 27 26 procedure SetPosition(AValue: Integer); 28 27 public 28 ScrollBar: TScrollBar; 29 29 constructor Create(Parent: TWinControl); 30 30 destructor Destroy; override; 
- 
      trunk/LocalPlayer/Select.pasr496 r508 1624 1624 CaptionLeft := ToggleBtn.Left + ToggleBtn.Width; 1625 1625 CaptionRight := CloseBtn.Left; 1626 { TODO:1627 1626 SetWindowPos(ScrollBar.ScrollBar.Handle, 0, SideFrame + InnerWidth - GetSystemMetrics(SM_CXVSCROLL), 1628 1627 TitleHeight, GetSystemMetrics(SM_CXVSCROLL), LineDistance * DispLines + 48, 1629 1628 SWP_NOZORDER or SWP_NOREDRAW); 1630 }1631 1629 1632 1630 if WindowMode = wmModal then 
- 
      trunk/LocalPlayer/Term.pasr507 r508 4247 4247 EOT.Left := Width - 62; 4248 4248 sb.SetBorderSpacing(Height - yTroop - 24, Width - xRightPanel + 8, 8); 4249 {TODO:4250 4249 SetWindowPos(sb.ScrollBar.Handle, 0, xRightPanel + 10 - 14 - GetSystemMetrics(SM_CXVSCROLL), 4251 4250 Height - MidPanelHeight + 8, 0, 0, SWP_NOSIZE or SWP_NOZORDER); 4252 }4253 4251 MapBtn0.Left := xMini + G.lx - 44; 4254 4252 MapBtn0.Top := Height - 15; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
