代码搜索:testform
找到约 434 项符合「testform」的源代码
代码结果 434
www.eeworm.com/read/218274/14928207
js tao.js
//给文本框初始值,和确定焦点位置函数
//全局变量
var contextLen = 33;
var taoNum = false;
var PendingOp = "";
var result = 0;
function window.onload()
{
testForm.textContext.focus();
document.testForm.textCon
www.eeworm.com/read/154107/5640946
txt js验证代码.txt
回复人: zhaofj(叶三耿) ( ) 信誉:100 2003-3-17 23:53:56 得分:140
呵呵,看到你的问题我专门为你写了完整的程序,你可以放心使用了。Enjoy!
/*表单页面 formcheck.html*/
www.eeworm.com/read/294747/8209031
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// TestForm.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
www.eeworm.com/read/368447/9694232
dpr test.dpr
program Test;
uses
Forms,
TestMain in 'TestMain.pas' {TestForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTestForm, TestForm);
Application.Run;
end.