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

228 lines
4.4 KiB
Plaintext

object formKartyZbozi: TformKartyZbozi
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
ClientHeight = 249
ClientWidth = 718
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 5
Top = 5
Width = 709
Height = 115
Caption = ' Hlavn'#237' '#250'daje '
TabOrder = 0
object Label1: TLabel
Left = 22
Top = 21
Width = 41
Height = 13
Caption = 'Skupina:'
end
object Label2: TLabel
Left = 98
Top = 21
Width = 80
Height = 13
Caption = 'Registra'#269'n'#237' '#269#237'slo:'
end
object Label3: TLabel
Left = 263
Top = 21
Width = 43
Height = 13
Caption = 'N'#225'zev 1:'
end
object Label4: TLabel
Left = 22
Top = 68
Width = 22
Height = 13
Caption = 'SKP:'
end
object Label5: TLabel
Left = 156
Top = 68
Width = 63
Height = 13
Caption = 'MJ evidence:'
end
object Label6: TLabel
Left = 263
Top = 68
Width = 43
Height = 13
Caption = 'N'#225'zev 2:'
end
object selSZ: TRzButtonEdit
Left = 22
Top = 37
Width = 61
Height = 21
Alignment = taCenter
CharCase = ecUpperCase
MaxLength = 3
TabOrder = 0
OnKeyUp = selSZKeyUp
AltBtnWidth = 15
ButtonWidth = 15
OnButtonClick = selSZButtonClick
end
object edtRC: TRzEdit
Left = 98
Top = 37
Width = 143
Height = 21
CharCase = ecUpperCase
TabOrder = 1
OnKeyUp = edtRCKeyUp
end
object edtNazev1: TRzEdit
Left = 263
Top = 37
Width = 426
Height = 21
TabOrder = 2
end
object edtSKP: TRzEdit
Left = 22
Top = 83
Width = 121
Height = 21
MaxLength = 20
TabOrder = 3
end
object cbMJ: TRzComboBox
Left = 156
Top = 83
Width = 66
Height = 21
AllowEdit = False
Style = csDropDownList
TabOrder = 4
end
object edtNazev2: TRzEdit
Left = 263
Top = 84
Width = 426
Height = 21
TabOrder = 5
end
end
object btnOK: TBitBtn
Left = 472
Top = 211
Width = 80
Height = 30
Caption = 'OK'
ModalResult = 1
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TBitBtn
Left = 630
Top = 211
Width = 80
Height = 30
Caption = 'Storno'
ModalResult = 2
TabOrder = 2
OnClick = btnCancelClick
end
object GroupBox2: TGroupBox
Left = 5
Top = 125
Width = 709
Height = 73
Caption = ' Dopl'#328'uj'#237'c'#237' '#250'daje '
TabOrder = 3
object Label7: TLabel
Left = 55
Top = 48
Width = 24
Height = 13
Caption = 'DPH:'
end
object Label8: TLabel
Left = 7
Top = 22
Width = 72
Height = 13
Caption = 'Hmotnost (kg):'
end
object Label9: TLabel
Left = 180
Top = 22
Width = 32
Height = 13
Caption = 'Balen'#237':'
end
object Label10: TLabel
Left = 306
Top = 22
Width = 93
Height = 13
Caption = 'Aktu'#225'ln'#237' dodavatel:'
end
object Label11: TLabel
Left = 168
Top = 49
Width = 127
Height = 13
Caption = 'Um'#237'st'#283'n'#237' pro sklad V'#253'roby:'
end
object cbDPH: TComboBox
Left = 98
Top = 44
Width = 57
Height = 21
Style = csDropDownList
TabOrder = 0
end
object edtHmot: TRzNumericEdit
Left = 96
Top = 19
Width = 58
Height = 21
TabOrder = 1
IntegersOnly = False
DisplayFormat = '##,##0.0###;-##,##0.0###'
end
object edtBal: TRzEdit
Left = 231
Top = 19
Width = 55
Height = 21
TabOrder = 2
end
object selDodavatel: TRzButtonEdit
Left = 423
Top = 18
Width = 174
Height = 21
TabOrder = 3
AltBtnWidth = 15
ButtonWidth = 15
OnButtonClick = selDodavatelButtonClick
end
object edtUmist: TRzEdit
Left = 321
Top = 45
Width = 121
Height = 21
TabOrder = 4
end
end
end