-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchild.lfm
135 lines (135 loc) · 3.1 KB
/
child.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
object MDIChild: TMDIChild
Left = 0
Height = 426
Top = 0
Width = 703
ClientHeight = 426
ClientWidth = 703
TabOrder = 0
DesignLeft = 299
DesignTop = 128
object HtmlViewer: THtmlViewer
Left = 0
Height = 426
Top = 0
Width = 703
BorderStyle = htFocused
DefBackground = clWhite
HistoryMaxCount = 0
NoSelect = False
PrintMarginBottom = 2
PrintMarginLeft = 2
PrintMarginRight = 2
PrintMarginTop = 2
PrintScale = 1
Align = alClient
TabOrder = 1
Visible = False
end
object DataGrid: TDBGrid
Left = 0
Height = 426
Top = 0
Width = 703
Align = alClient
AutoEdit = False
Color = clWindow
Columns = <>
Options = [dgTitles, dgIndicator, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
Scrollbars = ssAutoBoth
TabOrder = 0
OnMouseMove = DataGridMouseMove
OnTitleClick = DataGridTitleClick
end
object DataSource1: TDataSource
DataSet = Dataset1
Left = 24
Top = 56
end
object Dataset1: TsWorksheetDataset
FieldDefs = <>
Left = 64
Top = 56
end
object QueryConnection1: TZMConnection
Connected = False
FloatPrecision = 0
Left = 24
Top = 112
end
object QueryDataSet1: TZMQueryDataSet
FieldDefs = <>
ZMConnection = QueryConnection1
QueryExecuted = False
TableLoaded = False
TableSaved = False
DynamicFieldsCreated = False
PeristentFieldsCreated = False
MemoryDataSetOpened = False
PersistentSave = False
Parameters = <>
MasterDetailFiltration = False
FilterOptions = []
Left = 64
Top = 112
end
object CSVExporter1: TCSVExporter
Dataset = Dataset1
ExportFields = <>
RestorePosition = True
FormatSettings.DecimalSeparator = '.'
FormatSettings.CurrencyDigits = 0
FormatSettings.FieldDelimiter = ';'
FormatSettings.IgnoreOuterWhitespace = False
FormatSettings.RowDelimiter = #13#10
FormatSettings.QuoteChar = '"'
Left = 104
Top = 112
end
object DataSource2: TDataSource
DataSet = Dataset2
Left = 104
Top = 57
end
object Dataset2: TsWorksheetDataset
FieldDefs = <>
Left = 152
Top = 56
end
object QueryConnection2: TZMConnection
Connected = False
FloatPrecision = 0
Left = 149
Top = 113
end
object QueryDataSet2: TZMQueryDataSet
FieldDefs = <>
ZMConnection = QueryConnection2
QueryExecuted = False
TableLoaded = False
TableSaved = False
DynamicFieldsCreated = False
PeristentFieldsCreated = False
MemoryDataSetOpened = False
PersistentSave = False
Parameters = <>
MasterDetailFiltration = False
FilterOptions = []
Left = 192
Top = 112
end
object CSVExporter2: TCSVExporter
Dataset = Dataset2
ExportFields = <>
RestorePosition = True
FormatSettings.DecimalSeparator = '.'
FormatSettings.CurrencyDigits = 0
FormatSettings.FieldDelimiter = ';'
FormatSettings.IgnoreOuterWhitespace = False
FormatSettings.RowDelimiter = #13#10
FormatSettings.QuoteChar = '"'
Left = 232
Top = 113
end
end