www.pudn.com > tp60src.zip > CONTEXT.PAS
unit Context; interface const hcIndex = 1; hcHelpOnHelp = 2; hcContents = 3; hcEditWindow = 5; hcClipboard = 6; hcWatchWindow = 7; hcOutputWindow = 8; hcCallStackWindow = 11; hcCpuWindow = 12; hcDebugging = 13; hcHelpWindow = 14; hcAboutItem = 15; hcRefreshDisplayItem = 16; hcClearDesktopItem = 17; hcAboutMenu = 18; hcFileMenu = 19; hcEditMenu = 20; hcSearchMenu = 21; hcRunMenu = 22; hcCompileMenu = 23; hcDebugMenu = 24; hcOptionsMenu = 25; hcWindowMenu = 26; hcHelpMenu = 27; hcOpenItem = 28; hcNewItem = 29; hcSaveItem = 30; hcSaveAsItem = 31; hcSaveAllItem = 32; hcChangeDirItem = 33; hcPrintItem = 34; hcGetInfoItem = 35; hcDosShellItem = 36; hcExitItem = 37; hcRestoreLineItem = 38; hcCutItem = 39; hcCopyItem = 40; hcPasteItem = 41; hcCopyExampleItem = 42; hcShowClipboardItem = 43; hcClearItem = 44; hcFindItem = 45; hcReplaceItem = 46; hcSearchAgainItem = 47; hcGotoLineNumberItem = 48; hcFindProcedureItem = 49; hcFindErrorItem = 50; hcRunItem = 51; hcProgramResetItem = 52; hcGotoCursorItem = 53; hcTraceIntoItem = 54; hcStepOverItem = 55; hcParametersItem = 56; hcCompileItem = 57; hcMakeItem = 58; hcBuildItem = 59; hcDestinationItem = 60; hcPrimaryFileItem = 61; hcEvaluateItem = 62; hcWatchesSubMenu = 63; hcToggleBreakpointItem = 64; hcBreakpointsItem = 65; hcAddWatchItem = 66; hcDeleteWatchItem = 67; hcEditWatchItem = 68; hcRemoveAllWatchesItem = 69; hcCompilerOptionsItem = 70; hcMemorySizesItem = 71; hcLinkerOptionsItem = 72; hcDebuggerOptionsItem = 73; hcDirectoriesItem = 74; hcEnvironmentSubMenu = 75; hcSaveOptionsItem = 76; hcRetrieveOptionsItem = 77; hcPreferencesItem = 78; hcEditorItem = 79; hcMouseItem = 80; hcStartupItem = 81; hcColorsItem = 82; hcResizeItem = 83; hcZoomItem = 84; hcTileItem = 85; hcCascadeItem = 86; hcNextItem = 87; hcPreviousItem = 88; hcCloseItem = 89; hcWatchItem = 90; hcUserScreenItem = 91; hcRegisterItem = 92; hcOutputItem = 93; hcCallStackItem = 94; hcWindowListItem = 95; hcContentsItem = 96; hcIndexItem = 97; hcTopicSearchItem = 98; hcPreviousTopicItem = 99; hcHelpOnHelpItem = 100; hcOkButton = 101; hcCnlButton = 102; hcNoButton = 103; hcYesButton = 104; hcAboutDialog = 105; hcOpenFileDialogBase = 106; hcSaveFileAsDialogBase = 111; hcWriteBlockDialogBase = 114; hcReadBlockDialogBase = 117; hcDirectoryName = 120; hcDirectoryTree = 121; hcChDirButton = 122; hcRevertButton = 123; hcChDirDialog = 124; hcGetInfoDialog = 125; hcTextToFind = 126; hcFindOptions = 127; hcFindDirection = 131; hcFindScope = 133; hcFindOrigin = 135; hcFindDialog = 137; hcNewText = 138; hcChangeAllButton = 139; hcReplaceDialog = 140; hcNewLineNumber = 141; hcGotoLineDialog = 142; hcProcedureName = 143; hcFindProcedureDialog = 144; hcErrorAddress = 145; hcFindErrorDialog = 146; hcParameters = 147; hcParametersDialog = 148; hcPrimaryFileDialogBase = 149; hcExpression = 153; hcResult = 154; hcNewValue = 155; hcEvaluateButton = 156; hcModifyButton = 157; hcEvaluateDialog = 158; hcAddWatchExpression = 159; hcAddWatchDialog = 160; hcEditWatchExpression = 161; hcEditWatchDialog = 162; hcBreakpointList = 163; hcEditBreakpoint = 164; hcDeleteBreakpoint = 165; hcViewBreakpoint = 166; hcClearAllBreakpoints = 167; hcBreakpointsDialog = 168; hcCondition = 169; hcPassCount = 170; hcFileName = 171; hcLineNumber = 172; hcModifyBreakpointButton = 173; hcNewBreakpointButton = 174; hcEditBreakpointDialog = 175; hcCodeGeneration = 176; hcRuntimeErrors = 180; hcSyntaxOptions = 183; hcDebuggingOptions = 186; hcNumericProcessing = 188; hcConditionalDefines = 190; hcCompilerOptionsDialog = 191; hcStackSize = 192; hcLowHeapLimit = 193; hcHighHeapLimit = 194; hcMemorySizesDialog = 195; hcMapFile = 196; hcLinkBuffer = 200; hcLinkerDialog = 202; hcDebuggingMode = 203; hcDisplaySwapping = 205; hcDebuggingDialog = 208; hcExeTpuDirectory = 209; hcIncludeDirectories = 210; hcUnitDirectories = 211; hcObjectDirectories = 212; hcDirectoriesDialog = 213; hcScreenSizes = 214; hcAutoSave = 216; hcDesktopFile = 219; hcSourceTracking = 222; hcPreferencesDialog = 224; hcEditorOptions = 225; hcTabSize = 232; hcEditorOptionsDialog = 233; hcRightMouseButton = 234; hcReverseMouseButtons = 240; hcMouseDoubleClick = 241; hcMouseOptionsDialog = 242; hcStartupOptions = 243; hcWindowHeapSize = 250; hcEditorHeapSize = 251; hcOverlayHeapSize = 252; hcSwapFileDirectory = 253; hcStartupOptionsDialog = 254; hcColorGroupList = 255; hcColorItemList = 256; hcForegroundSelector = 257; hcBackgroundSelector = 258; hcMonoSelector = 259; hcColorsDialog = 263; hcSaveOptionsDialogBase = 264; hcRetrieveOptionsDialogBase = 267; hcWindowListViewer = 270; hcDeleteWindowButton = 271; hcWindowListDialog = 272; hcHelpCrossRefButton = 273; implementation end.