expertcad/POWERCAD30/UNITS/Aconsts.pas
2025-05-12 10:07:51 +03:00

83 lines
1.5 KiB
ObjectPascal

(****************************************************************************
aconsts.pas
produced by Borland Resource Workshop
*****************************************************************************)
unit aconsts;
interface
const
TSQLGO_DBERR = 1;
TSQLGO_SCRERR = 2;
eofincom_ERR = 3;
eofinstring_ERR = 4;
delimeter_expected = 5;
need_opbr = 6;
need_clbr = 7;
comma_expected = 8;
unkn_id = 9;
begin_expected = 10;
end_expected = 11;
unexp_writer = 12;
linker_error = 13;
id_expected = 14;
labname_exp = 15;
lab_notdef = 16;
varname_exp = 17;
var_NotDef = 18;
else_exp = 19;
then_exp = 20;
p2_exp = 21;
eq_exp = 22;
synt_err = 23;
bad_idName = 24;
bad_id = 25;
opsq_exp = 26;
clsq_exp = 27;
in_funuse = 28;
in_procuse = 29;
unsup_partype = 30;
no_resvar = 31;
proc_notfound = 32;
bad_hex = 33;
bad_realconst = 34;
bad_charconst = 35;
progname_exp = 36;
meth_decerr = 37;
bad_methparam = 38;
no_props = 39;
need_par = 40;
clbr_exp = 41;
only_class = 42;
err_decl = 43;
var_already = 44;
bad_varblock = 45;
label_already = 46;
delim_or_coma = 47;
err_declpart = 48;
do_exp = 49;
until_exp = 50;
down_to_exp = 51;
fun_notfound = 52;
unit_declared = 53;
bad_unit = 54;
already_fun = 55;
file_not_found = 56;
compile_before = 57;
unk_macrotype = 58;
par_notfound = 59;
Inspect_consts = 60;
Inspect_objects = 61;
Inspect_Funs = 62;
Inspect_procs = 63;
implementation
end.