-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patheqmod_setup.lfm
156 lines (156 loc) · 2.7 KB
/
eqmod_setup.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
object f_eqmodsetup: Tf_eqmodsetup
Left = 400
Height = 374
Top = 173
Width = 272
ActiveControl = Port
Caption = 'Setup'
ClientHeight = 374
ClientWidth = 272
OnCreate = FormCreate
object Label1: TLabel
Left = 8
Height = 19
Top = 86
Width = 27
Caption = 'Port'
ParentColor = False
end
object Port: TEdit
Left = 87
Height = 31
Top = 81
Width = 178
TabOrder = 0
end
object Sim: TCheckBox
Left = 8
Height = 21
Top = 307
Width = 88
Caption = 'Simulation'
TabOrder = 1
end
object Button1: TButton
Left = 97
Height = 25
Top = 340
Width = 76
Caption = 'OK'
ModalResult = 1
TabOrder = 2
end
object Label2: TLabel
Left = 8
Height = 19
Top = 16
Width = 75
Caption = 'INDI Server'
ParentColor = False
end
object Server: TEdit
Left = 87
Height = 31
Top = 14
Width = 105
TabOrder = 3
end
object Serverport: TEdit
Left = 210
Height = 31
Top = 14
Width = 55
TabOrder = 4
end
object AutoLoadConfig: TCheckBox
Left = 8
Height = 21
Top = 186
Width = 206
Caption = 'Load configuration on startup'
TabOrder = 5
end
object Label3: TLabel
Left = 8
Height = 19
Top = 52
Width = 78
Caption = 'Driver name'
ParentColor = False
end
object Driver: TEdit
Left = 87
Height = 31
Top = 47
Width = 105
TabOrder = 6
end
object PanelSound: TPanel
Left = 8
Height = 41
Top = 234
Width = 257
BevelOuter = bvNone
ClientHeight = 41
ClientWidth = 257
TabOrder = 7
Visible = False
object SoundCheckBox: TCheckBox
Left = 0
Height = 21
Top = 8
Width = 93
Caption = 'Play sound '
TabOrder = 0
end
end
object JoystickCheckBox: TCheckBox
Left = 8
Height = 21
Top = 117
Width = 123
Caption = 'Connect joystick'
TabOrder = 8
end
object PanelJoystick: TPanel
Left = 1
Height = 36
Top = 141
Width = 264
BevelOuter = bvNone
ClientHeight = 36
ClientWidth = 264
TabOrder = 9
object JoystickDriver: TEdit
Left = 105
Height = 31
Top = 4
Width = 154
TabOrder = 0
end
object Label4: TLabel
Left = 8
Height = 19
Top = 8
Width = 87
Caption = 'Joystick driver'
ParentColor = False
end
end
object UnparkTrack: TCheckBox
Left = 32
Height = 21
Top = 210
Width = 180
Caption = 'Unpark and start tracking'
TabOrder = 10
end
object UseSysColor: TCheckBox
Left = 8
Height = 21
Top = 275
Width = 176
Caption = 'Use system theme color '
TabOrder = 11
end
end