-
Notifications
You must be signed in to change notification settings - Fork 15
/
UniDSA.dpk
208 lines (181 loc) · 3.97 KB
/
UniDSA.dpk
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
package UniDSA;
{$R *.res}
{$R *.dres}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Componente UniDSA para UniGUI'}
{$IMPLICITBUILD ON}
requires
{$IFDEF VER360} // Delphi 12 Athens
uniGUI29Core,
uniTools29,
uIndy29,
uniGUI29,
{$IFEND}
{$IFDEF VER350} // Delphi 11.0 Alexandria / C++Builder 11.0 Alexandria
uniGUI28Core,
uniTools28,
uIndy28,
uniGUI28,
{$IFEND}
{$IFDEF VER340} // Delphi 10.4 Sydney / C++Builder 10.4 Sydney
uniGUI27Core,
uniTools27,
uIndy27,
uniGUI27,
{$IFEND}
{$IFDEF VER330} // Delphi 10.3 Rio / C++Builder 10.3 Rio
uniGUI26Core,
uniTools26,
uIndy26,
uniGUI26,
{$IFEND}
{$IFDEF VER320} // Delphi 10.2 Tokyo / C++Builder 10.2 Tokyo
uniGUI25Core,
uniTools25,
uIndy25,
uniGUI25,
{$IFEND}
{$IFDEF VER310} // Delphi 10.1 Berlin / C++Builder 10.1 Berlin
uniGUI24Core,
uniTools24,
uIndy24,
uniGUI24,
{$IFEND}
{$IFDEF VER300} // Delphi 10 Seattle / C++Builder 10 Seattle
uniGUI23Core,
uniTools23,
uIndy23,
uniGUI23,
{$IFEND}
{$IFDEF VER290} // Delphi XE8 / C++Builder XE8
uniGUI22Core,
uniTools22,
uIndy22,
uniGUI22,
{$IFEND}
{$IFDEF VER280} // Delphi XE7 / C++Builder XE7
uniGUI21Core,
uniTools21,
uIndy21,
uniGUI21,
{$IFEND}
{$IFDEF VER270} // Delphi XE6 / C++Builder XE6
uniGUI20Core,
uniTools20,
uIndy20,
uniGUI20,
{$IFEND}
{$IFDEF VER260} // Delphi XE5 / C++Builder XE5
uniGUI19Core,
uniTools19,
uIndy19,
uniGUI19,
{$IFEND}
{$IFDEF VER250} // Delphi XE4 / C++Builder XE4
uniGUI18Core,
uniTools18,
uIndy18,
uniGUI18,
{$IFEND}
{$IFDEF VER240} // Delphi XE3 / C++Builder XE3
uniGUI17Core,
uniTools17,
uIndy17,
uniGUI17,
{$IFEND}
{$IFDEF VER230} // Delphi XE2 / C++Builder XE2
uniGUI16Core,
uniTools16,
uIndy16,
uniGUI16,
{$IFEND}
{$IFDEF VER220} // Delphi XE / C++Builder XE
uniGUI15Core,
uniTools15,
uIndy15,
uniGUI15,
{$IFEND}
{$IFDEF VER210} // Delphi 2010 / C++Builder 2010
uniGUI14Core,
uniTools14,
uIndy14,
uniGUI14,
{$IFEND}
{$IFDEF VER200} // Delphi 2009 / C++Builder 2009
uniGUI12Core,
uniTools12,
uIndy12,
uniGUI12,
{$IFEND}
{$IFDEF VER190} // Delphi 2007 for .Net
uniGUI11Core,
uniTools11,
uIndy11,
uniGUI11,
{$IFEND}
{$IFDEF VER180} // Delphi 2007 / C++Builder 2007 for Win32
uniGUI11Core,
uniTools11,
uIndy11,
uniGUI11,
{$IFEND}
{$IFDEF VER185} // Delphi 2007 / C++Builder 2007 for Win32
uniGUI11Core,
uniTools11,
uIndy11,
uniGUI11,
{$IFEND}
{$IFDEF VER180} // Delphi 2006 / C++Builder 2006
uniGUI10Core,
uniTools10,
uIndy10,
uniGUI10,
{$IFEND}
rtl,
soaprtl,
dbrtl,
xmlrtl,
inet,
vclimg,
vcl,
vcldb,
vclwinx;
contains
UniDSAExecuteFunction in 'sources\UniDSAExecuteFunction.pas',
UniDSALibrary in 'sources\UniDSALibrary.pas',
UniDSAToast in 'sources\UniDSAToast.pas',
UniDSAConfirm in 'sources\UniDSAConfirm.pas',
UniDSASource in 'sources\UniDSASource.pas',
UniDSABase in 'sources\UniDSABase.pas',
UniDSAColor in 'sources\UniDSAColor.pas',
UniDSAQrCodeReader in 'sources\UniDSAQrCodeReader.pas',
UniDSABaseControl in 'sources\UniDSABaseControl.pas',
UniDSAMenuLateral in 'sources\UniDSAMenuLateral.pas',
UniDSADiv in 'sources\UniDSADiv.pas',
UniDSALogin in 'sources\UniDSALogin.pas',
UniDSAConst in 'sources\UniDSAConst.pas',
UniDSAControl in 'sources\UniDSAControl.pas';
end.