代码搜索结果

找到约 10,000 项符合 Test 的代码

test.dsp

# Microsoft Developer Studio Project File - Name="Test" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appl

test.cpp

// Test.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Test.h" #include "MainFrm.h" #include "TestDoc.h" #include "TestView.h" #ifdef _DEBUG #def

test.h

// Test.h : main header file for the TEST application // #if !defined(AFX_TEST_H__687EC7D4_477F_4BD3_BCC6_BD41AD64322D__INCLUDED_) #define AFX_TEST_H__687EC7D4_477F_4BD3_BCC6_BD41AD64322D__INCLUD

test.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////

test.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=InputDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Test.h"

test.dpr

program test; uses Forms, DateWin in 'DateWin.pas' {FRM_Date}, DateCn in 'DateCn.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TFRM_Date, FRM_Date); Ap