Prvotni verze pro Giteu
This commit is contained in:
46
frmObrazekKZ.dfm
Normal file
46
frmObrazekKZ.dfm
Normal file
@ -0,0 +1,46 @@
|
||||
object formObrazekKZ: TformObrazekKZ
|
||||
Left = 0
|
||||
Top = 0
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsNone
|
||||
Caption = 'formObrazekKZ'
|
||||
ClientHeight = 285
|
||||
ClientWidth = 463
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -24
|
||||
Font.Name = 'Segoe UI'
|
||||
Font.Style = []
|
||||
Position = poOwnerFormCenter
|
||||
OnShow = FormShow
|
||||
TextHeight = 32
|
||||
object Panel1: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 463
|
||||
Height = 285
|
||||
Align = alClient
|
||||
Color = clGradientActiveCaption
|
||||
ParentBackground = False
|
||||
TabOrder = 0
|
||||
ExplicitHeight = 319
|
||||
object Image1: TImage
|
||||
Left = 12
|
||||
Top = 12
|
||||
Width = 263
|
||||
Height = 263
|
||||
Proportional = True
|
||||
Stretch = True
|
||||
end
|
||||
object btnKonec: TButton
|
||||
Left = 292
|
||||
Top = 114
|
||||
Width = 155
|
||||
Height = 65
|
||||
Caption = 'Konec'
|
||||
TabOrder = 0
|
||||
OnClick = btnKonecClick
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user