代码搜索:testform
找到约 434 项符合「testform」的源代码
代码结果 434
www.eeworm.com/read/103322/6216992
vb testform.vb
Option Strict On
Public Class TestForm
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call
www.eeworm.com/read/103322/6217376
vb testform.vb
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Wi
www.eeworm.com/read/482813/6613407
log testform.log
行 13: 控件 labelshape2 的类 Project1.labelshape 不是一个已加载的控件类。
行 19: 属性名 _ExtentX 在 labelshape2 中是无效的。
行 20: 属性名 _ExtentY 在 labelshape2 中是无效的。
行 21: 属性名 labelshape2 在 labelshape2 中是无效的。
www.eeworm.com/read/482813/6613413
frm testform.frm
VERSION 5.00
Object = "{AA916CEC-D740-4904-ADF7-F65DFDC248ED}#1.0#0"; "Project1.ocx"
Begin VB.Form testform
Caption = "Form1"
ClientHeight = 2205
ClientLeft = 60
www.eeworm.com/read/406832/11434948
cs testform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace GEROSYS
{
///
/// testform 的摘要说明。
///
www.eeworm.com/read/149322/12387052
cs testform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace DataTypeDemo
{
///
/// Form1