-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckdatabase.lfm
More file actions
67 lines (67 loc) · 1.26 KB
/
checkdatabase.lfm
File metadata and controls
67 lines (67 loc) · 1.26 KB
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
object CheckDatabaseForm: TCheckDatabaseForm
Left = 743
Height = 150
Top = 214
Width = 320
Caption = 'Check database...'
ClientHeight = 150
ClientWidth = 320
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.0.6.0'
object ProgressBar1: TProgressBar
Left = 9
Height = 20
Top = 39
Width = 292
TabOrder = 0
end
object ToolBar1: TToolBar
Left = 0
Height = 26
Top = 0
Width = 320
Caption = 'ToolBar1'
Images = MainDataModule.ImageList1
TabOrder = 1
object ToolButton1: TToolButton
Left = 1
Hint = 'Lukker vinduet'
Top = 2
Caption = 'Luk'
ImageIndex = 0
end
object ToolButton2: TToolButton
Left = 24
Hint = 'Hjælp'
Top = 2
Caption = 'Help'
ImageIndex = 11
end
end
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 127
Width = 320
Panels = <>
end
object Label1: TLabel
Left = 9
Height = 15
Top = 72
Width = 34
Caption = 'Label1'
ParentColor = False
end
object Memo1: TMemo
Left = 152
Height = 90
Top = 24
Width = 150
Lines.Strings = (
'Memo1'
)
TabOrder = 3
end
end