w_CellsCase.dpr
上传用户:lhkj2008
上传日期:2010-01-04
资源大小:185k
文件大小:0k
源码类别:

其他智力游戏

开发平台:

Visual C++

  1. program w_CellsCase;
  2. uses
  3.   Forms,
  4.   Unit1 in 'Unit1.pas' {Form1},
  5.   w_Case in 'w_Case.pas';
  6. {$R *.res}
  7. begin
  8.   Application.Initialize;
  9.   Application.CreateForm(TForm1, Form1);
  10.   Application.Run;
  11. end.