代码搜索:testform
找到约 434 项符合「testform」的源代码
代码结果 434
www.eeworm.com/read/290343/3979027
java testform.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy
www.eeworm.com/read/290343/3979032
properties testform.properties
text5.Required = ok: text is missing
panel1.text4.Required = ok testForm: ${label} is missing
text10.Required = found it in form
panel2.text11.Required = found it in page
www.eeworm.com/read/289214/3992253
java testform.java
package com.model.form;
import java.util.ArrayList;
import java.util.List;
import org.apache.struts.action.ActionForm;
import com.project.util.UploadFile;
public class TestForm extends Ac
www.eeworm.com/read/446867/1708750
h testform.h
#pragma once
#include "DrvWork.h"
// TestForm form view
class TestForm : public CFormView
{
DECLARE_DYNCREATE(TestForm)
protected:
TestForm(); // protected constructor used
www.eeworm.com/read/446867/1708766
cpp testform.cpp
// TestForm.cpp : implementation file
//
#include "stdafx.h"
#include "GUI.h"
#include "TestForm.h"
#include ".\testform.h"
// TestForm
IMPLEMENT_DYNCREATE(TestForm, CFormView)
TestF
www.eeworm.com/read/440017/1803601
java testform.java
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.wings.struts.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.act
www.eeworm.com/read/439822/1804218
java testform.java
import org.apache.struts.action.*;
public class TestForm extends ActionForm{
private int no;
private String name;
public int getNo() {
return no;
}
public void setNo(int no) {
www.eeworm.com/read/436639/1846722
pas testform.pas
unit TestForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Spin, Base;
type
TForm1 = class(TForm)
SpinEdit1: TSpinEdit;
www.eeworm.com/read/433357/1884100
java testform.java
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package mokoda.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.Action
www.eeworm.com/read/410920/2199164
dfm testform.dfm
object FormTest: TFormTest
Left = 291
Top = 388
Width = 464
Height = 155
ActiveControl = Button2
Caption = 'TestDialog'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font