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;
没有找到,那个老兄有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;