-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpu_setup.lfm
321 lines (321 loc) · 6.76 KB
/
pu_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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
object f_setup: Tf_setup
Left = 406
Height = 515
Top = 147
Width = 315
ActiveControl = Button1
AutoSize = True
Caption = 'Setup'
ClientHeight = 515
ClientWidth = 315
OnCreate = FormCreate
OnShow = FormShow
object PanelBot: TPanel
Left = 0
Height = 41
Top = 474
Width = 315
Align = alTop
ClientHeight = 41
ClientWidth = 315
ParentFont = False
TabOrder = 0
object Button1: TButton
Left = 195
Height = 25
Top = 8
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
ParentFont = False
TabOrder = 0
end
object Button2: TButton
Left = 99
Height = 25
Top = 8
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
ParentFont = False
TabOrder = 1
end
end
object PanelRemote: TPanel
Left = 0
Height = 143
Top = 331
Width = 315
Align = alTop
ClientHeight = 143
ClientWidth = 315
ParentFont = False
TabOrder = 1
Visible = False
object remotehost: TEdit
Left = 8
Height = 32
Top = 24
Width = 152
ParentFont = False
TabOrder = 0
end
object remoteuser: TEdit
Left = 228
Height = 32
Top = 24
Width = 80
ParentFont = False
TabOrder = 1
end
object Label3: TLabel
Left = 8
Height = 18
Top = 4
Width = 116
Caption = 'Remote host name'
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 228
Height = 18
Top = 4
Width = 67
Caption = 'User name'
ParentColor = False
ParentFont = False
end
object Label5: TLabel
Left = 8
Height = 40
Top = 96
Width = 300
AutoSize = False
Caption = 'You must configure ssh key-based authentication for username on hostname.'
ParentColor = False
ParentFont = False
WordWrap = True
end
object localport: TEdit
Left = 88
Height = 32
Top = 64
Width = 54
ParentFont = False
TabOrder = 2
end
object remoteport: TEdit
Left = 254
Height = 32
Top = 64
Width = 54
ParentFont = False
TabOrder = 3
end
object Label6: TLabel
Left = 8
Height = 18
Top = 68
Width = 61
Caption = 'Local port'
ParentColor = False
ParentFont = False
end
object Label7: TLabel
Left = 160
Height = 18
Top = 68
Width = 77
Caption = 'Remote port'
ParentColor = False
ParentFont = False
end
object sshport: TEdit
Left = 163
Height = 32
Top = 24
Width = 60
TabOrder = 4
end
object Label11: TLabel
Left = 163
Height = 18
Top = 4
Width = 50
Caption = 'ssh port'
ParentColor = False
end
end
object Panel1: TPanel
Left = 0
Height = 331
Top = 0
Width = 315
Align = alTop
ClientHeight = 331
ClientWidth = 315
ParentFont = False
TabOrder = 2
object remote: TCheckBox
Left = 8
Height = 22
Top = 299
Width = 264
Caption = 'Start indiserver on a remote computer'
OnClick = remoteClick
ParentFont = False
TabOrder = 0
end
object Label2: TLabel
Left = 13
Height = 18
Top = 121
Width = 157
Caption = 'Additional server options:'
ParentColor = False
ParentFont = False
ParentShowHint = False
end
object serveroptions: TEdit
Left = 8
Height = 32
Hint = 'Do not add driver here, and do not use the -f option!'#10'Valid options:'#10' -l d : log driver messages to <d>/YYYY-MM-DD.islog'#10' -m m : kill client if gets more than this many MB behind, default 64'#10' -p p : alternate IP port, default 7624'#10' -v : show key events, no traffic'#10' -vv : -v + key message content'#10' -vvv : -vv + complete xml'
Top = 141
Width = 297
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object stayontop: TCheckBox
Left = 8
Height = 22
Top = 265
Width = 261
Caption = 'Keep the server window always visible'
ParentFont = False
TabOrder = 2
end
object autostart: TCheckBox
Left = 8
Height = 22
Top = 234
Width = 281
Caption = 'Autostart the server with last used profile'
ParentFont = False
TabOrder = 3
end
object Label8: TLabel
Left = 13
Height = 18
Top = 8
Width = 92
Caption = 'Configuration :'
ParentColor = False
ParentFont = False
end
object ConfigList: TComboBox
Left = 12
Height = 32
Top = 24
Width = 169
ItemHeight = 18
OnChange = ConfigListChange
ParentFont = False
Sorted = True
Style = csDropDownList
TabOrder = 4
end
object BtnNewConfig: TButton
Left = 210
Height = 25
Top = 24
Width = 75
Caption = 'New'
OnClick = BtnNewConfigClick
ParentFont = False
TabOrder = 5
end
object Label9: TLabel
Left = 13
Height = 18
Top = 178
Width = 206
Caption = 'Server log file ( blank for stdout )'
ParentColor = False
end
object LogFileName: TFileNameEdit
Left = 8
Height = 32
Top = 198
Width = 297
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 6
end
object PanelPath: TPanel
Left = 0
Height = 57
Top = 65
Width = 314
BevelOuter = bvNone
ClientHeight = 57
ClientWidth = 314
TabOrder = 7
object Label1: TLabel
Left = 13
Height = 18
Top = 2
Width = 112
Caption = 'INDI binaries path'
ParentColor = False
end
object indipath: TDirectoryEdit
Left = 8
Height = 32
Top = 22
Width = 297
ShowHidden = False
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 0
end
end
object PanelGSC: TPanel
Left = 0
Height = 57
Top = 65
Width = 314
BevelOuter = bvNone
ClientHeight = 57
ClientWidth = 314
TabOrder = 8
object Label10: TLabel
Left = 13
Height = 18
Top = 2
Width = 166
Caption = 'GSC path for the simulator '
ParentColor = False
end
object gscpath: TDirectoryEdit
Left = 8
Height = 32
Top = 22
Width = 297
ShowHidden = False
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 0
end
end
end
end