37 lines
736 B
Plaintext
37 lines
736 B
Plaintext
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
|