⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eermodel_xml_erwin41_import.pas

📁 功能强大的ER图建模工具的源代码。 可以代替ERWin了
💻 PAS
📖 第 1 页 / 共 5 页
字号:
    { Methods & Properties }
    property RO: WideString read Get_RO write Set_RO;
  end;

{ IXMLImage_IndexType }

  IXMLImage_IndexType = interface(IXMLNode)
    ['{A3B18837-C155-44DB-9DDC-0D2EBC9F5147}']
    { Property Accessors }
    function Get_RO: WideString;
    procedure Set_RO(Value: WideString);
    { Methods & Properties }
    property RO: WideString read Get_RO write Set_RO;
  end;

{ IXMLSubject_Area_GroupsType }

  IXMLSubject_Area_GroupsType = interface(IXMLNodeCollection)
    ['{390E3025-425D-49CF-BB0F-FB99AB06B0B1}']
    { Property Accessors }
    function Get_Subject_Area(Index: Integer): IXMLSubject_AreaType;
    { Methods & Properties }
    function Add: IXMLSubject_AreaType;
    function Insert(const Index: Integer): IXMLSubject_AreaType;
    property Subject_Area[Index: Integer]: IXMLSubject_AreaType read Get_Subject_Area; default;
  end;

{ IXMLSubject_AreaType }

  IXMLSubject_AreaType = interface(IXMLNode)
    ['{2A7C3824-3DAE-4D75-A08F-8FAFF1817F3F}']
    { Property Accessors }
    function Get_Id: WideString;
    function Get_Name: WideString;
    function Get_Subject_AreaProps: IXMLSubject_AreaPropsType;
    function Get_Stored_Display_Groups: IXMLStored_Display_GroupsType;
    procedure Set_Id(Value: WideString);
    procedure Set_Name(Value: WideString);
    { Methods & Properties }
    property Id: WideString read Get_Id write Set_Id;
    property Name: WideString read Get_Name write Set_Name;
    property Subject_AreaProps: IXMLSubject_AreaPropsType read Get_Subject_AreaProps;
    property Stored_Display_Groups: IXMLStored_Display_GroupsType read Get_Stored_Display_Groups;
  end;

{ IXMLSubject_AreaPropsType }

  IXMLSubject_AreaPropsType = interface(IXMLNode)
    ['{EDF17E13-917B-4F5A-8F5A-C19A0CD92A23}']
    { Property Accessors }
    function Get_Name: IXMLNameType;
    function Get_Referenced_Entities: IXMLReferenced_EntitiesTypeList;
    function Get_Referenced_Relationships: IXMLReferenced_RelationshipsTypeList;
    function Get_Created_Time: Integer;
    function Get_Modified_Time: Integer;
    function Get_Is_Locked: WideString;
    function Get_Default_Object_Alternative_Id: IXMLDefault_Object_Alternative_IdType;
    function Get_Filter_Dangling_Rels_from_Schema_Gen: WideString;
    procedure Set_Created_Time(Value: Integer);
    procedure Set_Modified_Time(Value: Integer);
    procedure Set_Is_Locked(Value: WideString);
    procedure Set_Filter_Dangling_Rels_from_Schema_Gen(Value: WideString);
    { Methods & Properties }
    property Name: IXMLNameType read Get_Name;
    property Referenced_Entities: IXMLReferenced_EntitiesTypeList read Get_Referenced_Entities;
    property Referenced_Relationships: IXMLReferenced_RelationshipsTypeList read Get_Referenced_Relationships;
    property Created_Time: Integer read Get_Created_Time write Set_Created_Time;
    property Modified_Time: Integer read Get_Modified_Time write Set_Modified_Time;
    property Is_Locked: WideString read Get_Is_Locked write Set_Is_Locked;
    property Default_Object_Alternative_Id: IXMLDefault_Object_Alternative_IdType read Get_Default_Object_Alternative_Id;
    property Filter_Dangling_Rels_from_Schema_Gen: WideString read Get_Filter_Dangling_Rels_from_Schema_Gen write Set_Filter_Dangling_Rels_from_Schema_Gen;
  end;

{ IXMLNameType }

  IXMLNameType = interface(IXMLNode)
    ['{7ADB6879-FF07-456D-92BA-5280E8549127}']
    { Property Accessors }
    function Get_RO: WideString;
    procedure Set_RO(Value: WideString);
    { Methods & Properties }
    property RO: WideString read Get_RO write Set_RO;
  end;

{ IXMLReferenced_EntitiesType }

  IXMLReferenced_EntitiesType = interface(IXMLNode)
    ['{87CE377D-CE0B-4AAF-B8AF-D4DD5CC025A8}']
    { Property Accessors }
    function Get_RO: WideString;
    procedure Set_RO(Value: WideString);
    { Methods & Properties }
    property RO: WideString read Get_RO write Set_RO;
  end;

