代码搜索:testform
找到约 434 项符合「testform」的源代码
代码结果 434
www.eeworm.com/read/354462/10353561
dfm test.dfm
object TestForm: TTestForm
Left = 192
Top = 107
Width = 677
Height = 378
Caption = 'TestForm'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.He
www.eeworm.com/read/345191/11827395
dfm test.dfm
object TestForm: TTestForm
Left = 192
Top = 107
Width = 677
Height = 378
Caption = 'TestForm'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.He
www.eeworm.com/read/436639/1846726
dpr testprj.dpr
program TestPrj;
uses
Forms,
TestForm in 'TestForm.pas' {Form1},
Base in 'Base.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Applicat
www.eeworm.com/read/353634/3084809
dfm testunit1.dfm
object testForm1: TtestForm1
Left = 199
Top = 160
Width = 544
Height = 375
Caption = 'testForm1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
F
www.eeworm.com/read/353634/3084810
dpr project2.dpr
program Project2;
uses
Forms,
testUnit1 in 'testUnit1.pas' {testForm1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TtestForm1, testForm1);
Application.Run;
www.eeworm.com/read/415934/2130622
js test.js
jQuery.validator.defaults.debug = true;
module("validator");
test("Constructor", function() {
var v1 = $("#testForm1").validate();
var v2 = $("#testForm1").validate();
equals( v1, v2, "Calling va
www.eeworm.com/read/294747/8208648
cpp splitterwndex.cpp
// SplitterWndEx.cpp: implementation of the CSplitterWndEx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "TestForm.h"
#include "S
www.eeworm.com/read/294747/8209041
cpp mycalculate.cpp
// MyCalculate.cpp: implementation of the MyCalculate class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "TestForm.h"
#include "MyCalc
www.eeworm.com/read/163987/5501491
cpp mainform.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "MainForm.h"
#include
#include "TestForm.h"
#include