Prvotni verze pro Giteu

This commit is contained in:
2025-09-13 09:14:20 +02:00
parent fbe784e708
commit 641c81f487
30 changed files with 69739 additions and 17 deletions

36
frmKeyb.dfm Normal file
View File

@ -0,0 +1,36 @@
object formKeyb: TformKeyb
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsNone
Caption = 'formKeyb'
ClientHeight = 711
ClientWidth = 1459
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -35
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
OnShow = FormShow
TextHeight = 47
object keyb1: TTouchKeyboard
Left = 8
Top = 122
Width = 1443
Height = 581
GradientEnd = clSilver
GradientStart = clGray
Layout = 'Standard'
end
object edtPopis: TEdit
Left = 122
Top = 28
Width = 1215
Height = 60
AutoSize = False
TabOrder = 1
OnKeyDown = edtPopisKeyDown
end
end