Files
LOVATO-plugin/frmUnit8.dfm
2026-04-07 18:23:56 +02:00

215 lines
4.7 KiB
Plaintext

object formPrijemkaNadvyroba: TformPrijemkaNadvyroba
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = ' P'#345#237'jemka (evidence) - Dom'#225'c'#237' v'#253'roba'
ClientHeight = 192
ClientWidth = 584
Color = clBtnFace
Constraints.MaxHeight = 230
Constraints.MaxWidth = 600
Constraints.MinHeight = 230
Constraints.MinWidth = 600
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnActivate = FormActivate
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox2: TGroupBox
Left = 7
Top = 8
Width = 569
Height = 137
TabOrder = 0
object Label4: TLabel
Left = 383
Top = 11
Width = 41
Height = 13
Caption = 'Datum:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label5: TLabel
Left = 9
Top = 11
Width = 96
Height = 13
Caption = 'Os.'#269#237'slo zam'#283'st. :'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label1: TLabel
Left = 23
Top = 30
Width = 83
Height = 13
Caption = 'Zam'#283'stnanec :'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label2: TLabel
Left = 23
Top = 66
Width = 14
Height = 13
Caption = 'SZ'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label3: TLabel
Left = 58
Top = 66
Width = 50
Height = 13
Caption = 'Reg.'#269#237'slo'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label6: TLabel
Left = 170
Top = 66
Width = 34
Height = 13
Caption = 'N'#225'zev'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label7: TLabel
Left = 389
Top = 106
Width = 57
Height = 13
Alignment = taCenter
Caption = 'Mno'#382'stv'#237' :'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object lblSZ: TLabel
Left = 23
Top = 82
Width = 3
Height = 13
end
object lblRegCis: TLabel
Left = 58
Top = 82
Width = 3
Height = 13
end
object lblNazev: TLabel
Left = 170
Top = 82
Width = 3
Height = 13
end
object lblCisZam: TLabel
Left = 117
Top = 11
Width = 3
Height = 13
end
object lblZamest: TLabel
Left = 117
Top = 30
Width = 3
Height = 13
end
object lblPrikaz: TLabel
Left = 23
Top = 106
Width = 3
Height = 13
end
object dtPicker: TDateTimePicker
Left = 435
Top = 8
Width = 96
Height = 21
Date = 40952.869654375000000000
Time = 40952.869654375000000000
MaxDate = 44196.000000000000000000
MinDate = 40909.000000000000000000
TabOrder = 0
end
object edtMnoz: TRzNumericEdit
Left = 456
Top = 103
Width = 53
Height = 21
Alignment = taCenter
MaxLength = 6
TabOrder = 1
Max = 999999.000000000000000000
DisplayFormat = '0;-0'
end
end
object btnOK: TButton
Left = 384
Top = 156
Width = 75
Height = 25
Caption = '&OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 501
Top = 156
Width = 75
Height = 25
Caption = '&Zru'#353'it'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
OnClick = btnCancelClick
end
end