719 lines
24 KiB
Plaintext
719 lines
24 KiB
Plaintext
object formSchvaleniZak: TformSchvaleniZak
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = ' Schv'#225'len'#237' zak'#225'zky'
|
|
ClientHeight = 734
|
|
ClientWidth = 896
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Position = poOwnerFormCenter
|
|
OnClose = FormClose
|
|
OnShow = FormShow
|
|
TextHeight = 23
|
|
object Label1: TLabel
|
|
Left = 107
|
|
Top = 180
|
|
Width = 85
|
|
Height = 23
|
|
Caption = 'Vyj'#225'd'#345'en'#237':'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 305
|
|
Top = 180
|
|
Width = 91
|
|
Height = 23
|
|
Caption = 'Pozn'#225'mka:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 15
|
|
Top = 126
|
|
Width = 112
|
|
Height = 23
|
|
Caption = 'Aktu'#225'ln'#237' stav:'
|
|
end
|
|
object lblStav: TLabel
|
|
Left = 189
|
|
Top = 126
|
|
Width = 274
|
|
Height = 23
|
|
AutoSize = False
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clRed
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 15
|
|
Top = 90
|
|
Width = 166
|
|
Height = 23
|
|
Caption = 'Po'#382'adovan'#233' datum:'
|
|
end
|
|
object lblDatReq: TLabel
|
|
Left = 189
|
|
Top = 90
|
|
Width = 142
|
|
Height = 23
|
|
AutoSize = False
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clRed
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label5: TLabel
|
|
Left = 366
|
|
Top = 90
|
|
Width = 78
|
|
Height = 23
|
|
Caption = 'Mno'#382'stv'#237':'
|
|
end
|
|
object lblMnoz: TLabel
|
|
Left = 453
|
|
Top = 90
|
|
Width = 142
|
|
Height = 23
|
|
AutoSize = False
|
|
end
|
|
object Label6: TLabel
|
|
Left = 15
|
|
Top = 323
|
|
Width = 69
|
|
Height = 23
|
|
Caption = 'Historie:'
|
|
end
|
|
object lblDatObr: TLabel
|
|
Left = 306
|
|
Top = 312
|
|
Width = 105
|
|
Height = 23
|
|
Caption = 'Datum OBR:'
|
|
Visible = False
|
|
end
|
|
object edtZakazka: TLabeledEdit
|
|
Left = 15
|
|
Top = 48
|
|
Width = 145
|
|
Height = 31
|
|
Color = 15790320
|
|
EditLabel.Width = 74
|
|
EditLabel.Height = 23
|
|
EditLabel.Caption = 'Zak'#225'zka:'
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
Text = ''
|
|
end
|
|
object edtZakazkaNazev: TLabeledEdit
|
|
Left = 366
|
|
Top = 48
|
|
Width = 503
|
|
Height = 31
|
|
EditLabel.Width = 57
|
|
EditLabel.Height = 23
|
|
EditLabel.Caption = 'N'#225'zev:'
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
Text = ''
|
|
end
|
|
object cbStav: TComboBox
|
|
Left = 107
|
|
Top = 207
|
|
Width = 175
|
|
Height = 31
|
|
Style = csDropDownList
|
|
ItemIndex = 0
|
|
TabOrder = 2
|
|
Text = 'Souhlas'
|
|
Items.Strings = (
|
|
'Souhlas'
|
|
'Vr'#225'tit')
|
|
end
|
|
object edtRole: TLabeledEdit
|
|
Left = 15
|
|
Top = 207
|
|
Width = 64
|
|
Height = 31
|
|
Color = 15790320
|
|
EditLabel.Width = 43
|
|
EditLabel.Height = 23
|
|
EditLabel.Caption = 'Role:'
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
Text = ''
|
|
end
|
|
object edtPoznamka: TMemo
|
|
Left = 305
|
|
Top = 207
|
|
Width = 568
|
|
Height = 97
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
MaxLength = 255
|
|
ParentFont = False
|
|
ScrollBars = ssVertical
|
|
TabOrder = 4
|
|
end
|
|
object btnOK: TButton
|
|
Left = 534
|
|
Top = 672
|
|
Width = 142
|
|
Height = 52
|
|
Caption = 'OK'
|
|
TabOrder = 7
|
|
OnClick = btnOKClick
|
|
end
|
|
object btnStorno: TButton
|
|
Left = 732
|
|
Top = 672
|
|
Width = 142
|
|
Height = 52
|
|
Caption = 'Storno'
|
|
TabOrder = 8
|
|
OnClick = btnStornoClick
|
|
end
|
|
object btnAdd: TBitBtn
|
|
Left = 150
|
|
Top = 275
|
|
Width = 64
|
|
Height = 55
|
|
Glyph.Data = {
|
|
36100000424D3610000000000000360000002800000020000000200000000100
|
|
2000000000000010000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000100000001000000010000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000001000000010000000400000005000000040000
|
|
0001000000010000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000100000002000000060000000F000000150000000F0000
|
|
0007000000020000000100000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000010000000500000012321E1166A8653BFF2C180D660000
|
|
0012000000050000000100000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000001000000030000000C0805032C9A613BEBD2A46EFF8C512FEC0704
|
|
022D0000000C0000000300000001000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000100000007000000175F3B23A4C49161FFD5A871FFBB8657FF5630
|
|
1CA7000000180000000700000001000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000030000000F21140D4EB47A50FDD8AD78FFD4A86FFFD6AB76FFA569
|
|
41FD1D110A500000001000000004000000010000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0002000000090201011D8C5B3AD6D2A878FFD6AB74FFD5A972FFD6AA73FFCD9F
|
|
6DFF804D2DD90201011F00000009000000020000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000010000
|
|
0005000000114A312083C49367FFDAB07DFFD6AB74FFD6AA74FFD6AA73FFD8AE
|
|
79FFBA8357FF4629188700000013000000050000000100000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000020000
|
|
000B130C0835B17A54F6DCB687FFD8AD78FFD7AD77FFD7AD76FFD6AC75FFD6AB
|
|
75FFD8AF7DFFA26841F7110A06370000000C0000000300000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000001000000060000
|
|
00137A5338BBD4AB81FFDAB37FFFD8AF79FFD9AF78FFD8AE78FFD7AD77FFD8AD
|
|
77FFDAAF7BFFCB9D6FFF71452BBE000000160000000700000001000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000030000000C3525
|
|
1960C5946DFFDFBC8CFFD9B17CFFD9B17BFFD9B17BFFD9B07AFFD8AF7AFFD8AF
|
|
79FFD8AE79FFDCB682FFB68158FF332014660000000E00000004000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000020000000709060420A879
|
|
55E9E0C097FFDBB580FFDAB27EFFDAB27DFFDAB27DFFDAB27DFFDAB17CFFD9B0
|
|
7BFFD9B07AFFD9B07CFFD8B282FF9A6643EA0805032300000008000000020000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000001000000040000000E674A349BD4AE
|
|
89FFDFBB8CFFDBB580FFDBB581FFDBB581FFDBB480FFDBB47FFFDAB47EFFDAB3
|
|
7EFFD9B27DFFDAB17CFFDCB684FFC99A70FF613F299F00000011000000050000
|
|
0001000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000200000009231A1242C39671FDE5C8
|
|
9EFFDCB784FFDCB784FFDDB683FFDCB783FFDCB682FFDCB682FFDBB581FFDBB5
|
|
80FFDAB380FFDAB37EFFDAB27DFFDEBC8CFFB58158FD21150E460000000B0000
|
|
0002000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000100000005020201129B7152D3E2C5A2FFDFBD
|
|
8CFFDEBB88FFE1C090FFE3C594FFE4C594FFE4C796FFE5C796FFE3C493FFE2C1
|
|
90FFE0BE8DFFDEBA88FFDBB481FFDBB582FFD9B287FF906141D6020101160000
|
|
0006000000010000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000300000009523D2D79D4B08DFFE6CBA2FFE6CB
|
|
9BFFE8CEA0FFE8CEA0FFE7CD9FFFE7CC9DFFE7CC9DFFE6CA9BFFE6C999FFE5C8
|
|
98FFE4C696FFE4C595FFE3C393FFE0BF8DFFE1BF90FFC79A70FF4E35247E0000
|
|
000C000000030000000000000000000000000000000000000000000000000000
|
|
000000000000000000010000000515100C28BF9472F5EEDBBBFFEBD4A7FFEAD2
|
|
A5FFEAD2A5FFEAD1A4FFE9D1A3FFEAD0A2FFE9CFA2FFE8CEA0FFE7CD9EFFE7CB
|
|
9CFFE7CA9BFFE6C999FFE4C797FFE4C695FFE3C594FFE5C89EFFB2805BF6130D
|
|
092C000000070000000100000000000000000000000000000000000000000000
|
|
000000000000000000020000000787664DB3EAD8C5FFFBF6ECFFFAF6EBFFFAF6
|
|
EBFFFAF6EAFFF6EDD7FFECD4A8FFEBD3A6FFEAD3A6FFE9D2A4FFE9D0A3FFE8CF
|
|
A1FFE8CE9FFFEEDAB7FFF6EBD6FFF8F1E2FFF8F0E0FFF8EFDFFFE4CDB5FF7F5A
|
|
3EB8000000090000000200000000000000000000000000000000000000000000
|
|
0000000000000000000100000006C89A73FFC79973FFC69872FFC69871FFC597
|
|
70FFC59770FFF8EFDBFFEDD8ACFFEDD7ABFFECD6A9FFECD5A9FFEBD4A7FFEAD2
|
|
A5FFEAD1A4FFF0DEBCFFC18F69FFC18E67FFC18E67FFC08D66FFBF8D66FFBF8C
|
|
65FF000000080000000200000000000000000000000000000000000000000000
|
|
000000000000000000010000000300000006000000090000000A0000000C0000
|
|
0011C79973FFF9F0DEFFEEDBB0FFEEDAAEFFEED9AEFFEED8ACFFEDD7ABFFECD6
|
|
AAFFEBD4A8FFF2E1C1FFB8835DFF000000150000000F0000000D0000000C0000
|
|
0008000000040000000100000000000000000000000000000000000000000000
|
|
0000000000000000000000000001000000010000000200000002000000040000
|
|
000AC99D77FFF9F3E2FFF1DEB4FFF0DDB3FFF0DDB1FFEFDCB1FFEEDAAFFFEED9
|
|
ADFFEDD8ACFFF3E5C6FFBA8660FF0000000D0000000500000003000000020000
|
|
0002000000010000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000020000
|
|
0008CA9F79FFFAF5E6FFF2E1B8FFF1E0B7FFF1DFB5FFF0DEB4FFF0DDB2FFEFDC
|
|
B1FFEFDAB0FFF4E7CAFFBB8A64FF0000000A0000000300000001000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000020000
|
|
0007CCA27CFFFBF6E7FFF3E3BAFFF3E3BAFFF2E2B9FFF2E1B8FFF2E0B6FFF1DE
|
|
B5FFF0DDB3FFF5EACDFFBF8D66FF000000090000000200000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000010000
|
|
0006CDA47EFFFCF7E9FFF4E6BEFFF4E5BDFFF3E5BCFFF3E3BAFFF3E3B9FFF2E1
|
|
B8FFF1E0B6FFF7ECD2FFC09169FF000000080000000200000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000010000
|
|
0005CFA680FFFCF8ECFFF5E8C0FFF5E8C0FFF5E6BFFFF5E6BDFFF4E5BCFFF3E4
|
|
BBFFF3E2B9FFF7EED4FFC1936CFF000000070000000200000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000010000
|
|
0003CFA983FFFEFCF6FFFEFCF6FFFDFCF6FFFDFCF5FFFDFBF4FFFDFBF4FFFDFB
|
|
F4FFFDFBF4FFFDFBF3FFC3956FFF000000050000000100000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0002967A5FB8D0A985FFD1A984FFD0A984FFD0A883FFD0A883FFD0A882FFCFA8
|
|
82FFCFA782FFCEA681FF8D6C51B9000000030000000100000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0001000000020000000200000003000000030000000300000003000000030000
|
|
0003000000030000000300000002000000010000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000010000000100000001000000010000
|
|
0001000000010000000100000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000}
|
|
TabOrder = 6
|
|
OnClick = btnAddClick
|
|
end
|
|
object grd: TNextDBGrid6
|
|
Left = 13
|
|
Top = 355
|
|
Width = 861
|
|
Height = 268
|
|
ParentColor = False
|
|
TabOrder = 9
|
|
ActiveView = grdView
|
|
ActiveViewIndex = 0
|
|
AlternatingRowColor = clBtnFace
|
|
AppearanceOptions = [aoAlternatingRowColors, aoHintIndicators, aoStyleColors]
|
|
Options = [goArrowEndEditing, goAutoHideScrollBars, goExitEndEditing, goTabLeaveControl]
|
|
RightClickDeselect = False
|
|
RightClickSelect = False
|
|
RowHeight = 33
|
|
ScrollBars = [sbVertical]
|
|
SelectFullRow = True
|
|
UserDefinedColorPalette.GeometryHoverColor = clBlack
|
|
OnCellDblClick = grdCellDblClick
|
|
DataSource = ds
|
|
object grdView: TNxReportGridView6
|
|
ColumnMoving = False
|
|
GridLines = True
|
|
HeaderHeight = 26
|
|
OnHeaderMouseDown = grdViewHeaderMouseDown
|
|
end
|
|
object colRole: TNxDBTextColumn6
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -11
|
|
Footer.Font.Name = 'Tahoma'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Alignment = taCenter
|
|
Header.Caption = 'Role'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clRed
|
|
Header.Font.Height = -19
|
|
Header.Font.Name = 'Tahoma'
|
|
Header.Font.Style = []
|
|
Header.ParentFont = False
|
|
Index = 0
|
|
ParentFont = False
|
|
PlaceholderText = 'Text Text'
|
|
Position = 0
|
|
Width = 50
|
|
OnGetHint = colRoleGetHint
|
|
DataBinding.FieldName = 'colRole'
|
|
end
|
|
object colDatum: TNxDBDateColumn6
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -11
|
|
Footer.Font.Name = 'Tahoma'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Alignment = taCenter
|
|
Header.Caption = 'Datum'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clRed
|
|
Header.Font.Height = -19
|
|
Header.Font.Name = 'Tahoma'
|
|
Header.Font.Style = []
|
|
Header.ParentFont = False
|
|
Index = 1
|
|
ParentFont = False
|
|
PlaceholderText = '07.09.2020'
|
|
Position = 1
|
|
Width = 190
|
|
OnGetText = colDatumGetText
|
|
FormatMask = 'd.m.yyyy hh:nn:ss'
|
|
DataBinding.FieldName = 'colDatum'
|
|
InsertString = '30.12.1899'
|
|
end
|
|
object colStav: TNxDBTextColumn6
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -11
|
|
Footer.Font.Name = 'Tahoma'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Alignment = taCenter
|
|
Header.Caption = 'Stav'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clRed
|
|
Header.Font.Height = -19
|
|
Header.Font.Name = 'Tahoma'
|
|
Header.Font.Style = []
|
|
Header.ParentFont = False
|
|
Index = 2
|
|
ParentFont = False
|
|
PlaceholderText = 'Text Text'
|
|
Position = 2
|
|
Width = 170
|
|
DataBinding.FieldName = 'colStav'
|
|
end
|
|
object colPozn: TNxDBMemoColumn6
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -11
|
|
Footer.Font.Name = 'Tahoma'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Caption = 'Pozn'#225'mka'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clRed
|
|
Header.Font.Height = -19
|
|
Header.Font.Name = 'Tahoma'
|
|
Header.Font.Style = []
|
|
Header.ParentFont = False
|
|
Index = 3
|
|
ParentFont = False
|
|
PlaceholderText = 'The quick brown fox jumps over the lazy dog'
|
|
Position = 3
|
|
Width = 420
|
|
OnGetHint = colPoznGetHint
|
|
DataBinding.FieldName = 'colPoznamka'
|
|
end
|
|
object colHistID: TNxDBNumberColumn6
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -11
|
|
Footer.Font.Name = 'Tahoma'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Caption = 'HistID'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -11
|
|
Header.Font.Name = 'Tahoma'
|
|
Header.Font.Style = []
|
|
Index = 4
|
|
PlaceholderText = '1742.50'
|
|
Position = 4
|
|
Visible = False
|
|
FormatMask = '#,##0.00'
|
|
Increment = 1.000000000000000000
|
|
DataBinding.FieldName = 'colHistID'
|
|
InsertString = '0'
|
|
end
|
|
object colAutor: TNxDBTextColumn6
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -11
|
|
Footer.Font.Name = 'Tahoma'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Caption = 'Autor'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -11
|
|
Header.Font.Name = 'Tahoma'
|
|
Header.Font.Style = []
|
|
Index = 5
|
|
PlaceholderText = 'Text Text'
|
|
Position = 5
|
|
Visible = False
|
|
DataBinding.FieldName = 'colAutor'
|
|
end
|
|
object colJenVDO: TNxDBNumberColumn6
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -11
|
|
Footer.Font.Name = 'Tahoma'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Caption = 'jenVDO'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -11
|
|
Header.Font.Name = 'Tahoma'
|
|
Header.Font.Style = []
|
|
Index = 6
|
|
PlaceholderText = '1742.50'
|
|
Position = 6
|
|
Visible = False
|
|
FormatMask = '#,##0.00'
|
|
Max = 1.000000000000000000
|
|
NumericEditOptions = []
|
|
Increment = 1.000000000000000000
|
|
DataBinding.FieldName = 'colJenVDO'
|
|
InsertString = '0'
|
|
end
|
|
object colDatumObr: TNxDBTimeColumn6
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -11
|
|
Footer.Font.Name = 'Tahoma'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Caption = 'DatumOBR'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -11
|
|
Header.Font.Name = 'Tahoma'
|
|
Header.Font.Style = []
|
|
Index = 7
|
|
PlaceholderText = 'Text Text'
|
|
Position = 7
|
|
Visible = False
|
|
HoursText = 'H'
|
|
MinutesText = 'M'
|
|
DataBinding.FieldName = 'colDatumOBR'
|
|
end
|
|
object colVDOproOBR: TNxDBCheckBoxColumn6
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Footer.Font.Charset = DEFAULT_CHARSET
|
|
Footer.Font.Color = clWindowText
|
|
Footer.Font.Height = -12
|
|
Footer.Font.Name = 'Segoe UI'
|
|
Footer.Font.Style = []
|
|
Footer.FormatMask = '#,##0.00'
|
|
Header.Caption = 'VDOproOBR'
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -12
|
|
Header.Font.Name = 'Segoe UI'
|
|
Header.Font.Style = []
|
|
Index = 8
|
|
PlaceholderText = 'True'
|
|
Position = 8
|
|
Visible = False
|
|
CheckedImageIndex = -1
|
|
UncheckedImageIndex = -1
|
|
DataBinding.FieldName = 'colVDOproOBR'
|
|
InsertString = 'False'
|
|
end
|
|
end
|
|
object cbJenVDO: TCheckBox
|
|
Left = 117
|
|
Top = 244
|
|
Width = 154
|
|
Height = 25
|
|
Caption = ' pro VDO'
|
|
TabOrder = 10
|
|
end
|
|
object edtRegCis: TLabeledEdit
|
|
Left = 180
|
|
Top = 48
|
|
Width = 169
|
|
Height = 31
|
|
Color = 15790320
|
|
EditLabel.Width = 81
|
|
EditLabel.Height = 23
|
|
EditLabel.Caption = 'Reg.'#269#237'slo:'
|
|
ReadOnly = True
|
|
TabOrder = 11
|
|
Text = ''
|
|
end
|
|
object edtDatObr: TDateTimePicker
|
|
Left = 426
|
|
Top = 308
|
|
Width = 135
|
|
Height = 31
|
|
Date = 44386.000000000000000000
|
|
Time = 0.350455891202727800
|
|
TabOrder = 5
|
|
Visible = False
|
|
end
|
|
object mInfo: TMemo
|
|
Left = 15
|
|
Top = 630
|
|
Width = 464
|
|
Height = 96
|
|
Color = 15790320
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 12
|
|
end
|
|
object cbZmenaDatumKonZakazka: TCheckBox
|
|
Left = 569
|
|
Top = 312
|
|
Width = 185
|
|
Height = 25
|
|
Caption = 'Zm'#283'na Datum KON'
|
|
TabOrder = 13
|
|
end
|
|
object tbl: TFDMemTable
|
|
AfterPost = tblAfterPost
|
|
FetchOptions.AssignedValues = [evMode]
|
|
FetchOptions.Mode = fmAll
|
|
ResourceOptions.AssignedValues = [rvSilentMode]
|
|
ResourceOptions.SilentMode = True
|
|
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
|
|
UpdateOptions.CheckRequired = False
|
|
UpdateOptions.AutoCommitUpdates = True
|
|
Left = 633
|
|
Top = 141
|
|
object tblcolDatum: TDateTimeField
|
|
FieldName = 'colDatum'
|
|
DisplayFormat = 'd.m.yyyy hh:nn:ss'
|
|
end
|
|
object tblcolStav: TStringField
|
|
FieldName = 'colStav'
|
|
Size = 30
|
|
end
|
|
object tblcolPozn: TStringField
|
|
FieldName = 'colPoznamka'
|
|
Size = 500
|
|
end
|
|
object tblcolHistID: TIntegerField
|
|
FieldName = 'colHistID'
|
|
end
|
|
object tblcolRole: TStringField
|
|
FieldName = 'colRole'
|
|
Size = 5
|
|
end
|
|
object tblcolAutor: TStringField
|
|
FieldName = 'colAutor'
|
|
Size = 50
|
|
end
|
|
object tblcolJenVDO: TSmallintField
|
|
FieldName = 'colJenVDO'
|
|
Visible = False
|
|
end
|
|
object tblcolDatumOBR: TDateField
|
|
FieldName = 'colDatumOBR'
|
|
end
|
|
object tblcolVDOproOBR: TSmallintField
|
|
FieldName = 'colVDOproOBR'
|
|
end
|
|
object tblcolOBRproVDO: TSmallintField
|
|
FieldName = 'colOBRproVDO'
|
|
end
|
|
object tblcolDatumVDO: TDateField
|
|
FieldName = 'colDatumVDO'
|
|
end
|
|
object tblcolPoznamkaR: TSmallintField
|
|
FieldName = 'colPoznamkaR'
|
|
end
|
|
object tblcolPoznamka2: TStringField
|
|
FieldName = 'colPoznamka2'
|
|
Size = 500
|
|
end
|
|
end
|
|
object ds: TDataSource
|
|
DataSet = tbl
|
|
Left = 595
|
|
Top = 141
|
|
end
|
|
end
|