66 lines
1.4 KiB
Plaintext
66 lines
1.4 KiB
Plaintext
object formMaterial: TformMaterial
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = 'formMaterial'
|
|
ClientHeight = 382
|
|
ClientWidth = 570
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Position = poOwnerFormCenter
|
|
OnClose = FormClose
|
|
OnShow = FormShow
|
|
TextHeight = 13
|
|
object treeMat: TTreeView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 568
|
|
Height = 380
|
|
Indent = 19
|
|
TabOrder = 0
|
|
end
|
|
object ds: TDataSource
|
|
DataSet = vTab
|
|
Left = 514
|
|
Top = 326
|
|
end
|
|
object vTab: TFDMemTable
|
|
FetchOptions.AssignedValues = [evMode]
|
|
FetchOptions.Mode = fmAll
|
|
ResourceOptions.AssignedValues = [rvSilentMode]
|
|
ResourceOptions.SilentMode = True
|
|
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
|
|
UpdateOptions.CheckRequired = False
|
|
UpdateOptions.AutoCommitUpdates = True
|
|
Left = 444
|
|
Top = 328
|
|
object vTabId: TIntegerField
|
|
FieldName = 'Id'
|
|
Visible = False
|
|
end
|
|
object vTabParentId: TIntegerField
|
|
FieldName = 'ParentId'
|
|
Visible = False
|
|
end
|
|
object vTabSZ: TStringField
|
|
FieldName = 'SZ'
|
|
Size = 3
|
|
end
|
|
object vTabRegCis: TStringField
|
|
FieldName = 'RegCis'
|
|
Size = 30
|
|
end
|
|
object vTabNazev: TStringField
|
|
FieldName = 'Nazev'
|
|
Size = 100
|
|
end
|
|
object vTabMnoz: TFloatField
|
|
FieldName = 'Mnoz'
|
|
end
|
|
end
|
|
end
|