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 0b60526 commit 8408b5dCopy full SHA for 8408b5d
unit1.frm
@@ -0,0 +1,43 @@
1
+object Form1: TForm1
2
+ Left = 242
3
+ Height = 212
4
+ Top = 158
5
+ Width = 305
6
+ Caption = 'Form1'
7
+ ClientHeight = 212
8
+ ClientWidth = 305
9
+ LCLVersion = '8.6'
10
+ OnClose = FormClose
11
+ OnCreate = FormCreate
12
+ object Label1: TLabel
13
+ Left = 8
14
+ Height = 22
15
+ Top = 176
16
+ Width = 47
17
+ Caption = 'Label1'
18
+ end
19
+ object Memo1: TMemo
20
21
+ Height = 160
22
+ Top = 8
23
+ Width = 287
24
+ Lines.Strings = (
25
+ 'Memo1'
26
+ )
27
+ TabOrder = 0
28
29
+ object Button1: TButton
30
+ Left = 220
31
+ Height = 25
32
33
+ Width = 75
34
+ Caption = 'Beenden'
35
+ TabOrder = 1
36
+ OnClick = Button1Click
37
38
+ object Timer1: TTimer
39
+ OnTimer = Timer1Timer
40
+ Left = 248
41
42
43
+end
0 commit comments