Subversion Repositories userdetect2

Rev

Rev 90 | Rev 94 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90 Rev 92
Line 9... Line 9...
9
{$INCLUDE 'UserDetect2.inc'}
9
{$INCLUDE 'UserDetect2.inc'}
10
 
10
 
11
uses
11
uses
12
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
12
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
13
  Dialogs, StdCtrls, Grids, ValEdit, UD2_Obj, ComCtrls, ImgList, ExtCtrls,
13
  Dialogs, StdCtrls, Grids, ValEdit, UD2_Obj, ComCtrls, ImgList, ExtCtrls,
14
  CommCtrl, Menus, VTSListView, VTSCompat, UD2_PluginStatus;
14
  CommCtrl, Menus, VTSListView, VTSCompat, UD2_PluginStatus, Contnrs,
-
 
15
  System.ImageList;
15
 
16
 
16
const
17
const
17
  DefaultIniFile = 'UserDetect2.ini';
18
  DefaultIniFile = 'UserDetect2.ini';
18
  DefaultWarnIfNothingMatchesGUI = 'true';
19
  DefaultWarnIfNothingMatchesGUI = 'true';
19
  TagWarnIfNothingMatchesGUI = 'WarnIfNothingMatches.GUI';
20
  TagWarnIfNothingMatchesGUI = 'WarnIfNothingMatches.GUI';