-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathunit3.lfm
More file actions
45 lines (45 loc) · 748 Bytes
/
unit3.lfm
File metadata and controls
45 lines (45 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
object Form3: TForm3
Left = 339
Height = 82
Top = 117
Width = 188
Caption = 'Form3'
ClientHeight = 82
ClientWidth = 188
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object Button1: TButton
Left = 9
Height = 25
Top = 48
Width = 75
Caption = 'Cancel'
ModalResult = 2
TabOrder = 0
end
object Button2: TButton
Left = 106
Height = 25
Top = 48
Width = 75
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
object Label1: TLabel
Left = 8
Height = 16
Top = 18
Width = 76
Caption = 'Max number'
end
object Edit1: TEdit
Left = 101
Height = 26
Top = 8
Width = 80
TabOrder = 2
Text = 'Edit1'
end
end