-
Notifications
You must be signed in to change notification settings - Fork 5
/
Unit2.lfm
90 lines (90 loc) · 1.77 KB
/
Unit2.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
object Form2: TForm2
Left = 347
Height = 514
Top = 107
Width = 796
ActiveControl = CheckListBox1
Caption = 'Form2'
ClientHeight = 514
ClientWidth = 796
Font.Height = -11
Font.Name = 'MS Sans Serif'
Position = poScreenCenter
LCLVersion = '3.99.0.0'
OnCreate = FormCreate
OnResize = FormResize
object Label1: TLabel
Left = 16
Height = 14
Top = 403
Width = 37
Anchors = [akLeft, akBottom]
Caption = 'Label1'
ParentColor = False
end
object Button1: TButton
Left = 8
Height = 25
Top = 432
Width = 200
Anchors = [akLeft, akBottom]
Caption = 'Mark as seen'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 216
Height = 25
Top = 432
Width = 200
Anchors = [akLeft, akBottom]
Caption = 'Mark as unseen'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 714
Height = 25
Top = 432
Width = 73
Anchors = [akRight, akBottom]
Caption = '&None'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 632
Height = 25
Top = 432
Width = 75
Anchors = [akRight, akBottom]
Caption = '&All'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 8
Height = 25
Top = 472
Width = 779
Anchors = [akLeft, akRight, akBottom]
Caption = '&Close'
TabOrder = 4
OnClick = Button5Click
end
object CheckListBox1: TCheckListBox
Left = 8
Height = 384
Top = 8
Width = 779
Anchors = [akTop, akLeft, akRight, akBottom]
Font.CharSet = ANSI_CHARSET
Font.Height = -13
Font.Name = 'Monospace'
Font.Pitch = fpFixed
ItemHeight = 0
ParentFont = False
TabOrder = 5
TopIndex = -1
end
end