ttf160_tlb.pas
来自「胜天进销存源码,国产优秀的进销存」· PAS 代码 · 共 1,458 行 · 第 1/5 页
PAS
1,458 行
property StartRow: Single readonly dispid 1;
property StartCol: Single readonly dispid 2;
property EndRow: Single readonly dispid 3;
property EndCol: Single readonly dispid 4;
property Rows: Single readonly dispid 5;
property Cols: Single readonly dispid 6;
end;
// *********************************************************************//
// Interface: IF1FindReplaceInfo
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {B0475047-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1FindReplaceInfo = interface(IDispatch)
['{B0475047-7740-11D1-BDC3-0020AF9F8E6E}']
function FindNext: WordBool; safecall;
procedure Replace(const ReplaceWith: WideString); safecall;
function Get_Row: Integer; safecall;
function Get_Col: Integer; safecall;
property Row: Integer read Get_Row;
property Col: Integer read Get_Col;
end;
// *********************************************************************//
// DispIntf: IF1FindReplaceInfoDisp
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {B0475047-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1FindReplaceInfoDisp = dispinterface
['{B0475047-7740-11D1-BDC3-0020AF9F8E6E}']
function FindNext: WordBool; dispid 1;
procedure Replace(const ReplaceWith: WideString); dispid 2;
property Row: Integer readonly dispid 3;
property Col: Integer readonly dispid 4;
end;
// *********************************************************************//
// Interface: IF1DispAddInArray
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {B047504F-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1DispAddInArray = interface(IDispatch)
['{B047504F-7740-11D1-BDC3-0020AF9F8E6E}']
function Get_Rows: Integer; safecall;
function Get_Cols: Integer; safecall;
function GetArrayType: F1AddInArrayTypeConstants; safecall;
function GetValue(nRow: Integer; nCol: Integer): OleVariant; safecall;
function IterStart: WordBool; safecall;
function IterNext: WordBool; safecall;
function IterGetValue: OleVariant; safecall;
function IterGetValueEx(out pRow: Integer; out pCol: Integer): OleVariant; safecall;
property Rows: Integer read Get_Rows;
property Cols: Integer read Get_Cols;
end;
// *********************************************************************//
// DispIntf: IF1DispAddInArrayDisp
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {B047504F-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1DispAddInArrayDisp = dispinterface
['{B047504F-7740-11D1-BDC3-0020AF9F8E6E}']
property Rows: Integer readonly dispid 2;
property Cols: Integer readonly dispid 3;
function GetArrayType: F1AddInArrayTypeConstants; dispid 4;
function GetValue(nRow: Integer; nCol: Integer): OleVariant; dispid 0;
function IterStart: WordBool; dispid 5;
function IterNext: WordBool; dispid 6;
function IterGetValue: OleVariant; dispid 7;
function IterGetValueEx(out pRow: Integer; out pCol: Integer): OleVariant; dispid 8;
end;
// *********************************************************************//
// Interface: IF1DispAddInArrayEx
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {B0475053-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1DispAddInArrayEx = interface(IDispatch)
['{B0475053-7740-11D1-BDC3-0020AF9F8E6E}']
function Get_Areas: Integer; safecall;
function Get_Rows(nArea: Integer): Integer; safecall;
function Get_Cols(nArea: Integer): Integer; safecall;
function GetArrayType: F1AddInArrayTypeConstants; safecall;
function GetValue(nArea: Integer; nRow: Integer; nCol: Integer): OleVariant; safecall;
function IterStart: WordBool; safecall;
function IterNext: WordBool; safecall;
function IterGetValue: OleVariant; safecall;
function IterGetValueEx(out pArea: Integer; out pRow: Integer; out pCol: Integer): OleVariant; safecall;
property Areas: Integer read Get_Areas;
property Rows[nArea: Integer]: Integer read Get_Rows;
property Cols[nArea: Integer]: Integer read Get_Cols;
end;
// *********************************************************************//
// DispIntf: IF1DispAddInArrayExDisp
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {B0475053-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1DispAddInArrayExDisp = dispinterface
['{B0475053-7740-11D1-BDC3-0020AF9F8E6E}']
property Areas: Integer readonly dispid 1;
property Rows[nArea: Integer]: Integer readonly dispid 2;
property Cols[nArea: Integer]: Integer readonly dispid 3;
function GetArrayType: F1AddInArrayTypeConstants; dispid 4;
function GetValue(nArea: Integer; nRow: Integer; nCol: Integer): OleVariant; dispid 0;
function IterStart: WordBool; dispid 5;
function IterNext: WordBool; dispid 6;
function IterGetValue: OleVariant; dispid 7;
function IterGetValueEx(out pArea: Integer; out pRow: Integer; out pCol: Integer): OleVariant; dispid 8;
end;
// *********************************************************************//
// Interface: IF1EventArg
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {B0475011-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1EventArg = interface(IDispatch)
['{B0475011-7740-11D1-BDC3-0020AF9F8E6E}']
function Get_Value: OleVariant; safecall;
procedure Set_Value(pValue: OleVariant); safecall;
property Value: OleVariant read Get_Value write Set_Value;
end;
// *********************************************************************//
// DispIntf: IF1EventArgDisp
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {B0475011-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1EventArgDisp = dispinterface
['{B0475011-7740-11D1-BDC3-0020AF9F8E6E}']
property Value: OleVariant dispid 0;
end;
// *********************************************************************//
// DispIntf: IF1Book
// Flags: (4112) Hidden Dispatchable
// GUID: {B0475001-7740-11D1-BDC3-0020AF9F8E6E}
// *********************************************************************//
IF1Book = dispinterface
['{B0475001-7740-11D1-BDC3-0020AF9F8E6E}']
property BackColor: OLE_COLOR dispid 3;
property Col: Integer dispid 4;
property Row: Integer dispid 5;
property ShowHScrollBar: F1ShowOffOnAutoConstants dispid 6;
property Text: WideString dispid 7;
property Number: Double dispid 8;
property Formula: WideString dispid 9;
property FixedCol: Integer dispid 10;
property FixedCols: Integer dispid 11;
property FixedRow: Integer dispid 12;
property FixedRows: Integer dispid 13;
property ShowGridLines: WordBool dispid 14;
property ShowRowHeading: WordBool dispid 15;
property ShowSelections: F1ShowOffOnAutoConstants dispid 16;
property LeftCol: Integer dispid 17;
property MaxCol: Integer dispid 18;
property MaxRow: Integer dispid 19;
property TopRow: Integer dispid 20;
property AllowResize: WordBool dispid 21;
property AllowSelections: WordBool dispid 22;
property AllowFormulas: WordBool dispid 23;
property AllowInCellEditing: WordBool dispid 24;
property ShowVScrollBar: F1ShowOffOnAutoConstants dispid 25;
property AllowFillRange: WordBool dispid 26;
property AllowMoveRange: WordBool dispid 27;
property SelStartCol: Integer dispid 28;
property SelStartRow: Integer dispid 29;
property SelEndCol: Integer dispid 30;
property SelEndRow: Integer dispid 31;
property ExtraColor: OLE_COLOR dispid 32;
property FileName: WideString dispid 33;
property AutoRecalc: WordBool dispid 34;
property PrintGridLines: WordBool dispid 35;
property PrintRowHeading: WordBool dispid 36;
property PrintHCenter: WordBool dispid 37;
property PrintVCenter: WordBool dispid 38;
property PrintLeftToRight: WordBool dispid 39;
property PrintHeader: WideString dispid 40;
property PrintFooter: WideString dispid 41;
property PrintLeftMargin: Double dispid 42;
property PrintTopMargin: Double dispid 43;
property PrintRightMargin: Double dispid 44;
property PrintBottomMargin: Double dispid 45;
property PrintArea: WideString dispid 46;
property PrintTitles: WideString dispid 47;
property PrintNoColor: WordBool dispid 48;
property Selection: WideString dispid 49;
property TableName: WideString dispid 50;
property DoCancelEdit: WordBool dispid 51;
property DoSelChange: WordBool dispid 52;
property DoStartEdit: WordBool dispid 53;
property DoEndEdit: WordBool dispid 54;
property DoStartRecalc: WordBool dispid 55;
property DoEndRecalc: WordBool dispid 56;
property DoClick: WordBool dispid 57;
property DoDblClick: WordBool dispid 58;
property ShowColHeading: WordBool dispid 59;
property PrintColHeading: WordBool dispid 60;
property Entry: WideString dispid 61;
property Repaint: WordBool dispid 62;
property AllowArrows: WordBool dispid 63;
property AllowTabs: WordBool dispid 64;
property FormattedText: WideString dispid 65;
property RowMode: WordBool dispid 66;
property AllowDelete: WordBool dispid 67;
property EnableProtection: WordBool dispid 68;
property MinCol: Integer dispid 69;
property MinRow: Integer dispid 70;
property DoTopLeftChanged: WordBool dispid 71;
property AllowEditHeaders: WordBool dispid 72;
property DoObjClick: WordBool dispid 73;
property DoObjDblClick: WordBool dispid 74;
property AllowObjSelections: WordBool dispid 75;
property DoRClick: WordBool dispid 76;
property DoRDblClick: WordBool dispid 77;
property Clip: WideString dispid 78;
property ClipValues: WideString dispid 79;
property PrintLandscape: WordBool dispid 80;
property Enabled: WordBool dispid -514;
property BorderStyle: F1BookBorderConstants dispid -504;
property AppName: WideString dispid 81;
property HdrHeight: Smallint dispid 82;
property HdrWidth: Smallint dispid 83;
property NumberFormat: WideString dispid 84;
property TopLeftText: WideString dispid 85;
property EnterMovesDown: WordBool dispid 86;
property LastCol: Integer dispid 87;
property LastRow: Integer dispid 88;
property Logical: WordBool dispid 89;
property Mode: F1ModeConstants dispid 90;
property PolyEditMode: F1PolyEditModeConstants dispid 91;
property ViewScale: Smallint dispid 92;
property SelectionCount: Smallint dispid 93;
property Title: WideString dispid 94;
property Type_: Smallint dispid 95;
property ShowFormulas: WordBool dispid 96;
property ShowZeroValues: WordBool dispid 97;
property DoObjValueChanged: WordBool dispid 99;
property ScrollToLastRC: WordBool dispid 100;
property Modified: WordBool dispid 101;
property DoObjGotFocus: WordBool dispid 102;
property DoObjLostFocus: WordBool dispid 103;
property PrintDevMode: OLE_HANDLE dispid 104;
property NumSheets: Integer dispid 105;
property Sheet: Integer dispid 106;
property ColWidthUnits: F1ColWidthUnitsConstants dispid 107;
property ShowTypeMarkers: WordBool dispid 108;
property ShowTabs: F1ShowTabsConstants dispid 109;
property ShowEditBar: WordBool dispid 110;
property ShowEditBarCellRef: WordBool dispid 111;
property AllowDesigner: WordBool dispid 1;
property hWnd: OLE_HANDLE dispid -515;
property AllowAutoFill: WordBool dispid 112;
property Compressed: WordBool dispid 299;
property FontName: WideString dispid 1300;
property FontSize: Smallint dispid 1301;
property FontBold: WordBool dispid 1302;
property FontItalic: WordBool dispid 1303;
property FontUnderline: WordBool dispid 1304;
property FontStrikeout: WordBool dispid 1305;
property FontColor: OLE_COLOR dispid 1306;
property FontCharSet: F1CharSetConstants dispid 1433;
property HAlign: F1HAlignConstants dispid 1307;
property WordWrap: WordBool dispid 1308;
property VAlign: F1VAlignConstants dispid 1309;
property LaunchWorkbookDesigner: WordBool dispid 1310;
property PrintHeaderMargin: Double dispid 1311;
property PrintFooterMargin: Double dispid 1312;
property FormulaLocal: WideString dispid 1326;
property NumberFormatLocal: WideString dispid 1330;
property SelectionLocal: WideString dispid 1331;
property DataTransferRange: WideString dispid 1334;
property CanEditPaste: WordBool dispid 1344;
property ObjPatternStyle: Smallint dispid 1354;
property ObjPatternFG: OLE_COLOR dispid 1355;
property ObjPatternBG: OLE_COLOR dispid 1356;
property DefaultFontName: WideString dispid 1361;
property DefaultFontSize: Smallint dispid 1362;
property SelHdrRow: WordBool dispid 1363;
property SelHdrCol: WordBool dispid 1364;
property SelHdrTopLeft: WordBool dispid 1365;
property IterationEnabled: WordBool dispid 1366;
property IterationMax: Smallint dispid 1367;
property IterationMaxChange: Double dispid 1368;
property PrintScale: Smallint dispid 1389;
property PrintScaleFitToPage: WordBool dispid 1390;
property PrintScaleFitVPages: Integer dispid 1392;
property PrintScaleFitHPages: Integer dispid 1391;
property LineStyle: Smallint dispid 1395;
property LineColor: OLE_COLOR d
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?