You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pu_setup.lfm
+58-33
Original file line number
Diff line number
Diff line change
@@ -56,34 +56,36 @@ object f_setup: Tf_setup
56
56
Visible = False
57
57
object remotehost: TEdit
58
58
Left = 8
59
-
Height = 30
59
+
Height = 32
60
60
Top = 24
61
-
Width = 201
61
+
Width = 152
62
62
ParentFont = False
63
63
TabOrder = 0
64
64
end
65
65
object remoteuser: TEdit
66
66
Left = 228
67
-
Height = 30
67
+
Height = 32
68
68
Top = 24
69
69
Width = 80
70
70
ParentFont = False
71
71
TabOrder = 1
72
72
end
73
73
object Label3: TLabel
74
74
Left = 8
75
-
Height = 19
75
+
Height = 18
76
76
Top = 4
77
-
Width = 117
77
+
Width = 116
78
78
Caption = 'Remote host name'
79
+
ParentColor = False
79
80
ParentFont = False
80
81
end
81
82
object Label4: TLabel
82
83
Left = 228
83
-
Height = 19
84
+
Height = 18
84
85
Top = 4
85
-
Width = 68
86
+
Width = 67
86
87
Caption = 'User name'
88
+
ParentColor = False
87
89
ParentFont = False
88
90
end
89
91
object Label5: TLabel
@@ -93,41 +95,59 @@ object f_setup: Tf_setup
93
95
Width = 300
94
96
AutoSize = False
95
97
Caption = 'You must configure ssh key-based authentication for username on hostname.'
98
+
ParentColor = False
96
99
ParentFont = False
97
100
WordWrap = True
98
101
end
99
102
object localport: TEdit
100
103
Left = 88
101
-
Height = 30
104
+
Height = 32
102
105
Top = 64
103
106
Width = 54
104
107
ParentFont = False
105
108
TabOrder = 2
106
109
end
107
110
object remoteport: TEdit
108
111
Left = 254
109
-
Height = 30
112
+
Height = 32
110
113
Top = 64
111
114
Width = 54
112
115
ParentFont = False
113
116
TabOrder = 3
114
117
end
115
118
object Label6: TLabel
116
119
Left = 8
117
-
Height = 19
120
+
Height = 18
118
121
Top = 68
119
122
Width = 61
120
123
Caption = 'Local port'
124
+
ParentColor = False
121
125
ParentFont = False
122
126
end
123
127
object Label7: TLabel
124
128
Left = 160
125
-
Height = 19
129
+
Height = 18
126
130
Top = 68
127
-
Width = 79
131
+
Width = 77
128
132
Caption = 'Remote port'
133
+
ParentColor = False
129
134
ParentFont = False
130
135
end
136
+
object sshport: TEdit
137
+
Left = 163
138
+
Height = 32
139
+
Top = 24
140
+
Width = 60
141
+
TabOrder = 4
142
+
end
143
+
object Label11: TLabel
144
+
Left = 163
145
+
Height = 18
146
+
Top = 4
147
+
Width = 50
148
+
Caption = 'ssh port'
149
+
ParentColor = False
150
+
end
131
151
end
132
152
object Panel1: TPanel
133
153
Left = 0
@@ -141,26 +161,27 @@ object f_setup: Tf_setup
141
161
TabOrder = 2
142
162
object remote: TCheckBox
143
163
Left = 8
144
-
Height = 21
164
+
Height = 22
145
165
Top = 299
146
-
Width = 262
166
+
Width = 264
147
167
Caption = 'Start indiserver on a remote computer'
148
168
OnClick = remoteClick
149
169
ParentFont = False
150
170
TabOrder = 0
151
171
end
152
172
object Label2: TLabel
153
173
Left = 13
154
-
Height = 19
174
+
Height = 18
155
175
Top = 121
156
-
Width = 159
176
+
Width = 157
157
177
Caption = 'Additional server options:'
178
+
ParentColor = False
158
179
ParentFont = False
159
180
ParentShowHint = False
160
181
end
161
182
object serveroptions: TEdit
162
183
Left = 8
163
-
Height = 30
184
+
Height = 32
164
185
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'
165
186
Top = 141
166
187
Width = 297
@@ -171,36 +192,37 @@ object f_setup: Tf_setup
171
192
end
172
193
object stayontop: TCheckBox
173
194
Left = 8
174
-
Height = 21
195
+
Height = 22
175
196
Top = 265
176
-
Width = 258
197
+
Width = 261
177
198
Caption = 'Keep the server window always visible'
178
199
ParentFont = False
179
200
TabOrder = 2
180
201
end
181
202
object autostart: TCheckBox
182
203
Left = 8
183
-
Height = 21
204
+
Height = 22
184
205
Top = 234
185
-
Width = 280
206
+
Width = 281
186
207
Caption = 'Autostart the server with last used profile'
0 commit comments