Skip to content

Commit aa17342

Browse files
authored
Merge pull request #227 from Embarcadero/syncrepo
Syncrepo
2 parents b8e59d6 + 5233f6a commit aa17342

File tree

33 files changed

+40
-40
lines changed

33 files changed

+40
-40
lines changed

Demos/Demo01/Unit1.pas

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

1313
type
1414
TForm1 = class(TForm)

Demos/Demo02/Unit1.pas

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

1313
type
1414
TForm1 = class(TForm)

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)

Demos/Demo04/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-
PythonEngine, PythonGUIInputOutput;
11+
PythonEngine, Vcl.PythonGUIInputOutput;
1212

1313
type
1414
TForm1 = class(TForm)

Demos/Demo05/Unit1.dfm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ object Form1: TForm1
4949
Align = alBottom
5050
BevelOuter = bvNone
5151
TabOrder = 0
52-
ExplicitTop = 306
5352
object Button1: TButton
5453
Left = 6
5554
Top = 8

Demos/Demo05/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-
PythonEngine, PythonGUIInputOutput;
11+
PythonEngine, Vcl.PythonGUIInputOutput;
1212

1313
type
1414
TForm1 = class(TForm)

Demos/Demo06/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-
PythonEngine, PythonGUIInputOutput;
11+
PythonEngine, Vcl.PythonGUIInputOutput;
1212

1313
type
1414
TForm1 = class(TForm)

Demos/Demo07/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-
PythonEngine, PythonGUIInputOutput;
11+
PythonEngine, Vcl.PythonGUIInputOutput;
1212

1313
type
1414
TForm1 = class(TForm)

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

1313
type
1414
TForm1 = class(TForm)

0 commit comments

Comments
 (0)