No longer active, Ntfy based approach superceeded this

This commit is contained in:
Paul 2023-04-15 13:35:04 -05:00
parent d58d386d18
commit ec412d7ad7
12 changed files with 50 additions and 158 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Compiler Value="/usr/bin/fpc" Date="1621168742"/>
<Params Value=" -MObjFPC -Scghi -CX -Cg -O3 -XX -l -vewnhibq -Fi/home/kake26/projects/pascal/bandmon/fpc/lib/x86_64-linux -Fu/home/kake26/tmp/fpc/lazarus/lcl/units/x86_64-linux/gtk2 -Fu/home/kake26/tmp/fpc/lazarus/lcl/units/x86_64-linux -Fu/home/kake26/tmp/fpc/lazarus/components/freetype/lib/x86_64-linux -Fu/home/kake26/tmp/fpc/lazarus/components/lazutils/lib/x86_64-linux -Fu/home/kake26/tmp/fpc/lazarus/packager/units/x86_64-linux -Fu/home/kake26/projects/pascal/bandmon/fpc/ -FU/home/kake26/projects/pascal/bandmon/fpc/lib/x86_64-linux/ -FE/home/kake26/projects/pascal/bandmon/fpc/ -o/home/kake26/projects/pascal/bandmon/fpc/bandy2 -dLCL -dLCLgtk2 bandy2.lpr"/>
<Params Value=" -MObjFPC -Scghi -CX -Cg -O3 -XX -l -vewnhibq -Fi/home/kake26/projects/pascal/bandmon/fpc/lib/x86_64-linux -Fu/home/kake26/bin/lazarus/lcl/units/x86_64-linux/gtk2 -Fu/home/kake26/bin/lazarus/lcl/units/x86_64-linux -Fu/home/kake26/bin/lazarus/components/freetype/lib/x86_64-linux -Fu/home/kake26/bin/lazarus/components/lazutils/lib/x86_64-linux -Fu/home/kake26/bin/lazarus/packager/units/x86_64-linux -Fu/home/kake26/projects/pascal/bandmon/fpc/ -FU/home/kake26/projects/pascal/bandmon/fpc/lib/x86_64-linux/ -FE/home/kake26/projects/pascal/bandmon/fpc/ -o/home/kake26/projects/pascal/bandmon/fpc/bandy2 -dLCL -dLCLgtk2 bandy2.lpr"/>
</CONFIG>

Binary file not shown.

View file

@ -1,18 +1,18 @@
object Form1: TForm1
Left = 474
Left = 439
Height = 139
Top = 463
Width = 299
Top = 286
Width = 315
Caption = 'Internet Traffic Monitor'
ClientHeight = 139
ClientWidth = 299
ClientWidth = 315
OnCreate = FormCreate
LCLVersion = '2.2.5.0'
object Label1: TLabel
Left = 14
Height = 19
Height = 23
Top = 23
Width = 113
Width = 109
Caption = 'Today''s Usage'
ParentColor = False
end
@ -25,9 +25,9 @@ object Form1: TForm1
end
object Label3: TLabel
Left = 14
Height = 19
Height = 23
Top = 48
Width = 189
Width = 183
Caption = 'Computed Monthly Max'
ParentColor = False
end
@ -40,9 +40,9 @@ object Form1: TForm1
end
object Label5: TLabel
Left = 14
Height = 19
Height = 23
Top = 71
Width = 182
Width = 177
Caption = 'Current Monthly Usage'
ParentColor = False
end
@ -54,7 +54,7 @@ object Form1: TForm1
ParentColor = False
end
object Button1: TButton
Left = 208
Left = 224
Height = 25
Top = 104
Width = 75

Binary file not shown.