ddtestusa2.tab

来自「MapX开发实例」· TAB 代码 · 共 38 行

TAB
38
字号
!table
!version 300
!charset WindowsLatin1

Definition Table
  Type Native Charset "WindowsLatin1"
  Fields 3
    Key Char (32);
    Level Char (32);
    Label Char (32) ;

begin_metadata
"\IsDrilldown" = "TRUE"
"\DDMap\ComponentMaps\One\File" = "usaXXX.TAB"
"\DDMap\ComponentMaps\One\LevelID" = "USA"
"\DDMap\ComponentMaps\One\FeatureIDCol" = "3"
"\DDMap\ComponentMaps\One\FeatureCaptionCol" = "1"

"\DDMap\ComponentMaps\Twox\File" = "2Region.TAB"
"\DDMap\ComponentMaps\Twox\LevelID" = "2Region"
"\DDMap\ComponentMaps\Twox\FeatureIDCol" = "1"
"\DDMap\ComponentMaps\Twox\FeatureCaptionCol" = "3"

"\DDMap\ComponentMaps\Twoxx\File" = "MultiRegionSales.TAB"
"\DDMap\ComponentMaps\Twoxx\LevelID" = "MultiRegion"
"\DDMap\ComponentMaps\Twoxx\FeatureIDCol" = "1"
"\DDMap\ComponentMaps\Twoxx\FeatureCaptionCol" = "3"

"\DDMap\ComponentMaps\Two\File" = "states.TAB"
"\DDMap\ComponentMaps\Two\LevelID" = "States"
"\DDMap\ComponentMaps\Two\FeatureIDCol" = "3"
"\DDMap\ComponentMaps\Two\FeatureCaptionCol" = "1"

"\DDMap\HierarchyManager\IsDLL" = "TRUE"
"\DDMap\HierarchyManager\ID" = "SomeDLL.dll"
"\DDMap\HierarchyManager\InitialLevel" = "USA"
end_metadata

⌨️ 快捷键说明

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