File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ object Form1: TForm1
2
2
Left = 218
3
3
Top = 18
4
4
Caption = ' Form1'
5
- ClientHeight = 743
5
+ ClientHeight = 809
6
6
ClientWidth = 668
7
7
Color = clBtnFace
8
8
Font.Charset = DEFAULT_CHARSET
@@ -43,6 +43,11 @@ object Form1: TForm1
43
43
Top = 471
44
44
Width = 657
45
45
Height = 330
46
+ Font.Charset = DEFAULT_CHARSET
47
+ Font.Color = clWindowText
48
+ Font.Height = -13
49
+ Font.Name = ' Consolas'
50
+ Font.Style = []
46
51
Lines.Strings = (
47
52
' # This demo requires the module pillow (PIL)'
48
53
@@ -68,14 +73,22 @@ object Form1: TForm1
68
73
' stream = BytesIO()'
69
74
' image.save(stream, image.format)'
70
75
' return stream.getvalue()' )
76
+ ParentFont = False
71
77
ScrollBars = ssBoth
72
78
TabOrder = 2
79
+ WordWrap = False
73
80
end
74
81
object Memo2: TMemo
75
82
Left = 8
76
83
Top = 352
77
84
Width = 657
78
85
Height = 113
86
+ Font.Charset = DEFAULT_CHARSET
87
+ Font.Color = clWindowText
88
+ Font.Height = -13
89
+ Font.Name = ' Consolas'
90
+ Font.Style = []
91
+ ParentFont = False
79
92
ScrollBars = ssBoth
80
93
TabOrder = 3
81
94
end
@@ -93,10 +106,6 @@ object Form1: TForm1
93
106
end
94
107
object PythonEngine1: TPythonEngine
95
108
AutoUnload = False
96
- DllName = ' python36.dll'
97
- APIVersion = 1013
98
- RegVersion = ' 3.6'
99
- UseLastKnownVersion = False
100
109
IO = PythonGUIInputOutput1
101
110
Left = 168
102
111
Top = 624
You can’t perform that action at this time.
0 commit comments