ttf160_tlb.pas

来自「胜天进销存源码,国产优秀的进销存」· PAS 代码 · 共 1,458 行 · 第 1/5 页

PAS
1,458
字号
  F1ErrorInvalidName = $00004E3F;
  F1ErrorCannotDeleteNameInUse = $00004E40;
  F1ErrorUnableToFindName = $00004E41;
  F1ErrorNoWindow = $00004E42;
  F1ErrorSelection = $00004E43;
  F1ErrorTooManyObjects = $00004E44;
  F1ErrorInvalidObjectType = $00004E45;
  F1ErrorObjectNotFound = $00004E46;
  F1ErrorInvalidRequest = $00004E47;
  F1ErrorBadValidationRule = $00004E48;
  F1ErrorBadInputMask = $00004E49;
  F1ErrorValidationFailed = $00004E4A;
  F1ErrorNoODBCConnection = $00004E4B;
  F1ErrorUnableToLoadODBC = $00004E4C;
  F1ErrorUnsupportedFeature = $00004E4D;
  F1ErrorBadArray = $00004E4E;
  F1InvalidODBCParameterBinding = $00004E4F;
  F1InvalidStatementHandle = $00004E50;
  F1BadPrepareStatement = $00004E51;
  F1NotAvailableInSafeMode = $00004E52;
  F1ErrorMergedCellsCannotOverlap = $00004E53;
  F1ErrorCannotMergeHeaders = $00004E54;
  F1ErrorPartialMergedCell = $00004E55;
  F1ErrorPossibleDataLoss = $00004E56;
  F1ErrorCannotReplaceInValues = $00004E57;
  F1ErrorNothingToReplace = $00004E58;
  F1ErrorUnsupportedFile = $00004E5B;
  F1ErrorPasteDifferentShape = $00004E5C;
  F1ErrorIllegalMergedCellOperation = $00004E5D;

// Constants for enum F1ControlCellConstants
type
  F1ControlCellConstants = TOleEnum;
const
  F1ControlNoCell = $00000000;
  F1ControlCellValue = $00000001;
  F1ControlCellText = $00000002;

// Constants for enum F1BorderConstants
type
  F1BorderConstants = TOleEnum;
const
  F1HInsideBorder = $FFFFFFFE;
  F1VInsideBorder = $FFFFFFFF;
  F1TopBorder = $00000000;
  F1LeftBorder = $00000001;
  F1BottomBorder = $00000002;
  F1RightBorder = $00000003;

// Constants for enum F1PasteWhatConstants
type
  F1PasteWhatConstants = TOleEnum;
const
  F1PasteAll = $00000000;
  F1PasteFormulas = $00000001;
  F1PasteValues = $00000002;
  F1PasteFormats = $00000003;

// Constants for enum F1PasteOpConstants
type
  F1PasteOpConstants = TOleEnum;
const
  F1PasteOpNone = $00000000;

// Constants for enum F1BorderStyleConstants
type
  F1BorderStyleConstants = TOleEnum;
const
  F1BorderNone = $00000000;
  F1BorderThin = $00000001;
  F1BorderMedium = $00000002;
  F1BorderDashed = $00000003;
  F1BorderDotted = $00000004;
  F1BorderThick = $00000005;
  F1BorderDouble = $00000006;
  F1BorderHair = $00000007;
  F1BorderMediumDashed = $00000008;
  F1BorderDashDot = $00000009;
  F1BorderMediumDashDot = $0000000A;
  F1BorderDashDotDot = $0000000B;
  F1BorderMediumDashDotDot = $0000000C;
  F1BorderSlantedDashDot = $0000000D;

// Constants for enum F1BookBorderConstants
type
  F1BookBorderConstants = TOleEnum;
const
  F1BookBorderNone = $00000000;
  F1BookBorderThin = $00000001;

// Constants for enum F1DialogPageConstants
type
  F1DialogPageConstants = TOleEnum;
const
  F1AllPages = $7FFFFFFF;
  F1AllExcept = $80000000;
  F1NumberPage = $00000001;
  F1AlignmentPage = $00000002;
  F1FontPage = $00000004;
  F1BorderPage = $00000008;
  F1PatternsPage = $00000010;
  F1ProtectionPage = $00000020;
  F1ValidationPage = $00000040;
  F1LineStylePage = $00000080;
  F1NamePage = $00000100;
  F1OptionsPage = $00000200;
  F1AutoFillPage = $00000400;
  F1CalculationPage = $00000800;
  F1ColorPage = $00001000;
  F1EditPage = $00002000;
  F1GeneralPage = $00004000;
  F1ViewPage = $00008000;
  F1SelectionPage = $00010000;
  F1PagePage = $00020000;
  F1MarginsPage = $00040000;
  F1HeaderFooterPage = $00080000;
  F1SheetPage = $00100000;

// Constants for enum F1FormatTypeConstants
type
  F1FormatTypeConstants = TOleEnum;
const
  F1NoType = $FFFFFFFF;
  F1GeneralType = $00000000;
  F1NumberType = $00000001;
  F1CurrencyType = $00000002;
  F1DateType = $00000003;
  F1DateTimeType = $00000004;
  F1PercentType = $00000005;
  F1FractionType = $00000006;
  F1ScientificType = $00000007;
  F1StringType = $00000008;

// Constants for enum F1CharSetConstants
type
  F1CharSetConstants = TOleEnum;
const
  F1AnsiCharSet = $00000000;
  F1SymbolCharSet = $00000002;
  F1ShiftJisCharSet = $00000080;
  F1HangeulCharSet = $00000081;
  F1HangulCharSet = $00000081;
  F1GB2312CharSet = $00000086;
  F1ChineseBig5CharSet = $00000088;
  F1OemCharSet = $000000FF;
  F1JohabCharSet = $00000082;
  F1HebrewCharSet = $000000B1;
  F1ArabicCharSet = $000000B2;
  F1GreekCharSet = $000000A1;
  F1TurkishCharSet = $000000A2;
  F1VietnameseCharSet = $000000A3;
  F1ThaiCharSet = $000000DE;
  F1EastEuropeCharSet = $000000EE;
  F1RussianCharSet = $000000CC;
  F1MacCharSet = $0000004D;
  F1BalticCharSet = $000000BA;

// Constants for enum F1CellAttrConstants
type
  F1CellAttrConstants = TOleEnum;
const
  F1CellAlignHorizontal = $00000008;
  F1CellWordWrap = $00000009;
  F1CellAlignVertical = $0000000A;
  F1CellFontName = $0000000B;
  F1CellFontCharSet = $0000000C;
  F1CellFontSize = $0000000D;
  F1CellFontBold = $0000000E;
  F1CellFontItalic = $0000000F;
  F1CellFontUnderline = $00000010;
  F1CellFontStrikeout = $00000011;
  F1CellFontColor = $00000012;
  F1CellNumberFormat = $00000013;
  F1CellPatternStyle = $00000014;
  F1CellPatternFG = $00000015;
  F1CellPatternBG = $00000016;
  F1CellProtectionLocked = $00000017;
  F1CellProtectionHidden = $00000018;
  F1CellValidationRule = $00000019;
  F1CellValidationText = $0000001A;
  F1CellMergeCells = $0000001B;

// Constants for enum F1PgSetupAttrConstants
type
  F1PgSetupAttrConstants = TOleEnum;
const
  F1PgSetupLandscape = $00000000;
  F1PgSetupFitPages = $00000001;
  F1PgSetupScale = $00000002;
  F1PgSetupPagesWide = $00000003;
  F1PgSetupPagesTall = $00000004;
  F1PgSetupPaperSize = $00000005;
  F1PgSetupFirstPageNumber = $00000006;
  F1PgSetupAutoPageNumber = $00000007;
  F1PgSetupLeftMargin = $00000008;
  F1PgSetupTopMargin = $00000009;
  F1PgSetupRightMargin = $0000000A;
  F1PgSetupBottomMargin = $0000000B;
  F1PgSetupHeaderMargin = $0000000C;
  F1PgSetupFooterMargin = $0000000D;
  F1PgSetupCenterHoriz = $0000000E;
  F1PgSetupCenterVert = $0000000F;
  F1PgSetupHeader = $00000010;
  F1PgSetupFooter = $00000011;
  F1PgSetupGridLines = $00000012;
  F1PgSetupBlackAndWhite = $00000013;
  F1PgSetupRowHeadings = $00000014;
  F1PgSetupColHeadings = $00000015;
  F1PgSetupLeftToRight = $00000016;
  F1PgSetupPrintArea = $00000017;
  F1PgSetupPrintTitles = $00000018;

// Constants for enum F1PaperSizeConstants
type
  F1PaperSizeConstants = TOleEnum;
const
  F1PaperLetter = $00000001;
  F1PaperLetterSmall = $00000002;
  F1PaperTabloid = $00000003;
  F1PaperLedger = $00000004;
  F1PaperLegal = $00000005;
  F1PaperStatement = $00000006;
  F1PaperExecutive = $00000007;
  F1PaperA3 = $00000008;
  F1PaperA4 = $00000009;
  F1PaperA4Small = $0000000A;
  F1PaperA5 = $0000000B;
  F1PaperB4 = $0000000C;
  F1PaperB5 = $0000000D;
  F1PaperFolio = $0000000E;
  F1PaperQuarto = $0000000F;
  F1Paper10x14 = $00000010;
  F1Paper11x17 = $00000011;
  F1PaperNote = $00000012;
  F1PaperEnv9 = $00000013;
  F1PaperEnv10 = $00000014;
  F1PaperEnv11 = $00000015;
  F1PaperEnv12 = $00000016;
  F1PaperEnv14 = $00000017;
  F1PaperCSheet = $00000018;
  F1PaperDSheet = $00000019;
  F1PaperESheet = $0000001A;
  F1PaperEnvDL = $0000001B;
  F1PaperEnvC5 = $0000001C;
  F1PaperEnvC3 = $0000001D;
  F1PaperEnvC4 = $0000001E;
  F1PaperEnvC6 = $0000001F;
  F1PaperEnvC65 = $00000020;
  F1PaperEnvB4 = $00000021;
  F1PaperEnvB5 = $00000022;
  F1PaperEnvB6 = $00000023;
  F1PaperEnvItaly = $00000024;
  F1PaperEnvMonarch = $00000025;
  F1PaperEnvPersonal = $00000026;
  F1PaperFanfoldUS = $00000027;
  F1PaperFanfoldStdGerman = $00000028;
  F1PaperFanfoldLglGerman = $00000029;

// Constants for enum F1MousePointerConstants
type
  F1MousePointerConstants = TOleEnum;
const
  F1Default = $00000000;
  F1Arrow = $00000001;
  F1Cross = $00000002;
  F1IBeam = $00000003;
  F1Icon = $00000004;
  F1Size = $00000005;
  F1SizeNESW = $00000006;
  F1SizeNS = $00000007;
  F1SizeNWSE = $00000008;
  F1SizeWE = $00000009;
  F1UpArrow = $0000000A;
  F1Hourglass = $0000000B;
  F1NoDrop = $0000000C;
  F1ArrowAndHourglass = $0000000D;
  F1ArrowAndQuestion = $0000000E;
  F1SizeAll = $0000000F;
  F1Custom = $00000063;

// Constants for enum F1AddInErrorConstants
type
  F1AddInErrorConstants = TOleEnum;
const
  F1AddInNullError = $00004EE9;
  F1AddInDivZeroError = $00004EEA;
  F1AddInValueError = $00004EEB;
  F1AddInRefError = $00004EEC;
  F1AddInNameError = $00004EED;
  F1AddInNumError = $00004EEE;
  F1AddInNaError = $00004EEF;

⌨️ 快捷键说明

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