📄 reptim3.h
字号:
// ------------------------------------------------------------------------
// Copyright (c) 2000 by Microsoft Corporation, All Rights Reserved
//
// This software is provided as is without warranty of any kind. The entire
// risk as to the results and performance of this software is assumed by the user.
// Microsoft disclaims all warranties, either express or implied, including but
// not limited, the implied warranties of merchantability, fitness for a
// particular purpose, title and noninfringement, with respect to this software.
// ------------------------------------------------------------------------
//*****************************************************************************
// REPTIM3.H
//
// This module contains the declarations of the meta-meta model components.
// These can be used to browse the meta-meta model by ID, or might be required
// to create your own meta model in the Repository.
//
// Copyright (c) 1995-2000 by Microsoft Corporation, All Rights Reserved
//*****************************************************************************
#ifndef __REPTIM3_H__
#define __REPTIM3_H__
#include "reptim2.h"
// Local ID definitions
// NOTE: We are attempting to keep these declarations in the order below,
// If you add new LCLIDs and have to renumber than you must
// change the struct grsMMBaseObj which describes the type of the
// object.
// Large blob support
#define LCLID_SQLBlobSize 87
#define LCLID_IPropDef2 88
// IVersionAdminInfo2
#define LCLID_IVersionAdminInfo2 89
#define LCLID_VersionLabel 90
#define LCLID_VersionShortDesc 91
#define LCLID_VersionComments 92
// IIfaceDef2
#define LCLID_IIfaceDef2 93
// InterfaceImpliesInterface
#define LCLID_RInterfaceImpliesInterface 94
#define LCLID_Implies 95
#define LCLID_ImpliedBy 96
// IfaceMember2
#define LCLID_IIfaceMember2 97
// BaseMemberServicesDerivedMembers
#define LCLID_RBaseMemberServicesDerivedMembers 98
#define LCLID_ServicesDerivedMembers 99
#define LCLID_ServicedByBaseMember 100
// IMethodDef
#define LCLID_IMethodDef 101
// IParameterDef
#define LCLID_IParameterDef 102
#define LCLID_ParDefFlags 103
#define LCLID_ParDefType 104
#define LCLID_ParDefDesc 105
#define LCLID_ParDefDefault 106
#define LCLID_ParDefGUID 107
// InterfaceMemberHasParameters
#define LCLID_RInterfaceMemberHasParameters 108
#define LCLID_Member 109
#define LCLID_Parameters 110
// CreateParameterDef
#define LCLID_CreateParDef 111
#define LCLID_CreateParDefObjID 112
#define LCLID_CreateParDefName 113
#define LCLID_CreateParDefType 114
#define LCLID_CreateParDefFlags 115
#define LCLID_CreateParDefDesc 116
#define LCLID_CreateParDefDefault 117
#define LCLID_CreateParDefParDef 118
// Class definitions.
#define LCLID_Alias 119
#define LCLID_ParameterDef 120
#define LCLID_RepositoryObject 121
#define LCLID_RepositoryObjectVersion 122
#define LCLID_Relationship 123
#define LCLID_VersionedRelationship 124
#define LCLID_ReposProperty 125
#define LCLID_ReposProperties 126
#define LCLID_RelationshipCol 127
#define LCLID_ObjectCol 128
#define LCLID_VersionCol 129
#define LCLID_Repository 130
// Interface definitions
#define LCLID_IRepository 131
#define LCLID_IReposProperties 132
#define LCLID_IReposProperty 133
#define LCLID_IReposPropertyLarge 134
#define LCLID_IRepositoryTransaction 135
#define LCLID_IObjectCol 136
#define LCLID_ITargetObjectCol 137
#define LCLID_IRepositoryObjectStorage 138
#define LCLID_IRelationshipCol 139
#define LCLID_IObjectCol2 140
#define LCLID_IRepository2 141
#define LCLID_IRepositoryODBC 142
#define LCLID_IRepositoryODBC2 143
#define LCLID_IReposTypeLib2 144
// Property definitions
#define LCLID_ReposPropLargeSize 145
#define LCLID_RepositoryItemType 146
#define LCLID_RepositoryItemName 147
// Method definitions
#define LCLID_Create 148
#define LCLID_Open 149
#define LCLID_CreateObject 150
#define LCLID_IRepositoryRefresh 151
#define LCLID_ObjectIDToInternalID 152
#define LCLID_InternalIDToObjectID 153
#define LCLID_Refresh 154
#define LCLID_Delete 155
#define LCLID_Lock 156
#define LCLID_Begin 157
#define LCLID_Commit 158
#define LCLID_Abort 159
#define LCLID_GetOption 160
#define LCLID_SetOption 161
#define LCLID_Flush 162
#define LCLID_IVersionColRefresh 163
#define LCLID_IVersionColAdd 164
#define LCLID_IVersionColRemove 165
#define LCLID_CreateVersion 166
#define LCLID_FreezeVersion 167
#define LCLID_MergeVersion 168
#define LCLID_Checkout 169
#define LCLID_Checkin 170
#define LCLID_IObjectColRefresh 171
#define LCLID_ITargetObjectColAdd 172
#define LCLID_ITargetObjectColRemove 173
#define LCLID_ITargetObjectColInsert 174
#define LCLID_ITargetObjectColMove 175
#define LCLID_InitNew 176
#define LCLID_Load 177
#define LCLID_Pin 178
#define LCLID_Unpin 179
#define LCLID_IRelationshipColAdd 180
#define LCLID_IRelationshipColRemove 181
#define LCLID_IRelationshipColInsert 182
#define LCLID_IRelationshipColMove 183
#define LCLID_IRelationshipColRefresh 184
#define LCLID_Cancel 185
#define LCLID_VersionIDToInternalID 186
#define LCLID_InternalIDToVersionID 187
#define LCLID_CreateObjectEx 188
#define LCLID_GetNewConnection 189
#define LCLID_FreeConnection 190
#define LCLID_ExecuteQuery 191
#define LCLID_IRepositoryODBC2GetOption 192
#define LCLID_IRepositoryODBC2SetOption 193
#define LCLID_CreateRelationshipColDef 194
#define LCLID_CreatePropertyDef 195
#define LCLID_CreateMethodDef 196
#define LCLID_IInterfaceDefObjectInstances 197
#define LCLID_AddInterface 198
#define LCLID_IClassDefCreateInterfaceDef 199
#define LCLID_IClassDefObjectInstances 200
#define LCLID_CreateAlias 201
#define LCLID_CreateClassDef 202
#define LCLID_CreateInterfaceDef 203
#define LCLID_CreateRelationshipDef 204
#define LCLID_CreateTypeLib 205
#define LCLID_ReposPropLargeRead 206
#define LCLID_ReposPropLargeWrite 207
#define LCLID_ReposPropLargeClose 208
// Parameter definitions
// IRepository
#define LCLID_CreateConnect 209
#define LCLID_CreateUser 210
#define LCLID_CreatePassword 211
#define LCLID_CreateFlags 212
#define LCLID_CreateRoot 213
#define LCLID_OpenConnect 214
#define LCLID_OpenUser 215
#define LCLID_OpenPassword 216
#define LCLID_OpenFlags 217
#define LCLID_OpenRoot 218
#define LCLID_CreateObjectTypeID 219
#define LCLID_CreateObjectObjID 220
#define LCLID_CreateObjectReposObj 221
#define LCLID_IRepositoryRefreshMilliseconds 222
#define LCLID_ObjectIDToInternalIDObjID 223
#define LCLID_ObjectIDToInternalIDIntID 224
#define LCLID_InternalIDToObjectIDIntID 225
#define LCLID_InternalIDToObjectIDObjID 226
// IRepositoryObject
#define LCLID_RefreshMilliseconds 227
// IRepositoryTransaction
#define LCLID_GetOptionOption 228
#define LCLID_GetOptionValue 229
#define LCLID_SetOptionOption 230
#define LCLID_SetOptionValue 231
// IVersionCol
#define LCLID_IVersionColRefreshMilliseconds 232
#define LCLID_IVersionColRemoveItem 233
// IRepositoryObject
#define LCLID_CreateVersionVersoinID 234
#define LCLID_CreateVersionCreatedVersion 235
#define LCLID_MergeVersionOtherVersion 236
#define LCLID_MergeVersionFlags 237
// IObjectCol
#define LCLID_IObjectColRefreshMilliseconds 238
// ITargetObjectCol
#define LCLID_ITargetObjectColAddReposObj 239
#define LCLID_ITargetObjectColAddNamel 240
#define LCLID_ITargetObjectColAddRelship 241
#define LCLID_ITargetObjectColRemoveItem 242
#define LCLID_ITargetObjectColInsertReposObj 243
#define LCLID_ITargetObjectColInsertIndex 244
#define LCLID_ITargetObjectColInsertName 245
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -