Révision 5

Voir les différences:

LicensesMercure/UFInvoice.dfm
45 45
    Width = 200
46 46
    Height = 21
47 47
    Style = csDropDownList
48
    ItemHeight = 0
48
    ItemHeight = 13
49 49
    ParentShowHint = False
50 50
    ShowHint = True
51 51
    TabOrder = 0
......
112 112
    IOHandler = OpenSSL_SMTP
113 113
    Port = 587
114 114
    SASLMechanisms = <>
115
    UseTLS = utUseExplicitTLS
115
    UseTLS = utUseRequireTLS
116 116
    Left = 536
117 117
    Top = 8
118 118
  end
......
146 146
    MaxLineAction = maException
147 147
    Port = 993
148 148
    DefaultPort = 0
149
    SSLOptions.Method = sslvTLSv1_2
150
    SSLOptions.SSLVersions = [sslvTLSv1_2]
149 151
    SSLOptions.Mode = sslmUnassigned
150 152
    SSLOptions.VerifyMode = []
151 153
    SSLOptions.VerifyDepth = 0
......
157 159
    MaxLineAction = maException
158 160
    Port = 587
159 161
    DefaultPort = 0
162
    SSLOptions.Method = sslvTLSv1_2
163
    SSLOptions.SSLVersions = [sslvTLSv1_2]
160 164
    SSLOptions.Mode = sslmUnassigned
161 165
    SSLOptions.VerifyMode = []
162 166
    SSLOptions.VerifyDepth = 0
LicensesMercure/UFAjinomoto.dfm
1286 1286
    IOHandler = OpenSSL_SMTP
1287 1287
    Port = 587
1288 1288
    SASLMechanisms = <>
1289
    UseTLS = utUseExplicitTLS
1289
    UseTLS = utUseRequireTLS
1290 1290
    Left = 808
1291 1291
    Top = 8
1292 1292
  end
......
1321 1321
    MaxLineAction = maException
1322 1322
    Port = 993
1323 1323
    DefaultPort = 0
1324
    SSLOptions.Method = sslvTLSv1_2
1325
    SSLOptions.SSLVersions = [sslvTLSv1_2]
1324 1326
    SSLOptions.Mode = sslmUnassigned
1325 1327
    SSLOptions.VerifyMode = []
1326 1328
    SSLOptions.VerifyDepth = 0
......
1332 1334
    MaxLineAction = maException
1333 1335
    Port = 587
1334 1336
    DefaultPort = 0
1337
    SSLOptions.Method = sslvTLSv1_2
1338
    SSLOptions.SSLVersions = [sslvTLSv1_2]
1335 1339
    SSLOptions.Mode = sslmUnassigned
1336 1340
    SSLOptions.VerifyMode = []
1337 1341
    SSLOptions.VerifyDepth = 0
LicensesMercure/UFOrder.dfm
819 819
    IOHandler = OpenSSL_SMTP
820 820
    Port = 587
821 821
    SASLMechanisms = <>
822
    UseTLS = utUseExplicitTLS
822
    UseTLS = utUseRequireTLS
823 823
    Left = 448
824 824
    Top = 8
825 825
  end
......
870 870
    MaxLineAction = maException
871 871
    Port = 993
872 872
    DefaultPort = 0
873
    SSLOptions.Method = sslvTLSv1_2
874
    SSLOptions.SSLVersions = [sslvTLSv1_2]
873 875
    SSLOptions.Mode = sslmUnassigned
874 876
    SSLOptions.VerifyMode = []
875 877
    SSLOptions.VerifyDepth = 0
......
881 883
    MaxLineAction = maException
882 884
    Port = 587
883 885
    DefaultPort = 0
886
    SSLOptions.Method = sslvTLSv1_2
887
    SSLOptions.SSLVersions = [sslvTLSv1_2]
884 888
    SSLOptions.Mode = sslmUnassigned
885 889
    SSLOptions.VerifyMode = []
886 890
    SSLOptions.VerifyDepth = 0
LicensesMercure/Licenses.dproj
107 107
						<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
108 108
						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
109 109
						<VersionInfo Name="MajorVer">2</VersionInfo>
110
						<VersionInfo Name="MinorVer">2</VersionInfo>
111
						<VersionInfo Name="Release">2</VersionInfo>
110
						<VersionInfo Name="MinorVer">3</VersionInfo>
111
						<VersionInfo Name="Release">0</VersionInfo>
112 112
						<VersionInfo Name="Build">0</VersionInfo>
113 113
						<VersionInfo Name="Debug">False</VersionInfo>
114 114
						<VersionInfo Name="PreRelease">False</VersionInfo>
......
121 121
					<VersionInfoKeys>
122 122
						<VersionInfoKeys Name="CompanyName"/>
123 123
						<VersionInfoKeys Name="FileDescription"/>
124
						<VersionInfoKeys Name="FileVersion">2.2.2.0</VersionInfoKeys>
124
						<VersionInfoKeys Name="FileVersion">2.3.0.0</VersionInfoKeys>
125 125
						<VersionInfoKeys Name="InternalName"/>
126 126
						<VersionInfoKeys Name="LegalCopyright"/>
127 127
						<VersionInfoKeys Name="LegalTrademarks"/>
LicensesMercure/UFAgreement.dfm
67 67
    Width = 200
68 68
    Height = 21
69 69
    Style = csDropDownList
70
    ItemHeight = 0
70
    ItemHeight = 13
71 71
    ParentShowHint = False
72 72
    ShowHint = True
73 73
    TabOrder = 1
......
130 130
    IOHandler = OpenSSL_SMTP
131 131
    Port = 587
132 132
    SASLMechanisms = <>
133
    UseTLS = utUseExplicitTLS
133
    UseTLS = utUseRequireTLS
134 134
    Left = 536
135 135
    Top = 8
136 136
  end
......
164 164
    MaxLineAction = maException
165 165
    Port = 993
166 166
    DefaultPort = 0
167
    SSLOptions.Method = sslvTLSv1_2
168
    SSLOptions.SSLVersions = [sslvTLSv1_2]
167 169
    SSLOptions.Mode = sslmUnassigned
168 170
    SSLOptions.VerifyMode = []
169 171
    SSLOptions.VerifyDepth = 0
......
175 177
    MaxLineAction = maException
176 178
    Port = 587
177 179
    DefaultPort = 0
180
    SSLOptions.Method = sslvTLSv1_2
181
    SSLOptions.SSLVersions = [sslvTLSv1_2]
178 182
    SSLOptions.Mode = sslmUnassigned
179 183
    SSLOptions.VerifyMode = []
180 184
    SSLOptions.VerifyDepth = 0
LicensesMercure/UFKeys.dfm
1309 1309
    IOHandler = OpenSSL_SMTP
1310 1310
    Port = 587
1311 1311
    SASLMechanisms = <>
1312
    UseTLS = utUseExplicitTLS
1312
    UseTLS = utUseRequireTLS
1313 1313
    Left = 544
1314 1314
    Top = 8
1315 1315
  end
......
1343 1343
    MaxLineAction = maException
1344 1344
    Port = 993
1345 1345
    DefaultPort = 0
1346
    SSLOptions.Method = sslvTLSv1_2
1347
    SSLOptions.SSLVersions = [sslvTLSv1_2]
1346 1348
    SSLOptions.Mode = sslmUnassigned
1347 1349
    SSLOptions.VerifyMode = []
1348 1350
    SSLOptions.VerifyDepth = 0
......
1354 1356
    MaxLineAction = maException
1355 1357
    Port = 587
1356 1358
    DefaultPort = 0
1359
    SSLOptions.Method = sslvTLSv1_2
1360
    SSLOptions.SSLVersions = [sslvTLSv1_2]
1357 1361
    SSLOptions.Mode = sslmUnassigned
1358 1362
    SSLOptions.VerifyMode = []
1359 1363
    SSLOptions.VerifyDepth = 0
LicensesMercure/UFManual.dfm
507 507
    IOHandler = OpenSSL_SMTP
508 508
    Port = 587
509 509
    SASLMechanisms = <>
510
    UseTLS = utUseExplicitTLS
510
    UseTLS = utUseRequireTLS
511 511
    Left = 528
512 512
    Top = 8
513 513
  end
......
541 541
    MaxLineAction = maException
542 542
    Port = 993
543 543
    DefaultPort = 0
544
    SSLOptions.Method = sslvTLSv1_2
545
    SSLOptions.SSLVersions = [sslvTLSv1_2]
544 546
    SSLOptions.Mode = sslmUnassigned
545 547
    SSLOptions.VerifyMode = []
546 548
    SSLOptions.VerifyDepth = 0
......
552 554
    MaxLineAction = maException
553 555
    Port = 587
554 556
    DefaultPort = 0
557
    SSLOptions.Method = sslvTLSv1_2
558
    SSLOptions.SSLVersions = [sslvTLSv1_2]
555 559
    SSLOptions.Mode = sslmUnassigned
556 560
    SSLOptions.VerifyMode = []
557 561
    SSLOptions.VerifyDepth = 0
LicensesMercure/UFAnnual.dfm
60 60
    IOHandler = OpenSSL_SMTP
61 61
    Port = 587
62 62
    SASLMechanisms = <>
63
    UseTLS = utUseExplicitTLS
63
    UseTLS = utUseRequireTLS
64 64
    Left = 40
65 65
    Top = 8
66 66
  end
......
94 94
    MaxLineAction = maException
95 95
    Port = 993
96 96
    DefaultPort = 0
97
    SSLOptions.Method = sslvTLSv1_2
98
    SSLOptions.SSLVersions = [sslvTLSv1_2]
97 99
    SSLOptions.Mode = sslmUnassigned
98 100
    SSLOptions.VerifyMode = []
99 101
    SSLOptions.VerifyDepth = 0
......
105 107
    MaxLineAction = maException
106 108
    Port = 587
107 109
    DefaultPort = 0
110
    SSLOptions.Method = sslvTLSv1_2
111
    SSLOptions.SSLVersions = [sslvTLSv1_2]
108 112
    SSLOptions.Mode = sslmUnassigned
109 113
    SSLOptions.VerifyMode = []
110 114
    SSLOptions.VerifyDepth = 0
LicensesMercure/UFMenu.pas
74 74
const
75 75
  SHARED_DRIVE = '\\pnas1.stockage.inra.fr\rennes-pegase\root';
76 76
  SHARED_FOLDER = '\SG-prj-Inraporc\Licenses\';
77
  SMTP_SERVER = 'smtp.inra.fr';
78
  IMAP_SERVER = 'imap.inra.fr';
77
  SMTP_SERVER = 'smtp.inrae.fr';
78
  IMAP_SERVER = 'imap.inrae.fr';
79 79
  LDAP_SERVER = 'ldap-authentification.inra.fr';
80 80
  //EXCHANGE_USERNAME = 'INRA\avalancogne';
81 81
  //EXCHANGE_PASSWORD = 'Al1Messac35!';
82 82
  EXCHANGE_SHARED_MAILBOX = 'inraporc-rennes';
83
  MAIL_INRAPORC = 'inraporc-rennes@inra.fr';
84
  MAIL_INRA_TRANSFERT_1 = 'doudja.alili@inra.fr';
85
  MAIL_INRA_TRANSFERT_2 = 'franck.leguerhier@inra.fr';
83
  MAIL_INRAPORC = 'inraporc-rennes@inrae.fr';
84
  MAIL_INRA_TRANSFERT_1 = 'doudja.alili@inrae.fr';
85
  MAIL_INRA_TRANSFERT_2 = 'franck.leguerhier@inrae.fr';
86 86
  MAIL_AJINOMOTO = 'Corrent_Etienne@eli.ajinomoto.com';
87
  MYSQL_HOST = 'inraporc.inra.fr';
87
  MYSQL_HOST = 'inraporc.inrae.fr';
88 88
  MYSQL_USER = 'inraporc';
89 89
  MYSQL_PASSWD = 'jydjvmav';
90 90
  MYSQL_DB = 'inraporc';
91 91
  MYSQL_PORT = 3306;
92
  SCP_HOST = 'inraporc.inra.fr';
92
  SCP_HOST = 'inraporc.inrae.fr';
93 93
  SCP_HOSTKEY = '64:29:24:0b:24:7b:05:e1:6a:5e:36:d3:81:47:08:f9';
94 94
  SCP_LOGIN = 'valanc';
95 95
  SCP_PASSWD = 'al1:7a!?';
LicensesMercure/UFConnect.dfm
105 105
    MaxLineAction = maException
106 106
    Port = 993
107 107
    DefaultPort = 0
108
    SSLOptions.Method = sslvTLSv1_2
109
    SSLOptions.SSLVersions = [sslvTLSv1_2]
108 110
    SSLOptions.Mode = sslmUnassigned
109 111
    SSLOptions.VerifyMode = []
110 112
    SSLOptions.VerifyDepth = 0
Install/InstLocale.iss
39 39

  
40 40
[Files]
41 41
Source: ..\{#Project}.exe; DestDir: {app}; Flags: ignoreversion
42
Source: ..\tpmath.dll; DestDir: {app}; Flags: promptifolder
42
Source: ..\dmath.dll; DestDir: {app}; Flags: promptifolder
43 43
Source: ..\sqlite3.dll; DestDir: {app}; Flags: promptifolder
44
Source: I:\INRA-AFZ\InraAfz.rec; DestDir: {app}; Flags: promptifolder
45
Source: I:\Help\HTML Help\{#Project}_fr.chm; DestDir: {app}; Flags: promptifolder
46
Source: I:\Help\HTML Help\{#Project}_en.chm; DestDir: {app}; Flags: promptifolder
44
Source: ..\libeay32.dll; DestDir: {app}; Flags: promptifolder
45
Source: ..\ssleay32.dll; DestDir: {app}; Flags: promptifolder
46
Source: ..\InraAfz.rec; DestDir: {app}; Flags: promptifolder
47
Source: ..\{#Project}_fr.chm; DestDir: {app}; Flags: promptifolder
48
Source: ..\{#Project}_en.chm; DestDir: {app}; Flags: promptifolder
47 49
Source: InstData.exe; DestDir: {app}; Flags: ignoreversion
48
Source: I:\Unicode\languagecodes.po; DestDir: {app}; Flags: promptifolder
49
Source: I:\Unicode\languagecodes.mo; DestDir: {app}; Flags: promptifolder
50
Source: ..\languagecodes.po; DestDir: {app}; Flags: promptifolder
51
Source: ..\languagecodes.mo; DestDir: {app}; Flags: promptifolder
50 52
; de
51
Source: {#LocaleDir}\de\LC_MESSAGES\default.po; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
52
Source: {#LocaleDir}\de\LC_MESSAGES\default.mo; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
53
Source: {#LocaleDir}\de\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
54
Source: {#LocaleDir}\de\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
55
Source: {#LocaleDir}\de\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
56
Source: {#LocaleDir}\de\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
53
;Source: {#LocaleDir}\de\LC_MESSAGES\default.po; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
54
;Source: {#LocaleDir}\de\LC_MESSAGES\default.mo; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
55
;Source: {#LocaleDir}\de\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
56
;Source: {#LocaleDir}\de\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
57
;Source: {#LocaleDir}\de\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
58
;Source: {#LocaleDir}\de\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\de\LC_MESSAGES; Flags: confirmoverwrite
57 59
; en_GB
58
Source: {#LocaleDir}\en_GB\LC_MESSAGES\default.po; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
59
Source: {#LocaleDir}\en_GB\LC_MESSAGES\default.mo; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
60
Source: {#LocaleDir}\en_GB\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
61
Source: {#LocaleDir}\en_GB\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
62
Source: {#LocaleDir}\en_GB\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
63
Source: {#LocaleDir}\en_GB\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
60
;Source: {#LocaleDir}\en_GB\LC_MESSAGES\default.po; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
61
;Source: {#LocaleDir}\en_GB\LC_MESSAGES\default.mo; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
62
;Source: {#LocaleDir}\en_GB\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
63
;Source: {#LocaleDir}\en_GB\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
64
;Source: {#LocaleDir}\en_GB\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
65
;Source: {#LocaleDir}\en_GB\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\en_GB\LC_MESSAGES; Flags: confirmoverwrite
64 66
; es
65
Source: {#LocaleDir}\es\LC_MESSAGES\default.po; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
66
Source: {#LocaleDir}\es\LC_MESSAGES\default.mo; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
67
Source: {#LocaleDir}\es\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
68
Source: {#LocaleDir}\es\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
69
Source: {#LocaleDir}\es\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
70
Source: {#LocaleDir}\es\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
67
;Source: {#LocaleDir}\es\LC_MESSAGES\default.po; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
68
;Source: {#LocaleDir}\es\LC_MESSAGES\default.mo; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
69
;Source: {#LocaleDir}\es\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
70
;Source: {#LocaleDir}\es\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
71
;Source: {#LocaleDir}\es\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
72
;Source: {#LocaleDir}\es\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\es\LC_MESSAGES; Flags: confirmoverwrite
71 73
; es_MX
72 74
;Source: {#LocaleDir}\es_MX\LC_MESSAGES\default.po; DestDir: {app}\locale\es_MX\LC_MESSAGES; Flags: confirmoverwrite
73 75
;Source: {#LocaleDir}\es_MX\LC_MESSAGES\default.mo; DestDir: {app}\locale\es_MX\LC_MESSAGES; Flags: confirmoverwrite
......
76 78
;Source: {#LocaleDir}\es_MX\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\es_MX\LC_MESSAGES; Flags: confirmoverwrite
77 79
;Source: {#LocaleDir}\es_MX\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\es_MX\LC_MESSAGES; Flags: confirmoverwrite
78 80
; fr
79
Source: {#LocaleDir}\fr\LC_MESSAGES\default.po; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
80
Source: {#LocaleDir}\fr\LC_MESSAGES\default.mo; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
81
Source: {#LocaleDir}\fr\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
82
Source: {#LocaleDir}\fr\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
83
Source: {#LocaleDir}\fr\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
84
Source: {#LocaleDir}\fr\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
81
;Source: {#LocaleDir}\fr\LC_MESSAGES\default.po; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
82
;Source: {#LocaleDir}\fr\LC_MESSAGES\default.mo; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
83
;Source: {#LocaleDir}\fr\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
84
;Source: {#LocaleDir}\fr\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
85
;Source: {#LocaleDir}\fr\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
86
;Source: {#LocaleDir}\fr\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\fr\LC_MESSAGES; Flags: confirmoverwrite
85 87
; it
86
Source: {#LocaleDir}\it\LC_MESSAGES\default.po; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
87
Source: {#LocaleDir}\it\LC_MESSAGES\default.mo; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
88
Source: {#LocaleDir}\it\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
89
Source: {#LocaleDir}\it\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
90
Source: {#LocaleDir}\it\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
91
Source: {#LocaleDir}\it\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
88
;Source: {#LocaleDir}\it\LC_MESSAGES\default.po; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
89
;Source: {#LocaleDir}\it\LC_MESSAGES\default.mo; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
90
;Source: {#LocaleDir}\it\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
91
;Source: {#LocaleDir}\it\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
92
;Source: {#LocaleDir}\it\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
93
;Source: {#LocaleDir}\it\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\it\LC_MESSAGES; Flags: confirmoverwrite
92 94
; nl
93
Source: {#LocaleDir}\nl\LC_MESSAGES\default.po; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
94
Source: {#LocaleDir}\nl\LC_MESSAGES\default.mo; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
95
Source: {#LocaleDir}\nl\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
96
Source: {#LocaleDir}\nl\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
97
Source: {#LocaleDir}\nl\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
98
Source: {#LocaleDir}\nl\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
95
;Source: {#LocaleDir}\nl\LC_MESSAGES\default.po; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
96
;Source: {#LocaleDir}\nl\LC_MESSAGES\default.mo; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
97
;Source: {#LocaleDir}\nl\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
98
;Source: {#LocaleDir}\nl\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
99
;Source: {#LocaleDir}\nl\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
100
;Source: {#LocaleDir}\nl\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\nl\LC_MESSAGES; Flags: confirmoverwrite
99 101
; pl
100
Source: {#LocaleDir}\pl\LC_MESSAGES\default.po; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
101
Source: {#LocaleDir}\pl\LC_MESSAGES\default.mo; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
102
Source: {#LocaleDir}\pl\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
103
Source: {#LocaleDir}\pl\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
104
Source: {#LocaleDir}\pl\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
105
Source: {#LocaleDir}\pl\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
102
;Source: {#LocaleDir}\pl\LC_MESSAGES\default.po; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
103
;Source: {#LocaleDir}\pl\LC_MESSAGES\default.mo; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
104
;Source: {#LocaleDir}\pl\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
105
;Source: {#LocaleDir}\pl\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
106
;Source: {#LocaleDir}\pl\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
107
;Source: {#LocaleDir}\pl\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\pl\LC_MESSAGES; Flags: confirmoverwrite
106 108
; pt_BR
107
Source: {#LocaleDir}\pt_BR\LC_MESSAGES\default.po; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
108
Source: {#LocaleDir}\pt_BR\LC_MESSAGES\default.mo; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
109
Source: {#LocaleDir}\pt_BR\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
110
Source: {#LocaleDir}\pt_BR\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
111
Source: {#LocaleDir}\pt_BR\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
112
Source: {#LocaleDir}\pt_BR\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
109
;Source: {#LocaleDir}\pt_BR\LC_MESSAGES\default.po; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
110
;Source: {#LocaleDir}\pt_BR\LC_MESSAGES\default.mo; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
111
;Source: {#LocaleDir}\pt_BR\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
112
;Source: {#LocaleDir}\pt_BR\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
113
;Source: {#LocaleDir}\pt_BR\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
114
;Source: {#LocaleDir}\pt_BR\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Flags: confirmoverwrite
115
; ro
116
;Source: {#LocaleDir}\ro\LC_MESSAGES\default.po; DestDir: {app}\locale\ro\LC_MESSAGES; Flags: confirmoverwrite
117
;Source: {#LocaleDir}\ro\LC_MESSAGES\default.mo; DestDir: {app}\locale\ro\LC_MESSAGES; Flags: confirmoverwrite
118
;Source: {#LocaleDir}\ro\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\ro\LC_MESSAGES; Flags: confirmoverwrite
119
;Source: {#LocaleDir}\ro\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\ro\LC_MESSAGES; Flags: confirmoverwrite
120
;Source: {#LocaleDir}\ro\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\ro\LC_MESSAGES; Flags: confirmoverwrite
121
;Source: {#LocaleDir}\ro\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\ro\LC_MESSAGES; Flags: confirmoverwrite
122
; zh
123
Source: {#LocaleDir}\zh\LC_MESSAGES\default.po; DestDir: {app}\locale\zh\LC_MESSAGES; Flags: confirmoverwrite
124
Source: {#LocaleDir}\zh\LC_MESSAGES\default.mo; DestDir: {app}\locale\zh\LC_MESSAGES; Flags: confirmoverwrite
125
Source: {#LocaleDir}\zh\LC_MESSAGES\Delphi.po; DestDir: {app}\locale\zh\LC_MESSAGES; Flags: confirmoverwrite
126
Source: {#LocaleDir}\zh\LC_MESSAGES\Delphi.mo; DestDir: {app}\locale\zh\LC_MESSAGES; Flags: confirmoverwrite
127
Source: {#LocaleDir}\zh\LC_MESSAGES\InraAfz.po; DestDir: {app}\locale\zh\LC_MESSAGES; Flags: confirmoverwrite
128
Source: {#LocaleDir}\zh\LC_MESSAGES\InraAfz.mo; DestDir: {app}\locale\zh\LC_MESSAGES; Flags: confirmoverwrite
113 129

  
114 130
[INI]
115 131
Filename: {app}\{#Project}.url; Section: InternetShortcut; Key: URL; String: {#URL}
Install/InstData.iss
49 49
Name: custom; Description: {cm:Installation}; Flags: iscustom
50 50

  
51 51
[Components]
52
Name: EN; Description: {cm:EN}; Flags: exclusive
53
Name: FR; Description: {cm:FR}; Flags: exclusive
52 54
Name: vide; Description: {cm:vide}; Flags: exclusive
53
Name: FR; Description: {cm:FR}; Flags: exclusive
54
Name: EN; Description: {cm:EN}; Flags: exclusive
55 55

  
56 56
[Files]
57 57
; vide
locale/zh/LC_MESSAGES/InraAfz.po
2 2
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 3
# This file is distributed under the same license as the PACKAGE package.
4 4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
# 
5
#
6 6
msgid ""
7 7
msgstr ""
8 8
"Project-Id-Version: InraPorc 1.x\n"
9 9
"POT-Creation-Date: 2007-09-05 15:45\n"
10
"PO-Revision-Date: 2010-03-25 15:40+0100\n"
10
"PO-Revision-Date: 2023-12-13 18:05+0100\n"
11 11
"Last-Translator: Alain VALANCOGNE <Alain.Valancogne@rennes.inra.fr>\n"
12 12
"Language-Team: \n"
13
"Language: zh\n"
13 14
"MIME-Version: 1.0\n"
14 15
"Content-Type: text/plain; charset=UTF-8\n"
15 16
"Content-Transfer-Encoding: 8bit\n"
16
"X-Generator: dxgettext 1.2.1\n"
17
"X-Generator: Poedit 3.4.1\n"
17 18

  
18 19
#. FInraAfz..LBNom....Items.Strings
19 20
#, fuzzy
UFLicense.dfm
447 447
    MaxLineAction = maException
448 448
    Port = 0
449 449
    DefaultPort = 0
450
    SSLOptions.Method = sslvTLSv1_2
451
    SSLOptions.SSLVersions = [sslvTLSv1_2]
450 452
    SSLOptions.Mode = sslmUnassigned
451 453
    SSLOptions.VerifyMode = []
452 454
    SSLOptions.VerifyDepth = 0
InraPorc.drc
916 916
#define QR5Const_SqrPaperSize28 65117
917 917
#define QR5Const_SqrPaperSize29 65118
918 918
#define QR5Const_SqrPaperSize30 65119
919
#define ComConst_SDCOMNotInstalled 65120
919
#define ComStrs_sPageIndexError 65120
920 920
#define QR5Const_SqrPaperSize0 65121
921 921
#define QR5Const_SqrPaperSize1 65122
922 922
#define QR5Const_SqrPaperSize2 65123
......
932 932
#define QR5Const_SqrPaperSize12 65133
933 933
#define QR5Const_SqrPaperSize13 65134
934 934
#define QR5Const_SqrPaperSize14 65135
935
#define ComStrs_sTabFailRetrieve 65136
936
#define ComStrs_sTabFailGetObject 65137
937
#define ComStrs_sTabFailSet 65138
938
#define ComStrs_sTabFailSetObject 65139
939
#define ComStrs_sTabMustBeMultiLine 65140
940
#define ComStrs_sInvalidIndex 65141
941
#define ComStrs_sInsertError 65142
942
#define ComStrs_sRichEditInsertError 65143
943
#define ComStrs_sRichEditLoadFail 65144
944
#define ComStrs_sRichEditSaveFail 65145
945
#define ComStrs_sUDAssociated 65146
946
#define ComStrs_sPageIndexError 65147
947
#define ComConst_SOleError 65148
948
#define ComConst_SNoMethod 65149
949
#define ComConst_SVarNotObject 65150
950
#define ComConst_STooManyParams 65151
951
#define Consts_SUTF7Encoding 65152
952
#define Consts_SPageControlNotSet 65153
953
#define Consts_SWindowsVistaRequired 65154
954
#define Consts_SXPThemesRequired 65155
955
#define Consts_STaskDlgButtonCaption 65156
956
#define Consts_STaskDlgRadioButtonCaption 65157
957
#define Consts_SInvalidTaskDlgButtonCaption 65158
958
#define HelpIntfs_hNoContext 65159
959
#define HelpIntfs_hNoContextFound 65160
960
#define HelpIntfs_hNoIndex 65161
961
#define HelpIntfs_hNoSearch 65162
962
#define HelpIntfs_hNoTableOfContents 65163
963
#define HelpIntfs_hNoTopics 65164
964
#define HelpIntfs_hNothingFound 65165
965
#define ComStrs_sTabFailClear 65166
966
#define ComStrs_sTabFailDelete 65167
967
#define Consts_SPreviewLabel 65168
968
#define Consts_SDockedCtlNeedsName 65169
969
#define Consts_SDockTreeRemoveError 65170
970
#define Consts_SDockZoneNotFound 65171
971
#define Consts_SDockZoneHasNoCtl 65172
972
#define Consts_SDockZoneVersionConflict 65173
973
#define Consts_SMultiSelectRequired 65174
974
#define Consts_SSeparator 65175
975
#define Consts_SErrorSettingCount 65176
976
#define Consts_SListBoxMustBeVirtual 65177
977
#define Consts_SInvalidPath 65178
978
#define Consts_SANSIEncoding 65179
979
#define Consts_SASCIIEncoding 65180
980
#define Consts_SUnicodeEncoding 65181
981
#define Consts_SBigEndianEncoding 65182
982
#define Consts_SUTF8Encoding 65183
983
#define Consts_SmkcCtrl 65184
984
#define Consts_SmkcAlt 65185
985
#define Consts_srNone 65186
986
#define Consts_SOutOfRange 65187
987
#define Consts_sAllFilter 65188
988
#define Consts_SInsertLineError 65189
989
#define Consts_SInvalidClipFmt 65190
990
#define Consts_SIconToClipboard 65191
991
#define Consts_SCannotOpenClipboard 65192
992
#define Consts_SDefault 65193
993
#define Consts_SInvalidMemoSize 65194
994
#define Consts_SInvalidPrinterOp 65195
995
#define Consts_SNoDefaultPrinter 65196
996
#define Consts_SDuplicateMenus 65197
997
#define Consts_SPictureLabel 65198
998
#define Consts_SPictureDesc 65199
999
#define Consts_SmkcBkSp 65200
1000
#define Consts_SmkcTab 65201
1001
#define Consts_SmkcEsc 65202
1002
#define Consts_SmkcEnter 65203
1003
#define Consts_SmkcSpace 65204
1004
#define Consts_SmkcPgUp 65205
1005
#define Consts_SmkcPgDn 65206
1006
#define Consts_SmkcEnd 65207
1007
#define Consts_SmkcHome 65208
1008
#define Consts_SmkcLeft 65209
1009
#define Consts_SmkcUp 65210
1010
#define Consts_SmkcRight 65211
1011
#define Consts_SmkcDown 65212
1012
#define Consts_SmkcIns 65213
1013
#define Consts_SmkcDel 65214
1014
#define Consts_SmkcShift 65215
1015
#define Consts_SMsgDlgWarning 65216
1016
#define Consts_SMsgDlgError 65217
1017
#define Consts_SMsgDlgInformation 65218
1018
#define Consts_SMsgDlgConfirm 65219
1019
#define Consts_SMsgDlgYes 65220
1020
#define Consts_SMsgDlgNo 65221
1021
#define Consts_SMsgDlgOK 65222
1022
#define Consts_SMsgDlgCancel 65223
1023
#define Consts_SMsgDlgHelp 65224
1024
#define Consts_SMsgDlgAbort 65225
1025
#define Consts_SMsgDlgRetry 65226
1026
#define Consts_SMsgDlgIgnore 65227
1027
#define Consts_SMsgDlgAll 65228
1028
#define Consts_SMsgDlgNoToAll 65229
1029
#define Consts_SMsgDlgYesToAll 65230
1030
#define Consts_SMsgDlgClose 65231
1031
#define Consts_SRetryButton 65232
1032
#define Consts_SAbortButton 65233
1033
#define Consts_SAllButton 65234
1034
#define Consts_SCannotDragForm 65235
1035
#define Consts_SVMetafiles 65236
1036
#define Consts_SVEnhMetafiles 65237
1037
#define Consts_SVIcons 65238
1038
#define Consts_SVBitmaps 65239
1039
#define Consts_SGridTooLarge 65240
1040
#define Consts_STooManyDeleted 65241
1041
#define Consts_SIndexOutOfRange 65242
1042
#define Consts_SFixedColTooBig 65243
1043
#define Consts_SFixedRowTooBig 65244
1044
#define Consts_SInvalidStringGridOp 65245
1045
#define Consts_SMaskErr 65246
1046
#define Consts_SMaskEditErr 65247
1047
#define Consts_SNoTimers 65248
1048
#define Consts_SNotPrinting 65249
1049
#define Consts_SPrinting 65250
1050
#define Consts_SPrinterIndexError 65251
1051
#define Consts_SInvalidPrinter 65252
1052
#define Consts_SDeviceOnPort 65253
1053
#define Consts_SGroupIndexTooLow 65254
1054
#define Consts_SNoMDIForm 65255
1055
#define Consts_SControlParentSetToSelf 65256
1056
#define Consts_SOKButton 65257
1057
#define Consts_SCancelButton 65258
1058
#define Consts_SYesButton 65259
1059
#define Consts_SNoButton 65260
1060
#define Consts_SHelpButton 65261
1061
#define Consts_SCloseButton 65262
1062
#define Consts_SIgnoreButton 65263
1063
#define Consts_SImageIndexError 65264
1064
#define Consts_SImageReadFail 65265
1065
#define Consts_SImageWriteFail 65266
1066
#define Consts_SWindowDCError 65267
1067
#define Consts_SWindowClass 65268
1068
#define Consts_SCannotFocus 65269
1069
#define Consts_SParentRequired 65270
1070
#define Consts_SParentGivenNotAParent 65271
1071
#define Consts_SMDIChildNotVisible 65272
1072
#define Consts_SVisibleChanged 65273
1073
#define Consts_SCannotShowModal 65274
1074
#define Consts_SScrollBarRange 65275
1075
#define Consts_SPropertyOutOfRange 65276
1076
#define Consts_SMenuIndexError 65277
1077
#define Consts_SMenuReinserted 65278
1078
#define Consts_SMenuNotFound 65279
1079
#define Consts_SInvalidTabStyle 65280
1080
#define Consts_SInvalidBitmap 65281
1081
#define Consts_SInvalidIcon 65282
1082
#define Consts_SInvalidMetafile 65283
1083
#define Consts_SInvalidPixelFormat 65284
1084
#define Consts_SInvalidImage 65285
1085
#define Consts_SScanLine 65286
1086
#define Consts_SChangeIconSize 65287
1087
#define Consts_SOleGraphic 65288
1088
#define Consts_SUnknownExtension 65289
1089
#define Consts_SUnknownClipboardFormat 65290
1090
#define Consts_SOutOfResources 65291
1091
#define Consts_SNoCanvasHandle 65292
1092
#define Consts_SInvalidImageSize 65293
1093
#define Consts_SInvalidImageList 65294
1094
#define Consts_SReplaceImage 65295
935
#define HelpIntfs_hNoTableOfContents 65136
936
#define HelpIntfs_hNoTopics 65137
937
#define HelpIntfs_hNothingFound 65138
938
#define ComStrs_sTabFailClear 65139
939
#define ComStrs_sTabFailDelete 65140
940
#define ComStrs_sTabFailRetrieve 65141
941
#define ComStrs_sTabFailGetObject 65142
942
#define ComStrs_sTabFailSet 65143
943
#define ComStrs_sTabFailSetObject 65144
944
#define ComStrs_sTabMustBeMultiLine 65145
945
#define ComStrs_sInvalidIndex 65146
946
#define ComStrs_sInsertError 65147
947
#define ComStrs_sRichEditInsertError 65148
948
#define ComStrs_sRichEditLoadFail 65149
949
#define ComStrs_sRichEditSaveFail 65150
950
#define ComStrs_sUDAssociated 65151
951
#define Consts_SANSIEncoding 65152
952
#define Consts_SASCIIEncoding 65153
953
#define Consts_SUnicodeEncoding 65154
954
#define Consts_SBigEndianEncoding 65155
955
#define Consts_SUTF8Encoding 65156
956
#define Consts_SUTF7Encoding 65157
957
#define Consts_SPageControlNotSet 65158
958
#define Consts_SWindowsVistaRequired 65159
959
#define Consts_SXPThemesRequired 65160
960
#define Consts_STaskDlgButtonCaption 65161
961
#define Consts_STaskDlgRadioButtonCaption 65162
962
#define Consts_SInvalidTaskDlgButtonCaption 65163
963
#define HelpIntfs_hNoContext 65164
964
#define HelpIntfs_hNoContextFound 65165
965
#define HelpIntfs_hNoIndex 65166
966
#define HelpIntfs_hNoSearch 65167
967
#define Consts_SInvalidPrinterOp 65168
968
#define Consts_SNoDefaultPrinter 65169
969
#define Consts_SDuplicateMenus 65170
970
#define Consts_SPictureLabel 65171
971
#define Consts_SPictureDesc 65172
972
#define Consts_SPreviewLabel 65173
973
#define Consts_SDockedCtlNeedsName 65174
974
#define Consts_SDockTreeRemoveError 65175
975
#define Consts_SDockZoneNotFound 65176
976
#define Consts_SDockZoneHasNoCtl 65177
977
#define Consts_SDockZoneVersionConflict 65178
978
#define Consts_SMultiSelectRequired 65179
979
#define Consts_SSeparator 65180
980
#define Consts_SErrorSettingCount 65181
981
#define Consts_SListBoxMustBeVirtual 65182
982
#define Consts_SInvalidPath 65183
983
#define Consts_SmkcRight 65184
984
#define Consts_SmkcDown 65185
985
#define Consts_SmkcIns 65186
986
#define Consts_SmkcDel 65187
987
#define Consts_SmkcShift 65188
988
#define Consts_SmkcCtrl 65189
989
#define Consts_SmkcAlt 65190
990
#define Consts_srNone 65191
991
#define Consts_SOutOfRange 65192
992
#define Consts_sAllFilter 65193
993
#define Consts_SInsertLineError 65194
994
#define Consts_SInvalidClipFmt 65195
995
#define Consts_SIconToClipboard 65196
996
#define Consts_SCannotOpenClipboard 65197
997
#define Consts_SDefault 65198
998
#define Consts_SInvalidMemoSize 65199
999
#define Consts_SMsgDlgIgnore 65200
1000
#define Consts_SMsgDlgAll 65201
1001
#define Consts_SMsgDlgNoToAll 65202
1002
#define Consts_SMsgDlgYesToAll 65203
1003
#define Consts_SMsgDlgClose 65204
1004
#define Consts_SmkcBkSp 65205
1005
#define Consts_SmkcTab 65206
1006
#define Consts_SmkcEsc 65207
1007
#define Consts_SmkcEnter 65208
1008
#define Consts_SmkcSpace 65209
1009
#define Consts_SmkcPgUp 65210
1010
#define Consts_SmkcPgDn 65211
1011
#define Consts_SmkcEnd 65212
1012
#define Consts_SmkcHome 65213
1013
#define Consts_SmkcLeft 65214
1014
#define Consts_SmkcUp 65215
1015
#define Consts_SFixedColTooBig 65216
1016
#define Consts_SFixedRowTooBig 65217
1017
#define Consts_SInvalidStringGridOp 65218
1018
#define Consts_SMaskErr 65219
1019
#define Consts_SMaskEditErr 65220
1020
#define Consts_SMsgDlgWarning 65221
1021
#define Consts_SMsgDlgError 65222
1022
#define Consts_SMsgDlgInformation 65223
1023
#define Consts_SMsgDlgConfirm 65224
1024
#define Consts_SMsgDlgYes 65225
1025
#define Consts_SMsgDlgNo 65226
1026
#define Consts_SMsgDlgOK 65227
1027
#define Consts_SMsgDlgCancel 65228
1028
#define Consts_SMsgDlgHelp 65229
1029
#define Consts_SMsgDlgAbort 65230
1030
#define Consts_SMsgDlgRetry 65231
1031
#define Consts_SYesButton 65232
1032
#define Consts_SNoButton 65233
1033
#define Consts_SHelpButton 65234
1034
#define Consts_SCloseButton 65235
1035
#define Consts_SIgnoreButton 65236
1036
#define Consts_SRetryButton 65237
1037
#define Consts_SAbortButton 65238
1038
#define Consts_SAllButton 65239
1039
#define Consts_SCannotDragForm 65240
1040
#define Consts_SVMetafiles 65241
1041
#define Consts_SVEnhMetafiles 65242
1042
#define Consts_SVIcons 65243
1043
#define Consts_SVBitmaps 65244
1044
#define Consts_SGridTooLarge 65245
1045
#define Consts_STooManyDeleted 65246
1046
#define Consts_SIndexOutOfRange 65247
1047
#define Consts_SScrollBarRange 65248
1048
#define Consts_SPropertyOutOfRange 65249
1049
#define Consts_SMenuIndexError 65250
1050
#define Consts_SMenuReinserted 65251
1051
#define Consts_SMenuNotFound 65252
1052
#define Consts_SNoTimers 65253
1053
#define Consts_SNotPrinting 65254
1054
#define Consts_SPrinting 65255
1055
#define Consts_SPrinterIndexError 65256
1056
#define Consts_SInvalidPrinter 65257
1057
#define Consts_SDeviceOnPort 65258
1058
#define Consts_SGroupIndexTooLow 65259
1059
#define Consts_SNoMDIForm 65260
1060
#define Consts_SControlParentSetToSelf 65261
1061
#define Consts_SOKButton 65262
1062
#define Consts_SCancelButton 65263
1063
#define Consts_SOutOfResources 65264
1064
#define Consts_SNoCanvasHandle 65265
1065
#define Consts_SInvalidImageSize 65266
1066
#define Consts_SInvalidImageList 65267
1067
#define Consts_SReplaceImage 65268
1068
#define Consts_SImageIndexError 65269
1069
#define Consts_SImageReadFail 65270
1070
#define Consts_SImageWriteFail 65271
1071
#define Consts_SWindowDCError 65272
1072
#define Consts_SWindowClass 65273
1073
#define Consts_SCannotFocus 65274
1074
#define Consts_SParentRequired 65275
1075
#define Consts_SParentGivenNotAParent 65276
1076
#define Consts_SMDIChildNotVisible 65277
1077
#define Consts_SVisibleChanged 65278
1078
#define Consts_SCannotShowModal 65279
1079
#define ComConst_SNoMethod 65280
1080
#define ComConst_SVarNotObject 65281
1081
#define ComConst_STooManyParams 65282
1082
#define ComConst_SDCOMNotInstalled 65283
1083
#define Consts_SInvalidTabPosition 65284
1084
#define Consts_SInvalidTabStyle 65285
1085
#define Consts_SInvalidBitmap 65286
1086
#define Consts_SInvalidIcon 65287
1087
#define Consts_SInvalidMetafile 65288
1088
#define Consts_SInvalidPixelFormat 65289
1089
#define Consts_SInvalidImage 65290
1090
#define Consts_SScanLine 65291
1091
#define Consts_SChangeIconSize 65292
1092
#define Consts_SOleGraphic 65293
1093
#define Consts_SUnknownExtension 65294
1094
#define Consts_SUnknownClipboardFormat 65295
1095 1095
#define DBConsts_SParameterNotFound 65296
1096 1096
#define DBConsts_SInvalidVersion 65297
1097 1097
#define DBConsts_SBadFieldType 65298
......
1107 1107
#define DBConsts_SInvalidFormatType 65308
1108 1108
#define DBConsts_SCouldNotParseTimeStamp 65309
1109 1109
#define DBConsts_SInvalidSqlTimeStamp 65310
1110
#define Consts_SInvalidTabPosition 65311
1110
#define ComConst_SOleError 65311
1111 1111
#define DBConsts_SExprExpected 65312
1112 1112
#define DBConsts_SExprBadField 65313
1113 1113
#define DBConsts_SExprBadNullTest 65314
......
2242 2242
	QR5Const_SqrPaperSize28,	"Envelope C5 162 x 229 mm"
2243 2243
	QR5Const_SqrPaperSize29,	"Envelope C3 324 x 458 mm"
2244 2244
	QR5Const_SqrPaperSize30,	"Envelope C4 229 x 324 mm"
2245
	ComConst_SDCOMNotInstalled,	"DCOM not installed"
2245
	ComStrs_sPageIndexError,	"%d is an invalid PageIndex value.  PageIndex must be between 0 and %d"
2246 2246
	QR5Const_SqrPaperSize0,	"Default size"
2247 2247
	QR5Const_SqrPaperSize1,	"Letter 8 1/2 x 11 in"
2248 2248
	QR5Const_SqrPaperSize2,	"Letter Small 8 1/2 x 11 in"
......
2258 2258
	QR5Const_SqrPaperSize12,	"B4 250 x 354 mm"
2259 2259
	QR5Const_SqrPaperSize13,	"B5 182 x 257 mm"
2260 2260
	QR5Const_SqrPaperSize14,	"Folio 8 1/2 x 13 in"
2261
	HelpIntfs_hNoTableOfContents,	"Unable to find a Table of Contents"
2262
	HelpIntfs_hNoTopics,	"No topic-based help system installed"
2263
	HelpIntfs_hNothingFound,	"No help found for %s"
2264
	ComStrs_sTabFailClear,	"Failed to clear tab control"
2265
	ComStrs_sTabFailDelete,	"Failed to delete tab at index %d"
2261 2266
	ComStrs_sTabFailRetrieve,	"Failed to retrieve tab at index %d"
2262 2267
	ComStrs_sTabFailGetObject,	"Failed to get object at index %d"
2263 2268
	ComStrs_sTabFailSet,	"Failed to set tab \"%s\" at index %d"
......
2269 2274
	ComStrs_sRichEditLoadFail,	"Failed to Load Stream"
2270 2275
	ComStrs_sRichEditSaveFail,	"Failed to Save Stream"
2271 2276
	ComStrs_sUDAssociated,	"%s is already associated with %s"
2272
	ComStrs_sPageIndexError,	"%d is an invalid PageIndex value.  PageIndex must be between 0 and %d"
2273
	ComConst_SOleError,	"OLE error %.8x"
2274
	ComConst_SNoMethod,	"Method '%s' not supported by automation object"
2275
	ComConst_SVarNotObject,	"Variant does not reference an automation object"
2276
	ComConst_STooManyParams,	"Dispatch methods do not support more than 64 parameters"
2277
	Consts_SANSIEncoding,	"ANSI"
2278
	Consts_SASCIIEncoding,	"ASCII"
2279
	Consts_SUnicodeEncoding,	"Unicode"
2280
	Consts_SBigEndianEncoding,	"Big Endian Unicode"
2281
	Consts_SUTF8Encoding,	"UTF-8"
2277 2282
	Consts_SUTF7Encoding,	"UTF-7"
2278 2283
	Consts_SPageControlNotSet,	"PageControl must first be assigned"
2279 2284
	Consts_SWindowsVistaRequired,	"%s requires Windows Vista or later"
......
2285 2290
	HelpIntfs_hNoContextFound,	"No help found for context"
2286 2291
	HelpIntfs_hNoIndex,	"Unable to open Index"
2287 2292
	HelpIntfs_hNoSearch,	"Unable to open Search"
2288
	HelpIntfs_hNoTableOfContents,	"Unable to find a Table of Contents"
2289
	HelpIntfs_hNoTopics,	"No topic-based help system installed"
2290
	HelpIntfs_hNothingFound,	"No help found for %s"
2291
	ComStrs_sTabFailClear,	"Failed to clear tab control"
2292
	ComStrs_sTabFailDelete,	"Failed to delete tab at index %d"
2293
	Consts_SInvalidPrinterOp,	"Operation not supported on selected printer"
2294
	Consts_SNoDefaultPrinter,	"There is no default printer currently selected"
2295
	Consts_SDuplicateMenus,	"Menu '%s' is already being used by another form"
2296
	Consts_SPictureLabel,	"Picture:"
2297
	Consts_SPictureDesc,	" (%dx%d)"
2293 2298
	Consts_SPreviewLabel,	"Preview"
2294 2299
	Consts_SDockedCtlNeedsName,	"Docked control must have a name"
2295 2300
	Consts_SDockTreeRemoveError,	"Error removing control from dock tree"
......
2301 2306
	Consts_SErrorSettingCount,	"Error setting %s.Count"
2302 2307
	Consts_SListBoxMustBeVirtual,	"Listbox (%s) style must be virtual in order to set Count"
2303 2308
	Consts_SInvalidPath,	"\"%s\" is an invalid path"
2304
	Consts_SANSIEncoding,	"ANSI"
2305
	Consts_SASCIIEncoding,	"ASCII"
2306
	Consts_SUnicodeEncoding,	"Unicode"
2307
	Consts_SBigEndianEncoding,	"Big Endian Unicode"
2308
	Consts_SUTF8Encoding,	"UTF-8"
2309
	Consts_SmkcRight,	"Right"
2310
	Consts_SmkcDown,	"Down"
2311
	Consts_SmkcIns,	"Ins"
2312
	Consts_SmkcDel,	"Del"
2313
	Consts_SmkcShift,	"Shift+"
2309 2314
	Consts_SmkcCtrl,	"Ctrl+"
2310 2315
	Consts_SmkcAlt,	"Alt+"
2311 2316
	Consts_srNone,	"(None)"
......
2317 2322
	Consts_SCannotOpenClipboard,	"Cannot open clipboard: %s"
2318 2323
	Consts_SDefault,	"Default"
2319 2324
	Consts_SInvalidMemoSize,	"Text exceeds memo capacity"
2320
	Consts_SInvalidPrinterOp,	"Operation not supported on selected printer"
2321
	Consts_SNoDefaultPrinter,	"There is no default printer currently selected"
2322
	Consts_SDuplicateMenus,	"Menu '%s' is already being used by another form"
2323
	Consts_SPictureLabel,	"Picture:"
2324
	Consts_SPictureDesc,	" (%dx%d)"
2325
	Consts_SMsgDlgIgnore,	"&Ignore"
2326
	Consts_SMsgDlgAll,	"&All"
2327
	Consts_SMsgDlgNoToAll,	"N&o to All"
2328
	Consts_SMsgDlgYesToAll,	"Yes to &All"
2329
	Consts_SMsgDlgClose,	"&Close"
2325 2330
	Consts_SmkcBkSp,	"BkSp"
2326 2331
	Consts_SmkcTab,	"Tab"
2327 2332
	Consts_SmkcEsc,	"Esc"
......
2333 2338
	Consts_SmkcHome,	"Home"
2334 2339
	Consts_SmkcLeft,	"Left"
2335 2340
	Consts_SmkcUp,	"Up"
2336
	Consts_SmkcRight,	"Right"
2337
	Consts_SmkcDown,	"Down"
2338
	Consts_SmkcIns,	"Ins"
2339
	Consts_SmkcDel,	"Del"
2340
	Consts_SmkcShift,	"Shift+"
2341
	Consts_SFixedColTooBig,	"Fixed column count must be less than column count"
2342
	Consts_SFixedRowTooBig,	"Fixed row count must be less than row count"
2343
	Consts_SInvalidStringGridOp,	"Cannot insert or delete rows from grid"
2344
	Consts_SMaskErr,	"Invalid input value"
2345
	Consts_SMaskEditErr,	"Invalid input value.  Use escape key to abandon changes"
2341 2346
	Consts_SMsgDlgWarning,	"Warning"
2342 2347
	Consts_SMsgDlgError,	"Error"
2343 2348
	Consts_SMsgDlgInformation,	"Information"
......
2349 2354
	Consts_SMsgDlgHelp,	"&Help"
2350 2355
	Consts_SMsgDlgAbort,	"&Abort"
2351 2356
	Consts_SMsgDlgRetry,	"&Retry"
2352
	Consts_SMsgDlgIgnore,	"&Ignore"
2353
	Consts_SMsgDlgAll,	"&All"
2354
	Consts_SMsgDlgNoToAll,	"N&o to All"
2355
	Consts_SMsgDlgYesToAll,	"Yes to &All"
2356
	Consts_SMsgDlgClose,	"&Close"
2357
	Consts_SYesButton,	"&Yes"
2358
	Consts_SNoButton,	"&No"
2359
	Consts_SHelpButton,	"&Help"
2360
	Consts_SCloseButton,	"&Close"
2361
	Consts_SIgnoreButton,	"&Ignore"
2357 2362
	Consts_SRetryButton,	"&Retry"
2358 2363
	Consts_SAbortButton,	"Abort"
2359 2364
	Consts_SAllButton,	"&All"
......
2365 2370
	Consts_SGridTooLarge,	"Grid too large for operation"
2366 2371
	Consts_STooManyDeleted,	"Too many rows or columns deleted"
2367 2372
	Consts_SIndexOutOfRange,	"Grid index out of range"
2368
	Consts_SFixedColTooBig,	"Fixed column count must be less than column count"
2369
	Consts_SFixedRowTooBig,	"Fixed row count must be less than row count"
2370
	Consts_SInvalidStringGridOp,	"Cannot insert or delete rows from grid"
2371
	Consts_SMaskErr,	"Invalid input value"
2372
	Consts_SMaskEditErr,	"Invalid input value.  Use escape key to abandon changes"
2373
	Consts_SScrollBarRange,	"Scrollbar property out of range"
2374
	Consts_SPropertyOutOfRange,	"%s property out of range"
2375
	Consts_SMenuIndexError,	"Menu index out of range"
2376
	Consts_SMenuReinserted,	"Menu inserted twice"
2377
	Consts_SMenuNotFound,	"Sub-menu is not in menu"
2373 2378
	Consts_SNoTimers,	"Not enough timers available"
2374 2379
	Consts_SNotPrinting,	"Printer is not currently printing"
2375 2380
	Consts_SPrinting,	"Printing in progress"
......
2381 2386
	Consts_SControlParentSetToSelf,	"A control cannot have itself as its parent"
2382 2387
	Consts_SOKButton,	"OK"
2383 2388
	Consts_SCancelButton,	"Cancel"
2384
	Consts_SYesButton,	"&Yes"
2385
	Consts_SNoButton,	"&No"
2386
	Consts_SHelpButton,	"&Help"
2387
	Consts_SCloseButton,	"&Close"
2388
	Consts_SIgnoreButton,	"&Ignore"
2389
	Consts_SOutOfResources,	"Out of system resources"
2390
	Consts_SNoCanvasHandle,	"Canvas does not allow drawing"
2391
	Consts_SInvalidImageSize,	"Invalid image size"
2392
	Consts_SInvalidImageList,	"Invalid ImageList"
2393
	Consts_SReplaceImage,	"Unable to Replace Image"
2389 2394
	Consts_SImageIndexError,	"Invalid ImageList Index"
2390 2395
	Consts_SImageReadFail,	"Failed to read ImageList data from stream"
2391 2396
	Consts_SImageWriteFail,	"Failed to write ImageList data to stream"
......
2397 2402
	Consts_SMDIChildNotVisible,	"Cannot hide an MDI Child Form"
2398 2403
	Consts_SVisibleChanged,	"Cannot change Visible in OnShow or OnHide"
2399 2404
	Consts_SCannotShowModal,	"Cannot make a visible window modal"
2400
	Consts_SScrollBarRange,	"Scrollbar property out of range"
2401
	Consts_SPropertyOutOfRange,	"%s property out of range"
2402
	Consts_SMenuIndexError,	"Menu index out of range"
2403
	Consts_SMenuReinserted,	"Menu inserted twice"
2404
	Consts_SMenuNotFound,	"Sub-menu is not in menu"
2405
	ComConst_SNoMethod,	"Method '%s' not supported by automation object"
2406
	ComConst_SVarNotObject,	"Variant does not reference an automation object"
2407
	ComConst_STooManyParams,	"Dispatch methods do not support more than 64 parameters"
2408
	ComConst_SDCOMNotInstalled,	"DCOM not installed"
2409
	Consts_SInvalidTabPosition,	"Tab position incompatible with current tab style"
2405 2410
	Consts_SInvalidTabStyle,	"Tab style incompatible with current tab position"
2406 2411
	Consts_SInvalidBitmap,	"Bitmap image is not valid"
2407 2412
	Consts_SInvalidIcon,	"Icon image is not valid"
......
2413 2418
	Consts_SOleGraphic,	"Invalid operation on TOleGraphic"
2414 2419
	Consts_SUnknownExtension,	"Unknown picture file extension (.%s)"
2415 2420
	Consts_SUnknownClipboardFormat,	"Unsupported clipboard format"
2416
	Consts_SOutOfResources,	"Out of system resources"
2417
	Consts_SNoCanvasHandle,	"Canvas does not allow drawing"
2418
	Consts_SInvalidImageSize,	"Invalid image size"
2419
	Consts_SInvalidImageList,	"Invalid ImageList"
2420
	Consts_SReplaceImage,	"Unable to Replace Image"
2421 2421
	DBConsts_SParameterNotFound,	"Parameter '%s' not found"
2422 2422
	DBConsts_SInvalidVersion,	"Unable to load bind parameters"
2423 2423
	DBConsts_SBadFieldType,	"Field '%s' is of an unsupported type"
......
2433 2433
	DBConsts_SInvalidFormatType,	"Invalid format type for BCD"
2434 2434
	DBConsts_SCouldNotParseTimeStamp,	"Could not parse SQL TimeStamp string"
2435 2435
	DBConsts_SInvalidSqlTimeStamp,	"Invalid SQL date/time values"
2436
	Consts_SInvalidTabPosition,	"Tab position incompatible with current tab style"
2436
	ComConst_SOleError,	"OLE error %.8x"
2437 2437
	DBConsts_SExprExpected,	"Expression expected but %s found"
2438 2438
	DBConsts_SExprBadField,	"Field '%s' cannot be used in a filter expression"
2439 2439
	DBConsts_SExprBadNullTest,	"NULL only allowed with '=' and '<>'"
......
2663 2663
/* c:\program files (x86)\codegear\rad studio\6.0\lib\character.res */
2664 2664
/* c:\program files (x86)\codegear\rad studio\6.0\lib\Controls.res */
2665 2665
/* c:\program files (x86)\codegear\rad studio\6.0\lib\Buttons.res */
2666
/* c:\program files (x86)\codegear\rad studio\6.0\RaveReports\Lib\RpFormStatus.dfm */
2667
/* c:\program files (x86)\codegear\rad studio\6.0\RaveReports\Lib\RpFormSetup.dfm */
2668
/* c:\program files (x86)\codegear\rad studio\6.0\RaveReports\Lib\RpFormPreview.dfm */
2666 2669
/* c:\program files (x86)\codegear\rad studio\6.0\QuickReport\QREnvEd.DFM */
2667 2670
/* c:\program files (x86)\codegear\rad studio\6.0\QuickReport\QRAbout.DFM */
2668 2671
/* c:\program files (x86)\codegear\rad studio\6.0\QuickReport\QRXSearchFrm.dfm */
InraPorc.map
1 1

  
2 2
 Start         Length     Name                   Class
3
 0001:00401000 004376C0H .text                   CODE
4
 0002:00839000 000042FCH .itext                  ICODE
5
 0003:0083E000 00013614H .data                   DATA
6
 0004:00852000 000883F4H .bss                    BSS
3
 0001:00401000 00492B7CH .text                   CODE
4
 0002:00894000 00004714H .itext                  ICODE
5
 0003:00899000 0001660CH .data                   DATA
6
 0004:008B0000 00088CCCH .bss                    BSS
7 7
 0005:00000000 00000048H .tls                    TLS
8 8

  
9 9

  
10 10
Detailed map of segments
11 11

  
12
 0001:00000000 00008B0B C=CODE     S=.text    G=(none)   M=System   ACBP=A9
13
 0001:00008B0C 00000105 C=CODE     S=.text    G=(none)   M=SysInit  ACBP=A9
14
 0001:00008C14 00000388 C=CODE     S=.text    G=(none)   M=SysConst ACBP=A9
15
 0001:00008F9C 00000391 C=CODE     S=.text    G=(none)   M=Types    ACBP=A9
16
 0001:00009330 00001580 C=CODE     S=.text    G=(none)   M=Windows  ACBP=A9
17
 0001:0000A8B0 00000190 C=CODE     S=.text    G=(none)   M=RTLConsts ACBP=A9
18
 0001:0000AA40 00000410 C=CODE     S=.text    G=(none)   M=Character ACBP=A9
19
 0001:0000AE50 00000732 C=CODE     S=.text    G=(none)   M=Math     ACBP=A9
20
 0001:0000B584 000002DD C=CODE     S=.text    G=(none)   M=StrUtils ACBP=A9
21
 0001:0000B864 0000DB86 C=CODE     S=.text    G=(none)   M=SysUtils ACBP=A9
22
 0001:000193EC 00000AFA C=CODE     S=.text    G=(none)   M=VarUtils ACBP=A9
23
 0001:00019EE8 000099B8 C=CODE     S=.text    G=(none)   M=Variants ACBP=A9
24
 0001:000238A0 0000287B C=CODE     S=.text    G=(none)   M=TypInfo  ACBP=A9
25
 0001:0002611C 000000A1 C=CODE     S=.text    G=(none)   M=Messages ACBP=A9
26
 0001:000261C0 00000362 C=CODE     S=.text    G=(none)   M=ActiveX  ACBP=A9
27
 0001:00026524 0001050B C=CODE     S=.text    G=(none)   M=Classes  ACBP=A9
28
 0001:00036A30 0000622A C=CODE     S=.text    G=(none)   M=gnugettext ACBP=A9
29
 0001:0003CC5C 00000D98 C=CODE     S=.text    G=(none)   M=ASGRout3 ACBP=A9
30
 0001:0003D9F4 00000260 C=CODE     S=.text    G=(none)   M=DBConsts ACBP=A9
31
 0001:0003DC54 00000037 C=CODE     S=.text    G=(none)   M=DateUtils ACBP=A9
32
 0001:0003DC8C 00000FDA C=CODE     S=.text    G=(none)   M=SqlTimSt ACBP=A9
33
 0001:0003EC68 000002A1 C=CODE     S=.text    G=(none)   M=Contnrs  ACBP=A9
34
 0001:0003EF0C 00000390 C=CODE     S=.text    G=(none)   M=CommCtrl ACBP=A9
35
 0001:0003F29C 00000440 C=CODE     S=.text    G=(none)   M=Consts   ACBP=A9
36
 0001:0003F6DC 00001325 C=CODE     S=.text    G=(none)   M=IniFiles ACBP=A9
37
 0001:00040A04 00000965 C=CODE     S=.text    G=(none)   M=Registry ACBP=A9
38
 0001:0004136C 0000BB0A C=CODE     S=.text    G=(none)   M=Graphics ACBP=A9
39
 0001:0004CE78 00000BC2 C=CODE     S=.text    G=(none)   M=SyncObjs ACBP=A9
40
 0001:0004DA3C 00000F71 C=CODE     S=.text    G=(none)   M=UxTheme  ACBP=A9
41
 0001:0004E9B0 00000876 C=CODE     S=.text    G=(none)   M=MultiMon ACBP=A9
42
 0001:0004F228 000001E0 C=CODE     S=.text    G=(none)   M=DwmApi   ACBP=A9
43
 0001:0004F408 000018FA C=CODE     S=.text    G=(none)   M=HelpIntfs ACBP=A9
44
 0001:00050D04 000021CA C=CODE     S=.text    G=(none)   M=GraphUtil ACBP=A9
45
 0001:00052ED0 00000006 C=CODE     S=.text    G=(none)   M=ShellAPI ACBP=A9
46
 0001:00052ED8 0000022C C=CODE     S=.text    G=(none)   M=ShlObj   ACBP=A9
47
 0001:00053104 00010278 C=CODE     S=.text    G=(none)   M=StdCtrls ACBP=A9
48
 0001:0006337C 00000AEE C=CODE     S=.text    G=(none)   M=ToolWin  ACBP=A9
49
 0001:00063E6C 00000039 C=CODE     S=.text    G=(none)   M=RichEdit ACBP=A9
50
 0001:00063EA8 00000026 C=CODE     S=.text    G=(none)   M=CommDlg  ACBP=A9
51
 0001:00063ED0 0000002E C=CODE     S=.text    G=(none)   M=WinSpool ACBP=A9
52
 0001:00063F00 0000141A C=CODE     S=.text    G=(none)   M=Printers ACBP=A9
53
 0001:0006531C 00000256 C=CODE     S=.text    G=(none)   M=WideStrUtils ACBP=A9
54
 0001:00065574 0000094E C=CODE     S=.text    G=(none)   M=Clipbrd  ACBP=A9
55
 0001:00065EC4 00000070 C=CODE     S=.text    G=(none)   M=ComStrs  ACBP=A9
56
 0001:00065F34 00006C96 C=CODE     S=.text    G=(none)   M=ExtCtrls ACBP=A9
57
 0001:0006CBCC 00000139 C=CODE     S=.text    G=(none)   M=StdActns ACBP=A9
58
 0001:0006CD08 000003AE C=CODE     S=.text    G=(none)   M=FlatSB   ACBP=A9
59
 0001:0006D0B8 00010A60 C=CODE     S=.text    G=(none)   M=Forms    ACBP=A9
60
 0001:0007DB18 000081ED C=CODE     S=.text    G=(none)   M=Menus    ACBP=A9
61
 0001:00085D08 00016B68 C=CODE     S=.text    G=(none)   M=Controls ACBP=A9
62
 0001:0009C870 0000121A C=CODE     S=.text    G=(none)   M=Themes   ACBP=A9
63
 0001:0009DA8C 00001CA1 C=CODE     S=.text    G=(none)   M=ImgList  ACBP=A9
64
 0001:0009F730 000018F2 C=CODE     S=.text    G=(none)   M=ActnList ACBP=A9
65
 0001:000A1024 0001CEF9 C=CODE     S=.text    G=(none)   M=ComCtrls ACBP=A9
66
 0001:000BDF20 00009840 C=CODE     S=.text    G=(none)   M=Dialogs  ACBP=A9
67
 0001:000C7760 0000005E C=CODE     S=.text    G=(none)   M=WideStrings ACBP=A9
68
 0001:000C77C0 00000052 C=CODE     S=.text    G=(none)   M=DBCommonTypes ACBP=A9
69
 0001:000C7814 00006262 C=CODE     S=.text    G=(none)   M=FMTBcd   ACBP=A9
70
 0001:000CDA78 000011EE C=CODE     S=.text    G=(none)   M=MaskUtils ACBP=A9
71
 0001:000CEC68 00000028 C=CODE     S=.text    G=(none)   M=ComConst ACBP=A9
72
 0001:000CEC90 00001847 C=CODE     S=.text    G=(none)   M=ComObj   ACBP=A9
73
 0001:000D04D8 0001B9A5 C=CODE     S=.text    G=(none)   M=DB       ACBP=A9
74
 0001:000EBE80 0000512D C=CODE     S=.text    G=(none)   M=DBCommon ACBP=A9
75
 0001:000F0FB0 0000FA82 C=CODE     S=.text    G=(none)   M=ASGSQLite3 ACBP=A9
76
 0001:00100A34 00000620 C=CODE     S=.text    G=(none)   M=QR5Const ACBP=A9
77
 0001:00101054 0000002F C=CODE     S=.text    G=(none)   M=SMINTF   ACBP=A9
78
 0001:00101084 00003CC9 C=CODE     S=.text    G=(none)   M=BDE      ACBP=A9
79
 0001:00104D50 000000E0 C=CODE     S=.text    G=(none)   M=bdeconst ACBP=A9
80
 0001:00104E30 000110EB C=CODE     S=.text    G=(none)   M=DBTables ACBP=A9
81
 0001:00115F1C 00006BC8 C=CODE     S=.text    G=(none)   M=QRExpr   ACBP=A9
82
 0001:0011CAE4 00000028 C=CODE     S=.text    G=(none)   M=OleConst ACBP=A9
83
 0001:0011CB0C 00000135 C=CODE     S=.text    G=(none)   M=OleCtnrs ACBP=A9
84
 0001:0011CC44 000047F1 C=CODE     S=.text    G=(none)   M=Buttons  ACBP=A9
85
 0001:00121438 00002F1F C=CODE     S=.text    G=(none)   M=Mask     ACBP=A9
86
 0001:00124358 0000AF3D C=CODE     S=.text    G=(none)   M=Grids    ACBP=A9
87
 0001:0012F298 000009E3 C=CODE     S=.text    G=(none)   M=QREnvEd  ACBP=A9
88
 0001:0012FC7C 00001848 C=CODE     S=.text    G=(none)   M=AxCtrls  ACBP=A9
89
 0001:001314C4 00003582 C=CODE     S=.text    G=(none)   M=OleCtrls ACBP=A9
90
 0001:00134A48 000008E2 C=CODE     S=.text    G=(none)   M=OleServer ACBP=A9
91
 0001:0013532C 000003DC C=CODE     S=.text    G=(none)   M=MSXML_TLB ACBP=A9
92
 0001:00135708 00000480 C=CODE     S=.text    G=(none)   M=LZW      ACBP=A9
93
 0001:00135B88 000002B5 C=CODE     S=.text    G=(none)   M=QRXSearchFrm ACBP=A9
94
 0001:00135E40 00000697 C=CODE     S=.text    G=(none)   M=QRLablEd ACBP=A9
95
 0001:001364D8 000007A7 C=CODE     S=.text    G=(none)   M=QRExprEd ACBP=A9
96
 0001:00136C80 00007F59 C=CODE     S=.text    G=(none)   M=pdfconst ACBP=A9
97
 0001:0013EBDC 00000133 C=CODE     S=.text    G=(none)   M=QRExport ACBP=A9
98
 0001:0013ED10 00000018 C=CODE     S=.text    G=(none)   M=JConsts  ACBP=A9
99
 0001:0013ED28 0001338C C=CODE     S=.text    G=(none)   M=jpeg     ACBP=A9
100
 0001:001520B4 000000DD C=CODE     S=.text    G=(none)   M=QRPDFFilt ACBP=A9
101
 0001:00152194 00000044 C=CODE     S=.text    G=(none)   M=QRWebFilt ACBP=A9
102
 0001:001521D8 0000002E C=CODE     S=.text    G=(none)   M=QRXMLSFilt ACBP=A9
103
 0001:00152208 00000E8B C=CODE     S=.text    G=(none)   M=QRPrnSu  ACBP=A9
104
 0001:00153094 00003AC8 C=CODE     S=.text    G=(none)   M=QRXDocument ACBP=A9
105
 0001:00156B5C 00001DA0 C=CODE     S=.text    G=(none)   M=QRXBrowser ACBP=A9
106
 0001:001588FC 00000389 C=CODE     S=.text    G=(none)   M=QRSearchDlg ACBP=A9
107
 0001:00158C88 00002ADA C=CODE     S=.text    G=(none)   M=QRPrev   ACBP=A9
108
 0001:0015B764 00005BAF C=CODE     S=.text    G=(none)   M=QRPrntr  ACBP=A9
109
 0001:00161314 000002E0 C=CODE     S=.text    G=(none)   M=QRPrgres ACBP=A9
110
 0001:001615F4 00000372 C=CODE     S=.text    G=(none)   M=QRExtra  ACBP=A9
111
 0001:00161968 000022A4 C=CODE     S=.text    G=(none)   M=QRExpBld ACBP=A9
112
 0001:00163C0C 0000DA8A C=CODE     S=.text    G=(none)   M=QuickRpt ACBP=A9
113
 0001:00171698 0000694A C=CODE     S=.text    G=(none)   M=QRCtrls  ACBP=A9
114
 0001:00177FE4 00000088 C=CODE     S=.text    G=(none)   M=VDBConsts ACBP=A9
115
 0001:0017806C 00000545 C=CODE     S=.text    G=(none)   M=DBPWDlg  ACBP=A9
116
 0001:001785B4 000006F2 C=CODE     S=.text    G=(none)   M=DBLogDlg ACBP=A9
117
 0001:00178CA8 0000D8EC C=CODE     S=.text    G=(none)   M=DBCtrls  ACBP=A9
118
 0001:00186594 000093FB C=CODE     S=.text    G=(none)   M=DBGrids  ACBP=A9
119
 0001:0018F990 000003F2 C=CODE     S=.text    G=(none)   M=Midas    ACBP=A9
120
 0001:0018FD84 00000098 C=CODE     S=.text    G=(none)   M=MidConst ACBP=A9
121
 0001:0018FE1C 00000466 C=CODE     S=.text    G=(none)   M=DSIntf   ACBP=A9
122
 0001:00190284 00000835 C=CODE     S=.text    G=(none)   M=Provider ACBP=A9
123
 0001:00190ABC 0000C955 C=CODE     S=.text    G=(none)   M=DBClient ACBP=A9
124
 0001:0019D414 0000002E C=CODE     S=.text    G=(none)   M=gginit   ACBP=A9
125
 0001:0019D444 00000DDF C=CODE     S=.text    G=(none)   M=HTMLHelpViewer ACBP=A9
126
 0001:0019E224 00000576 C=CODE     S=.text    G=(none)   M=UVariables ACBP=A9
127
 0001:0019E79C 00000509 C=CODE     S=.text    G=(none)   M=IdException ACBP=A9
128
 0001:0019ECA8 00000397 C=CODE     S=.text    G=(none)   M=IdStreamVCL ACBP=A9
129
 0001:0019F040 00000228 C=CODE     S=.text    G=(none)   M=IdResourceStrings ACBP=A9
130
 0001:0019F268 00005B86 C=CODE     S=.text    G=(none)   M=IdGlobal ACBP=A9
131
 0001:001A4DF0 00000271 C=CODE     S=.text    G=(none)   M=IdBaseComponent ACBP=A9
132
 0001:001A5064 0000027B C=CODE     S=.text    G=(none)   M=IdThreadSafe ACBP=A9
133
 0001:001A52E0 00000130 C=CODE     S=.text    G=(none)   M=IdResourceStringsCore ACBP=A9
134
 0001:001A5410 0000002E C=CODE     S=.text    G=(none)   M=IdThread ACBP=A9
135
 0001:001A5440 000038A6 C=CODE     S=.text    G=(none)   M=IdWinsock2 ACBP=A9
136
 0001:001A8CE8 00001085 C=CODE     S=.text    G=(none)   M=IdWship6 ACBP=A9
137
 0001:001A9D70 00000405 C=CODE     S=.text    G=(none)   M=IdIDN    ACBP=A9
138
 0001:001AA178 000009BE C=CODE     S=.text    G=(none)   M=IdStackBSDBase ACBP=A9
139
 0001:001AAB38 00002B0A C=CODE     S=.text    G=(none)   M=IdStackWindows ACBP=A9
140
 0001:001AD644 0000182E C=CODE     S=.text    G=(none)   M=IdStack  ACBP=A9
141
 0001:001AEE74 00000985 C=CODE     S=.text    G=(none)   M=IdBuffer ACBP=A9
142
 0001:001AF7FC 0000044C C=CODE     S=.text    G=(none)   M=IdIntercept ACBP=A9
143
 0001:001AFC48 0000109A C=CODE     S=.text    G=(none)   M=IdExceptionCore ACBP=A9
144
 0001:001B0CE4 00000644 C=CODE     S=.text    G=(none)   M=IdComponent ACBP=A9
145
 0001:001B1328 00000296 C=CODE     S=.text    G=(none)   M=IdAntiFreezeBase ACBP=A9
146
 0001:001B15C0 00002E6E C=CODE     S=.text    G=(none)   M=IdIOHandler ACBP=A9
147
 0001:001B4430 00000AF6 C=CODE     S=.text    G=(none)   M=IdSocketHandle ACBP=A9
148
 0001:001B4F28 00000634 C=CODE     S=.text    G=(none)   M=IdCustomTransparentProxy ACBP=A9
149
 0001:001B555C 00000558 C=CODE     S=.text    G=(none)   M=IdReply  ACBP=A9
150
 0001:001B5AB4 00000535 C=CODE     S=.text    G=(none)   M=IdReplyRFC ACBP=A9
151
 0001:001B5FEC 000009DD C=CODE     S=.text    G=(none)   M=IdTCPConnection ACBP=A9
152
 0001:001B69CC 00000BE6 C=CODE     S=.text    G=(none)   M=IdTCPClient ACBP=A9
153
 0001:001B75B4 000001C3 C=CODE     S=.text    G=(none)   M=IdIPAddress ACBP=A9
154
 0001:001B7778 0000265C C=CODE     S=.text    G=(none)   M=IdSocks  ACBP=A9
155
 0001:001B9DD4 00000921 C=CODE     S=.text    G=(none)   M=IdIOHandlerSocket ACBP=A9
156
 0001:001BA6F8 00000A12 C=CODE     S=.text    G=(none)   M=IdIOHandlerStack ACBP=A9
157
 0001:001BB10C 00000161 C=CODE     S=.text    G=(none)   M=IdServerIOHandler ACBP=A9
158
 0001:001BB270 000005B6 C=CODE     S=.text    G=(none)   M=IdSSL    ACBP=A9
159
 0001:001BB828 00008201 C=CODE     S=.text    G=(none)   M=IdCharsets ACBP=A9
160
 0001:001C3A2C 000000B0 C=CODE     S=.text    G=(none)   M=IdResourceStringsProtocols ACBP=A9
161
 0001:001C3ADC 00004956 C=CODE     S=.text    G=(none)   M=IdGlobalProtocols ACBP=A9
162
 0001:001C8434 00000088 C=CODE     S=.text    G=(none)   M=IdResourceStringsOpenSSL ACBP=A9
163
 0001:001C84BC 000001EA C=CODE     S=.text    G=(none)   M=IdFIPS   ACBP=A9
164
 0001:001C86A8 0000B64C C=CODE     S=.text    G=(none)   M=IdSSLOpenSSLHeaders ACBP=A9
165
 0001:001D3CF4 0000004A C=CODE     S=.text    G=(none)   M=IdUriUtils ACBP=A9
166
 0001:001D3D40 00000B7A C=CODE     S=.text    G=(none)   M=IdURI    ACBP=A9
167
 0001:001D48BC 000065B3 C=CODE     S=.text    G=(none)   M=IdSSLOpenSSL ACBP=A9
168
 0001:001DAE70 000001AA C=CODE     S=.text    G=(none)   M=IdHeaderCoderBase ACBP=A9
169
 0001:001DB01C 000001C2 C=CODE     S=.text    G=(none)   M=IdEMailAddress ACBP=A9
170
 0001:001DB1E0 00000232 C=CODE     S=.text    G=(none)   M=IdHeaderCoderIndy ACBP=A9
171
 0001:001DB414 000004BE C=CODE     S=.text    G=(none)   M=IdHeaderCoder2022JP ACBP=A9
172
 0001:001DB8D4 0000022A C=CODE     S=.text    G=(none)   M=IdHeaderCoderPlain ACBP=A9
173
 0001:001DBB00 00000062 C=CODE     S=.text    G=(none)   M=IdCoderHeader ACBP=A9
174
 0001:001DBB64 000005D2 C=CODE     S=.text    G=(none)   M=IdCoder  ACBP=A9
175
 0001:001DC138 00000B68 C=CODE     S=.text    G=(none)   M=IdCoder3to4 ACBP=A9
176
 0001:001DCCA0 0000035A C=CODE     S=.text    G=(none)   M=IdCoderMIME ACBP=A9
177
 0001:001DCFFC 00000122 C=CODE     S=.text    G=(none)   M=IdMultipartFormData ACBP=A9
178
 0001:001DD120 00000D74 C=CODE     S=.text    G=(none)   M=IdHeaderList ACBP=A9
179
 0001:001DDE94 000008FA C=CODE     S=.text    G=(none)   M=IdAuthentication ACBP=A9
180
 0001:001DE790 00000073 C=CODE     S=.text    G=(none)   M=IdAuthenticationManager ACBP=A9
181
 0001:001DE804 00001C2F C=CODE     S=.text    G=(none)   M=IdCookie ACBP=A9
182
 0001:001E0434 000006D8 C=CODE     S=.text    G=(none)   M=IdCookieManager ACBP=A9
183
 0001:001E0B0C 000004A3 C=CODE     S=.text    G=(none)   M=IdZLibCompressorBase ACBP=A9
184
 0001:001E0FB0 000039C2 C=CODE     S=.text    G=(none)   M=IdHTTPHeaderInfo ACBP=A9
185
 0001:001E4974 000005D0 C=CODE     S=.text    G=(none)   M=IdHash   ACBP=A9
186
 0001:001E4F44 00001018 C=CODE     S=.text    G=(none)   M=IdHashMessageDigest ACBP=A9
187
 0001:001E5F5C 00000D90 C=CODE     S=.text    G=(none)   M=IdAuthenticationDigest ACBP=A9
188
 0001:001E6CEC 00000016 C=CODE     S=.text    G=(none)   M=IdSSPI   ACBP=A9
189
 0001:001E6D04 000002E0 C=CODE     S=.text    G=(none)   M=IdResourceStringsSSPI ACBP=A9
190
 0001:001E6FE4 00002494 C=CODE     S=.text    G=(none)   M=IdAuthenticationSSPI ACBP=A9
191
 0001:001E9478 0000004C C=CODE     S=.text    G=(none)   M=AnsiStrings ACBP=A9
192
 0001:001E94C4 0000091A C=CODE     S=.text    G=(none)   M=IdNTLM   ACBP=A9
193
 0001:001E9DE0 00000550 C=CODE     S=.text    G=(none)   M=IdAuthenticationNTLM ACBP=A9
194
 0001:001EA330 000058A9 C=CODE     S=.text    G=(none)   M=IdHTTP   ACBP=A9
195
 0001:001EFBDC 000000B7 C=CODE     S=.text    G=(none)   M=XPMan    ACBP=A9
196
 0001:001EFC94 000004F8 C=CODE     S=.text    G=(none)   M=UStrings ACBP=A9
197
 0001:001F018C 00000B0A C=CODE     S=.text    G=(none)   M=LbCipher ACBP=A9
198
 0001:001F0C98 000012FD C=CODE     S=.text    G=(none)   M=UUtil    ACBP=A9
199
 0001:001F1F98 000006F8 C=CODE     S=.text    G=(none)   M=UFWarning ACBP=A9
200
 0001:001F2690 00000422 C=CODE     S=.text    G=(none)   M=UFError  ACBP=A9
201
 0001:001F2AB4 00000138 C=CODE     S=.text    G=(none)   M=GIFConsts ACBP=A9
202
 0001:001F2BEC 00000006 C=CODE     S=.text    G=(none)   M=MMSystem ACBP=A9
203
 0001:001F2BF4 0000F200 C=CODE     S=.text    G=(none)   M=GIFImg   ACBP=A9
204
 0001:00201DF4 00000920 C=CODE     S=.text    G=(none)   M=UFAbout  ACBP=A9
205
 0001:00202714 000004B0 C=CODE     S=.text    G=(none)   M=UFIntro  ACBP=A9
206
 0001:00202BC4 00000033 C=CODE     S=.text    G=(none)   M=JVCLVer  ACBP=A9
207
 0001:00202BF8 000002EC C=CODE     S=.text    G=(none)   M=JvThemes ACBP=A9
208
 0001:00202EE4 000003E0 C=CODE     S=.text    G=(none)   M=JvResources ACBP=A9
209
 0001:002032C4 000011F0 C=CODE     S=.text    G=(none)   M=JvTypes  ACBP=A9
210
 0001:002044B4 0000178C C=CODE     S=.text    G=(none)   M=JvExControls ACBP=A9
211
 0001:00205C40 00000CCC C=CODE     S=.text    G=(none)   M=JvExStdCtrls ACBP=A9
212
 0001:0020690C 00000420 C=CODE     S=.text    G=(none)   M=JvEnterTab ACBP=A9
213
 0001:00206D2C 000030F8 C=CODE     S=.text    G=(none)   M=PBNumEdit ACBP=A9
214
 0001:00209E24 00000EBB C=CODE     S=.text    G=(none)   M=Spin     ACBP=A9
215
 0001:0020ACE0 00000D98 C=CODE     S=.text    G=(none)   M=PBSuperSpin ACBP=A9
216
 0001:0020BA78 00004ABE C=CODE     S=.text    G=(none)   M=crtl     ACBP=A9
217
 0001:00210538 0002D9D2 C=CODE     S=.text    G=(none)   M=MidasLib ACBP=A9
218
 0001:0023DF0C 00000804 C=CODE     S=.text    G=(none)   M=UFPrevRap ACBP=A9
219
 0001:0023E710 00001060 C=CODE     S=.text    G=(none)   M=UCalcul  ACBP=A9
220
 0001:0023F770 000010EA C=CODE     S=.text    G=(none)   M=UFindRec ACBP=A9
221
 0001:0024085C 000036BC C=CODE     S=.text    G=(none)   M=UFRapSensSimulP ACBP=A9
222
 0001:00243F18 00003A64 C=CODE     S=.text    G=(none)   M=UFRapCompSimulP ACBP=A9
223
 0001:0024797C 000057B6 C=CODE     S=.text    G=(none)   M=TeeConst ACBP=A9
224
 0001:0024D134 0000277C C=CODE     S=.text    G=(none)   M=TeeHtml  ACBP=A9
225
 0001:0024F8B0 0000F517 C=CODE     S=.text    G=(none)   M=TeCanvas ACBP=A9
226
 0001:0025EDC8 00004887 C=CODE     S=.text    G=(none)   M=TeeFilters ACBP=A9
227
 0001:00263650 0000760D C=CODE     S=.text    G=(none)   M=TeeProcs ACBP=A9
228
 0001:0026AC60 000176C8 C=CODE     S=.text    G=(none)   M=TeEngine ACBP=A9
229
 0001:00282328 0000B0CE C=CODE     S=.text    G=(none)   M=Chart    ACBP=A9
230
 0001:0028D3F8 00011749 C=CODE     S=.text    G=(none)   M=Series   ACBP=A9
231
 0001:0029EB44 000021D2 C=CODE     S=.text    G=(none)   M=TeePreviewPanel ACBP=A9
232
 0001:002A0D18 00000394 C=CODE     S=.text    G=(none)   M=UFPrevGraph ACBP=A9
233
 0001:002A10AC 00000460 C=CODE     S=.text    G=(none)   M=UEchelle ACBP=A9
234
 0001:002A150C 00010564 C=CODE     S=.text    G=(none)   M=UFCompSimulP ACBP=A9
235
 0001:002B1A70 00001DA8 C=CODE     S=.text    G=(none)   M=UFRapSimulP ACBP=A9
236
 0001:002B3818 00001B02 C=CODE     S=.text    G=(none)   M=CheckLst ACBP=A9
237
 0001:002B531C 0001BBD4 C=CODE     S=.text    G=(none)   M=UFResSimulP ACBP=A9
238
 0001:002D0EF0 00002AFC C=CODE     S=.text    G=(none)   M=UCalcSimulP ACBP=A9
239
 0001:002D39EC 0000026D C=CODE     S=.text    G=(none)   M=UFComment ACBP=A9
240
 0001:002D3C5C 00000006 C=CODE     S=.text    G=(none)   M=SHFolder ACBP=A9
241
 0001:002D3C64 0000BB78 C=CODE     S=.text    G=(none)   M=UFSimulP ACBP=A9
242
 0001:002DF7DC 0000008E C=CODE     S=.text    G=(none)   M=dmath    ACBP=A9
243
 0001:002DF86C 00004B08 C=CODE     S=.text    G=(none)   M=UFCalibrProfilP ACBP=A9
244
 0001:002E4374 000004FE C=CODE     S=.text    G=(none)   M=JclResources ACBP=A9
245
 0001:002E4874 0000039A C=CODE     S=.text    G=(none)   M=JclWin32 ACBP=A9
246
 0001:002E4C10 00000222 C=CODE     S=.text    G=(none)   M=JclStringConversions ACBP=A9
247
 0001:002E4E34 0000020A C=CODE     S=.text    G=(none)   M=JclLogic ACBP=A9
248
 0001:002E5040 0000020A C=CODE     S=.text    G=(none)   M=Jcl8087  ACBP=A9
249
 0001:002E524C 0000025A C=CODE     S=.text    G=(none)   M=JclMath  ACBP=A9
250
 0001:002E54A8 00000212 C=CODE     S=.text    G=(none)   M=JclDateTime ACBP=A9
251
 0001:002E56BC 000005AB C=CODE     S=.text    G=(none)   M=JclRegistry ACBP=A9
252
 0001:002E5C68 00000216 C=CODE     S=.text    G=(none)   M=JclSecurity ACBP=A9
253
 0001:002E5E80 0000021C C=CODE     S=.text    G=(none)   M=JclShell ACBP=A9
254
 0001:002E609C 00000503 C=CODE     S=.text    G=(none)   M=JclFileUtils ACBP=A9
255
 0001:002E65A0 00000216 C=CODE     S=.text    G=(none)   M=JclConsole ACBP=A9
256
 0001:002E67B8 000007FF C=CODE     S=.text    G=(none)   M=JclSysUtils ACBP=A9
257
 0001:002E6FB8 0000294B C=CODE     S=.text    G=(none)   M=JclCharsets ACBP=A9
258
 0001:002E9904 0000020E C=CODE     S=.text    G=(none)   M=JclStreams ACBP=A9
259
 0001:002E9B14 000002EE C=CODE     S=.text    G=(none)   M=JclAnsiStrings ACBP=A9
260
 0001:002E9E04 00000212 C=CODE     S=.text    G=(none)   M=JclIniFiles ACBP=A9
261
 0001:002EA018 00000B3B C=CODE     S=.text    G=(none)   M=JclSysInfo ACBP=A9
262
 0001:002EAB54 00002869 C=CODE     S=.text    G=(none)   M=JclUnicode ACBP=A9
263
 0001:002ED3C0 00000216 C=CODE     S=.text    G=(none)   M=JclWideStrings ACBP=A9
264
 0001:002ED5D8 00000817 C=CODE     S=.text    G=(none)   M=JclStrings ACBP=A9
265
 0001:002EDDF0 0000056A C=CODE     S=.text    G=(none)   M=JclSynch ACBP=A9
266
 0001:002EE35C 00000989 C=CODE     S=.text    G=(none)   M=JclUnitVersioning ACBP=A9
267
 0001:002EECE8 0000034A C=CODE     S=.text    G=(none)   M=JclBase  ACBP=A9
268
 0001:002EF034 00000DC5 C=CODE     S=.text    G=(none)   M=JvJCLUtils ACBP=A9
269
 0001:002EFDFC 0000028C C=CODE     S=.text    G=(none)   M=JvCsvParse ACBP=A9
270
 0001:002F0088 0000003A C=CODE     S=.text    G=(none)   M=JvProgressUtils ACBP=A9
271
 0001:002F00C4 00000106 C=CODE     S=.text    G=(none)   M=JvStrings ACBP=A9
272
 0001:002F01CC 0000036D C=CODE     S=.text    G=(none)   M=JvPropertyStore ACBP=A9
273
 0001:002F053C 0000020A C=CODE     S=.text    G=(none)   M=JclMime  ACBP=A9
274
 0001:002F0748 00000381 C=CODE     S=.text    G=(none)   M=JclRTTI  ACBP=A9
275
 0001:002F0ACC 00000051 C=CODE     S=.text    G=(none)   M=JvAppStorage ACBP=A9
276
 0001:002F0B20 000009C8 C=CODE     S=.text    G=(none)   M=JvJVCLUtils ACBP=A9
277
 0001:002F14E8 00008260 C=CODE     S=.text    G=(none)   M=JvCsvData ACBP=A9
278
 0001:002F9748 00001D7C C=CODE     S=.text    G=(none)   M=UFObservProfilP ACBP=A9
279
 0001:002FB4C4 00002A42 C=CODE     S=.text    G=(none)   M=JvxSlider ACBP=A9
280
 0001:002FDF08 00006094 C=CODE     S=.text    G=(none)   M=TeeProCo ACBP=A9
281
 0001:00303F9C 00000FA8 C=CODE     S=.text    G=(none)   M=TeeSpline ACBP=A9
282
 0001:00304F44 00011AAA C=CODE     S=.text    G=(none)   M=TeeSurfa ACBP=A9
283
 0001:003169F0 000017A2 C=CODE     S=.text    G=(none)   M=TeePoin3 ACBP=A9
284
 0001:00318194 000030A4 C=CODE     S=.text    G=(none)   M=UFGraph3D ACBP=A9
285
 0001:0031B238 000013D0 C=CODE     S=.text    G=(none)   M=UFRapProfilP ACBP=A9
286
 0001:0031C608 0000B374 C=CODE     S=.text    G=(none)   M=UFProfilP ACBP=A9
287
 0001:0032797C 00000944 C=CODE     S=.text    G=(none)   M=UFRapRationP ACBP=A9
288
 0001:003282C0 000041C7 C=CODE     S=.text    G=(none)   M=UFRationP ACBP=A9
289
 0001:0032C488 0000084C C=CODE     S=.text    G=(none)   M=UFRapSeqAliP ACBP=A9
290
 0001:0032CCD4 000026A8 C=CODE     S=.text    G=(none)   M=UFSeqAliP ACBP=A9
291
 0001:0032F37C 00001850 C=CODE     S=.text    G=(none)   M=UFRapBesLactE ACBP=A9
292
 0001:00330BCC 000016C2 C=CODE     S=.text    G=(none)   M=TeeNavigator ACBP=A9
293
 0001:00332290 00000DC4 C=CODE     S=.text    G=(none)   M=TeePrevi ACBP=A9
294
 0001:00333054 00000FB4 C=CODE     S=.text    G=(none)   M=ExtDlgs  ACBP=A9
295
 0001:00334008 00001787 C=CODE     S=.text    G=(none)   M=TeePenDlg ACBP=A9
296
 0001:00335790 00002631 C=CODE     S=.text    G=(none)   M=TeeLisB  ACBP=A9
297
 0001:00337DC4 00000356 C=CODE     S=.text    G=(none)   M=TeeSourceEdit ACBP=A9
298
 0001:0033811C 00003B8F C=CODE     S=.text    G=(none)   M=TeeChartGrid ACBP=A9
299
 0001:0033BCAC 00000477 C=CODE     S=.text    G=(none)   M=TeeMargins ACBP=A9
300
 0001:0033C124 00000CDD C=CODE     S=.text    G=(none)   M=TeeDraw3D ACBP=A9
301
 0001:0033CE04 00001FB3 C=CODE     S=.text    G=(none)   M=TeeFiltersEditor ACBP=A9
302
 0001:0033EDB8 00000E00 C=CODE     S=.text    G=(none)   M=TeeBrushDlg ACBP=A9
303
 0001:0033FBB8 00000783 C=CODE     S=.text    G=(none)   M=TeeBackImage ACBP=A9
304
 0001:0034033C 000007F0 C=CODE     S=.text    G=(none)   M=TeeShadowEditor ACBP=A9
305
 0001:00340B2C 000029C6 C=CODE     S=.text    G=(none)   M=TeeGalleryPanel ACBP=A9
306
 0001:003434F4 00001E17 C=CODE     S=.text    G=(none)   M=TeeEdiGrad ACBP=A9
307
 0001:0034530C 00000A26 C=CODE     S=.text    G=(none)   M=TeeEdiFont ACBP=A9
308
 0001:00345D34 00000973 C=CODE     S=.text    G=(none)   M=TeeCustomShapeEditor ACBP=A9
309
 0001:003466A8 000014EC C=CODE     S=.text    G=(none)   M=TeeFormatting ACBP=A9
310
 0001:00347B94 00000E46 C=CODE     S=.text    G=(none)   M=TeePoEdi ACBP=A9
311
 0001:003489DC 00000DEA C=CODE     S=.text    G=(none)   M=TeeAxisIncr ACBP=A9
312
 0001:003497C8 00000633 C=CODE     S=.text    G=(none)   M=TeeSelectList ACBP=A9
313
 0001:00349DFC 0000085C C=CODE     S=.text    G=(none)   M=TeeGalleryAlternate ACBP=A9
314
 0001:0034A658 00000FA6 C=CODE     S=.text    G=(none)   M=TeeGally ACBP=A9
315
 0001:0034B600 0000030E C=CODE     S=.text    G=(none)   M=TeeBaseFuncEdit ACBP=A9
316
 0001:0034B910 000006F6 C=CODE     S=.text    G=(none)   M=TeeEdiPeri ACBP=A9
317
 0001:0034C008 00001385 C=CODE     S=.text    G=(none)   M=TeeFuncEdit ACBP=A9
318
 0001:0034D390 00003236 C=CODE     S=.text    G=(none)   M=TeeEdiSeri ACBP=A9
319
 0001:003505C8 0000050F C=CODE     S=.text    G=(none)   M=TeeAbout ACBP=A9
320
 0001:00350AD8 0000353E C=CODE     S=.text    G=(none)   M=TeeStore ACBP=A9
321
 0001:00354018 000009DA C=CODE     S=.text    G=(none)   M=TeeToolsGallery ACBP=A9
322
 0001:003549F4 00000E63 C=CODE     S=.text    G=(none)   M=TeeEditTools ACBP=A9
323
 0001:00355858 00001284 C=CODE     S=.text    G=(none)   M=TeeEdi3D ACBP=A9
324
 0001:00356ADC 00001BC1 C=CODE     S=.text    G=(none)   M=TeeEdiGene ACBP=A9
325
 0001:003586A0 000008EB C=CODE     S=.text    G=(none)   M=TeeEdiPage ACBP=A9
326
 0001:00358F8C 00000B63 C=CODE     S=.text    G=(none)   M=TeeEdiWall ACBP=A9
327
 0001:00359AF0 0000064C C=CODE     S=.text    G=(none)   M=TeeStringsEditor ACBP=A9
328
 0001:0035A13C 0000097C C=CODE     S=.text    G=(none)   M=TeeEdiTitl ACBP=A9
329
 0001:0035AAB8 00000BF9 C=CODE     S=.text    G=(none)   M=TeeEdiPane ACBP=A9
330
 0001:0035B6B4 00000613 C=CODE     S=.text    G=(none)   M=TeeSymbolEditor ACBP=A9
331
 0001:0035BCC8 00000F90 C=CODE     S=.text    G=(none)   M=TeeEdiLege ACBP=A9
332
 0001:0035CC58 000004D4 C=CODE     S=.text    G=(none)   M=TeeAxMaxMin ACBP=A9
333
 0001:0035D12C 00002D4E C=CODE     S=.text    G=(none)   M=TeeEdiAxis ACBP=A9
334
 0001:0035FE7C 000017CE C=CODE     S=.text    G=(none)   M=TeeFunci ACBP=A9
335
 0001:0036164C 00000706 C=CODE     S=.text    G=(none)   M=TeeBmpOptions ACBP=A9
336
 0001:00361D54 00000242 C=CODE     S=.text    G=(none)   M=Mapi     ACBP=A9
337
 0001:00361F98 00000492 C=CODE     S=.text    G=(none)   M=TeeEmfOptions ACBP=A9
338
 0001:0036242C 000027CE C=CODE     S=.text    G=(none)   M=TeeExport ACBP=A9
339
 0001:00364BFC 00000558 C=CODE     S=.text    G=(none)   M=TeExport ACBP=A9
340
 0001:00365154 000047A6 C=CODE     S=.text    G=(none)   M=TeeEditCha ACBP=A9
341
 0001:003698FC 00000206 C=CODE     S=.text    G=(none)   M=TeeBubbleEdit ACBP=A9
342
 0001:00369B04 000009C2 C=CODE     S=.text    G=(none)   M=BubbleCh ACBP=A9
343
 0001:0036A4C8 00000CAE C=CODE     S=.text    G=(none)   M=ArrowCha ACBP=A9
344
 0001:0036B178 00000596 C=CODE     S=.text    G=(none)   M=TeeArrowEdi ACBP=A9
345
 0001:0036B710 00000ACE C=CODE     S=.text    G=(none)   M=GanttCh  ACBP=A9
346
 0001:0036C1E0 000004DE C=CODE     S=.text    G=(none)   M=TeeGanttEdi ACBP=A9
347
 0001:0036C6C0 00000266 C=CODE     S=.text    G=(none)   M=TeeAvgFuncEditor ACBP=A9
348
 0001:0036C928 000003B6 C=CODE     S=.text    G=(none)   M=TeeCustomFuncEditor ACBP=A9
349
 0001:0036CCE0 000022CE C=CODE     S=.text    G=(none)   M=TeeShape ACBP=A9
350
 0001:0036EFB0 00000C2E C=CODE     S=.text    G=(none)   M=TeeShapeEdi ACBP=A9
351
 0001:0036FBE0 0000046A C=CODE     S=.text    G=(none)   M=TeeFLineEdi ACBP=A9
352
 0001:0037004C 00000776 C=CODE     S=.text    G=(none)   M=TeeCircledEdit ACBP=A9
353
 0001:003707C4 00000D1A C=CODE     S=.text    G=(none)   M=TeePieEdit ACBP=A9
354
 0001:003714E0 0000051A C=CODE     S=.text    G=(none)   M=TeeStackBarEdit ACBP=A9
355
 0001:003719FC 00000A4A C=CODE     S=.text    G=(none)   M=TeeBarEdit ACBP=A9
356
 0001:00372448 000009CA C=CODE     S=.text    G=(none)   M=TeeAreaEdit ACBP=A9
357
 0001:00372E14 0000093A C=CODE     S=.text    G=(none)   M=TeeCustEdit ACBP=A9
358
 0001:00373750 00001E24 C=CODE     S=.text    G=(none)   M=UFResBesLactE ACBP=A9
359
 0001:00375574 0000154B C=CODE     S=.text    G=(none)   M=UFBesLactE ACBP=A9
360
 0001:00376AC0 00001680 C=CODE     S=.text    G=(none)   M=UFRapBesLactT ACBP=A9
361
 0001:00378140 00002D8C C=CODE     S=.text    G=(none)   M=UFResBesLactT ACBP=A9
362
 0001:0037AECC 00003246 C=CODE     S=.text    G=(none)   M=UFBesLactT ACBP=A9
363
 0001:0037E114 00002220 C=CODE     S=.text    G=(none)   M=UFRapBesGestE ACBP=A9
364
 0001:00380334 00001EA0 C=CODE     S=.text    G=(none)   M=UFResBesGestE ACBP=A9
365
 0001:003821D4 00002083 C=CODE     S=.text    G=(none)   M=UFBesGestE ACBP=A9
366
 0001:00384258 000021C0 C=CODE     S=.text    G=(none)   M=UFRapBesGestT ACBP=A9
367
 0001:00386418 00003CF0 C=CODE     S=.text    G=(none)   M=UFResBesGestT ACBP=A9
368
 0001:0038A108 00004745 C=CODE     S=.text    G=(none)   M=UFBesGestT ACBP=A9
369
 0001:0038E850 0000CF64 C=CODE     S=.text    G=(none)   M=UFCompSimulT ACBP=A9
370
 0001:0039B7B4 000029C8 C=CODE     S=.text    G=(none)   M=UFRapSimulT ACBP=A9
371
 0001:0039E17C 0001839C C=CODE     S=.text    G=(none)   M=UFResSimulT ACBP=A9
372
 0001:003B6518 000043A0 C=CODE     S=.text    G=(none)   M=UCalcSimulT ACBP=A9
373
 0001:003BA8B8 00003D3C C=CODE     S=.text    G=(none)   M=UFSimulT ACBP=A9
374
 0001:003BE5F4 000010C9 C=CODE     S=.text    G=(none)   M=Gauges   ACBP=A9
375
 0001:003BF6C0 00002478 C=CODE     S=.text    G=(none)   M=UFCalibrage ACBP=A9
376
 0001:003C1B38 00005EC8 C=CODE     S=.text    G=(none)   M=UFRapProfilT ACBP=A9
377
 0001:003C7A00 0000B788 C=CODE     S=.text    G=(none)   M=UFProfilT ACBP=A9
378
 0001:003D3188 00000944 C=CODE     S=.text    G=(none)   M=UFRapLogeT ACBP=A9
379
 0001:003D3ACC 00002518 C=CODE     S=.text    G=(none)   M=UFLogeT  ACBP=A9
380
 0001:003D5FE4 000009F4 C=CODE     S=.text    G=(none)   M=UFRapRationT ACBP=A9
381
 0001:003D69D8 0000314C C=CODE     S=.text    G=(none)   M=UFRationT ACBP=A9
382
 0001:003D9B24 000009EC C=CODE     S=.text    G=(none)   M=UFRapSeqAliT ACBP=A9
383
 0001:003DA510 00002CF8 C=CODE     S=.text    G=(none)   M=UFSeqAliT ACBP=A9
384
 0001:003DD208 00000654 C=CODE     S=.text    G=(none)   M=PBEdit   ACBP=A9
385
 0001:003DD85C 00000510 C=CODE     S=.text    G=(none)   M=JvCaret  ACBP=A9
386
 0001:003DDD6C 00000AFF C=CODE     S=.text    G=(none)   M=JvDataSourceIntf ACBP=A9
387
 0001:003DE86C 000002D3 C=CODE     S=.text    G=(none)   M=JvMaxPixel ACBP=A9
388
 0001:003DEB40 0000003A C=CODE     S=.text    G=(none)   M=JvButton ACBP=A9
389
 0001:003DEB7C 00000044 C=CODE     S=.text    G=(none)   M=JvSpeedButton ACBP=A9
390
 0001:003DEBC0 0000050C C=CODE     S=.text    G=(none)   M=FileCtrl ACBP=A9
391
 0001:003DF0CC 00001A64 C=CODE     S=.text    G=(none)   M=JvExGrids ACBP=A9
392
 0001:003E0B30 00000459 C=CODE     S=.text    G=(none)   M=JvToolEdit ACBP=A9
393
 0001:003E0F8C 00000F42 C=CODE     S=.text    G=(none)   M=JvFixedEditPopUp ACBP=A9
394
 0001:003E1ED0 00001550 C=CODE     S=.text    G=(none)   M=JvEdit   ACBP=A9
395
 0001:003E3420 00004A42 C=CODE     S=.text    G=(none)   M=JvValidateEdit ACBP=A9
396
 0001:003E7E64 000002F8 C=CODE     S=.text    G=(none)   M=UFUserEquation ACBP=A9
397
 0001:003E815C 00003C18 C=CODE     S=.text    G=(none)   M=UFConfig ACBP=A9
398
 0001:003EBD74 000077BC C=CODE     S=.text    G=(none)   M=UFImpExp ACBP=A9
399
 0001:003F3530 0000087B C=CODE     S=.text    G=(none)   M=UFTarif  ACBP=A9
400
 0001:003F3DAC 00001B79 C=CODE     S=.text    G=(none)   M=JvStringGrid ACBP=A9
401
 0001:003F5928 00000874 C=CODE     S=.text    G=(none)   M=UFRapAliMat ACBP=A9
402
 0001:003F619C 00001210 C=CODE     S=.text    G=(none)   M=UFRapAliMin ACBP=A9
403
 0001:003F73AC 00001B18 C=CODE     S=.text    G=(none)   M=UFRapAliAG ACBP=A9
404
 0001:003F8EC4 00002068 C=CODE     S=.text    G=(none)   M=UFRapAliAA ACBP=A9
405
 0001:003FAF2C 00001644 C=CODE     S=.text    G=(none)   M=UFRapAliElem ACBP=A9
406
 0001:003FC570 0000078A C=CODE     S=.text    G=(none)   M=UFRapportAli ACBP=A9
407
 0001:003FCCFC 000027FC C=CODE     S=.text    G=(none)   M=UFGraphAli ACBP=A9
408
 0001:003FF4F8 00000309 C=CODE     S=.text    G=(none)   M=UFCommentAli ACBP=A9
409
 0001:003FF804 00012D75 C=CODE     S=.text    G=(none)   M=UFAliment ACBP=A9
410
 0001:0041257C 00001210 C=CODE     S=.text    G=(none)   M=UFRapMatMin ACBP=A9
411
 0001:0041378C 00001B18 C=CODE     S=.text    G=(none)   M=UFRapMatAG ACBP=A9
412
 0001:004152A4 00002068 C=CODE     S=.text    G=(none)   M=UFRapMatAA ACBP=A9
413
 0001:0041730C 00001644 C=CODE     S=.text    G=(none)   M=UFRapMatElem ACBP=A9
414
 0001:00418950 00000669 C=CODE     S=.text    G=(none)   M=UFRapportMat ACBP=A9
415
 0001:00418FBC 000002A5 C=CODE     S=.text    G=(none)   M=UFCommentMat ACBP=A9
416
 0001:00419264 0000F1CC C=CODE     S=.text    G=(none)   M=UFMatiere ACBP=A9
417
 0001:00428430 00002204 C=CODE     S=.text    G=(none)   M=UFLicense ACBP=A9
... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.

Formats disponibles : Unified diff