V9.0
This commit is contained in:
f1iwq2
2024-07-21 10:25:58 +02:00
parent f2cbfc2936
commit d2909cc5eb
43 changed files with 9783 additions and 3658 deletions

39
UnitInfo.dfm Normal file
View File

@@ -0,0 +1,39 @@
object FormInfo: TFormInfo
Left = 310
Top = 250
BorderIcons = [biMaximize, biHelp]
BorderStyle = bsNone
Caption = 'FormInfo'
ClientHeight = 50
ClientWidth = 575
Color = clBackground
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object LabelInfo: TLabel
Left = 8
Top = 16
Width = 54
Height = 20
Caption = 'LabelInfo'
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -16
Font.Name = 'Arial Narrow'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Timerinfo: TTimer
OnTimer = TimerinfoTimer
Left = 8
Top = 8
end
end