-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainDM.dfm
47 lines (47 loc) · 1.21 KB
/
MainDM.dfm
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
object DMMain: TDMMain
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = DataModuleDestroy
Height = 239
Width = 352
object JvTranslateString1: TJvTranslateString
DateFormat = 'dd_mm_yyyy'
DateSeparator = #255
DateTimeFormat = 'dd_mm_yyyy hh_nn_ss'
LeftDelimiter = '%'
RightDelimiter = '%'
TimeFormat = 'hh_nn_ss'
TimeSeparator = #255
Left = 240
Top = 8
end
object JvAppXMLFileStorage1: TJvAppXMLFileStorage
StorageOptions.BooleanStringTrueValues = 'TRUE, YES, Y'
StorageOptions.BooleanStringFalseValues = 'FALSE, NO, N'
StorageOptions.InvalidCharReplacement = '_'
FileName = 'BM.xml'
RootNodeName = 'Configuration'
SubStorages = <>
Left = 264
Top = 96
end
object JvFormStorage1: TJvFormStorage
AppStorage = JvAppXMLFileStorage1
AppStoragePath = 'DMMain\'
Options = []
OnRestorePlacement = JvFormStorage1RestorePlacement
StoredValues = <
item
Name = 'CurrentCompany'
Value = ''
KeyString = 'CurrentCompany'
end
item
Name = 'FileUploadFolder'
end>
StoredPropsPath = 'DMMainStoredProps'
StoredValuesPath = 'DMMainStoredValues'
Left = 80
Top = 104
end
end