MDL IniReader
This commit is contained in:
parent
232661e6c9
commit
635b2d9fa1
|
@ -5,15 +5,15 @@ Unit MUTIL_Common;
|
||||||
Interface
|
Interface
|
||||||
|
|
||||||
Uses
|
Uses
|
||||||
INIFiles,
|
|
||||||
m_Output,
|
m_Output,
|
||||||
|
m_IniReader,
|
||||||
mutil_Status;
|
mutil_Status;
|
||||||
|
|
||||||
{$I RECORDS.PAS}
|
{$I RECORDS.PAS}
|
||||||
|
|
||||||
Var
|
Var
|
||||||
Console : TOutput;
|
Console : TOutput;
|
||||||
INI : TINIFile;
|
INI : TINIReader;
|
||||||
BarOne : TStatusBar;
|
BarOne : TStatusBar;
|
||||||
BarAll : TStatusBar;
|
BarAll : TStatusBar;
|
||||||
ProcessTotal : Byte = 0;
|
ProcessTotal : Byte = 0;
|
||||||
|
|
Loading…
Reference in New Issue