UIPageName.lua 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. local UIPageName = {
  2. UILoading = 1,
  3. UIMain = 2,
  4. UISystemNoticeTips = 3,
  5. UIBattle = 4,
  6. UINewStory = 5,
  7. UIGM = 7,
  8. UIAttrAddTips = 9,
  9. UIErrorTips = 10,
  10. UIBag = 11,
  11. UIItemTips = 12,
  12. UIEquipTips = 13,
  13. UIEquipList = 14,
  14. UIForge1 = 16,
  15. UIForgePop = 17,
  16. UIPOPGot = 18,
  17. UIBattleReward = 19,
  18. UIBattleBossBox = 20,
  19. UIBattleSimpleResult = 21,
  20. UIBattleResult = 22,
  21. UIEquipRefineTips = 23,
  22. UIRefineExtraPop = 25,
  23. UICardTips = 26,
  24. UICardListTips = 27,
  25. UICardList = 28,
  26. UICardGot = 29,
  27. UICardDecomposeTips = 30,
  28. UICardItemTips = 31,
  29. UICardEquipList = 32,
  30. UICardProduceNotice = 33,
  31. UICreateRole = 34,
  32. UIBagCardListTips = 35,
  33. UIChangeLine = 36,
  34. UIGuide = 37,
  35. UIPOPGotAnims = 40,
  36. UIPopGotSingle = 41,
  37. UIChipDecomposeTips = 43,
  38. UIBattleWin = 45,
  39. UIParterGot = 46,
  40. UIFightPowerTips = 47,
  41. UIRoleMain1 = 48,
  42. UIRoleInfoPop = 51,
  43. UIRoleNaturePoint = 52,
  44. UIQuickBattle = 53,
  45. UIRoleStrength = 56,
  46. UISettings = 57,
  47. UIRoleChangeJob = 59,
  48. UIDojo2D = 60,
  49. UIDojoMatch = 62,
  50. UIDojoBattle = 63,
  51. UIDojoBattleWin = 64,
  52. UIDojoBattleFail = 65,
  53. UINoticeTips = 66,
  54. UIDojoExit = 67,
  55. UIDojoReward = 68,
  56. UIDojoRank = 69,
  57. UIDojoBuyTimes = 70,
  58. UIMailBox = 71,
  59. UIMail = 72,
  60. UINewbieBattle = 73,
  61. UINewCreateRole = 74,
  62. UILanuch = 75,
  63. UISimpleWeb = 76,
  64. UISimpleNotice = 77,
  65. UIWorldBossBattle = 80,
  66. UIWorldBossList = 81,
  67. UIWorldBossReward = 82,
  68. UIHundredDojo = 85,
  69. UIHundredDojoLog = 86,
  70. UIHundredDojoReward = 87,
  71. UIHundredDojoChallenge = 88,
  72. UIHundredDojoSlogan = 89,
  73. UIHundredDojoGuildRank = 90,
  74. UIFashion = 91,
  75. UIFashionTotal = 92,
  76. UIFashionGot = 93,
  77. UIFashionCompose = 94,
  78. UIFashionPaperTips = 95,
  79. UIPayWaiting = 99,
  80. UIWaiting = 100,
  81. UIClimbingTower = 101,
  82. UIClimbingTowerLevelInfo = 102,
  83. UIClimbingTowerFriendInfo = 103,
  84. UIClimbingTowerRank = 104,
  85. UIClimbingTowerBattle = 105,
  86. UIClimbingTowerBattleWin = 106,
  87. UIClimbingTowerBattleFailed = 107,
  88. UIBattleReplay = 108,
  89. UIBattleStatistics = 109,
  90. UIBattleBossTips = 110,
  91. UISkillSettings = 111,
  92. UISkillPreview = 112,
  93. UISkillResetTips = 113,
  94. UIVip = 114,
  95. UIVipExpTips = 115,
  96. UIVipLvUp = 116,
  97. UIRuneShop = 117,
  98. UIRuneShopBuyTips = 118,
  99. UIRuneShopGoldBuyTips = 119,
  100. UIBigMap = 120,
  101. UIWorldMap = 121,
  102. UISummon = 125,
  103. UISummonAnim = 126,
  104. UISummonShow = 127,
  105. UISummonResult = 128,
  106. UISuccessTips = 131,
  107. UIEvil = 132,
  108. UISkillExpBattleBattle = 133,
  109. UISkillExpCost = 134,
  110. UIMainCity1 = 140,
  111. UISeason = 141,
  112. UIChat = 142,
  113. UIChatPrivate = 143,
  114. UIPrivateChatBtn = 144,
  115. UIMinTips = 145,
  116. UICustomerServiceTips = 146,
  117. UIOptionalGift = 149,
  118. UIFriendList = 150,
  119. UITips = 151,
  120. UIActivationCode = 152,
  121. UIShop = 153,
  122. UIRoleMessage = 154,
  123. UIChangeName = 155,
  124. UIChangeHead = 156,
  125. UIChangeServer = 157,
  126. UINotifyTips = 158,
  127. UINotifyActivityTips = 159,
  128. UISign = 160,
  129. UIShopBuyTips = 161,
  130. UISign2 = 162,
  131. UINotifyTipsSimple = 163,
  132. UIForceGuide = 164,
  133. UITask = 165,
  134. UITransPerform = 166,
  135. UIDojoBadgeUp = 167,
  136. UIPartnerLvUp = 168,
  137. UISignDaily = 169,
  138. UICreateName = 170,
  139. UIPlayRule = 171,
  140. UIFilter = 172,
  141. UICollect = 173,
  142. UICollectTips = 174,
  143. UIChangeHeadFrame = 176,
  144. UIExchange = 177,
  145. UIFuncMenu = 179,
  146. UIGuildLobby = 180,
  147. UIGuildRecommend = 181,
  148. UIGuildCreate = 182,
  149. UIGuildChangeBadge = 183,
  150. UIGuildInfo = 184,
  151. UIGuildMain = 185,
  152. UIGuildLog = 186,
  153. UIGuildAuditApply = 187,
  154. UIGuildSettings = 188,
  155. UIGuildChangeName = 189,
  156. UIPetRoot = 190,
  157. UIPetLvUp = 191,
  158. UIPetAttribute = 192,
  159. UIPetAdvence = 193,
  160. UIPetMats = 194,
  161. UIPetDecompose = 195,
  162. UIPetBattle = 196,
  163. UIPetRelations = 197,
  164. UIPetMySupport = 198,
  165. UINatureInfo = 199,
  166. UIGuildHunt = 200,
  167. UIGuildHuntMasterReward = 201,
  168. UIGuildHuntLog = 202,
  169. UIGuildHuntBattle = 203,
  170. UIGuildWarMatchMap = 204,
  171. UIGuildWar = 205,
  172. UIGuildWarLog = 206,
  173. UIGuildWarBuff = 207,
  174. UIGuildWarRank = 208,
  175. UIGuildWarActivityShop = 209,
  176. UIExpedition = 210,
  177. UIExpeditionArrange = 211,
  178. UIExpeditionBattle = 212,
  179. UIExpeditionBless = 213,
  180. UIExpeditionDungeonInfo = 214,
  181. UIExpeditionHelp = 215,
  182. UIExpeditionWin = 216,
  183. UIExpiditionHelpLog = 217,
  184. UIBattleFailed = 218,
  185. UIExpeditionRank = 219,
  186. UIActivityFirstRecharge = 220,
  187. UIActivityDailyRecharge = 221,
  188. UIActivityLimitedGift = 222,
  189. UIVoyage = 230,
  190. UIVoyagePrepare = 231,
  191. UIVoyageReforming = 232,
  192. UIVoyageRobbery = 233,
  193. UIVoyageRank = 234,
  194. UIVoyageLog = 235,
  195. UIActivityGoddess = 303,
  196. UIActivityFortnightLogin = 304,
  197. UIActivityFortnightTask = 305,
  198. UIQuestionnaire = 306,
  199. UIActivityTower = 307,
  200. UIRoleChangeJobTips = 308,
  201. UIExchangeCode = 309,
  202. UITipsSkill = 311,
  203. UITipsExchange = 312,
  204. UICardBlessTips = 313,
  205. UIMaterialsTips = 314,
  206. UITurnWheelTips = 315,
  207. UIFashionLvUp = 316,
  208. UIFashionSuitesTips = 317,
  209. UIFashionWash = 318,
  210. UIRewardsBuyTips = 319,
  211. UIREShop = 321,
  212. UIBuyTimes = 323,
  213. UIFruitUse = 324,
  214. UIRewardsTips = 325,
  215. UISkillAdvance = 326,
  216. UISkillAdvanceTotal = 327,
  217. UIStampLvUp = 328,
  218. UIPetStampTips = 329,
  219. UIPetStampList = 330,
  220. UIPetStampBlessTips = 331,
  221. UIStarSignTips = 332,
  222. UIStarRewardsTips = 333,
  223. UIActivityChipRewardPetExchange = 334,
  224. UIActivityKingTask = 335,
  225. UIPetExchangeMats = 336,
  226. UIPvpSuppressTips = 337,
  227. UIPveBlessTips = 338,
  228. UIActivityTurntable = 340,
  229. UIArtifactTips = 341,
  230. UIArtifactStarUp = 342,
  231. UITitleList = 343,
  232. UIGuildDemon = 344,
  233. UIGuildDemonRank = 345,
  234. UIGuildDemonReward = 346,
  235. UIArtifactReforge = 347,
  236. UIArtifactPool = 348,
  237. UIArtifactRewardsList = 349,
  238. UIActivitySignDaily = 350,
  239. UIJoystick = 351,
  240. UISeasonIdol = 352,
  241. UIIdolSupportTips = 353,
  242. UIIdolRank = 354,
  243. UIIdolMyFansTips = 355,
  244. UIIdolGiftTips = 356,
  245. UIIdolActivityShop = 357,
  246. UIHall = 358,
  247. UIHallSeting = 359,
  248. UIHallNearlyPlayer = 360,
  249. UIHallRoomList = 361,
  250. UIArtifactNotesTips = 362,
  251. IdolSuccessTips = 363,
  252. UIChatServiceTips = 364,
  253. UIActivityChipRewardCom = 365,
  254. UIOptionalWishBox = 366,
  255. UIGetNowPop = 367,
  256. UIWishPOPGot = 368,
  257. UIPetStamp = 369,
  258. UIPetContractTips = 370,
  259. UIPetContractAttribute = 371,
  260. UIRechargeWalletShop = 372,
  261. UIRechargeSuccess = 373,
  262. UIWalletShopGoldBuyTips = 374,
  263. UIRuneShopExplore = 375,
  264. UIActivityBackGift = 376,
  265. UIBoliShop = 377,
  266. UIBoliShopUpLvTips = 378,
  267. UIActivityDailyRechargeBT = 379,
  268. UIRuneShopBT = 380,
  269. UIPrivilegeCardTips = 381,
  270. UIActivityDailyRechargeROBT = 382,
  271. UIBoliShopBuyTips = 383,
  272. UILuckyEgg = 384,
  273. UILuckyEggResult = 385,
  274. UILuckyEggShow = 386,
  275. UILuckyEggAnim = 387,
  276. UIActivityFirstRechargeBT = 388,
  277. UIActivityHundredRechargeBT = 389,
  278. UIStory = 2000,
  279. UIStorySkip = 2001,
  280. UIStoryPlayVideo = 2002,
  281. UIChapter = 2003,
  282. UIAntiCheatMsgWnd = 2100,
  283. UIDiffTask = 2101,
  284. }
  285. return setmetatable(UIPageName, { __index = Enum.UIPageName })