Стартовый пул

This commit is contained in:
2024-04-02 08:46:59 +03:00
parent fd57fffd3a
commit 3bb34d000b
5591 changed files with 3291734 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
object Form1: TForm1
Left = 0
Top = 0
Width = 666
Height = 427
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OnShow = FormShow
PixelsPerInch = 96
object lblProg: TLabel
Left = 296
Top = 400
Width = 32
Height = 13
Caption = 'lblProg'
end
object lblProgMax: TLabel
Left = 352
Top = 400
Width = 52
Height = 13
Caption = 'lblProgMax'
end
object GeckoBrowser1: TGeckoBrowser
Left = 0
Top = 16
Width = 665
Height = 257
TabOrder = 0
TabStop = False
OnStatusChange = GeckoBrowser1StatusChange
OnProgressChange = GeckoBrowser1ProgressChange
OnLocationChange = GeckoBrowser1LocationChange
end
object ListBox1: TListBox
Left = 0
Top = 280
Width = 665
Height = 113
ItemHeight = 13
TabOrder = 1
end
end