代码搜索:TPaintBox
找到约 40 项符合「TPaintBox」的源代码
代码结果 40
www.eeworm.com/read/468931/6982236
txt index.txt
0,1410,22018,00.html
Printing a TImage
打印一个TImage对象
faq24.htm
Change the mouse cursor.
改变鼠标指针
faq33.htm
Create memory DCs and BitBlt to the screen with BCB.
使用BCB给屏幕建立内存场景DCs和Bit
www.eeworm.com/read/387176/8702051
dfm unit2.dfm
object Form2: TForm2
Left = 138
Top = 47
Width = 741
Height = 549
Caption = #39072#20498#22270#29255
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/387176/8702119
~dfm unit2.~dfm
object Form2: TForm2
Left = 138
Top = 47
Width = 741
Height = 549
Caption = #39072#20498#22270#29255
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/136488/13374318
h thsort.h
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
//---------------
www.eeworm.com/read/116591/14964491
h thsort.h
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
//---------------
www.eeworm.com/read/384571/8859721
txt 说明.txt
本范例采用<mark>TPaintBox</mark>控件派生出仪表控件。
文件说明:PaintGrid.pas 网格型仪表控件源文件
Mymeter.pas 圆型仪表控件源文件
Project1是这两个控件的使用范例。
该范例可方便Delphi的控件开发初学者,对仪表
开发或对PaintBox的使用有学习需要的朋友。
控件的安装方法:
1.进入菜单->Comp ...
www.eeworm.com/read/173383/9659924
h wrapform.h
//---------------------------------------------------------------------------
#ifndef WrapFormH
#define WrapFormH
//---------------------------------------------------------------------------
#i
www.eeworm.com/read/136488/13374316
h sortthd.h
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
//---------------
www.eeworm.com/read/116591/14964489
h sortthd.h
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
//---------------
www.eeworm.com/read/384571/8859725
~pas paintgrid.~pas
unit PaintGrid;
interface
uses
Windows, Messages, SysUtils, Classes, Controls, ExtCtrls,Graphics;
type
TPaintGrid = class(TPaintBox)
procedure Paint; override;
private
{ P