TGLEdit 控件(50分)

  • 主题发起人 主题发起人 jkh112233
  • 开始时间 开始时间
J

jkh112233

Unregistered / Unconfirmed
GUEST, unregistred user!
我在看一些源码,我copy了以下一点, 其间用到了 TGLEdit 控件,我用google 搜了半天也
没有找到,那个老兄有TGLEdit 控件,请共享一下,我在此先谢了
unit famGridUnt;
interface

uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, ExtCtrls, StdCtrls, GLStdCtrls;

const
crExcelCursor = 80; //Cursor
type
TxuControlType = (xctLabel, xctEdit, xctComboBox);
TxuInspectorCols = class;
TxuInspectorCol = class(TObject)
private
FOwner: TxuInspectorCols;
FLabel: TEdit;
FEdit: TGLEdit;
 
这个东东在 glscene 控件包里面的
这个是免费的opengl控件包
官方网站:http://glscene.org
 
后退
顶部