Skip to content

Commit 790a6b1

Browse files
committed
Sync Demo17
1 parent ce61e3f commit 790a6b1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Demos/Demo17/Unit1.dfm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ object Form1: TForm1
4242
ParentFont = False
4343
ScrollBars = ssBoth
4444
TabOrder = 1
45-
ExplicitTop = 276
46-
ExplicitHeight = 100
4745
end
4846
object Panel1: TPanel
4947
Left = 0
@@ -53,7 +51,6 @@ object Form1: TForm1
5351
Align = alBottom
5452
BevelOuter = bvNone
5553
TabOrder = 0
56-
ExplicitTop = 349
5754
object Button1: TButton
5855
Left = 6
5956
Top = 8

Demos/Demo17/Unit1.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface
88
SysUtils, Classes,
99
Windows, Messages, Graphics, Controls, Forms, Dialogs,
1010
StdCtrls, ComCtrls, ExtCtrls,
11-
Variants, PythonEngine, PythonGUIInputOutput;
11+
Variants, PythonEngine, Vcl.PythonGUIInputOutput;
1212

1313
type
1414
TForm1 = class(TForm)

0 commit comments

Comments
 (0)