-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathunit1.lfm
45 lines (45 loc) · 843 Bytes
/
unit1.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
object Form1: TForm1
Left = 323
Height = 465
Top = 107
Width = 612
Caption = 'Form1'
ClientHeight = 465
ClientWidth = 612
LCLVersion = '3.99.0.0'
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
object Label1: TLabel
Left = 8
Height = 16
Top = 8
Width = 39
Caption = 'Select:'
ParentColor = False
end
object ComboBox1: TComboBox
Left = 48
Height = 30
Top = 8
Width = 312
ItemHeight = 0
Style = csDropDownList
TabOrder = 0
end
object Button1: TButton
Left = 368
Height = 30
Top = 8
Width = 131
Caption = 'Use Joystick'
TabOrder = 1
OnClick = Button1Click
end
object Timer1: TTimer
Enabled = False
Interval = 1
OnTimer = Timer1Timer
Left = 144
Top = 64
end
end