Prvotni verze pro Giteu
This commit is contained in:
36
frmKeyb.dfm
Normal file
36
frmKeyb.dfm
Normal 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
|
||||
Reference in New Issue
Block a user