⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msflxgrd.tlh

📁 Visual C++ 实践与提高--数据库篇的源代码。很好的东西。欢迎下载。
💻 TLH
📖 第 1 页 / 共 2 页
字号:
        long * ColSel ) = 0;
    virtual HRESULT __stdcall put_ColSel (
        long ColSel ) = 0;
    virtual HRESULT __stdcall get_Text (
        BSTR * Text ) = 0;
    virtual HRESULT __stdcall put_Text (
        BSTR Text ) = 0;
    virtual HRESULT __stdcall get_BackColor (
        OLE_COLOR * BackColor ) = 0;
    virtual HRESULT __stdcall put_BackColor (
        OLE_COLOR BackColor ) = 0;
    virtual HRESULT __stdcall get_ForeColor (
        OLE_COLOR * ForeColor ) = 0;
    virtual HRESULT __stdcall put_ForeColor (
        OLE_COLOR ForeColor ) = 0;
    virtual HRESULT __stdcall get_BackColorFixed (
        OLE_COLOR * BackColorFixed ) = 0;
    virtual HRESULT __stdcall put_BackColorFixed (
        OLE_COLOR BackColorFixed ) = 0;
    virtual HRESULT __stdcall get_ForeColorFixed (
        OLE_COLOR * ForeColorFixed ) = 0;
    virtual HRESULT __stdcall put_ForeColorFixed (
        OLE_COLOR ForeColorFixed ) = 0;
    virtual HRESULT __stdcall get_BackColorSel (
        OLE_COLOR * BackColorSel ) = 0;
    virtual HRESULT __stdcall put_BackColorSel (
        OLE_COLOR BackColorSel ) = 0;
    virtual HRESULT __stdcall get_ForeColorSel (
        OLE_COLOR * ForeColorSel ) = 0;
    virtual HRESULT __stdcall put_ForeColorSel (
        OLE_COLOR ForeColorSel ) = 0;
    virtual HRESULT __stdcall get_BackColorBkg (
        OLE_COLOR * BackColorBkg ) = 0;
    virtual HRESULT __stdcall put_BackColorBkg (
        OLE_COLOR BackColorBkg ) = 0;
    virtual HRESULT __stdcall get_WordWrap (
        VARIANT_BOOL * WordWrap ) = 0;
    virtual HRESULT __stdcall put_WordWrap (
        VARIANT_BOOL WordWrap ) = 0;
    virtual HRESULT __stdcall get_Font (
        IFontDisp * * Font ) = 0;
    virtual HRESULT __stdcall putref_Font (
        IFontDisp * Font ) = 0;
    virtual HRESULT __stdcall get_FontWidth (
        float * FontWidth ) = 0;
    virtual HRESULT __stdcall put_FontWidth (
        float FontWidth ) = 0;
    virtual HRESULT __stdcall get_CellFontName (
        BSTR * CellFontName ) = 0;
    virtual HRESULT __stdcall put_CellFontName (
        BSTR CellFontName ) = 0;
    virtual HRESULT __stdcall get_CellFontSize (
        float * CellFontSize ) = 0;
    virtual HRESULT __stdcall put_CellFontSize (
        float CellFontSize ) = 0;
    virtual HRESULT __stdcall get_CellFontBold (
        VARIANT_BOOL * CellFontBold ) = 0;
    virtual HRESULT __stdcall put_CellFontBold (
        VARIANT_BOOL CellFontBold ) = 0;
    virtual HRESULT __stdcall get_CellFontItalic (
        VARIANT_BOOL * CellFontItalic ) = 0;
    virtual HRESULT __stdcall put_CellFontItalic (
        VARIANT_BOOL CellFontItalic ) = 0;
    virtual HRESULT __stdcall get_CellFontUnderline (
        VARIANT_BOOL * CellFontUnderline ) = 0;
    virtual HRESULT __stdcall put_CellFontUnderline (
        VARIANT_BOOL CellFontUnderline ) = 0;
    virtual HRESULT __stdcall get_CellFontStrikeThrough (
        VARIANT_BOOL * CellFontStrikeThrough ) = 0;
    virtual HRESULT __stdcall put_CellFontStrikeThrough (
        VARIANT_BOOL CellFontStrikeThrough ) = 0;
    virtual HRESULT __stdcall get_CellFontWidth (
        float * CellFontWidth ) = 0;
    virtual HRESULT __stdcall put_CellFontWidth (
        float CellFontWidth ) = 0;
    virtual HRESULT __stdcall get_TextStyle (
        enum TextStyleSettings * TextStyle ) = 0;
    virtual HRESULT __stdcall put_TextStyle (
        enum TextStyleSettings TextStyle ) = 0;
    virtual HRESULT __stdcall get_TextStyleFixed (
        enum TextStyleSettings * TextStyleFixed ) = 0;
    virtual HRESULT __stdcall put_TextStyleFixed (
        enum TextStyleSettings TextStyleFixed ) = 0;
    virtual HRESULT __stdcall get_ScrollTrack (
        VARIANT_BOOL * ScrollTrack ) = 0;
    virtual HRESULT __stdcall put_ScrollTrack (
        VARIANT_BOOL ScrollTrack ) = 0;
    virtual HRESULT __stdcall get_FocusRect (
        enum FocusRectSettings * FocusRect ) = 0;
    virtual HRESULT __stdcall put_FocusRect (
        enum FocusRectSettings FocusRect ) = 0;
    virtual HRESULT __stdcall get_HighLight (
        enum HighLightSettings * HighLight ) = 0;
    virtual HRESULT __stdcall put_HighLight (
        enum HighLightSettings HighLight ) = 0;
    virtual HRESULT __stdcall get_Redraw (
        VARIANT_BOOL * Redraw ) = 0;
    virtual HRESULT __stdcall put_Redraw (
        VARIANT_BOOL Redraw ) = 0;
    virtual HRESULT __stdcall get_ScrollBars (
        enum ScrollBarsSettings * ScrollBars ) = 0;
    virtual HRESULT __stdcall put_ScrollBars (
        enum ScrollBarsSettings ScrollBars ) = 0;
    virtual HRESULT __stdcall get_MouseRow (
        long * MouseRow ) = 0;
    virtual HRESULT __stdcall get_MouseCol (
        long * MouseCol ) = 0;
    virtual HRESULT __stdcall get_CellLeft (
        long * CellLeft ) = 0;
    virtual HRESULT __stdcall get_CellTop (
        long * CellTop ) = 0;
    virtual HRESULT __stdcall get_CellWidth (
        long * CellWidth ) = 0;
    virtual HRESULT __stdcall get_CellHeight (
        long * CellHeight ) = 0;
    virtual HRESULT __stdcall get_RowHeightMin (
        long * RowHeightMin ) = 0;
    virtual HRESULT __stdcall put_RowHeightMin (
        long RowHeightMin ) = 0;
    virtual HRESULT __stdcall get_FillStyle (
        enum FillStyleSettings * FillStyle ) = 0;
    virtual HRESULT __stdcall put_FillStyle (
        enum FillStyleSettings FillStyle ) = 0;
    virtual HRESULT __stdcall get_GridLines (
        enum GridLineSettings * GridLines ) = 0;
    virtual HRESULT __stdcall put_GridLines (
        enum GridLineSettings GridLines ) = 0;
    virtual HRESULT __stdcall get_GridLinesFixed (
        enum GridLineSettings * GridLinesFixed ) = 0;
    virtual HRESULT __stdcall put_GridLinesFixed (
        enum GridLineSettings GridLinesFixed ) = 0;
    virtual HRESULT __stdcall get_GridColor (
        OLE_COLOR * GridColor ) = 0;
    virtual HRESULT __stdcall put_GridColor (
        OLE_COLOR GridColor ) = 0;
    virtual HRESULT __stdcall get_GridColorFixed (
        OLE_COLOR * GridColorFixed ) = 0;
    virtual HRESULT __stdcall put_GridColorFixed (
        OLE_COLOR GridColorFixed ) = 0;
    virtual HRESULT __stdcall get_CellBackColor (
        OLE_COLOR * CellBackColor ) = 0;
    virtual HRESULT __stdcall put_CellBackColor (
        OLE_COLOR CellBackColor ) = 0;
    virtual HRESULT __stdcall get_CellForeColor (
        OLE_COLOR * CellForeColor ) = 0;
    virtual HRESULT __stdcall put_CellForeColor (
        OLE_COLOR CellForeColor ) = 0;
    virtual HRESULT __stdcall get_CellAlignment (
        short * CellAlignment ) = 0;
    virtual HRESULT __stdcall put_CellAlignment (
        short CellAlignment ) = 0;
    virtual HRESULT __stdcall get_CellTextStyle (
        enum TextStyleSettings * CellTextStyle ) = 0;
    virtual HRESULT __stdcall put_CellTextStyle (
        enum TextStyleSettings CellTextStyle ) = 0;
    virtual HRESULT __stdcall get_CellPictureAlignment (
        short * CellPictureAlignment ) = 0;
    virtual HRESULT __stdcall put_CellPictureAlignment (
        short CellPictureAlignment ) = 0;
    virtual HRESULT __stdcall get_Clip (
        BSTR * Clip ) = 0;
    virtual HRESULT __stdcall put_Clip (
        BSTR Clip ) = 0;
    virtual HRESULT __stdcall put_Sort (
        short _arg1 ) = 0;
    virtual HRESULT __stdcall get_SelectionMode (
        enum SelectionModeSettings * SelectionMode ) = 0;
    virtual HRESULT __stdcall put_SelectionMode (
        enum SelectionModeSettings SelectionMode ) = 0;
    virtual HRESULT __stdcall get_MergeCells (
        enum MergeCellsSettings * MergeCells ) = 0;
    virtual HRESULT __stdcall put_MergeCells (
        enum MergeCellsSettings MergeCells ) = 0;
    virtual HRESULT __stdcall get_AllowBigSelection (
        VARIANT_BOOL * AllowBigSelection ) = 0;
    virtual HRESULT __stdcall put_AllowBigSelection (
        VARIANT_BOOL AllowBigSelection ) = 0;
    virtual HRESULT __stdcall get_AllowUserResizing (
        enum AllowUserResizeSettings * AllowUserResizing ) = 0;
    virtual HRESULT __stdcall put_AllowUserResizing (
        enum AllowUserResizeSettings AllowUserResizing ) = 0;
    virtual HRESULT __stdcall get_BorderStyle (
        enum BorderStyleSettings * BorderStyle ) = 0;
    virtual HRESULT __stdcall put_BorderStyle (
        enum BorderStyleSettings BorderStyle ) = 0;
    virtual HRESULT __stdcall get_hWnd (
        long * hWnd ) = 0;
    virtual HRESULT __stdcall get_Enabled (
        VARIANT_BOOL * Enabled ) = 0;
    virtual HRESULT __stdcall put_Enabled (
        VARIANT_BOOL Enabled ) = 0;
    virtual HRESULT __stdcall get_Appearance (
        enum AppearanceSettings * Appearance ) = 0;
    virtual HRESULT __stdcall put_Appearance (
        enum AppearanceSettings Appearance ) = 0;
    virtual HRESULT __stdcall get_MousePointer (
        enum MousePointerSettings * MousePointer ) = 0;
    virtual HRESULT __stdcall put_MousePointer (
        enum MousePointerSettings MousePointer ) = 0;
    virtual HRESULT __stdcall get_MouseIcon (
        IPictureDisp * * MouseIcon ) = 0;
    virtual HRESULT __stdcall putref_MouseIcon (
        IPictureDisp * MouseIcon ) = 0;
    virtual HRESULT __stdcall get_PictureType (
        enum PictureTypeSettings * PictureType ) = 0;
    virtual HRESULT __stdcall put_PictureType (
        enum PictureTypeSettings PictureType ) = 0;
    virtual HRESULT __stdcall get_Picture (
        IPictureDisp * * Picture ) = 0;
    virtual HRESULT __stdcall get_CellPicture (
        IPictureDisp * * CellPicture ) = 0;
    virtual HRESULT __stdcall putref_CellPicture (
        IPictureDisp * CellPicture ) = 0;
    virtual void __stdcall AboutBox ( ) = 0;
    virtual HRESULT __stdcall get_TextArray (
        long index,
        BSTR * TextArray ) = 0;
    virtual HRESULT __stdcall put_TextArray (
        long index,
        BSTR TextArray ) = 0;
    virtual HRESULT __stdcall get_ColAlignment (
        long index,
        short * ColAlignment ) = 0;
    virtual HRESULT __stdcall put_ColAlignment (
        long index,
        short ColAlignment ) = 0;
    virtual HRESULT __stdcall get_ColWidth (
        long index,
        long * ColWidth ) = 0;
    virtual HRESULT __stdcall put_ColWidth (
        long index,
        long ColWidth ) = 0;
    virtual HRESULT __stdcall get_RowHeight (
        long index,
        long * RowHeight ) = 0;
    virtual HRESULT __stdcall put_RowHeight (
        long index,
        long RowHeight ) = 0;
    virtual HRESULT __stdcall get_MergeRow (
        long index,
        VARIANT_BOOL * MergeRow ) = 0;
    virtual HRESULT __stdcall put_MergeRow (
        long index,
        VARIANT_BOOL MergeRow ) = 0;
    virtual HRESULT __stdcall get_MergeCol (
        long index,
        VARIANT_BOOL * MergeCol ) = 0;
    virtual HRESULT __stdcall put_MergeCol (
        long index,
        VARIANT_BOOL MergeCol ) = 0;
    virtual HRESULT __stdcall put_RowPosition (
        long index,
        long _arg2 ) = 0;
    virtual HRESULT __stdcall put_ColPosition (
        long index,
        long _arg2 ) = 0;
    virtual HRESULT __stdcall get_RowData (
        long index,
        long * RowData ) = 0;
    virtual HRESULT __stdcall put_RowData (
        long index,
        long RowData ) = 0;
    virtual HRESULT __stdcall get_ColData (
        long index,
        long * ColData ) = 0;
    virtual HRESULT __stdcall put_ColData (
        long index,
        long ColData ) = 0;
    virtual HRESULT __stdcall get_TextMatrix (
        long Row,
        long Col,
        BSTR * TextMatrix ) = 0;
    virtual HRESULT __stdcall put_TextMatrix (
        long Row,
        long Col,
        BSTR TextMatrix ) = 0;
    virtual HRESULT __stdcall AddItem (
        BSTR Item,
        VARIANT index = vtMissing ) = 0;
    virtual HRESULT __stdcall RemoveItem (
        long index ) = 0;
    virtual void __stdcall Clear ( ) = 0;
    virtual void __stdcall Refresh ( ) = 0;
    virtual HRESULT __stdcall get_DataSource (
        struct IRowCursor * * DataSource ) = 0;
    virtual HRESULT __stdcall put_DataSource (
        struct IRowCursor * DataSource ) = 0;
    virtual HRESULT __stdcall get_RowIsVisible (
        long index,
        VARIANT_BOOL * RowIsVisible ) = 0;
    virtual HRESULT __stdcall get_ColIsVisible (
        long index,
        VARIANT_BOOL * ColIsVisible ) = 0;
    virtual HRESULT __stdcall get_RowPos (
        long index,
        long * RowPos ) = 0;
    virtual HRESULT __stdcall get_ColPos (
        long index,
        long * ColPos ) = 0;
    virtual HRESULT __stdcall get_GridLineWidth (
        short * GridLineWidth ) = 0;
    virtual HRESULT __stdcall put_GridLineWidth (
        short GridLineWidth ) = 0;
    virtual HRESULT __stdcall get_FixedAlignment (
        long index,
        short * FixedAlignment ) = 0;
    virtual HRESULT __stdcall put_FixedAlignment (
        long index,
        short FixedAlignment ) = 0;
    virtual HRESULT __stdcall get_FontName (
        BSTR * FontName ) = 0;
    virtual HRESULT __stdcall put_FontName (
        BSTR FontName ) = 0;
    virtual HRESULT __stdcall get_FontSize (
        float * FontSize ) = 0;
    virtual HRESULT __stdcall put_FontSize (
        float FontSize ) = 0;
    virtual HRESULT __stdcall get_FontBold (
        VARIANT_BOOL * FontBold ) = 0;
    virtual HRESULT __stdcall put_FontBold (
        VARIANT_BOOL FontBold ) = 0;
    virtual HRESULT __stdcall get_FontItalic (
        VARIANT_BOOL * FontItalic ) = 0;
    virtual HRESULT __stdcall put_FontItalic (
        VARIANT_BOOL FontItalic ) = 0;
    virtual HRESULT __stdcall get_FontStrikethru (
        VARIANT_BOOL * FontStrikethru ) = 0;
    virtual HRESULT __stdcall put_FontStrikethru (
        VARIANT_BOOL FontStrikethru ) = 0;
    virtual HRESULT __stdcall get_FontUnderline (
        VARIANT_BOOL * FontUnderline ) = 0;
    virtual HRESULT __stdcall put_FontUnderline (
        VARIANT_BOOL FontUnderline ) = 0;
    virtual HRESULT __stdcall get_RightToLeft (
        VARIANT_BOOL * RightToLeft ) = 0;
    virtual HRESULT __stdcall put_RightToLeft (
        VARIANT_BOOL RightToLeft ) = 0;
    virtual HRESULT __stdcall get_OLEDropMode (
        enum OLEDropConstants * psOLEDropMode ) = 0;
    virtual HRESULT __stdcall put_OLEDropMode (
        enum OLEDropConstants psOLEDropMode ) = 0;
    virtual HRESULT __stdcall OLEDrag ( ) = 0;
};

struct __declspec(uuid("609602e0-531b-11cf-91f6-c2863c385e30"))
DMSFlexGridEvents : IDispatch
{};

struct __declspec(uuid("6262d3a0-531b-11cf-91f6-c2863c385e30"))
MSFlexGrid;
    // [ default ] interface IMSFlexGrid
    // [ default, source ] dispinterface DMSFlexGridEvents

} // namespace MSFlexGridLib

#pragma pack(pop)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -