-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunit1.lfm
219 lines (219 loc) · 5.24 KB
/
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
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
object MainForm: TMainForm
Left = 287
Height = 189
Top = 125
Width = 531
Caption = 'SShuttle-GUI'
ClientHeight = 189
ClientWidth = 531
OnCreate = FormCreate
OnShow = FormShow
SessionProperties = 'IPv6Box.Checked;LatencyBox.Checked;Left;PasswordEdit.Text;PortEdit.Text;RouterEdit.Text;ServerEdit.Text;Top;UserEdit.Text'
LCLVersion = '3.2.0.0'
object Label1: TLabel
AnchorSideTop.Side = asrCenter
Left = 8
Height = 17
Top = 16
Width = 37
Caption = 'Login:'
ParentColor = False
end
object UserEdit: TEdit
AnchorSideLeft.Control = ServerEdit
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label2
Left = 51
Height = 37
Top = 6
Width = 95
BorderSpacing.Right = 10
TabOrder = 0
Text = 'root'
end
object Label2: TLabel
AnchorSideLeft.Control = UserEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = UserEdit
AnchorSideTop.Side = asrCenter
Left = 156
Height = 17
Top = 16
Width = 61
BorderSpacing.Left = 10
Caption = 'Password:'
ParentColor = False
end
object PasswordEdit: TEdit
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrCenter
Left = 220
Height = 37
Top = 6
Width = 187
BorderSpacing.Left = 3
TabOrder = 1
end
object Label3: TLabel
AnchorSideTop.Control = ServerEdit
AnchorSideTop.Side = asrCenter
Left = 8
Height = 17
Top = 59
Width = 40
Caption = 'Server:'
ParentColor = False
end
object ServerEdit: TEdit
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = UserEdit
AnchorSideTop.Side = asrBottom
Left = 51
Height = 37
Top = 49
Width = 213
BorderSpacing.Left = 3
BorderSpacing.Top = 6
BorderSpacing.Right = 10
TabOrder = 2
end
object ClearBox: TCheckBox
AnchorSideTop.Control = LatencyBox
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 283
Height = 32
Top = 136
Width = 242
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Caption = 'Clear browser cookies on start GUI'
TabOrder = 7
OnChange = ClearBoxChange
end
object AutoStartBox: TCheckBox
AnchorSideLeft.Control = StartBtn
AnchorSideTop.Control = IPv6Box
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 343
Height = 32
Top = 101
Width = 182
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Caption = 'Autostart VPN on reboot'
TabOrder = 5
OnChange = AutoStartBoxChange
end
object StartBtn: TSpeedButton
AnchorSideLeft.Control = Shape1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = PasswordEdit
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = PortEdit
AnchorSideBottom.Side = asrBottom
Left = 433
Height = 80
Top = 6
Width = 92
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 6
Caption = 'Start'
Font.Height = -15
Font.Name = 'Sans'
Font.Style = [fsBold]
OnClick = StartBtnClick
ParentFont = False
end
object StaticText1: TStaticText
Left = 0
Height = 20
Top = 169
Width = 531
Align = alBottom
BorderStyle = sbsSingle
Caption = 'License: GPLv3 Author: alex_q_2000 (C) 2023 URL: https://linuxforum.ru'
Font.Color = clGray
Font.Height = -11
Font.Name = 'Sans'
ParentFont = False
TabOrder = 8
end
object Shape1: TShape
AnchorSideLeft.Control = PasswordEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = StartBtn
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = StartBtn
Left = 416
Height = 12
Top = 40
Width = 12
BorderSpacing.Left = 9
BorderSpacing.Right = 5
Brush.Color = clYellow
Shape = stCircle
end
object Label4: TLabel
AnchorSideLeft.Control = ServerEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ServerEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = PortEdit
Left = 274
Height = 17
Top = 59
Width = 29
BorderSpacing.Right = 3
Caption = 'Port:'
ParentColor = False
end
object PortEdit: TEdit
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ServerEdit
AnchorSideRight.Control = PasswordEdit
AnchorSideRight.Side = asrBottom
Left = 306
Height = 37
Top = 49
Width = 101
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 3
TabOrder = 3
Text = '22'
end
object IPv6Box: TCheckBox
AnchorSideTop.Control = ServerEdit
AnchorSideTop.Side = asrBottom
Left = 8
Height = 32
Top = 101
Width = 120
BorderSpacing.Top = 15
Caption = '--disable-ipv6'
TabOrder = 4
end
object LatencyBox: TCheckBox
AnchorSideTop.Control = IPv6Box
AnchorSideTop.Side = asrBottom
Left = 8
Height = 32
Top = 136
Width = 161
BorderSpacing.Top = 3
Caption = '--no-latency-control'
TabOrder = 6
end
object IniPropStorage1: TIniPropStorage
StoredValues = <>
Left = 216
Top = 96
end
end