📄 uexcel97.pas
字号:
xlRelRowAbsColumn = $00000003;
// XlRoutingSlipDelivery constants
type
XlRoutingSlipDelivery = TOleEnum;
const
xlAllAtOnce = $00000002;
xlOneAfterAnother = $00000001;
// XlRoutingSlipStatus constants
type
XlRoutingSlipStatus = TOleEnum;
const
xlNotYetRouted = $00000000;
xlRoutingComplete = $00000002;
xlRoutingInProgress = $00000001;
// XlRunAutoMacro constants
type
XlRunAutoMacro = TOleEnum;
const
xlAutoActivate = $00000003;
xlAutoClose = $00000002;
xlAutoDeactivate = $00000004;
xlAutoOpen = $00000001;
// XlSaveAction constants
type
XlSaveAction = TOleEnum;
const
xlDoNotSaveChanges = $00000002;
xlSaveChanges = $00000001;
// XlSaveAsAccessMode constants
type
XlSaveAsAccessMode = TOleEnum;
const
xlExclusive = $00000003;
xlNoChange = $00000001;
xlShared = $00000002;
// XlSaveConflictResolution constants
type
XlSaveConflictResolution = TOleEnum;
const
xlLocalSessionChanges = $00000002;
xlOtherSessionChanges = $00000003;
xlUserResolution = $00000001;
// XlSearchDirection constants
type
XlSearchDirection = TOleEnum;
const
xlNext = $00000001;
xlPrevious = $00000002;
// XlSearchOrder constants
type
XlSearchOrder = TOleEnum;
const
xlByColumns = $00000002;
xlByRows = $00000001;
// XlSheetVisibility constants
type
XlSheetVisibility = TOleEnum;
const
xlSheetVisible = $FFFFFFFF;
xlSheetHidden = $00000000;
xlSheetVeryHidden = $00000002;
// XlSortMethod constants
type
XlSortMethod = TOleEnum;
const
xlPinYin = $00000001;
xlStroke = $00000002;
// XlSortMethodOld constants
type
XlSortMethodOld = TOleEnum;
const
xlCodePage = $00000002;
xlSyllabary = $00000001;
// XlSortOrder constants
type
XlSortOrder = TOleEnum;
const
xlAscending = $00000001;
xlDescending = $00000002;
// XlSortOrientation constants
type
XlSortOrientation = TOleEnum;
const
xlSortRows = $00000002;
xlSortColumns = $00000001;
// XlSortType constants
type
XlSortType = TOleEnum;
const
xlSortLabels = $00000002;
xlSortValues = $00000001;
// XlSpecialCellsValue constants
type
XlSpecialCellsValue = TOleEnum;
const
xlErrors = $00000010;
xlLogical = $00000004;
xlNumbers = $00000001;
xlTextValues = $00000002;
// XlSubscribeToFormat constants
type
XlSubscribeToFormat = TOleEnum;
const
xlSubscribeToPicture = $FFFFEFCD;
xlSubscribeToText = $FFFFEFC2;
// XlSummaryRow constants
type
XlSummaryRow = TOleEnum;
const
xlSummaryAbove = $00000000;
xlSummaryBelow = $00000001;
// XlSummaryColumn constants
type
XlSummaryColumn = TOleEnum;
const
xlSummaryOnLeft = $FFFFEFDD;
xlSummaryOnRight = $FFFFEFC8;
// XlSummaryReportType constants
type
XlSummaryReportType = TOleEnum;
const
xlSummaryPivotTable = $FFFFEFCC;
xlStandardSummary = $00000001;
// XlTabPosition constants
type
XlTabPosition = TOleEnum;
const
xlTabPositionFirst = $00000000;
xlTabPositionLast = $00000001;
// XlTextParsingType constants
type
XlTextParsingType = TOleEnum;
const
xlDelimited = $00000001;
xlFixedWidth = $00000002;
// XlTextQualifier constants
type
XlTextQualifier = TOleEnum;
const
xlTextQualifierDoubleQuote = $00000001;
xlTextQualifierNone = $FFFFEFD2;
xlTextQualifierSingleQuote = $00000002;
// XlWBATemplate constants
type
XlWBATemplate = TOleEnum;
const
xlWBATChart = $FFFFEFF3;
xlWBATExcel4IntlMacroSheet = $00000004;
xlWBATExcel4MacroSheet = $00000003;
xlWBATWorksheet = $FFFFEFB9;
// XlWindowView constants
type
XlWindowView = TOleEnum;
const
xlNormalView = $00000001;
xlPageBreakPreview = $00000002;
// XlXLMMacroType constants
type
XlXLMMacroType = TOleEnum;
const
xlCommand = $00000002;
xlFunction = $00000001;
xlNotXLM = $00000003;
// XlYesNoGuess constants
type
XlYesNoGuess = TOleEnum;
const
xlGuess = $00000000;
xlNo = $00000002;
xlYes = $00000001;
// XlDisplayShapes constants
type
XlDisplayShapes = TOleEnum;
const
XlDisplayShapes_ = $FFFFEFF8;
xlHide = $00000003;
xlPlaceholders = $00000002;
// XlBordersIndex constants
type
XlBordersIndex = TOleEnum;
const
xlInsideHorizontal = $0000000C;
xlInsideVertical = $0000000B;
xlDiagonalDown = $00000005;
xlDiagonalUp = $00000006;
xlEdgeBottom = $00000009;
xlEdgeLeft = $00000007;
xlEdgeRight = $0000000A;
xlEdgeTop = $00000008;
// XlToolbarProtection constants
type
XlToolbarProtection = TOleEnum;
const
xlNoButtonChanges = $00000001;
xlNoChanges = $00000004;
xlNoDockingChanges = $00000003;
xlToolbarProtectionNone = $FFFFEFD1;
xlNoShapeChanges = $00000002;
// XlBuiltInDialog constants
type
XlBuiltInDialog = TOleEnum;
const
xlDialogOpen = $00000001;
xlDialogOpenLinks = $00000002;
xlDialogSaveAs = $00000005;
xlDialogFileDelete = $00000006;
xlDialogPageSetup = $00000007;
xlDialogPrint = $00000008;
xlDialogPrinterSetup = $00000009;
xlDialogArrangeAll = $0000000C;
xlDialogWindowSize = $0000000D;
xlDialogWindowMove = $0000000E;
xlDialogRun = $00000011;
xlDialogSetPrintTitles = $00000017;
xlDialogFont = $0000001A;
xlDialogDisplay = $0000001B;
xlDialogProtectDocument = $0000001C;
xlDialogCalculation = $00000020;
xlDialogExtract = $00000023;
xlDialogDataDelete = $00000024;
xlDialogSort = $00000027;
xlDialogDataSeries = $00000028;
xlDialogTable = $00000029;
xlDialogFormatNumber = $0000002A;
xlDialogAlignment = $0000002B;
xlDialogStyle = $0000002C;
xlDialogBorder = $0000002D;
xlDialogCellProtection = $0000002E;
xlDialogColumnWidth = $0000002F;
xlDialogClear = $00000034;
xlDialogPasteSpecial = $00000035;
xlDialogEditDelete = $00000036;
xlDialogInsert = $00000037;
xlDialogPasteNames = $0000003A;
xlDialogDefineName = $0000003D;
xlDialogCreateNames = $0000003E;
xlDialogFormulaGoto = $0000003F;
xlDialogFormulaFind = $00000040;
xlDialogGalleryArea = $00000043;
xlDialogGalleryBar = $00000044;
xlDialogGalleryColumn = $00000045;
xlDialogGalleryLine = $00000046;
xlDialogGalleryPie = $00000047;
xlDialogGalleryScatter = $00000048;
xlDialogCombination = $00000049;
xlDialogGridlines = $0000004C;
xlDialogAxes = $0000004E;
xlDialogAttachText = $00000050;
xlDialogPatterns = $00000054;
xlDialogMainChart = $00000055;
xlDialogOverlay = $00000056;
xlDialogScale = $00000057;
xlDialogFormatLegend = $00000058;
xlDialogFormatText = $00000059;
xlDialogParse = $0000005B;
xlDialogUnhide = $0000005E;
xlDialogWorkspace = $0000005F;
xlDialogActivate = $00000067;
xlDialogCopyPicture = $0000006C;
xlDialogDeleteName = $0000006E;
xlDialogDeleteFormat = $0000006F;
xlDialogNew = $00000077;
xlDialogRowHeight = $0000007F;
xlDialogFormatMove = $00000080;
xlDialogFormatSize = $00000081;
xlDialogFormulaReplace = $00000082;
xlDialogSelectSpecial = $00000084;
xlDialogApplyNames = $00000085;
xlDialogReplaceFont = $00000086;
xlDialogSplit = $00000089;
xlDialogOutline = $0000008E;
xlDialogSaveWorkbook = $00000091;
xlDialogCopyChart = $00000093;
xlDialogFormatFont = $00000096;
xlDialogNote = $0000009A;
xlDialogSetUpdateStatus = $0000009F;
xlDialogColorPalette = $000000A1;
xlDialogChangeLink = $000000A6;
xlDialogAppMove = $000000AA;
xlDialogAppSize = $000000AB;
xlDialogMainChartType = $000000B9;
xlDialogOverlayChartType = $000000BA;
xlDialogOpenMail = $000000BC;
xlDialogSendMail = $000000BD;
xlDialogStandardFont = $000000BE;
xlDialogConsolidate = $000000BF;
xlDialogSortSpecial = $000000C0;
xlDialogGallery3dArea = $000000C1;
xlDialogGallery3dColumn = $000000C2;
xlDialogGallery3dLine = $000000C3;
xlDialogGallery3dPie = $000000C4;
xlDialogView3d = $000000C5;
xlDialogGoalSeek = $000000C6;
xlDialogWorkgroup = $000000C7;
xlDialogFillGroup = $000000C8;
xlDialogUpdateLink = $000000C9;
xlDialogPromote = $000000CA;
xlDialogDemote = $000000CB;
xlDialogShowDetail = $000000CC;
xlDialogObjectProperties = $000000CF;
xlDialogSaveNewObject = $000000D0;
xlDialogApplyStyle = $000000D4;
xlDialogAssignToObject = $000000D5;
xlDialogObjectProtection = $000000D6;
xlDialogCreatePublisher = $000000D9;
xlDialogSubscribeTo = $000000DA;
xlDialogShowToolbar = $000000DC;
xlDialogPrintPreview = $000000DE;
xlDialogEditColor = $000000DF;
xlDialogFormatMain = $000000E1;
xlDialogFormatOverlay = $000000E2;
xlDialogEditSeries = $000000E4;
xlDialogDefineStyle = $000000E5;
xlDialogGalleryRadar = $000000F9;
xlDialogEditionOptions = $000000FB;
xlDialogZoom = $00000100;
xlDialogInsertObject = $00000103;
xlDialogSize = $00000105;
xlDialogMove = $00000106;
xlDialogFormatAuto = $0000010D;
xlDialogGallery3dBar = $00000110;
xlDialogGallery3dSurface = $00000111;
xlDialogCustomizeToolbar = $00000114;
xlDialogWorkbookAdd = $00000119;
xlDialogWorkbookMove = $0000011A;
xlDialogWorkbookCopy = $0000011B;
xlDialogWorkbookOptions = $0000011C;
xlDialogSaveWorkspace = $0000011D;
xlDialogChartWizard = $00000120;
xlDialogAssignToTool = $00000125;
xlDialogPlacement = $0000012C;
xlDialogFillWorkgroup = $0000012D;
xlDialogWorkbookNew = $0000012E;
xlDialogScenarioCells = $00000131;
xlDialogScenarioAdd = $00000133;
xlDialogScenarioEdit = $00000134;
xlDialogScenarioSummary = $00000137;
xlDialogPivotTableWizard = $00000138;
xlDialogPivotFieldProperties = $00000139;
xlDialogOptionsCalculation = $0000013E;
xlDialogOptionsEdit = $0000013F;
xlDialogOptionsView = $00000140;
xlDialogAddinManager = $00000141;
xlDialogMenuEditor = $00000142;
xlDialogAttachToolbars = $00000143;
xlDialogOptionsChart = $00000145;
xlDialogVbaInsertFile = $00000148;
xlDialogVbaProcedureDefinition = $0000014A;
xlDialogRoutingSlip = $00000150;
xlDialogMailLogon = $00000153;
xlDialogInsertPicture = $00000156;
xlDialogGalleryDoughnut = $00000158;
xlDialogChartTrend = $0000015E;
xlDialogWorkbookInsert = $00000162;
xlDialogOptionsTransition = $00000163;
xlDialogOptionsGeneral = $00000164;
xlDialogFilterAdvanced = $00000172;
xlDialogMailNextLetter = $0000017A;
xlDialogDataLabel = $0000017B;
xlDialogInsertTitle = $0000017C;
xlDialogFontProperties = $0000017D;
xlDialogMacroOptions = $0000017E;
xlDialogWorkbookUnhide = $00000180;
xlDialogWorkbookName = $00000182;
xlDialogGalleryCustom = $00000184;
xlDialogAddChartAutoformat = $00000186;
xlDialogChartAddData = $00000188;
xlDialogTabOrder = $0000018A;
xlDialogSubtotalCreate = $0000018E;
xlDialogWorkbookTabSplit = $0000019F;
xlDialogWorkbookProtect = $000001A1;
xlDialogScrollbarProperties = $000001A4;
xlDialogPivotShowPages = $000001A5;
xlDialogTextToColumns = $000001A6;
xlDialogFormatCharttype = $000001A7;
xlDialogPivotFieldGroup = $000001B1;
xlDialogPivotFieldUngroup = $000001B2;
xlDialogCheckboxProperties = $000001B3;
xlDialogLabelProperties = $000001B4;
xlDialogListboxProperties = $000001B5;
xlDialogEditboxProperties = $000001B6;
xlDialogOpenText = $000001B9;
xlDialogPushbuttonProperties = $000001BD;
xlDialogFilter = $000001BF;
xlDialogFunctionWizard = $000001C2;
xlDialogSaveCopyAs = $000001C8;
xlDialogOptionsListsAdd = $000001CA;
xlDialogSeriesAxes = $000001CC;
xlDialogSeriesX = $000001CD;
xlDialogSeriesY = $000001CE;
xlDialogErrorbarX = $000001CF;
xlDialogErrorbarY = $000001D0;
xlDialogFormatChart = $000001D1;
xlDialogSeriesOrder = $000001D2;
xlDialogMailEditMailer = $000001D6;
xlDialogStandardWidth = $000001D8;
xlDialogScenarioMerge = $000001D9;
xlDialogProperties = $000001DA;
xlDialogSummaryInfo = $000001DA;
xlDialogFindFile = $000001DB;
xlDialogActiveCellFont = $000001DC;
xlDialogVbaMakeAddin = $000001DE;
xlDialogFileSharing = $000001E1;
xlDialogAutoCorrect = $000001E5;
xlDialogCustomViews = $000001ED;
xlDialogInsertNameLabel = $000001F0;
xlDialogSeriesShape = $000001F8;
xlDialogChartOptionsDataLabels = $000001F9;
xlDialogChartOptionsDataTable = $000001FA;
xlDialogSetBackgroundPicture = $000001FD;
xlDialogDataValidation = $0000020D;
xlDialogChartType = $0000020E;
xlDialogChartLocation = $0000020F;
xlDialogPhonetic = $0000021A;
xlDialogChartSourceData = $0000021D;
xlDialogSeriesOptions = $0000022D;
xlDialogPivotTableOptions = $00000237;
xlDialogPivotSolveOrder = $00000238;
xlDialogPivotCalculatedField = $0000023A;
xlDialogPivotCalculatedItem = $0000023C;
xlDialogConditionalFormatting = $00000247;
xlDialogInsertHyperlink = $00000254;
xlDialogProtectSharing = $0000026C;
// XlParameterType constants
type
XlParameterType = TOleEnum;
const
xlPrompt = $00000000;
xlConstant = $00000001;
xlRange = $00000002;
// XlParameterDataType constants
type
XlParameterDataType = TOleEnum;
const
xlParamTypeUnknown = $00000000;
xlParamTypeChar = $00000001;
xlParamTypeNumeric = $00000002;
xlParamTypeDecimal = $00000003;
xlParamTypeInteger = $00000004;
xlParamTypeSmallInt = $00000005;
xlParamTypeFloat = $00000006;
xlParamTypeReal = $00000007;
xlParamTypeDouble = $00000008;
xlParamTypeVarChar = $0000000C;
xlParamTypeDate = $00000009;
xlParamTypeTime = $0000000A;
xlParamTypeTimestamp = $0000000B;
xlParamTypeLongVarChar = $FFFFFFFF;
xlParamTypeBinary = $FFFFFFFE;
xlParamTypeVarBinary = $FFFFFFFD;
xlParamTypeLongVarBinary = $FFFFFFFC;
xlParamTypeBigInt = $FFFFFFFB;
xlParamTypeTinyInt = $FFFFFFFA;
xlParamTypeBit = $FFFFFFF9;
// XlFormControl constants
type
XlFormControl = TOleEnum;
const
xlButtonControl = $00000000;
xlCheckBox = $00000001;
xlDropDown = $00000002;
xlEditBox = $00000003;
xlGroupBox = $00000004;
xlLabel = $00000005;
xlListBox = $00000006;
xlOptionButton = $00000007;
xlScrollBar = $00000008;
xlSpinner = $00000009;
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -