代码搜索:testform
找到约 434 项符合「testform」的源代码
代码结果 434
www.eeworm.com/read/433564/7922621
dpr testproject.dpr
program TestProject;
uses
ShareMem,
Forms,
TestMainForm in 'TestMainForm.pas' {TestForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTestForm, TestForm);
www.eeworm.com/read/146081/12677417
cls telephonemonitor.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/141937/12976756
dpr test.dpr
program Test;
uses
Forms,
TestMain in 'TestMain.pas' {TestForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTestForm, TestForm);
Application.Run;
end.
www.eeworm.com/read/238536/13877499
dpr test.dpr
program Test;
uses
Forms,
TestMain in 'TestMain.pas' {TestForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTestForm, TestForm);
Application.Run;
end.
www.eeworm.com/read/128084/14317250
dpr test.dpr
program Test;
uses
Forms,
TestMain in 'TestMain.pas' {TestForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTestForm, TestForm);
Application.Run;
end.
www.eeworm.com/read/127697/14340028
cpp dk3200_rs232_iap_demo.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEFO