Files
Rootvin-pluginHDCRTN/frmPLZakazky.dfm
2025-05-21 21:06:33 +02:00

186 lines
4.3 KiB
Plaintext

object formPLZakazky: TformPLZakazky
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = ' Paletov'#233' listy k zak'#225'zkce '
ClientHeight = 527
ClientWidth = 439
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
OnShow = FormShow
DesignSize = (
439
527)
TextHeight = 21
object Panel1: TPanel
Left = 6
Top = 4
Width = 429
Height = 65
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
ExplicitWidth = 447
object edtROZakazka: TLabeledEdit
Left = 46
Top = 32
Width = 121
Height = 29
TabStop = False
AutoSize = False
Color = 15790320
EditLabel.Width = 68
EditLabel.Height = 25
EditLabel.Caption = 'Zak'#225'zka'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -19
EditLabel.Font.Name = 'Segoe UI'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
MaxLength = 30
ReadOnly = True
TabOrder = 0
Text = ''
end
object edtROSZ: TLabeledEdit
Left = 180
Top = 32
Width = 39
Height = 29
TabStop = False
AutoSize = False
Color = 15790320
EditLabel.Width = 23
EditLabel.Height = 25
EditLabel.Caption = 'Sk.'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -19
EditLabel.Font.Name = 'Segoe UI'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
MaxLength = 3
ReadOnly = True
TabOrder = 1
Text = ''
end
object edtRORegCis: TLabeledEdit
Left = 232
Top = 32
Width = 171
Height = 29
TabStop = False
AutoSize = False
Color = 15790320
EditLabel.Width = 78
EditLabel.Height = 25
EditLabel.Caption = 'Reg. '#269#237'slo'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -19
EditLabel.Font.Name = 'Segoe UI'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
MaxLength = 30
ReadOnly = True
TabOrder = 2
Text = ''
end
end
object Panel2: TPanel
Left = 8
Top = 71
Width = 427
Height = 59
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
ExplicitWidth = 445
DesignSize = (
427
59)
object Label1: TLabel
Left = 195
Top = 2
Width = 43
Height = 21
Caption = 'N'#225'zev'
end
object edtRONazev1: TEdit
Left = 4
Top = 26
Width = 411
Height = 29
TabStop = False
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Color = 15790320
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
MaxLength = 100
ParentFont = False
ReadOnly = True
TabOrder = 0
ExplicitWidth = 429
end
end
object DBGrid1: TDBGrid
Left = 6
Top = 132
Width = 429
Height = 387
Anchors = [akLeft, akTop, akRight]
DataSource = dm.dsPLZakazky
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -16
TitleFont.Name = 'Segoe UI'
TitleFont.Style = []
Columns = <
item
Alignment = taCenter
Expanded = False
FieldName = 'colEvCisloPL'
Title.Alignment = taCenter
Title.Caption = 'Ev.'#269'. palety (PL)'
Width = 137
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'colDatVyroby'
Title.Alignment = taCenter
Title.Caption = 'Datum v'#253'roby'
Width = 122
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'colKANaPalete'
Title.Alignment = taCenter
Title.Caption = 'KA/pal'
Width = 65
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'colKsNaPalete'
Title.Alignment = taCenter
Title.Caption = 'ks/pal'
Width = 66
Visible = True
end>
end
end