-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMainUnit.dfm
More file actions
40 lines (40 loc) · 893 Bytes
/
MainUnit.dfm
File metadata and controls
40 lines (40 loc) · 893 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
object MainForm: TMainForm
Left = 1119
Top = 247
BorderStyle = bsNone
Caption = 'MainForm'
ClientHeight = 584
ClientWidth = 599
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnClick = FormClick
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnMouseMove = FormMouseMove
OnMouseWheel = FormMouseWheel
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object IndexTimer: TTimer
Enabled = False
OnTimer = IndexTimerTimer
Left = 336
Top = 56
end
object updateTimer: TTimer
Enabled = False
Interval = 10
OnTimer = updateTimerTimer
Left = 300
Top = 56
end
end