Skip to content

Commit 3b86b2f

Browse files
committed
v0.1 + sing-box-1.13.3
1 parent 42bb8ff commit 3b86b2f

8 files changed

Lines changed: 43 additions & 14 deletions

File tree

naivegui/backup/naivegui.lps

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
<ResourceBaseClass Value="Form"/>
5454
<UnitName Value="Unit1"/>
5555
<IsVisibleTab Value="True"/>
56-
<TopLine Value="315"/>
57-
<CursorPos X="30" Y="334"/>
56+
<CursorPos X="14"/>
5857
<UsageCount Value="33"/>
5958
<Loaded Value="True"/>
6059
<LoadedDesigner Value="True"/>

naivegui/backup/unit1.lfm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,8 @@ object MainForm: TMainForm
574574
ParentShowHint = False
575575
ShowHint = True
576576
OnClick = Label2Click
577+
OnMouseEnter = Label2MouseEnter
578+
OnMouseLeave = Label2MouseLeave
577579
end
578580
object IniPropStorage1: TIniPropStorage
579581
StoredValues = <>

naivegui/backup/unit1.pas

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ TMainForm = class(TForm)
4141
procedure FormCreate(Sender: TObject);
4242
procedure FormShow(Sender: TObject);
4343
procedure Label2Click(Sender: TObject);
44+
procedure Label2MouseEnter(Sender: TObject);
45+
procedure Label2MouseLeave(Sender: TObject);
4446
procedure SpeedButton3Click(Sender: TObject);
4547
procedure StartBtnClick(Sender: TObject);
4648
procedure StopBtnClick(Sender: TObject);
@@ -322,6 +324,16 @@ procedure TMainForm.Label2Click(Sender: TObject);
322324
OpenURL('https://' + DomainEdit.Text);
323325
end;
324326

327+
procedure TMainForm.Label2MouseEnter(Sender: TObject);
328+
begin
329+
Label2.Font.Color := clRed; //подсветка при наведении
330+
end;
331+
332+
procedure TMainForm.Label2MouseLeave(Sender: TObject);
333+
begin
334+
Label2.Font.Color := clBlue; //подсветка при наведении
335+
end;
336+
325337
//Создаём конфиги Клиента и Сервера
326338
procedure TMainForm.SpeedButton3Click(Sender: TObject);
327339
begin
256 Bytes
Binary file not shown.

naivegui/lib/x86_64-linux/unit1.lfm

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
object MainForm: TMainForm
22
Left = 299
3-
Height = 623
4-
Top = 131
3+
Height = 627
4+
Top = 127
55
Width = 822
66
Caption = 'NaiveGUI'
7-
ClientHeight = 623
7+
ClientHeight = 627
88
ClientWidth = 822
99
SessionProperties = 'Height;Width;Top;Left'
1010
LCLVersion = '4.4.0.0'
@@ -351,7 +351,7 @@ object MainForm: TMainForm
351351
AnchorSideBottom.Side = asrBottom
352352
Left = 0
353353
Height = 20
354-
Top = 603
354+
Top = 607
355355
Width = 822
356356
Align = alBottom
357357
Caption = 'License: GPLv3 Author: alex_q_2000 (C) 2026 https://github.com/AKotov-dev/NaiveGUI'
@@ -399,11 +399,19 @@ object MainForm: TMainForm
399399
Caption = 'Bypass'
400400
end
401401
object LogMemo: TMemo
402+
AnchorSideLeft.Control = Owner
403+
AnchorSideTop.Control = BypassBox
404+
AnchorSideTop.Side = asrBottom
405+
AnchorSideRight.Control = Owner
406+
AnchorSideRight.Side = asrBottom
407+
AnchorSideBottom.Control = StaticText1
402408
Left = 0
403-
Height = 378
404-
Top = 225
409+
Height = 386
410+
Top = 221
405411
Width = 822
406412
Align = alBottom
413+
Anchors = [akTop, akLeft, akRight, akBottom]
414+
BorderSpacing.Top = 15
407415
Font.Height = -13
408416
Font.Name = 'Liberation Mono'
409417
ParentFont = False
0 Bytes
Binary file not shown.

naivegui/naivegui

256 Bytes
Binary file not shown.

naivegui/unit1.lfm

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
object MainForm: TMainForm
22
Left = 299
3-
Height = 623
4-
Top = 131
3+
Height = 627
4+
Top = 127
55
Width = 822
66
Caption = 'NaiveGUI'
7-
ClientHeight = 623
7+
ClientHeight = 627
88
ClientWidth = 822
99
SessionProperties = 'Height;Width;Top;Left'
1010
LCLVersion = '4.4.0.0'
@@ -351,7 +351,7 @@ object MainForm: TMainForm
351351
AnchorSideBottom.Side = asrBottom
352352
Left = 0
353353
Height = 20
354-
Top = 603
354+
Top = 607
355355
Width = 822
356356
Align = alBottom
357357
Caption = 'License: GPLv3 Author: alex_q_2000 (C) 2026 https://github.com/AKotov-dev/NaiveGUI'
@@ -399,11 +399,19 @@ object MainForm: TMainForm
399399
Caption = 'Bypass'
400400
end
401401
object LogMemo: TMemo
402+
AnchorSideLeft.Control = Owner
403+
AnchorSideTop.Control = BypassBox
404+
AnchorSideTop.Side = asrBottom
405+
AnchorSideRight.Control = Owner
406+
AnchorSideRight.Side = asrBottom
407+
AnchorSideBottom.Control = StaticText1
402408
Left = 0
403-
Height = 378
404-
Top = 225
409+
Height = 386
410+
Top = 221
405411
Width = 822
406412
Align = alBottom
413+
Anchors = [akTop, akLeft, akRight, akBottom]
414+
BorderSpacing.Top = 15
407415
Font.Height = -13
408416
Font.Name = 'Liberation Mono'
409417
ParentFont = False

0 commit comments

Comments
 (0)