代码搜索结果
找到约 10,000 项符合
Test 的代码
test.pas
unit test;
interface
uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
StdCtrls , shellApi;
type
PPASSWORD_CACHE_ENTRY=^TPASSWORD_CACHE_ENTRY;
TPASSWORD_CACHE_EN
test.~pas
unit test;
interface
uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
StdCtrls , shellApi;
type
PPASSWORD_CACHE_ENTRY=^TPASSWORD_CACHE_ENTRY;
TPASSWORD_CACHE_EN
test.dfm
object Form1: TForm1
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = '得到资源缓存密码'
ClientHeight = 453
ClientWidth = 688
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
F
test.~dfm
object Form1: TForm1
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = '得到资源缓存密码'
ClientHeight = 453
ClientWidth = 688
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
F
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
test.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTestDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "test.h"