Profilo di Yi无尽愿FotoBlogElenchiAltro ![]() | Guida |
|
14/01/2009 引擎无关的布局模式 模仿汉字(方块字)的布局模式,衍生出以下这些可以跨平台、跨界面引擎的布局模式:
{ 枚举: LayoutMode } { 布局模式 用于确定容器内各个子界面的布局模式。 } published static final LayoutMode = enum; public const lmAll : STRING[10] = 'A'; //独立 public const lmLeftRight : STRING[10] = 'LR'; //左右结构 public const lmUpDown : STRING[10] = 'UD'; //上下结构 public const lmInnerOut : STRING[10] = 'IO'; //内外结构 public const lmLeftMidRight : STRING[10] = 'LMR'; //左中右结构 public const lmUpMidDown : STRING[10] = 'UMD'; //上中下结构 public const lmLeftUpDown : STRING[10] = 'LUD'; //左上下结构 public const lmRightUpDown : STRING[10] = 'RUD'; //右上下结构 public const lmUpLeftRight : STRING[10] = 'ULR'; //上左右结构 public const lmDownLeftRight : STRING[10] = 'DLR'; //下左右结构 public const lmUpLeftMidRight : STRING[10] = 'ULMR'; //上左中右结构 public const lmDownLeftMidRight : STRING[10] = 'DLMR'; //下左中右结构 public const lmLeftUpMidDown : STRING[10] = 'LUMD'; //左上中下结构 public const lmRightUpMidDown : STRING[10] = 'RUMD'; //右上中下结构 public const lmUpDownLeftRight : STRING[10] = 'UDLR'; //上下左右结构 public const lmLeftRightUpDown : STRING[10] = 'LRUD'; //左右上下结构 public const lmLeftMidUpDown : STRING[10] = 'LMUD'; //左中上下结构 public const lmRightMidUpDown : STRING[10] = 'RMUD'; //右中上下结构 public const lmUpMidLeftRight : STRING[10] = 'UMLR'; //上中左右结构 public const lmDownMidLeftRight : STRING[10] = 'DMLR'; //下中左右结构 public const lmUpDownLeftMidRight : STRING[10] = 'UDLMR'; //上下左中右结构 public const lmLeftRightUpMidDown : STRING[10] = 'LRUMD'; //左右上中下结构 public const lmLeftCenterUpMidDown : STRING[10] = 'LCUMD'; //左中上中下结构 public const lmRightCenterUpMidDown : STRING[10] = 'RCUMD'; //右中上中下结构 public const lmUpMidLeftCenterRight : STRING[10] = 'UMLCR'; //上中左中右结构 public const lmDownMidLeftCenterRight : STRING[10] = 'DMLCR'; //下中左中右结构 end; Commenti (3)Per aggiungere un commento, accedi con il tuo Windows Live ID (se utilizzi Hotmail, Messenger o Xbox LIVE possiedi già un Windows Live ID). Accedi Non hai ancora un Windows Live ID? Registrati
RiferimentiL'URL di riferimento per questo intervento è: http://creationzy.spaces.live.com/blog/cns!F7BAA280447BB7D7!612.trak Blog che fanno riferimento a questo intervento
|
|
|