代码搜索:testform
找到约 434 项符合「testform」的源代码
代码结果 434
www.eeworm.com/read/334746/12577437
sca testform.sca
SCCTEXT Version 4.0.0.2
PLATFORM C(8,0),UNIQUEID C(10,0),TIMESTAMP N(10,0),CLASS M(4,0),CLASSLOC M(4,0),BASECLASS M(4,0),OBJNAME M(4,0),PARENT M(4,0),PROPERTIES M(4,0),PROTECTED M(4,0),METHODS M(4,0)
www.eeworm.com/read/334746/12577473
sct testform.sct
www.eeworm.com/read/334746/12577481
scx testform.scx
www.eeworm.com/read/201189/15413765
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/201189/15413766
dfm testform.dfm
www.eeworm.com/read/460891/7238575
cs testform3.cs
// TestForm3.cs
using System;
using System.Windows.Forms;
using System.Drawing;
public class TestForm3 : Form {
// (When we add eventually attach components to the Form - labels, buttons,
www.eeworm.com/read/460891/7238576
cs testform2.cs
// TestForm2.cs
using System;
using System.Windows.Forms;
using System.Drawing;
public class TestForm2 {
static void Main() {
// Create a Form by calling the Form constructor
For
www.eeworm.com/read/460891/7238608
exe testform1.exe
www.eeworm.com/read/460891/7238611
exe testform2.exe
www.eeworm.com/read/460891/7238612
cs testform1.cs
// TestForm1.cs
using System;
using System.Windows.Forms;
using System.Drawing;
public class TestForm1 {
static void Main() {
// Create a Form by calling the Form constructor
For