home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
RESXPLOR.DPR
< prev
next >
Wrap
Text File
|
1997-04-24
|
230b
|
15 lines
program ResXplor;
uses
Forms,
ExeImage,
RXMain in 'RXMain.pas' {MainForm};
{$R *.RES}
begin
Application.Title := 'Resource Explorer';
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.