{ IXMLReferenced_EntitiesTypeList }

  IXMLReferenced_EntitiesTypeList = interface(IXMLNodeCollection)
    ['{35056F0D-7583-4B27-954A-3A5118D8F0E0}']
    { Methods & Properties }
    function Add: IXMLReferenced_EntitiesType;
    function Insert(const Index: Integer): IXMLReferenced_EntitiesType;
    function Get_Item(Index: Integer): IXMLReferenced_EntitiesType;
    property Items[Index: Integer]: IXMLReferenced_EntitiesType read Get_Item; default;
  end;

{ IXMLReferenced_RelationshipsType }

  IXMLReferenced_RelationshipsType = interface(IXMLNode)
    ['{F9328D20-DAC1-42FF-8DBE-9D9C1CA86F07}']
    { Property Accessors }
    function Get_RO: WideString;
    procedure Set_RO(Value: WideString);
    { Methods & Properties }
    property RO: WideString read Get_RO write Set_RO;
  end;

{ IXMLReferenced_RelationshipsTypeList }

  IXMLReferenced_RelationshipsTypeList = interface(IXMLNodeCollection)
    ['{149B5456-5434-4111-95B8-823C599E481B}']
    { Methods & Properties }
    function Add: IXMLReferenced_RelationshipsType;
    function Insert(const Index: Integer): IXMLReferenced_RelationshipsType;
    function Get_Item(Index: Integer): IXMLReferenced_RelationshipsType;
    property Items[Index: Integer]: IXMLReferenced_RelationshipsType read Get_Item; default;
  end;

{ IXMLStored_Display_GroupsType }

  IXMLStored_Display_GroupsType = interface(IXMLNode)
    ['{8D1D561E-19F0-4113-AE25-4A3C591DF4C7}']
    { Property Accessors }
    function Get_Stored_Display: IXMLStored_DisplayType;
    { Methods & Properties }
    property Stored_Display: IXMLStored_DisplayType read Get_Stored_Display;
  end;

{ IXMLStored_DisplayType }

  IXMLStored_DisplayType = interface(IXMLNode)
    ['{569F9226-7048-4F12-A148-547FD6FC907F}']
    { Property Accessors }
    function Get_Id: WideString;
    function Get_Name: WideString;
    function Get_Stored_DisplayProps: IXMLStored_DisplayPropsType;
    function Get_Drawing_Object_Entity_Groups: IXMLDrawing_Object_Entity_GroupsType;
    function Get_Drawing_Object_Relationship_Groups: IXMLDrawing_Object_Relationship_GroupsType;
    procedure Set_Id(Value: WideString);
    procedure Set_Name(Value: WideString);
    { Methods & Properties }
    property Id: WideString read Get_Id write Set_Id;
    property Name: WideString read Get_Name write Set_Name;
    property Stored_DisplayProps: IXMLStored_DisplayPropsType read Get_Stored_DisplayProps;
    property Drawing_Object_Entity_Groups: IXMLDrawing_Object_Entity_GroupsType read Get_Drawing_Object_Entity_Groups;
    property Drawing_Object_Relationship_Groups: IXMLDrawing_Object_Relationship_GroupsType read Get_Drawing_Object_Relationship_Groups;
  end;

{ IXMLStored_DisplayPropsType }

  IXMLStored_DisplayPropsType = interface(IXMLNode)
    ['{C0FB21F9-CB99-488E-A627-8C486B20444A}']
    { Property Accessors }
    function Get_Name: WideString;
    function Get_Display_Rel_Name: Integer;
    function Get_Display_Cardinality: Integer;
    function Get_Display_Not_Null: Integer;
    function Get_Display_Physical_Level: Integer;
    function Get_Display_Datatype: Integer;
    function Get_Display_Rolenames: Integer;
    function Get_Display_Alt_Keys: Integer;
    function Get_Display_Level: Integer;
    function Get_Zoom_Option: Integer;
    function Get_Display_FK: Integer;
    function Get_Display_Subcat_Name: Integer;
    function Get_Display_Referantial_Integrity: Integer;
    function Get_Physical_Display_Level: Integer;
    function Get_Physical_Display_FK_Name: Integer;
    function Get_Physical_Display_Cardinality: Integer;
    function Get_Physical_Display_Ref_Integ: Integer;
    function Get_Physical_Display_Alt_Keys: Integer;
    function Get_Disallow_Manual_Rel_Layout: WideString;
    function Get_Dont_Display_Views: WideString;
    function Get_Dont_Display_View_Rels: WideString;
    function Get_Display_View_Col_Datatype: WideString;
    function Get_Display_View_Col_Null_Option: WideString;
    function Get_Display_Ungenerated: WideString;
    function Get_Show_Migrated_Atts: WideString;
    function Get_Display_Logical_Datatype: WideString;
    function Get_Display_Logical_FK_Deisgnator: WideString;
    function Get_Display_Diagonal_Lines: WideString;
    function Get_Display_Attribute_Icons: WideString;
    function Get_Display_Entity_Icons: WideString;
    function Get_Display_Logical_PK_Designator: WideString;
    function Get_Display_Physical_PK_Designator: WideString;
    function Get_Display_DW_Icons: WideString;
    function Get_Display_View_Col_Expr: WideString;
    function Get_Hide_Rels: WideString;
    function Get_Display_Danging_Rels: WideString;
    function Get_Disallow_Manual_Entity_Resize: WideString;
    function Get_Shadow: WideString;
    function Get_Shadow_X: Integer;
    function Get_Shadow_Y: Integer;
    function Get_V_Scroll_Pos: Integer;
    function Get_H_Scroll_Pos: Integer;
    function Get_Modified_Time: Integer;
    function Get_Is_Locked: WideString;
    function Get_Display_Logical_Domains: WideString;
    function Get_Default_Object_Alternative_Id: IXMLDefault_Object_Alternative_IdType;
    function Get_Print_Info: WideString;
    procedure Set_Name(Value: WideString);
    procedure Set_Display_Rel_Name(Value: Integer);
    procedure Set_Display_Cardinality(Value: Integer);
    procedure Set_Display_Not_Null(Value: Integer);
    procedure Set_Display_Physical_Level(Value: Integer);
    procedure Set_Display_Datatype(Value: Integer);
    procedure Set_Display_Rolenames(Value: Integer);
    procedure Set_Display_Alt_Keys(Value: Integer);
    procedure Set_Display_Level(Value: Integer);
    procedure Set_Zoom_Option(Value: Integer);
    procedure Set_Display_FK(Value: Integer);
    procedure Set_Display_Subcat_Name(Value: Integer);
    procedure Set_Display_Referantial_Integrity(Value: Integer);
    procedure Set_Physical_Display_Level(Value: Integer);
    procedure Set_Physical_Display_FK_Name(Value: Integer);
    procedure Set_Physical_Display_Cardinality(Value: Integer);
    procedure Set_Physical_Display_Ref_Integ(Value: Integer);
    procedure Set_Physical_Display_Alt_Keys(Value: Integer);
    procedure Set_Disallow_Manual_Rel_Layout(Value: WideString);
    procedure Set_Dont_Display_Views(Value: WideString);
    procedure Set_Dont_Display_View_Rels(Value: WideString);
    procedure Set_Display_View_Col_Datatype(Value: WideString);
    procedure Set_Display_View_Col_Null_Option(Value: WideString);
    procedure Set_Display_Ungenerated(Value: WideString);
    procedure Set_Show_Migrated_Atts(Value: WideString);
    procedure Set_Display_Logical_Datatype(Value: WideString);
    procedure Set_Display_Logical_FK_Deisgnator(Value: WideString);
    procedure Set_Display_Diagonal_Lines(Value: WideString);
    procedure Set_Display_Attribute_Icons(Value: WideString);
    procedure Set_Display_Entity_Icons(Value: WideString);
    procedure Set_Display_Logical_PK_Designator(Value: WideString);
    procedure Set_Display_Physical_PK_Designator(Value: WideString);
    procedure Set_Display_DW_Icons(Value: WideString);
    procedure Set_Display_View_Col_Expr(Value: WideString);
    procedure Set_Hide_Rels(Value: WideString);
    procedure Set_Display_Danging_Rels(Value: WideString);
    procedure Set_Disallow_Manual_Entity_Resize(Value: WideString);
    procedure Set_Shadow(Value: WideString);
    procedure Set_Shadow_X(Value: Integer);
    procedure Set_Shadow_Y(Value: Integer);
    procedure Set_V_Scroll_Pos(Value: Integer);
    procedure Set_H_Scroll_Pos(Value: Integer);
    procedure Set_Modified_Time(Value: Integer);
    procedure Set_Is_Locked(Value: WideString);
    procedure Set_Display_Logical_Domains(Value: WideString);
    procedure Set_Print_Info(Value: WideString);
    { Methods & Properties }
    property Name: WideString read Get_Name write Set_Name;
    property Display_Rel_Name: Integer read Get_Display_Rel_Name write Set_Display_Rel_Name;
    property Display_Cardinality: Integer read Get_Display_Cardinality write Set_Display_Cardinality;
    property Display_Not_Null: Integer read Get_Display_Not_Null write Set_Display_Not_Null;
    property Display_Physical_Level: Integer read Get_Display_Physical_Level write Set_Display_Physical_Level;
    property Display_Datatype: Integer read Get_Display_Datatype write Set_Display_Datatype;
    property Display_Rolenames: Integer read Get_Display_Rolenames write Set_Display_Rolenames;
    property Display_Alt_Keys: Integer read Get_Display_Alt_Keys write Set_Display_Alt_Keys;
    property Display_Level: Integer read Get_Display_Level write Set_Display_Level;
    property Zoom_Option: Integer read Get_Zoom_Option write Set_Zoom_Option;
    property Display_FK: Integer read Get_Display_FK write Set_Display_FK;
    property Display_Subcat_Name: Integer read Get_Display_Subcat_Name write Set_Display_Subcat_Name;
    property Display_Referantial_Integrity: Integer read Get_Display_Referantial_Integrity write Set_Display_Referantial_Integrity;
    property Physical_Display_Level: Integer read Get_Physical_Display_Level write Set_Physical_Display_Level;

⌨️ 快捷键说明

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