Skip to content

Commit fc6932f

Browse files
committed
v0.3 + sing-box-1.13.4; cosmetic changes
1 parent 26996a4 commit fc6932f

26 files changed

Lines changed: 656 additions & 415 deletions

naivegui/backup/naivegui.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Version Value="12"/>
55
<General>
66
<SessionStorage Value="InProjectDir"/>
7-
<Title Value="NaiveGUI v0.2"/>
7+
<Title Value="NaiveGUI v0.3"/>
88
<Scaled Value="True"/>
99
<ResourceType Value="res"/>
1010
<UseXPManifest Value="True"/>

naivegui/backup/naivegui.lps

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<HasResources Value="True"/>
5151
<ResourceBaseClass Value="Form"/>
5252
<UnitName Value="Unit1"/>
53-
<TopLine Value="324"/>
54-
<CursorPos X="3" Y="328"/>
53+
<IsVisibleTab Value="True"/>
54+
<CursorPos X="13"/>
5555
<UsageCount Value="37"/>
5656
<Loaded Value="True"/>
5757
<LoadedDesigner Value="True"/>
@@ -84,24 +84,13 @@
8484
<HasResources Value="True"/>
8585
<ResourceBaseClass Value="Form"/>
8686
<UnitName Value="Unit2"/>
87-
<IsVisibleTab Value="True"/>
8887
<EditorIndex Value="1"/>
89-
<TopLine Value="7"/>
90-
<CursorPos X="7" Y="7"/>
88+
<CursorPos X="13"/>
9189
<UsageCount Value="22"/>
9290
<Loaded Value="True"/>
93-
<LoadedDesigner Value="True"/>
9491
</Unit>
9592
</Units>
9693
<JumpHistory HistoryIndex="29">
97-
<Position>
98-
<Filename Value="unit1.pas"/>
99-
<Caret Column="14"/>
100-
</Position>
101-
<Position>
102-
<Filename Value="unit1.pas"/>
103-
<Caret Line="305" Column="40" TopLine="296"/>
104-
</Position>
10594
<Position>
10695
<Filename Value="unit1.pas"/>
10796
<Caret Line="344" Column="38" TopLine="328"/>
@@ -212,6 +201,14 @@
212201
<Position>
213202
<Filename Value="unit2.pas"/>
214203
</Position>
204+
<Position>
205+
<Filename Value="unit1.pas"/>
206+
<Caret Line="328" Column="3" TopLine="324"/>
207+
</Position>
208+
<Position>
209+
<Filename Value="unit1.pas"/>
210+
<Caret Column="13"/>
211+
</Position>
215212
</JumpHistory>
216213
<RunParams>
217214
<FormatVersion Value="2"/>

naivegui/backup/unit1.lfm

Lines changed: 208 additions & 124 deletions
Large diffs are not rendered by default.

naivegui/backup/unit1.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,12 +437,12 @@ procedure TMainForm.QRBtnClick(Sender: TObject);
437437
if (DomainEdit.Text = '') or (UserEdit.Text = '') or (PasswordEdit.Text = '') or
438438
(SPortEdit.Text = '') or (HPortEdit.Text = '') or (BypassBox.Text = '') then Exit;
439439

440-
// if not FileExists(GetUserDir + '.config/naivegui/client.json') then Exit;
440+
// if not FileExists(GetUserDir + '.config/naivegui/client.json') then Exit;
441441

442442
//Определить протокол
443443
if QUICBox.Checked then protocol := 'naive+quic://'
444444
else
445-
protocol := 'https://';
445+
protocol := 'naive+https://';
446446

447447
QRForm.BarcodeQR1.Text := protocol + UserEdit.Text + ':' +
448448
PasswordEdit.Text + '@' + DomainEdit.Text + '#NaiveGUI';

naivegui/backup/unit2.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ implementation
3131

3232
procedure TQRForm.FormShow(Sender: TObject);
3333
begin
34-
QRForm.Width:=QRForm.Height;
34+
//Квадрат
35+
QRForm.Width := QRForm.Height;
3536
end;
3637

3738
end.
38-

naivegui/ico/naive128.png

-8.36 KB
Binary file not shown.

naivegui/ico/naive64.png

2.6 KB
Loading

naivegui/ico/naivegui-36.png

2.96 KB
Loading

naivegui/ico/naivegui-96.png

12 KB
Loading
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)