代码搜索:bb
找到约 10,000 项符合「bb」的源代码
代码结果 10,000
www.eeworm.com/read/470336/6918565
dfm bb.dfm
object fmBB: TfmBB
Left = 687
Top = -10
Width = 422
Height = 317
Caption = 'fmBB'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -1
www.eeworm.com/read/470336/6918567
pas bb.pas
unit BB;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TfmBB = class(TForm)
private
{ Private declarations }
public
{ Pub
www.eeworm.com/read/470336/6918587
dfm bb.dfm
object fmBB: TfmBB
Left = 900
Top = 224
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'fmBB'
ClientHeight = 110
ClientWidth = 184
Color = clBtnFace
www.eeworm.com/read/470336/6918589
pas bb.pas
unit BB;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TfmBB = class(TForm)
btn1: TBitBtn; LbBDat1: TLabel; LbBDa
www.eeworm.com/read/470336/6918666
dfm bb.dfm
object fmBB: TfmBB
Left = 536
Top = 686
Width = 273
Height = 141
Caption = 'fmBB'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -1
www.eeworm.com/read/470336/6918669
pas bb.pas
unit BB;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,
DatMod, Func;
type
TfmBB = class(TForm)
Label1: TLabel;
www.eeworm.com/read/470336/6918677
pas bb.pas
unit BB;
interface
uses Math;
type
TCircle = class // 或 class(TObject)
private
public
dia: Single; // 直径 // dia 是对外表现的 Filed
Constructor Create();
function Ge
www.eeworm.com/read/470336/6918680
dfm bb.dfm
object fmBB: TfmBB
Left = 258
Top = 110
Width = 345
Height = 125
Caption = 'fmBB'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
www.eeworm.com/read/470336/6918683
pas bb.pas
unit BB;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs;
type
TfmBB = class(TForm)
function fAdd(a,b: word): word; // 自定义函数,属于TfmBB,可被别的u
www.eeworm.com/read/470336/6918694
dfm bb.dfm
inherited fmBB: TfmBB
Top = 448
Height = 330
Caption = 'fmBB'
OldCreateOrder = True
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 20
inherited Label2: TLabel
W