Subversion Repositories spacemission

Rev

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

Rev 2 Rev 4
Line 2... Line 2...
2
 
2
 
3
interface
3
interface
4
 
4
 
5
uses
5
uses
6
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
6
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
7
  StdCtrls, ShellAPI;
7
  StdCtrls, ShellAPI, System.UITypes;
8
 
8
 
9
type
9
type
10
  TSourceForm = class(TForm)        
10
  TSourceForm = class(TForm)        
11
    ElLabel1: TLabel;
11
    ElLabel1: TLabel;
12
    ElLabel2: TLabel;
12
    ElLabel2: TLabel;