代码搜索结果
找到约 10,000 项符合
Test 的代码
test.dfm
inherited Parent1: TParent1
Caption = 'Parent1'
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
inherited BitBtn1: TBitBtn
OnClick = nil
end
end
end
test.~dfm
inherited Parent1: TParent1
Left = 219
Top = 132
Caption = 'Parent1'
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
inherited BitBtn1: TBitBtn
OnClick = nil
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
test.idl
// Test.idl : IDL source for Test.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Test.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
test.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CAboutDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "test.h"
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"
#include
test.h
// test.h : main header file for the TEST application
//
#if !defined(AFX_TEST_H__0A1E98FA_CAC3_4257_AB77_80C4546EFF76__INCLUDED_)
#define AFX_TEST_H__0A1E98FA_CAC3_4257_AB77_80C4546EFF76__INCLUD