Fixed the GUI finally

This commit is contained in:
kake26 2023-01-09 19:33:11 -06:00
parent 58dded8116
commit e2b4c2c8a3
17 changed files with 324 additions and 249 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Compiler Value="/usr/bin/fpc" Date="1614890516"/>
<Params Value=" -MObjFPC -Scghi -Cg -O1 -g -gl -l -vewnhibq -Fi/home/kake26/Code/FPC/bandy2/lib/x86_64-linux -Fu/usr/lib/lazarus/lcl/units/x86_64-linux/qt5 -Fu/usr/lib/lazarus/lcl/units/x86_64-linux -Fu/usr/lib/lazarus/components/lazutils/lib/x86_64-linux -Fu/usr/lib/lazarus/packager/units/x86_64-linux -Fu/home/kake26/Code/FPC/bandy2/ -FU/home/kake26/Code/FPC/bandy2/lib/x86_64-linux/ -FE/home/kake26/Code/FPC/bandy2/ -o/home/kake26/Code/FPC/bandy2/bandy2 -dLCL -dLCLqt5 bandy2.lpr"/>
<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"/>
</CONFIG>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,38 +1,38 @@
object Form1: TForm1
Left = 908
Left = 474
Height = 139
Top = 408
Width = 283
Top = 463
Width = 299
Caption = 'Internet Traffic Monitor'
ClientHeight = 139
ClientWidth = 283
ClientWidth = 299
OnCreate = FormCreate
LCLVersion = '2.0.12.0'
LCLVersion = '2.2.5.0'
object Label1: TLabel
Left = 14
Height = 18
Height = 19
Top = 23
Width = 87
Width = 113
Caption = 'Today''s Usage'
ParentColor = False
end
object Label2: TLabel
Left = 120
Left = 136
Height = 1
Top = 23
Top = 24
Width = 1
ParentColor = False
end
object Label3: TLabel
Left = 14
Height = 18
Height = 19
Top = 48
Width = 148
Width = 189
Caption = 'Computed Monthly Max'
ParentColor = False
end
object Label4: TLabel
Left = 176
Left = 216
Height = 1
Top = 48
Width = 1
@ -40,23 +40,23 @@ object Form1: TForm1
end
object Label5: TLabel
Left = 14
Height = 18
Height = 19
Top = 71
Width = 143
Width = 182
Caption = 'Current Monthly Usage'
ParentColor = False
end
object Label6: TLabel
Left = 176
Left = 208
Height = 1
Top = 71
Top = 72
Width = 1
ParentColor = False
end
object Button1: TButton
Left = 169
Left = 208
Height = 25
Top = 97
Top = 104
Width = 75
Caption = 'Hide'
OnClick = Button1Click
@ -4372,7 +4372,7 @@ object Form1: TForm1
Enabled = False
Interval = 10000
OnTimer = Timer1Timer
Left = 50
Top = 92
Left = 56
Top = 98
end
end

Binary file not shown.

Binary file not shown.