Skip to content

Commit d2a37d9

Browse files
committed
Sync Demo03
1 parent 97a684e commit d2a37d9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Demos/Demo03/Unit1.dfm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ object Form1: TForm1
4747
ParentFont = False
4848
ScrollBars = ssBoth
4949
TabOrder = 1
50-
ExplicitTop = 164
51-
ExplicitWidth = 528
52-
ExplicitHeight = 136
5350
end
5451
object Panel1: TPanel
5552
Left = 0
@@ -59,8 +56,6 @@ object Form1: TForm1
5956
Align = alBottom
6057
BevelOuter = bvNone
6158
TabOrder = 0
62-
ExplicitTop = 300
63-
ExplicitWidth = 528
6459
object Button1: TButton
6560
Left = 6
6661
Top = 8

Demos/Demo03/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, StdCtrls,
1010
ComCtrls, ExtCtrls,
11-
PythonEngine, PythonGUIInputOutput;
11+
PythonEngine, Vcl.PythonGUIInputOutput;
1212

1313
type
1414
TForm1 = class(TForm)

0 commit comments

Comments
 (0)