代码搜索:testform
找到约 434 项符合「testform」的源代码
代码结果 434
www.eeworm.com/read/158942/10709987
dfm testform.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 215
Height = 154
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/158942/10709995
pas testform.pas
unit TestForm;
interface
uses
SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarat
www.eeworm.com/read/460798/7240595
pdb testform.pdb
www.eeworm.com/read/460798/7240596
exe testform.exe
www.eeworm.com/read/460798/7240600
pdb testform.pdb
www.eeworm.com/read/460798/7240601
exe testform.exe
www.eeworm.com/read/460798/7240609
cs testform.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace TestForm
{