-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.dfm
More file actions
37 lines (37 loc) · 700 Bytes
/
Main.dfm
File metadata and controls
37 lines (37 loc) · 700 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
object Form9: TForm9
Left = 0
Top = 0
Caption = 'Joystick Button Status'
ClientHeight = 242
ClientWidth = 472
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
DesignSize = (
472
242)
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 8
Top = 8
Width = 456
Height = 226
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'Memo1')
ReadOnly = True
TabOrder = 0
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 232
Top = 64
end
end