代码搜索:testform
找到约 434 项符合「testform」的源代码
代码结果 434
www.eeworm.com/read/161222/10436636
dfm test.dfm
object TestForm: TTestForm
Left = 190
Top = 170
Width = 753
Height = 616
Caption = #27979#35797
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Fo
www.eeworm.com/read/141937/12976765
dfm testmain.dfm
object TestForm: TTestForm
Left = 190
Top = 116
Width = 560
Height = 435
Caption = 'Test'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei
www.eeworm.com/read/238536/13877504
dfm testmain.dfm
object TestForm: TTestForm
Left = 190
Top = 116
Width = 560
Height = 435
Caption = 'Test'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei
www.eeworm.com/read/128084/14317255
dfm testmain.dfm
object TestForm: TTestForm
Left = 190
Top = 116
Width = 560
Height = 435
Caption = 'Test'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei
www.eeworm.com/read/368447/9694241
dfm testmain.dfm
object TestForm: TTestForm
Left = 190
Top = 116
Width = 560
Height = 435
Caption = 'Test'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei
www.eeworm.com/read/175308/9552515
ex-22-02
'' Example 22-02: Using the CalcControl ActiveX control in a VB program (TestForm)
Private Sub btnAdd_Click()
Label1.Caption = _
calcControl.Add(CDbl(Text1.Text), _
CDbl(
www.eeworm.com/read/150320/12299362
dfm unittestform.dfm
object TestForm: TTestForm
Left = 192
Top = 107
Width = 544
Height = 375
Caption = '测试'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height
www.eeworm.com/read/294747/8208840
cpp testformdoc.cpp
// TestFormDoc.cpp : implementation of the CTestFormDoc class
//
#include "stdafx.h"
#include "TestForm.h"
#include "TestFormDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/159432/10650326
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "MyDatabase.h"
#include "MainFrm.h"
#include "TestForm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und