Commit missing files from 8e72df6b62

This commit is contained in:
wp_xyz 2024-12-13 17:57:26 +01:00
parent b66a32c36b
commit 5a4f5ca305
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ object WindowsXPForm: TWindowsXPForm
ClientHeight = 449 ClientHeight = 449
ClientWidth = 844 ClientWidth = 844
Font.CharSet = ANSI_CHARSET Font.CharSet = ANSI_CHARSET
LCLVersion = '3.99.0.0' LCLVersion = '4.99.0.0'
OnCreate = FormCreate OnCreate = FormCreate
object Label1: TLabel object Label1: TLabel
AnchorSideLeft.Control = XPTree AnchorSideLeft.Control = XPTree

View File

@ -277,7 +277,7 @@ procedure TWindowsXPForm.ToolButton9Click(Sender: TObject);
begin begin
//todo: implement Print support in VTV //todo: implement Print support in VTV
//if PrintDialog.Execute then ; //if PrintDialog.Execute then
// XPTree.Print(Printer, False); // XPTree.Print(Printer, False);
end; end;