Skip to content

Commit 1e57809

Browse files
committed
v0.1 + Initial Release
1 parent a8993a6 commit 1e57809

11 files changed

Lines changed: 16 additions & 17 deletions

File tree

naivegui/backup/naivegui.lps

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
<ResourceBaseClass Value="Form"/>
5252
<UnitName Value="Unit1"/>
5353
<IsVisibleTab Value="True"/>
54-
<TopLine Value="51"/>
55-
<CursorPos X="39" Y="57"/>
54+
<CursorPos X="13"/>
5655
<UsageCount Value="35"/>
5756
<Loaded Value="True"/>
5857
<LoadedDesigner Value="True"/>

naivegui/backup/unit1.lfm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ object MainForm: TMainForm
4949
Top = 109
5050
Width = 152
5151
BorderSpacing.Left = 3
52-
TabOrder = 2
52+
TabOrder = 1
5353
end
5454
object Label4: TLabel
5555
AnchorSideTop.Control = Label3
@@ -72,7 +72,7 @@ object MainForm: TMainForm
7272
BorderSpacing.Left = 3
7373
EchoMode = emPassword
7474
PasswordChar = #2
75-
TabOrder = 3
75+
TabOrder = 2
7676
end
7777
object StartBtn: TSpeedButton
7878
AnchorSideLeft.Control = CreateBtn
@@ -302,7 +302,7 @@ object MainForm: TMainForm
302302
Height = 37
303303
Top = 109
304304
Width = 80
305-
TabOrder = 4
305+
TabOrder = 3
306306
Text = '1080'
307307
end
308308
object HPortEdit: TEdit
@@ -316,7 +316,7 @@ object MainForm: TMainForm
316316
Width = 88
317317
Anchors = [akTop, akRight]
318318
BorderSpacing.Right = 8
319-
TabOrder = 5
319+
TabOrder = 4
320320
Text = '8889'
321321
end
322322
object Label9: TLabel
@@ -391,7 +391,7 @@ object MainForm: TMainForm
391391
)
392392
ParentFont = False
393393
Sorted = True
394-
TabOrder = 6
394+
TabOrder = 5
395395
Text = '.ru'
396396
end
397397
object Label11: TLabel
@@ -433,7 +433,7 @@ object MainForm: TMainForm
433433
Caption = 'QUIC'
434434
ParentShowHint = False
435435
ShowHint = True
436-
TabOrder = 1
436+
TabOrder = 6
437437
end
438438
object Image1: TImage
439439
Left = 432

naivegui/languages/naivegui.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ msgstr ""
4545

4646
#: tmainform.label2.hint
4747
msgid ""
48-
"The \"caddy-forwardproxy-naive\" package\n"
49-
"must be installed on the server"
48+
"The server must have the \"caddy-forwardproxy-naive\"\n"
49+
"package installed and the \"caddy\" service running"
5050
msgstr ""
5151

5252
#: tmainform.label3.caption

naivegui/languages/naivegui.ru.mo

70 Bytes
Binary file not shown.

naivegui/languages/naivegui.ru.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ msgstr "Проверка страницы..."
5555

5656
#: tmainform.label2.hint
5757
msgid ""
58-
"The \"caddy-forwardproxy-naive\" package\n"
59-
"must be installed on the server"
58+
"The server must have the \"caddy-forwardproxy-naive\"\n"
59+
"package installed and the \"caddy\" service running"
6060
msgstr ""
61-
"На сервере должен быть установлен\n"
62-
"пакет \"caddy-forwardproxy-naive\""
61+
"На сервере должен быть установлен пакет\n"
62+
"\"caddy-forwardproxy-naive\" и запущен сервис \"caddy\""
6363

6464
#: tmainform.label3.caption
6565
msgid "User"
32 Bytes
Binary file not shown.

naivegui/lib/x86_64-linux/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ object MainForm: TMainForm
574574
Cursor = crHandPoint
575575
Left = 293
576576
Height = 17
577-
Hint = 'The "caddy-forwardproxy-naive" package'#10'must be installed on the server'
577+
Hint = 'The server must have the "caddy-forwardproxy-naive"'#10'package installed and the "caddy" service running'
578578
Top = 40
579579
Width = 102
580580
BorderSpacing.Left = 3
0 Bytes
Binary file not shown.

naivegui/naivegui

32 Bytes
Binary file not shown.

naivegui/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ object MainForm: TMainForm
574574
Cursor = crHandPoint
575575
Left = 293
576576
Height = 17
577-
Hint = 'The "caddy-forwardproxy-naive" package'#10'must be installed on the server'
577+
Hint = 'The server must have the "caddy-forwardproxy-naive"'#10'package installed and the "caddy" service running'
578578
Top = 40
579579
Width = 102
580580
BorderSpacing.Left = 3

0 commit comments

Comments
 (0)