54 lines
1017 B
Plaintext
54 lines
1017 B
Plaintext
object formHrOdvOperZmetky: TformHrOdvOperZmetky
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = ' ZMETKY'
|
|
ClientHeight = 198
|
|
ClientWidth = 596
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -27
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poOwnerFormCenter
|
|
OnClose = FormClose
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 33
|
|
object Label1: TLabel
|
|
Left = 24
|
|
Top = 33
|
|
Width = 148
|
|
Height = 33
|
|
Caption = 'Typ zmetku:'
|
|
end
|
|
object cbTypZmetku: TComboBox
|
|
Left = 186
|
|
Top = 30
|
|
Width = 370
|
|
Height = 41
|
|
TabOrder = 0
|
|
end
|
|
object btnOK: TButton
|
|
Left = 186
|
|
Top = 117
|
|
Width = 145
|
|
Height = 47
|
|
Caption = 'OK'
|
|
TabOrder = 1
|
|
OnClick = btnOKClick
|
|
end
|
|
object btnZrus: TButton
|
|
Left = 411
|
|
Top = 117
|
|
Width = 145
|
|
Height = 47
|
|
Caption = 'Storno'
|
|
TabOrder = 2
|
|
OnClick = btnZrusClick
|
|
end
|
|
end
|