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,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