Skip to content

Commit 4962cfc

Browse files
committed
Sync Demo29
1 parent f382a4b commit 4962cfc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Demos/Demo29/Unit1.dfm

-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ object Form1: TForm1
8181
ScrollBars = ssBoth
8282
TabOrder = 2
8383
WordWrap = False
84-
ExplicitLeft = 16
85-
ExplicitTop = 352
8684
end
8785
object Memo2: TMemo
8886
Left = 8

Demos/Demo29/Unit1.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface
1010

1111
uses
1212
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
13-
Dialogs, ExtDlgs, StdCtrls, ExtCtrls, PythonEngine, PythonGUIInputOutput;
13+
Dialogs, ExtDlgs, StdCtrls, ExtCtrls, PythonEngine, Vcl.PythonGUIInputOutput;
1414

1515
type
1616
TForm1 = class(TForm)

0 commit comments

Comments
 (0)