-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathUnit6.lfm
51 lines (51 loc) · 961 Bytes
/
Unit6.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
object Form6: TForm6
Left = 323
Height = 185
Top = 107
Width = 311
ActiveControl = Button1
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsNone
Caption = 'abort'
ClientHeight = 185
ClientWidth = 311
Font.Height = -11
Font.Name = 'MS Sans Serif'
FormStyle = fsStayOnTop
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
OnHide = FormHide
OnShow = FormShow
object Label1: TLabel
Left = 16
Height = 14
Top = 16
Width = 37
Caption = 'Label1'
ParentColor = False
end
object Button1: TButton
Left = 120
Height = 25
Top = 144
Width = 75
Caption = '&Cancel'
TabOrder = 0
OnClick = Button1Click
end
object ProgressBar1: TProgressBar
Left = 16
Height = 16
Top = 120
Width = 280
TabOrder = 1
end
object Timer1: TTimer
Enabled = False
Interval = 50
OnTimer = Timer1Timer
Left = 88
Top = 24
end
end