-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathUnit3.lfm
42 lines (42 loc) · 889 Bytes
/
Unit3.lfm
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
object Form3: TForm3
Left = 238
Height = 135
Top = 122
Width = 258
ActiveControl = CheckBox1
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Form3'
ClientHeight = 135
ClientWidth = 258
Font.Height = -11
Font.Name = 'MS Sans Serif'
Position = poScreenCenter
LCLVersion = '3.99.0.0'
OnCreate = FormCreate
object CheckBox1: TCheckBox
Left = 8
Height = 17
Top = 24
Width = 232
Caption = 'Insert number after deletion to pencil numbers'
TabOrder = 0
end
object Button1: TButton
Left = 88
Height = 25
Top = 88
Width = 75
Caption = 'OK'
TabOrder = 1
OnClick = Button1Click
end
object CheckBox2: TCheckBox
Left = 8
Height = 17
Top = 56
Width = 146
Caption = 'allow insert invalid numbers'
TabOrder = 2
end
end