We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e999848 commit 27e4a32Copy full SHA for 27e4a32
Demos/Demo01/Unit1.dfm
@@ -33,8 +33,15 @@ object Form1: TForm1
33
Width = 528
34
Height = 136
35
Align = alClient
36
+ Font.Charset = DEFAULT_CHARSET
37
+ Font.Color = clWindowText
38
+ Font.Height = -13
39
+ Font.Name = 'Consolas'
40
+ Font.Pitch = fpVariable
41
+ Font.Style = []
42
Lines.Strings = (
43
'print(2+2)')
44
+ ParentFont = False
45
ScrollBars = ssBoth
46
TabOrder = 1
47
end
@@ -80,6 +87,13 @@ object Form1: TForm1
80
87
81
88
Height = 153
82
89
Align = alTop
90
91
92
93
94
95
96
83
97
84
98
TabOrder = 2
85
99
0 commit comments