newecformunit.lfm 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532
  1. object NewECForm: TNewECForm
  2. Left = 598
  3. Height = 708
  4. Top = 49
  5. Width = 533
  6. Caption = 'New event command'
  7. ClientHeight = 708
  8. ClientWidth = 533
  9. OnCreate = FormCreate
  10. OnResize = FormResize
  11. OnShow = FormResize
  12. OnWindowStateChange = FormResize
  13. LCLVersion = '2.0.2.0'
  14. object ECPageControl: TPageControl
  15. Left = 0
  16. Height = 674
  17. Top = 0
  18. Width = 533
  19. ActivePage = ECPage1TabSheet
  20. Align = alClient
  21. TabIndex = 0
  22. TabOrder = 0
  23. OnChange = ECPageControlChange
  24. object ECPage1TabSheet: TTabSheet
  25. Caption = '1'
  26. ClientHeight = 648
  27. ClientWidth = 525
  28. object EcPage1ScrollBox: TScrollBox
  29. Left = 0
  30. Height = 648
  31. Top = 0
  32. Width = 525
  33. HorzScrollBar.Page = 184
  34. VertScrollBar.Page = 629
  35. Align = alClient
  36. BorderStyle = bsNone
  37. ClientHeight = 648
  38. ClientWidth = 525
  39. TabOrder = 0
  40. object EcPage1Panel: TPanel
  41. Left = 0
  42. Height = 648
  43. Top = 0
  44. Width = 525
  45. Align = alClient
  46. BevelOuter = bvNone
  47. ChildSizing.VerticalSpacing = 4
  48. ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
  49. ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
  50. ChildSizing.Layout = cclLeftToRightThenTopToBottom
  51. ChildSizing.ControlsPerLine = 2
  52. ClientHeight = 648
  53. ClientWidth = 525
  54. TabOrder = 0
  55. object Page1Col1Panel: TPanel
  56. Left = 0
  57. Height = 593
  58. Top = 0
  59. Width = 194
  60. Anchors = [akTop, akLeft, akRight]
  61. AutoSize = True
  62. BevelOuter = bvNone
  63. ClientHeight = 593
  64. ClientWidth = 194
  65. TabOrder = 0
  66. object MessageGroupBox: TGroupBox
  67. Left = 0
  68. Height = 169
  69. Top = 0
  70. Width = 194
  71. Anchors = [akTop, akLeft, akRight]
  72. AutoSize = True
  73. Caption = 'Message'
  74. ClientHeight = 151
  75. ClientWidth = 190
  76. TabOrder = 0
  77. object ShowMessageBitBtn: TBitBtn
  78. Tag = 101
  79. Left = 0
  80. Height = 23
  81. Top = 0
  82. Width = 190
  83. Anchors = [akTop, akLeft, akRight]
  84. AutoSize = True
  85. BorderSpacing.Bottom = 4
  86. Caption = 'Show message...'
  87. OnClick = CommandBitBtnClick
  88. TabOrder = 0
  89. end
  90. object ShowChoiceBitBtn: TBitBtn
  91. Tag = 102
  92. AnchorSideLeft.Control = ShowMessageBitBtn
  93. AnchorSideTop.Control = ShowMessageBitBtn
  94. AnchorSideTop.Side = asrBottom
  95. AnchorSideRight.Control = ShowMessageBitBtn
  96. AnchorSideRight.Side = asrBottom
  97. Left = 0
  98. Height = 23
  99. Top = 31
  100. Width = 190
  101. Anchors = [akTop, akLeft, akRight]
  102. AutoSize = True
  103. BorderSpacing.Top = 8
  104. Caption = 'Show choice...'
  105. OnClick = CommandBitBtnClick
  106. TabOrder = 1
  107. end
  108. object InputNumberBitBtn: TBitBtn
  109. Tag = 103
  110. AnchorSideLeft.Control = ShowChoiceBitBtn
  111. AnchorSideTop.Control = ShowChoiceBitBtn
  112. AnchorSideTop.Side = asrBottom
  113. AnchorSideRight.Control = ShowChoiceBitBtn
  114. AnchorSideRight.Side = asrBottom
  115. Left = 0
  116. Height = 23
  117. Top = 62
  118. Width = 190
  119. Anchors = [akTop, akLeft, akRight]
  120. AutoSize = True
  121. BorderSpacing.Top = 8
  122. Caption = 'Input number...'
  123. OnClick = CommandBitBtnClick
  124. TabOrder = 2
  125. end
  126. object SelectItemBitBtn: TBitBtn
  127. Tag = 104
  128. AnchorSideLeft.Control = InputNumberBitBtn
  129. AnchorSideTop.Control = InputNumberBitBtn
  130. AnchorSideTop.Side = asrBottom
  131. AnchorSideRight.Control = InputNumberBitBtn
  132. AnchorSideRight.Side = asrBottom
  133. Left = 0
  134. Height = 23
  135. Top = 93
  136. Width = 190
  137. Anchors = [akTop, akLeft, akRight]
  138. AutoSize = True
  139. BorderSpacing.Top = 8
  140. Caption = 'Select item...'
  141. OnClick = CommandBitBtnClick
  142. TabOrder = 3
  143. end
  144. object ScrollTextBitBtn: TBitBtn
  145. Tag = 105
  146. AnchorSideLeft.Control = SelectItemBitBtn
  147. AnchorSideTop.Control = SelectItemBitBtn
  148. AnchorSideTop.Side = asrBottom
  149. AnchorSideRight.Control = SelectItemBitBtn
  150. AnchorSideRight.Side = asrBottom
  151. Left = 0
  152. Height = 23
  153. Top = 124
  154. Width = 190
  155. Anchors = [akTop, akLeft, akRight]
  156. AutoSize = True
  157. BorderSpacing.Top = 8
  158. BorderSpacing.Bottom = 4
  159. Caption = 'Scroll text...'
  160. OnClick = CommandBitBtnClick
  161. TabOrder = 4
  162. end
  163. end
  164. object GameDataGroupBox: TGroupBox
  165. AnchorSideTop.Control = MessageGroupBox
  166. AnchorSideTop.Side = asrBottom
  167. Left = 0
  168. Height = 138
  169. Top = 181
  170. Width = 194
  171. Anchors = [akTop, akLeft, akRight]
  172. AutoSize = True
  173. BorderSpacing.Top = 12
  174. Caption = 'Game data'
  175. ClientHeight = 120
  176. ClientWidth = 190
  177. TabOrder = 1
  178. object SetSwitchesBitBtn: TBitBtn
  179. Tag = 121
  180. Left = 0
  181. Height = 23
  182. Top = 0
  183. Width = 190
  184. Anchors = [akTop, akLeft, akRight]
  185. AutoSize = True
  186. BorderSpacing.Bottom = 4
  187. Caption = 'Set switches...'
  188. OnClick = CommandBitBtnClick
  189. TabOrder = 0
  190. end
  191. object SetVariablesBitBtn: TBitBtn
  192. Tag = 122
  193. AnchorSideLeft.Control = SetSwitchesBitBtn
  194. AnchorSideTop.Control = SetSwitchesBitBtn
  195. AnchorSideTop.Side = asrBottom
  196. AnchorSideRight.Side = asrBottom
  197. Left = 0
  198. Height = 23
  199. Top = 31
  200. Width = 190
  201. Anchors = [akTop, akLeft, akRight]
  202. AutoSize = True
  203. BorderSpacing.Top = 8
  204. Caption = 'Set variables...'
  205. OnClick = CommandBitBtnClick
  206. TabOrder = 1
  207. end
  208. object SetSelfSwitchBitBtn: TBitBtn
  209. Tag = 123
  210. AnchorSideLeft.Control = SetVariablesBitBtn
  211. AnchorSideTop.Control = SetVariablesBitBtn
  212. AnchorSideTop.Side = asrBottom
  213. AnchorSideRight.Side = asrBottom
  214. Left = 0
  215. Height = 23
  216. Top = 62
  217. Width = 190
  218. Anchors = [akTop, akLeft, akRight]
  219. AutoSize = True
  220. BorderSpacing.Top = 8
  221. Caption = 'Set a self-switch...'
  222. OnClick = CommandBitBtnClick
  223. TabOrder = 2
  224. end
  225. object ControlTimerBitBtn: TBitBtn
  226. Tag = 124
  227. AnchorSideLeft.Control = SetSelfSwitchBitBtn
  228. AnchorSideTop.Control = SetSelfSwitchBitBtn
  229. AnchorSideTop.Side = asrBottom
  230. AnchorSideRight.Side = asrBottom
  231. Left = 0
  232. Height = 23
  233. Top = 93
  234. Width = 190
  235. Anchors = [akTop, akLeft, akRight]
  236. AutoSize = True
  237. BorderSpacing.Top = 8
  238. BorderSpacing.Bottom = 4
  239. Caption = 'Control timer...'
  240. OnClick = CommandBitBtnClick
  241. TabOrder = 3
  242. end
  243. end
  244. object FlowControlGroupBox: TGroupBox
  245. AnchorSideTop.Control = GameDataGroupBox
  246. AnchorSideTop.Side = asrBottom
  247. Left = 0
  248. Height = 262
  249. Top = 331
  250. Width = 194
  251. Anchors = [akTop, akLeft, akRight]
  252. AutoSize = True
  253. BorderSpacing.Top = 12
  254. Caption = 'Flow control'
  255. ClientHeight = 244
  256. ClientWidth = 190
  257. TabOrder = 2
  258. object ConditionalBranchBitBtn: TBitBtn
  259. Tag = 111
  260. Left = 0
  261. Height = 23
  262. Top = 0
  263. Width = 188
  264. Anchors = [akTop, akLeft, akRight]
  265. AutoSize = True
  266. BorderSpacing.Bottom = 4
  267. Caption = 'Conditional branch...'
  268. OnClick = CommandBitBtnClick
  269. TabOrder = 0
  270. end
  271. object LoopBitBtn: TBitBtn
  272. Tag = 112
  273. AnchorSideLeft.Control = ConditionalBranchBitBtn
  274. AnchorSideTop.Control = ConditionalBranchBitBtn
  275. AnchorSideTop.Side = asrBottom
  276. AnchorSideRight.Side = asrBottom
  277. Left = 0
  278. Height = 23
  279. Top = 31
  280. Width = 188
  281. Anchors = [akTop, akLeft, akRight]
  282. AutoSize = True
  283. BorderSpacing.Top = 8
  284. Caption = 'Loop'
  285. OnClick = CommandBitBtnClick
  286. TabOrder = 1
  287. end
  288. object BreakLoopBitBtn: TBitBtn
  289. Tag = 113
  290. AnchorSideLeft.Control = LoopBitBtn
  291. AnchorSideTop.Control = LoopBitBtn
  292. AnchorSideTop.Side = asrBottom
  293. AnchorSideRight.Side = asrBottom
  294. Left = 0
  295. Height = 23
  296. Top = 62
  297. Width = 188
  298. Anchors = [akTop, akLeft, akRight]
  299. AutoSize = True
  300. BorderSpacing.Top = 8
  301. Caption = 'Break loop'
  302. OnClick = CommandBitBtnClick
  303. TabOrder = 2
  304. end
  305. object EndEventProcessingBitBtn: TBitBtn
  306. Tag = 115
  307. AnchorSideLeft.Control = BreakLoopBitBtn
  308. AnchorSideTop.Control = BreakLoopBitBtn
  309. AnchorSideTop.Side = asrBottom
  310. AnchorSideRight.Side = asrBottom
  311. Left = 0
  312. Height = 23
  313. Top = 93
  314. Width = 188
  315. Anchors = [akTop, akLeft, akRight]
  316. AutoSize = True
  317. BorderSpacing.Top = 8
  318. Caption = 'End event processing'
  319. OnClick = CommandBitBtnClick
  320. TabOrder = 3
  321. end
  322. object CallCommonEventBitBtn: TBitBtn
  323. Tag = 117
  324. AnchorSideLeft.Control = EndEventProcessingBitBtn
  325. AnchorSideTop.Control = EndEventProcessingBitBtn
  326. AnchorSideTop.Side = asrBottom
  327. AnchorSideRight.Side = asrBottom
  328. Left = 0
  329. Height = 23
  330. Top = 124
  331. Width = 189
  332. Anchors = [akTop, akLeft, akRight]
  333. AutoSize = True
  334. BorderSpacing.Top = 8
  335. Caption = 'Call common event...'
  336. OnClick = CommandBitBtnClick
  337. TabOrder = 4
  338. end
  339. object LabelBitBtn: TBitBtn
  340. Tag = 118
  341. AnchorSideLeft.Control = EndEventProcessingBitBtn
  342. AnchorSideTop.Control = CallCommonEventBitBtn
  343. AnchorSideTop.Side = asrBottom
  344. AnchorSideRight.Side = asrBottom
  345. Left = 0
  346. Height = 23
  347. Top = 155
  348. Width = 190
  349. Anchors = [akTop, akLeft, akRight]
  350. AutoSize = True
  351. BorderSpacing.Top = 8
  352. Caption = 'Label...'
  353. OnClick = CommandBitBtnClick
  354. TabOrder = 5
  355. end
  356. object GotoBitBtn: TBitBtn
  357. Tag = 119
  358. AnchorSideLeft.Control = LabelBitBtn
  359. AnchorSideTop.Control = LabelBitBtn
  360. AnchorSideTop.Side = asrBottom
  361. AnchorSideRight.Side = asrBottom
  362. Left = 0
  363. Height = 23
  364. Top = 186
  365. Width = 190
  366. Anchors = [akTop, akLeft, akRight]
  367. AutoSize = True
  368. BorderSpacing.Top = 8
  369. Caption = 'Go to label...'
  370. OnClick = CommandBitBtnClick
  371. TabOrder = 6
  372. end
  373. object CommentBitBtn: TBitBtn
  374. Tag = 108
  375. AnchorSideLeft.Control = GotoBitBtn
  376. AnchorSideTop.Control = GotoBitBtn
  377. AnchorSideTop.Side = asrBottom
  378. AnchorSideRight.Side = asrBottom
  379. Left = 0
  380. Height = 23
  381. Top = 217
  382. Width = 190
  383. Anchors = [akTop, akLeft, akRight]
  384. AutoSize = True
  385. BorderSpacing.Top = 8
  386. BorderSpacing.Bottom = 4
  387. Caption = 'Comment...'
  388. OnClick = CommandBitBtnClick
  389. TabOrder = 7
  390. end
  391. end
  392. end
  393. object Page1Col2Panel: TPanel
  394. AnchorSideLeft.Control = Page1Col1Panel
  395. AnchorSideLeft.Side = asrBottom
  396. Left = 202
  397. Height = 629
  398. Top = 0
  399. Width = 166
  400. Anchors = [akTop, akLeft, akRight]
  401. AutoSize = True
  402. BorderSpacing.Left = 8
  403. BevelOuter = bvNone
  404. ClientHeight = 629
  405. ClientWidth = 166
  406. TabOrder = 1
  407. object PartyGroupBox: TGroupBox
  408. Left = 0
  409. Height = 169
  410. Top = 0
  411. Width = 166
  412. Anchors = [akTop, akLeft, akRight]
  413. AutoSize = True
  414. Caption = 'Party'
  415. ChildSizing.EnlargeHorizontal = crsScaleChilds
  416. ChildSizing.ShrinkHorizontal = crsScaleChilds
  417. ClientHeight = 151
  418. ClientWidth = 162
  419. TabOrder = 0
  420. object ChangeGoldBitBtn: TBitBtn
  421. Tag = 125
  422. Left = 0
  423. Height = 23
  424. Top = 0
  425. Width = 162
  426. Anchors = [akTop, akLeft, akRight]
  427. AutoSize = True
  428. BorderSpacing.Bottom = 4
  429. Caption = '...'
  430. OnClick = CommandBitBtnClick
  431. TabOrder = 0
  432. end
  433. object ChangeItemsBitBtn: TBitBtn
  434. Tag = 126
  435. AnchorSideLeft.Control = ChangeGoldBitBtn
  436. AnchorSideTop.Control = ChangeGoldBitBtn
  437. AnchorSideTop.Side = asrBottom
  438. AnchorSideRight.Side = asrBottom
  439. Left = 0
  440. Height = 23
  441. Top = 31
  442. Width = 162
  443. Anchors = [akTop, akLeft, akRight]
  444. BorderSpacing.Top = 8
  445. Caption = 'Change items...'
  446. OnClick = CommandBitBtnClick
  447. TabOrder = 1
  448. end
  449. object ChangeWeaponsBitBtn: TBitBtn
  450. Tag = 127
  451. AnchorSideLeft.Control = ChangeItemsBitBtn
  452. AnchorSideTop.Control = ChangeItemsBitBtn
  453. AnchorSideTop.Side = asrBottom
  454. AnchorSideRight.Side = asrBottom
  455. Left = 0
  456. Height = 23
  457. Top = 62
  458. Width = 162
  459. Anchors = [akTop, akLeft, akRight]
  460. AutoSize = True
  461. BorderSpacing.Top = 8
  462. Caption = 'Change weapons..'
  463. OnClick = CommandBitBtnClick
  464. TabOrder = 2
  465. end
  466. object ChangeArmoursBitBtn: TBitBtn
  467. Tag = 128
  468. AnchorSideLeft.Control = ChangeWeaponsBitBtn
  469. AnchorSideTop.Control = ChangeWeaponsBitBtn
  470. AnchorSideTop.Side = asrBottom
  471. AnchorSideRight.Side = asrBottom
  472. Left = 0
  473. Height = 23
  474. Top = 93
  475. Width = 162
  476. Anchors = [akTop, akLeft, akRight]
  477. AutoSize = True
  478. BorderSpacing.Top = 8
  479. Caption = 'Change armour...'
  480. OnClick = CommandBitBtnClick
  481. TabOrder = 3
  482. end
  483. object ChangePartyMembersBitBtn: TBitBtn
  484. Tag = 129
  485. AnchorSideLeft.Control = ChangeArmoursBitBtn
  486. AnchorSideTop.Control = ChangeArmoursBitBtn
  487. AnchorSideTop.Side = asrBottom
  488. AnchorSideRight.Side = asrBottom
  489. Left = 0
  490. Height = 23
  491. Top = 124
  492. Width = 162
  493. Anchors = [akTop, akLeft, akRight]
  494. AutoSize = True
  495. BorderSpacing.Top = 8
  496. BorderSpacing.Right = 8
  497. BorderSpacing.Bottom = 4
  498. Caption = 'Change party members...'
  499. OnClick = CommandBitBtnClick
  500. TabOrder = 4
  501. end
  502. end
  503. object ActorGroupBox: TGroupBox
  504. AnchorSideTop.Control = PartyGroupBox
  505. AnchorSideTop.Side = asrBottom
  506. Left = 0
  507. Height = 448
  508. Top = 181
  509. Width = 166
  510. Anchors = [akTop, akLeft, akRight]
  511. AutoSize = True
  512. BorderSpacing.Top = 12
  513. Caption = 'Actor'
  514. ClientHeight = 430
  515. ClientWidth = 162
  516. TabOrder = 1
  517. object ChangeHpBitBtn: TBitBtn
  518. Tag = 311
  519. Left = 0
  520. Height = 23
  521. Top = 0
  522. Width = 161
  523. Anchors = [akTop, akLeft, akRight]
  524. AutoSize = True
  525. BorderSpacing.Bottom = 4
  526. Caption = '...'
  527. OnClick = CommandBitBtnClick
  528. TabOrder = 0
  529. end
  530. object ChangeMpBitBtn: TBitBtn
  531. Tag = 312
  532. AnchorSideLeft.Control = ChangeHpBitBtn
  533. AnchorSideTop.Control = ChangeHpBitBtn
  534. AnchorSideTop.Side = asrBottom
  535. AnchorSideRight.Side = asrBottom
  536. Left = 0
  537. Height = 23
  538. Top = 31
  539. Width = 161
  540. Anchors = [akTop, akLeft, akRight]
  541. AutoSize = True
  542. BorderSpacing.Top = 8
  543. Caption = '...'
  544. OnClick = CommandBitBtnClick
  545. TabOrder = 1
  546. end
  547. object ChangeTpBitBtn: TBitBtn
  548. Tag = 326
  549. AnchorSideLeft.Control = ChangeMpBitBtn
  550. AnchorSideTop.Control = ChangeMpBitBtn
  551. AnchorSideTop.Side = asrBottom
  552. AnchorSideRight.Side = asrBottom
  553. Left = 0
  554. Height = 23
  555. Top = 62
  556. Width = 161
  557. Anchors = [akTop, akLeft, akRight]
  558. AutoSize = True
  559. BorderSpacing.Top = 8
  560. Caption = '...'
  561. OnClick = CommandBitBtnClick
  562. TabOrder = 2
  563. end
  564. object ChangeStateBitBtn: TBitBtn
  565. Tag = 313
  566. AnchorSideLeft.Control = ChangeTpBitBtn
  567. AnchorSideTop.Control = ChangeTpBitBtn
  568. AnchorSideTop.Side = asrBottom
  569. AnchorSideRight.Side = asrBottom
  570. Left = 0
  571. Height = 23
  572. Top = 93
  573. Width = 161
  574. Anchors = [akTop, akLeft, akRight]
  575. AutoSize = True
  576. BorderSpacing.Top = 8
  577. Caption = 'Change state...'
  578. OnClick = CommandBitBtnClick
  579. TabOrder = 3
  580. end
  581. object FullRecoveryBitBtn: TBitBtn
  582. Tag = 314
  583. AnchorSideLeft.Control = ChangeStateBitBtn
  584. AnchorSideTop.Control = ChangeStateBitBtn
  585. AnchorSideTop.Side = asrBottom
  586. AnchorSideRight.Side = asrBottom
  587. Left = 0
  588. Height = 23
  589. Top = 124
  590. Width = 161
  591. Anchors = [akTop, akLeft, akRight]
  592. AutoSize = True
  593. BorderSpacing.Top = 8
  594. Caption = 'Full recovery...'
  595. OnClick = CommandBitBtnClick
  596. TabOrder = 4
  597. end
  598. object ChangeExpBitBtn: TBitBtn
  599. Tag = 315
  600. AnchorSideLeft.Control = ChangeStateBitBtn
  601. AnchorSideTop.Control = FullRecoveryBitBtn
  602. AnchorSideTop.Side = asrBottom
  603. AnchorSideRight.Side = asrBottom
  604. Left = 0
  605. Height = 23
  606. Top = 155
  607. Width = 161
  608. Anchors = [akTop, akLeft, akRight]
  609. AutoSize = True
  610. BorderSpacing.Top = 8
  611. Caption = 'Change experience...'
  612. OnClick = CommandBitBtnClick
  613. TabOrder = 5
  614. end
  615. object ChangeLevelBitBtn: TBitBtn
  616. Tag = 316
  617. AnchorSideLeft.Control = ChangeExpBitBtn
  618. AnchorSideTop.Control = ChangeExpBitBtn
  619. AnchorSideTop.Side = asrBottom
  620. AnchorSideRight.Side = asrBottom
  621. Left = 0
  622. Height = 23
  623. Top = 186
  624. Width = 161
  625. Anchors = [akTop, akLeft, akRight]
  626. AutoSize = True
  627. BorderSpacing.Top = 8
  628. Caption = 'Change level...'
  629. OnClick = CommandBitBtnClick
  630. TabOrder = 6
  631. end
  632. object ChangeParamBitBtn: TBitBtn
  633. Tag = 317
  634. AnchorSideLeft.Control = ChangeLevelBitBtn
  635. AnchorSideTop.Control = ChangeLevelBitBtn
  636. AnchorSideTop.Side = asrBottom
  637. AnchorSideRight.Side = asrBottom
  638. Left = 0
  639. Height = 23
  640. Top = 217
  641. Width = 161
  642. Anchors = [akTop, akLeft, akRight]
  643. AutoSize = True
  644. BorderSpacing.Top = 8
  645. BorderSpacing.Bottom = 4
  646. Caption = 'Change parameter...'
  647. OnClick = CommandBitBtnClick
  648. TabOrder = 7
  649. end
  650. object ChangeSkillBitBtn: TBitBtn
  651. Tag = 318
  652. AnchorSideLeft.Control = ChangeParamBitBtn
  653. AnchorSideTop.Control = ChangeParamBitBtn
  654. AnchorSideTop.Side = asrBottom
  655. AnchorSideRight.Side = asrBottom
  656. Left = 0
  657. Height = 23
  658. Top = 248
  659. Width = 161
  660. Anchors = [akTop, akLeft, akRight]
  661. AutoSize = True
  662. BorderSpacing.Top = 8
  663. BorderSpacing.Bottom = 4
  664. Caption = 'Change skill..'
  665. OnClick = CommandBitBtnClick
  666. TabOrder = 8
  667. end
  668. object ChangeEquipmentBitBtn: TBitBtn
  669. Tag = 319
  670. AnchorSideLeft.Control = ChangeSkillBitBtn
  671. AnchorSideTop.Control = ChangeSkillBitBtn
  672. AnchorSideTop.Side = asrBottom
  673. AnchorSideRight.Side = asrBottom
  674. Left = 0
  675. Height = 23
  676. Top = 279
  677. Width = 161
  678. Anchors = [akTop, akLeft, akRight]
  679. AutoSize = True
  680. BorderSpacing.Top = 8
  681. BorderSpacing.Bottom = 4
  682. Caption = 'Change eqipment..'
  683. OnClick = CommandBitBtnClick
  684. TabOrder = 9
  685. end
  686. object ChangeNameBitBtn: TBitBtn
  687. Tag = 320
  688. AnchorSideLeft.Control = ChangeEquipmentBitBtn
  689. AnchorSideTop.Control = ChangeEquipmentBitBtn
  690. AnchorSideTop.Side = asrBottom
  691. AnchorSideRight.Side = asrBottom
  692. Left = 0
  693. Height = 23
  694. Top = 310
  695. Width = 161
  696. Anchors = [akTop, akLeft, akRight]
  697. AutoSize = True
  698. BorderSpacing.Top = 8
  699. BorderSpacing.Bottom = 4
  700. Caption = 'Change name..'
  701. OnClick = CommandBitBtnClick
  702. TabOrder = 10
  703. end
  704. object ChangeClassBitBtn: TBitBtn
  705. Tag = 321
  706. AnchorSideLeft.Control = ChangeNameBitBtn
  707. AnchorSideTop.Control = ChangeNameBitBtn
  708. AnchorSideTop.Side = asrBottom
  709. AnchorSideRight.Side = asrBottom
  710. Left = 0
  711. Height = 23
  712. Top = 341
  713. Width = 161
  714. Anchors = [akTop, akLeft, akRight]
  715. AutoSize = True
  716. BorderSpacing.Top = 8
  717. BorderSpacing.Bottom = 4
  718. Caption = 'Change class..'
  719. OnClick = CommandBitBtnClick
  720. TabOrder = 11
  721. end
  722. object ChangeNicknameBitBtn: TBitBtn
  723. Tag = 324
  724. AnchorSideLeft.Control = ChangeClassBitBtn
  725. AnchorSideTop.Control = ChangeClassBitBtn
  726. AnchorSideTop.Side = asrBottom
  727. AnchorSideRight.Side = asrBottom
  728. Left = 0
  729. Height = 23
  730. Top = 372
  731. Width = 161
  732. Anchors = [akTop, akLeft, akRight]
  733. AutoSize = True
  734. BorderSpacing.Top = 8
  735. BorderSpacing.Bottom = 4
  736. Caption = 'Change nickname..'
  737. OnClick = CommandBitBtnClick
  738. TabOrder = 12
  739. end
  740. object ChangeProfileBitBtn: TBitBtn
  741. Tag = 325
  742. AnchorSideLeft.Control = ChangeNicknameBitBtn
  743. AnchorSideTop.Control = ChangeNicknameBitBtn
  744. AnchorSideTop.Side = asrBottom
  745. AnchorSideRight.Side = asrBottom
  746. Left = 0
  747. Height = 23
  748. Top = 403
  749. Width = 161
  750. Anchors = [akTop, akLeft, akRight]
  751. AutoSize = True
  752. BorderSpacing.Top = 8
  753. BorderSpacing.Bottom = 4
  754. Caption = 'Change profile information..'
  755. OnClick = CommandBitBtnClick
  756. TabOrder = 13
  757. end
  758. end
  759. end
  760. end
  761. end
  762. end
  763. object ECPage2TabSheet: TTabSheet
  764. Caption = '2'
  765. ClientHeight = 635
  766. ClientWidth = 523
  767. object EcPage2ScrollBox: TScrollBox
  768. Left = 0
  769. Height = 622
  770. Top = 0
  771. Width = 502
  772. HorzScrollBar.Page = 302
  773. VertScrollBar.Page = 593
  774. Align = alClient
  775. BorderStyle = bsNone
  776. ClientHeight = 622
  777. ClientWidth = 502
  778. TabOrder = 0
  779. object EcPage2Panel: TPanel
  780. Left = 0
  781. Height = 622
  782. Top = 0
  783. Width = 502
  784. Align = alClient
  785. BevelOuter = bvNone
  786. ChildSizing.VerticalSpacing = 4
  787. ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
  788. ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
  789. ChildSizing.Layout = cclLeftToRightThenTopToBottom
  790. ChildSizing.ControlsPerLine = 2
  791. ClientHeight = 622
  792. ClientWidth = 502
  793. TabOrder = 0
  794. object Page2Col1Panel: TPanel
  795. Left = 0
  796. Height = 593
  797. Top = 0
  798. Width = 252
  799. BevelOuter = bvNone
  800. ClientHeight = 593
  801. ClientWidth = 252
  802. TabOrder = 0
  803. object MovementGroupBox: TGroupBox
  804. Left = 0
  805. Height = 200
  806. Top = 0
  807. Width = 244
  808. Anchors = [akTop, akLeft, akRight]
  809. AutoSize = True
  810. Caption = 'Movement'
  811. ClientHeight = 182
  812. ClientWidth = 240
  813. TabOrder = 0
  814. object TransferPlayerBitBtn: TBitBtn
  815. Tag = 201
  816. Left = 8
  817. Height = 23
  818. Top = 0
  819. Width = 228
  820. Anchors = [akTop, akLeft, akRight]
  821. AutoSize = True
  822. BorderSpacing.Bottom = 4
  823. Caption = 'Transfer player...'
  824. OnClick = CommandBitBtnClick
  825. TabOrder = 0
  826. end
  827. object SetVehicleLocationBitBtn: TBitBtn
  828. Tag = 202
  829. AnchorSideLeft.Control = TransferPlayerBitBtn
  830. AnchorSideTop.Control = TransferPlayerBitBtn
  831. AnchorSideTop.Side = asrBottom
  832. AnchorSideRight.Control = TransferPlayerBitBtn
  833. AnchorSideRight.Side = asrBottom
  834. Left = 8
  835. Height = 23
  836. Top = 31
  837. Width = 228
  838. Anchors = [akTop, akLeft, akRight]
  839. AutoSize = True
  840. BorderSpacing.Top = 8
  841. Caption = 'Set vehicle location...'
  842. OnClick = CommandBitBtnClick
  843. TabOrder = 1
  844. end
  845. object SetEventLocationBitBtn: TBitBtn
  846. Tag = 203
  847. AnchorSideLeft.Control = SetVehicleLocationBitBtn
  848. AnchorSideTop.Control = SetVehicleLocationBitBtn
  849. AnchorSideTop.Side = asrBottom
  850. AnchorSideRight.Control = SetVehicleLocationBitBtn
  851. AnchorSideRight.Side = asrBottom
  852. Left = 8
  853. Height = 23
  854. Top = 62
  855. Width = 228
  856. Anchors = [akTop, akLeft, akRight]
  857. AutoSize = True
  858. BorderSpacing.Top = 8
  859. Caption = 'Set event location...'
  860. OnClick = CommandBitBtnClick
  861. TabOrder = 2
  862. end
  863. object ScrollMapBitBtn: TBitBtn
  864. Tag = 205
  865. AnchorSideLeft.Control = SetEventLocationBitBtn
  866. AnchorSideTop.Control = SetEventLocationBitBtn
  867. AnchorSideTop.Side = asrBottom
  868. AnchorSideRight.Control = SetEventLocationBitBtn
  869. AnchorSideRight.Side = asrBottom
  870. Left = 8
  871. Height = 23
  872. Top = 93
  873. Width = 228
  874. Anchors = [akTop, akLeft, akRight]
  875. AutoSize = True
  876. BorderSpacing.Top = 8
  877. Caption = 'Scroll map...'
  878. OnClick = CommandBitBtnClick
  879. TabOrder = 3
  880. end
  881. object SetMovementRouteBitBtn: TBitBtn
  882. Tag = 205
  883. AnchorSideLeft.Control = ScrollMapBitBtn
  884. AnchorSideTop.Control = ScrollMapBitBtn
  885. AnchorSideTop.Side = asrBottom
  886. AnchorSideRight.Control = ScrollMapBitBtn
  887. AnchorSideRight.Side = asrBottom
  888. Left = 8
  889. Height = 23
  890. Top = 124
  891. Width = 228
  892. Anchors = [akTop, akLeft, akRight]
  893. AutoSize = True
  894. BorderSpacing.Top = 8
  895. Caption = 'Set movement route...'
  896. OnClick = CommandBitBtnClick
  897. TabOrder = 4
  898. end
  899. object GetOnOffVehicleBitBtn: TBitBtn
  900. Tag = 206
  901. AnchorSideLeft.Control = SetMovementRouteBitBtn
  902. AnchorSideTop.Control = SetMovementRouteBitBtn
  903. AnchorSideTop.Side = asrBottom
  904. AnchorSideRight.Control = SetMovementRouteBitBtn
  905. AnchorSideRight.Side = asrBottom
  906. Left = 8
  907. Height = 23
  908. Top = 155
  909. Width = 228
  910. Anchors = [akTop, akLeft, akRight]
  911. AutoSize = True
  912. BorderSpacing.Top = 8
  913. BorderSpacing.Bottom = 4
  914. Caption = 'Get on/off vehicle'
  915. OnClick = CommandBitBtnClick
  916. TabOrder = 5
  917. end
  918. end
  919. object GameDataGroupBox1: TGroupBox
  920. AnchorSideTop.Control = MovementGroupBox
  921. AnchorSideTop.Side = asrBottom
  922. Left = 0
  923. Height = 200
  924. Top = 212
  925. Width = 244
  926. Anchors = [akTop, akLeft, akRight]
  927. AutoSize = True
  928. BorderSpacing.Top = 12
  929. Caption = 'On-map characters'
  930. ClientHeight = 182
  931. ClientWidth = 240
  932. TabOrder = 1
  933. object ChangePlayerVisibilityBitBtn: TBitBtn
  934. Tag = 211
  935. Left = 8
  936. Height = 23
  937. Top = 0
  938. Width = 228
  939. Anchors = [akTop, akLeft, akRight]
  940. AutoSize = True
  941. Caption = 'Change player visibility...'
  942. OnClick = CommandBitBtnClick
  943. TabOrder = 0
  944. end
  945. object ChangeFollowerVisibilityBitBtn: TBitBtn
  946. Tag = 216
  947. AnchorSideLeft.Control = ChangePlayerVisibilityBitBtn
  948. AnchorSideTop.Control = ChangePlayerVisibilityBitBtn
  949. AnchorSideTop.Side = asrBottom
  950. AnchorSideRight.Control = ChangePlayerVisibilityBitBtn
  951. AnchorSideRight.Side = asrBottom
  952. Left = 8
  953. Height = 23
  954. Top = 31
  955. Width = 228
  956. Anchors = [akTop, akLeft, akRight]
  957. AutoSize = True
  958. BorderSpacing.Top = 8
  959. Caption = 'Change follower visibility...'
  960. OnClick = CommandBitBtnClick
  961. TabOrder = 1
  962. end
  963. object GatherFollowersBitBtn: TBitBtn
  964. Tag = 217
  965. AnchorSideLeft.Control = ChangeFollowerVisibilityBitBtn
  966. AnchorSideTop.Control = ChangeFollowerVisibilityBitBtn
  967. AnchorSideTop.Side = asrBottom
  968. AnchorSideRight.Control = ChangeFollowerVisibilityBitBtn
  969. AnchorSideRight.Side = asrBottom
  970. Left = 8
  971. Height = 23
  972. Top = 62
  973. Width = 228
  974. Anchors = [akTop, akLeft, akRight]
  975. AutoSize = True
  976. BorderSpacing.Top = 8
  977. Caption = 'Gather followers'
  978. OnClick = CommandBitBtnClick
  979. TabOrder = 2
  980. end
  981. object ShowAnimationBitBtn: TBitBtn
  982. Tag = 212
  983. AnchorSideLeft.Control = GatherFollowersBitBtn
  984. AnchorSideTop.Control = GatherFollowersBitBtn
  985. AnchorSideTop.Side = asrBottom
  986. AnchorSideRight.Control = GatherFollowersBitBtn
  987. AnchorSideRight.Side = asrBottom
  988. Left = 8
  989. Height = 23
  990. Top = 93
  991. Width = 228
  992. Anchors = [akTop, akLeft, akRight]
  993. AutoSize = True
  994. BorderSpacing.Top = 8
  995. BorderSpacing.Bottom = 4
  996. Caption = 'Show animation...'
  997. OnClick = CommandBitBtnClick
  998. TabOrder = 3
  999. end
  1000. object ShowBalloonIconBitBtn: TBitBtn
  1001. Tag = 213
  1002. AnchorSideLeft.Control = ShowAnimationBitBtn
  1003. AnchorSideTop.Control = ShowAnimationBitBtn
  1004. AnchorSideTop.Side = asrBottom
  1005. AnchorSideRight.Control = ShowAnimationBitBtn
  1006. AnchorSideRight.Side = asrBottom
  1007. Left = 8
  1008. Height = 23
  1009. Top = 124
  1010. Width = 228
  1011. Anchors = [akTop, akLeft, akRight]
  1012. AutoSize = True
  1013. BorderSpacing.Top = 8
  1014. BorderSpacing.Bottom = 4
  1015. Caption = 'Show balloon icon...'
  1016. OnClick = CommandBitBtnClick
  1017. TabOrder = 4
  1018. end
  1019. object EraseCurrentEventIconBitBtn: TBitBtn
  1020. Tag = 214
  1021. AnchorSideLeft.Control = ShowBalloonIconBitBtn
  1022. AnchorSideTop.Control = ShowBalloonIconBitBtn
  1023. AnchorSideTop.Side = asrBottom
  1024. AnchorSideRight.Control = ShowBalloonIconBitBtn
  1025. AnchorSideRight.Side = asrBottom
  1026. Left = 8
  1027. Height = 23
  1028. Top = 155
  1029. Width = 228
  1030. Anchors = [akTop, akLeft, akRight]
  1031. AutoSize = True
  1032. BorderSpacing.Top = 8
  1033. BorderSpacing.Bottom = 4
  1034. Caption = 'Erase current event'
  1035. OnClick = CommandBitBtnClick
  1036. TabOrder = 5
  1037. end
  1038. end
  1039. object FlowControlGroupBox1: TGroupBox
  1040. AnchorSideTop.Control = GameDataGroupBox1
  1041. AnchorSideTop.Side = asrBottom
  1042. Left = 0
  1043. Height = 165
  1044. Top = 424
  1045. Width = 244
  1046. Anchors = [akTop, akLeft, akRight]
  1047. AutoSize = True
  1048. BorderSpacing.Top = 12
  1049. Caption = 'Screen'
  1050. ClientHeight = 147
  1051. ClientWidth = 240
  1052. TabOrder = 2
  1053. object FadeoutScreenBitBtn: TBitBtn
  1054. Tag = 212
  1055. Left = 8
  1056. Height = 23
  1057. Top = 0
  1058. Width = 228
  1059. Anchors = [akTop, akLeft, akRight]
  1060. AutoSize = True
  1061. BorderSpacing.Bottom = 4
  1062. Caption = 'Fadeout screen'
  1063. OnClick = CommandBitBtnClick
  1064. TabOrder = 0
  1065. end
  1066. object FadeinScreenBitBtn: TBitBtn
  1067. Tag = 222
  1068. AnchorSideLeft.Control = FadeoutScreenBitBtn
  1069. AnchorSideTop.Control = FadeoutScreenBitBtn
  1070. AnchorSideTop.Side = asrBottom
  1071. AnchorSideRight.Control = FadeoutScreenBitBtn
  1072. AnchorSideRight.Side = asrBottom
  1073. Left = 8
  1074. Height = 23
  1075. Top = 31
  1076. Width = 228
  1077. Anchors = [akTop, akLeft, akRight]
  1078. AutoSize = True
  1079. BorderSpacing.Top = 8
  1080. Caption = 'Fadein screen'
  1081. OnClick = CommandBitBtnClick
  1082. TabOrder = 1
  1083. end
  1084. object TintScreenBitBtn: TBitBtn
  1085. Tag = 223
  1086. AnchorSideLeft.Control = FadeinScreenBitBtn
  1087. AnchorSideTop.Control = FadeinScreenBitBtn
  1088. AnchorSideTop.Side = asrBottom
  1089. AnchorSideRight.Control = FadeinScreenBitBtn
  1090. AnchorSideRight.Side = asrBottom
  1091. Left = 8
  1092. Height = 23
  1093. Top = 62
  1094. Width = 228
  1095. Anchors = [akTop, akLeft, akRight]
  1096. AutoSize = True
  1097. BorderSpacing.Top = 8
  1098. Caption = 'Tint screen...'
  1099. OnClick = CommandBitBtnClick
  1100. TabOrder = 2
  1101. end
  1102. object FlashScreenBitBtn: TBitBtn
  1103. Tag = 224
  1104. AnchorSideLeft.Control = TintScreenBitBtn
  1105. AnchorSideTop.Control = TintScreenBitBtn
  1106. AnchorSideTop.Side = asrBottom
  1107. AnchorSideRight.Control = TintScreenBitBtn
  1108. AnchorSideRight.Side = asrBottom
  1109. Left = 8
  1110. Height = 23
  1111. Top = 93
  1112. Width = 228
  1113. Anchors = [akTop, akLeft, akRight]
  1114. AutoSize = True
  1115. BorderSpacing.Top = 8
  1116. Caption = 'Flash screen...'
  1117. OnClick = CommandBitBtnClick
  1118. TabOrder = 3
  1119. end
  1120. object ShakeScreenBitBtn: TBitBtn
  1121. Tag = 225
  1122. AnchorSideLeft.Control = FlashScreenBitBtn
  1123. AnchorSideTop.Control = FlashScreenBitBtn
  1124. AnchorSideTop.Side = asrBottom
  1125. AnchorSideRight.Control = FlashScreenBitBtn
  1126. AnchorSideRight.Side = asrBottom
  1127. Left = 8
  1128. Height = 23
  1129. Top = 124
  1130. Width = 228
  1131. Anchors = [akTop, akLeft, akRight]
  1132. AutoSize = True
  1133. BorderSpacing.Top = 8
  1134. Caption = 'Shake sceen...'
  1135. OnClick = CommandBitBtnClick
  1136. TabOrder = 4
  1137. end
  1138. end
  1139. end
  1140. object Page1Col2Panel1: TPanel
  1141. Left = 252
  1142. Height = 593
  1143. Top = 0
  1144. Width = 250
  1145. BevelOuter = bvNone
  1146. ClientHeight = 593
  1147. ClientWidth = 250
  1148. TabOrder = 1
  1149. object WaitGroupBox: TGroupBox
  1150. Left = 0
  1151. Height = 45
  1152. Top = 0
  1153. Width = 242
  1154. Anchors = [akTop, akLeft, akRight]
  1155. AutoSize = True
  1156. Caption = 'Waiting'
  1157. ChildSizing.EnlargeHorizontal = crsScaleChilds
  1158. ChildSizing.ShrinkHorizontal = crsScaleChilds
  1159. ClientHeight = 27
  1160. ClientWidth = 238
  1161. TabOrder = 0
  1162. object WaitBitBtn: TBitBtn
  1163. Tag = 230
  1164. Left = 8
  1165. Height = 23
  1166. Top = 0
  1167. Width = 226
  1168. Anchors = [akTop, akLeft, akRight]
  1169. AutoSize = True
  1170. BorderSpacing.Bottom = 4
  1171. Caption = 'Wait...'
  1172. OnClick = CommandBitBtnClick
  1173. TabOrder = 0
  1174. end
  1175. end
  1176. object AudioAndVideoGroupBox: TGroupBox
  1177. AnchorSideTop.Control = PictureAndWeatherGroupBox
  1178. AnchorSideTop.Side = asrBottom
  1179. Left = 0
  1180. Height = 324
  1181. Top = 269
  1182. Width = 242
  1183. Anchors = [akTop, akLeft, akRight]
  1184. AutoSize = True
  1185. BorderSpacing.Top = 12
  1186. Caption = 'Audio and movies'
  1187. ClientHeight = 306
  1188. ClientWidth = 238
  1189. TabOrder = 1
  1190. object PlayBgMusicBitBtn: TBitBtn
  1191. Tag = 111
  1192. Left = 8
  1193. Height = 23
  1194. Top = 0
  1195. Width = 226
  1196. Anchors = [akTop, akLeft, akRight]
  1197. AutoSize = True
  1198. BorderSpacing.Bottom = 4
  1199. Caption = 'Play background music...'
  1200. OnClick = CommandBitBtnClick
  1201. TabOrder = 0
  1202. end
  1203. object FadeoutBgMusicBitBtn: TBitBtn
  1204. Tag = 112
  1205. AnchorSideLeft.Control = PlayBgMusicBitBtn
  1206. AnchorSideTop.Control = PlayBgMusicBitBtn
  1207. AnchorSideTop.Side = asrBottom
  1208. AnchorSideRight.Control = PlayBgMusicBitBtn
  1209. AnchorSideRight.Side = asrBottom
  1210. Left = 8
  1211. Height = 23
  1212. Top = 31
  1213. Width = 226
  1214. Anchors = [akTop, akLeft, akRight]
  1215. AutoSize = True
  1216. BorderSpacing.Top = 8
  1217. Caption = 'Fadeout background music...'
  1218. OnClick = CommandBitBtnClick
  1219. TabOrder = 1
  1220. end
  1221. object SaveBgMusicBitBtn: TBitBtn
  1222. Tag = 113
  1223. AnchorSideLeft.Control = FadeoutBgMusicBitBtn
  1224. AnchorSideTop.Control = FadeoutBgMusicBitBtn
  1225. AnchorSideTop.Side = asrBottom
  1226. AnchorSideRight.Control = FadeoutBgMusicBitBtn
  1227. AnchorSideRight.Side = asrBottom
  1228. Left = 8
  1229. Height = 23
  1230. Top = 62
  1231. Width = 226
  1232. Anchors = [akTop, akLeft, akRight]
  1233. AutoSize = True
  1234. BorderSpacing.Top = 8
  1235. Caption = 'Save background music'
  1236. OnClick = CommandBitBtnClick
  1237. TabOrder = 2
  1238. end
  1239. object RestoreSavedMusicBitBtn: TBitBtn
  1240. Tag = 115
  1241. AnchorSideLeft.Control = SaveBgMusicBitBtn
  1242. AnchorSideTop.Control = SaveBgMusicBitBtn
  1243. AnchorSideTop.Side = asrBottom
  1244. AnchorSideRight.Control = SaveBgMusicBitBtn
  1245. AnchorSideRight.Side = asrBottom
  1246. Left = 8
  1247. Height = 23
  1248. Top = 93
  1249. Width = 226
  1250. Anchors = [akTop, akLeft, akRight]
  1251. AutoSize = True
  1252. BorderSpacing.Top = 8
  1253. Caption = 'Restore saved music'
  1254. OnClick = CommandBitBtnClick
  1255. TabOrder = 3
  1256. end
  1257. object PlayBgSoundBitBtn: TBitBtn
  1258. Tag = 117
  1259. AnchorSideLeft.Control = RestoreSavedMusicBitBtn
  1260. AnchorSideTop.Control = RestoreSavedMusicBitBtn
  1261. AnchorSideTop.Side = asrBottom
  1262. AnchorSideRight.Control = RestoreSavedMusicBitBtn
  1263. AnchorSideRight.Side = asrBottom
  1264. Left = 8
  1265. Height = 23
  1266. Top = 124
  1267. Width = 226
  1268. Anchors = [akTop, akLeft, akRight]
  1269. AutoSize = True
  1270. BorderSpacing.Top = 8
  1271. Caption = 'Play background sound...'
  1272. OnClick = CommandBitBtnClick
  1273. TabOrder = 4
  1274. end
  1275. object FadeoutBgSoundsBitBtn: TBitBtn
  1276. Tag = 118
  1277. AnchorSideLeft.Control = RestoreSavedMusicBitBtn
  1278. AnchorSideTop.Control = PlayBgSoundBitBtn
  1279. AnchorSideTop.Side = asrBottom
  1280. AnchorSideRight.Control = RestoreSavedMusicBitBtn
  1281. AnchorSideRight.Side = asrBottom
  1282. Left = 8
  1283. Height = 23
  1284. Top = 155
  1285. Width = 226
  1286. Anchors = [akTop, akLeft, akRight]
  1287. AutoSize = True
  1288. BorderSpacing.Top = 8
  1289. Caption = 'Fadeout backgdround sounds...'
  1290. OnClick = CommandBitBtnClick
  1291. TabOrder = 5
  1292. end
  1293. object PlayMusicEffectBitBtn: TBitBtn
  1294. Tag = 119
  1295. AnchorSideLeft.Control = FadeoutBgSoundsBitBtn
  1296. AnchorSideTop.Control = FadeoutBgSoundsBitBtn
  1297. AnchorSideTop.Side = asrBottom
  1298. AnchorSideRight.Control = FadeoutBgSoundsBitBtn
  1299. AnchorSideRight.Side = asrBottom
  1300. Left = 8
  1301. Height = 23
  1302. Top = 186
  1303. Width = 226
  1304. Anchors = [akTop, akLeft, akRight]
  1305. AutoSize = True
  1306. BorderSpacing.Top = 8
  1307. Caption = 'Play a music effect...'
  1308. OnClick = CommandBitBtnClick
  1309. TabOrder = 6
  1310. end
  1311. object PlaySoundEffectBitBtn: TBitBtn
  1312. Tag = 108
  1313. AnchorSideLeft.Control = PlayMusicEffectBitBtn
  1314. AnchorSideTop.Control = PlayMusicEffectBitBtn
  1315. AnchorSideTop.Side = asrBottom
  1316. AnchorSideRight.Control = PlayMusicEffectBitBtn
  1317. AnchorSideRight.Side = asrBottom
  1318. Left = 8
  1319. Height = 23
  1320. Top = 217
  1321. Width = 226
  1322. Anchors = [akTop, akLeft, akRight]
  1323. AutoSize = True
  1324. BorderSpacing.Top = 8
  1325. BorderSpacing.Bottom = 4
  1326. Caption = 'Play a sound effect...'
  1327. OnClick = CommandBitBtnClick
  1328. TabOrder = 7
  1329. end
  1330. object StopSoundEffectsBitBtn: TBitBtn
  1331. Tag = 108
  1332. AnchorSideLeft.Control = PlaySoundEffectBitBtn
  1333. AnchorSideTop.Control = PlaySoundEffectBitBtn
  1334. AnchorSideTop.Side = asrBottom
  1335. AnchorSideRight.Control = PlaySoundEffectBitBtn
  1336. AnchorSideRight.Side = asrBottom
  1337. Left = 8
  1338. Height = 23
  1339. Top = 248
  1340. Width = 226
  1341. Anchors = [akTop, akLeft, akRight]
  1342. AutoSize = True
  1343. BorderSpacing.Top = 8
  1344. BorderSpacing.Bottom = 4
  1345. Caption = 'Stop sound effects'
  1346. OnClick = CommandBitBtnClick
  1347. TabOrder = 8
  1348. end
  1349. object PlayMovieBitBtn: TBitBtn
  1350. Tag = 108
  1351. AnchorSideLeft.Control = StopSoundEffectsBitBtn
  1352. AnchorSideTop.Control = StopSoundEffectsBitBtn
  1353. AnchorSideTop.Side = asrBottom
  1354. AnchorSideRight.Control = StopSoundEffectsBitBtn
  1355. AnchorSideRight.Side = asrBottom
  1356. Left = 8
  1357. Height = 23
  1358. Top = 279
  1359. Width = 226
  1360. Anchors = [akTop, akLeft, akRight]
  1361. AutoSize = True
  1362. BorderSpacing.Top = 8
  1363. BorderSpacing.Bottom = 4
  1364. Caption = 'Play a movie...'
  1365. OnClick = CommandBitBtnClick
  1366. TabOrder = 9
  1367. end
  1368. end
  1369. object PictureAndWeatherGroupBox: TGroupBox
  1370. AnchorSideLeft.Control = WaitGroupBox
  1371. AnchorSideTop.Control = WaitGroupBox
  1372. AnchorSideTop.Side = asrBottom
  1373. AnchorSideRight.Control = WaitGroupBox
  1374. AnchorSideRight.Side = asrBottom
  1375. Left = 0
  1376. Height = 200
  1377. Top = 57
  1378. Width = 242
  1379. Anchors = [akTop, akLeft, akRight]
  1380. AutoSize = True
  1381. BorderSpacing.Top = 12
  1382. Caption = 'Picture and weather'
  1383. ChildSizing.EnlargeHorizontal = crsScaleChilds
  1384. ChildSizing.ShrinkHorizontal = crsScaleChilds
  1385. ClientHeight = 182
  1386. ClientWidth = 238
  1387. TabOrder = 2
  1388. object ShowPictureBitBtn: TBitBtn
  1389. Tag = 231
  1390. Left = 8
  1391. Height = 23
  1392. Top = 0
  1393. Width = 226
  1394. Anchors = [akTop, akLeft, akRight]
  1395. AutoSize = True
  1396. BorderSpacing.Bottom = 4
  1397. Caption = 'Show picture...'
  1398. OnClick = CommandBitBtnClick
  1399. TabOrder = 0
  1400. end
  1401. object MovePictureBitBtn: TBitBtn
  1402. Tag = 232
  1403. AnchorSideLeft.Control = ShowPictureBitBtn
  1404. AnchorSideTop.Control = ShowPictureBitBtn
  1405. AnchorSideTop.Side = asrBottom
  1406. AnchorSideRight.Control = ShowPictureBitBtn
  1407. AnchorSideRight.Side = asrBottom
  1408. Left = 8
  1409. Height = 23
  1410. Top = 31
  1411. Width = 226
  1412. Anchors = [akTop, akLeft, akRight]
  1413. AutoSize = True
  1414. BorderSpacing.Top = 8
  1415. Caption = 'Move picture...'
  1416. OnClick = CommandBitBtnClick
  1417. TabOrder = 1
  1418. end
  1419. object RotatePictureBitBtn: TBitBtn
  1420. Tag = 233
  1421. AnchorSideLeft.Control = MovePictureBitBtn
  1422. AnchorSideTop.Control = MovePictureBitBtn
  1423. AnchorSideTop.Side = asrBottom
  1424. AnchorSideRight.Control = MovePictureBitBtn
  1425. AnchorSideRight.Side = asrBottom
  1426. Left = 8
  1427. Height = 23
  1428. Top = 62
  1429. Width = 226
  1430. Anchors = [akTop, akLeft, akRight]
  1431. AutoSize = True
  1432. BorderSpacing.Top = 8
  1433. Caption = 'Rotate picture..'
  1434. OnClick = CommandBitBtnClick
  1435. TabOrder = 2
  1436. end
  1437. object TintPictureBitBtn: TBitBtn
  1438. Tag = 234
  1439. AnchorSideLeft.Control = RotatePictureBitBtn
  1440. AnchorSideTop.Control = RotatePictureBitBtn
  1441. AnchorSideTop.Side = asrBottom
  1442. AnchorSideRight.Control = RotatePictureBitBtn
  1443. AnchorSideRight.Side = asrBottom
  1444. Left = 8
  1445. Height = 23
  1446. Top = 93
  1447. Width = 226
  1448. Anchors = [akTop, akLeft, akRight]
  1449. AutoSize = True
  1450. BorderSpacing.Top = 8
  1451. Caption = 'Tint picture...'
  1452. OnClick = CommandBitBtnClick
  1453. TabOrder = 3
  1454. end
  1455. object ErasePictureBitBtn: TBitBtn
  1456. Tag = 235
  1457. AnchorSideLeft.Control = TintPictureBitBtn
  1458. AnchorSideTop.Control = TintPictureBitBtn
  1459. AnchorSideTop.Side = asrBottom
  1460. AnchorSideRight.Control = TintPictureBitBtn
  1461. AnchorSideRight.Side = asrBottom
  1462. Left = 8
  1463. Height = 23
  1464. Top = 124
  1465. Width = 226
  1466. Anchors = [akTop, akLeft, akRight]
  1467. AutoSize = True
  1468. BorderSpacing.Top = 8
  1469. BorderSpacing.Bottom = 4
  1470. Caption = 'Erase picture...'
  1471. OnClick = CommandBitBtnClick
  1472. TabOrder = 4
  1473. end
  1474. object SetWeatherEffectBitBtn: TBitBtn
  1475. Tag = 226
  1476. AnchorSideLeft.Control = ErasePictureBitBtn
  1477. AnchorSideTop.Control = ErasePictureBitBtn
  1478. AnchorSideTop.Side = asrBottom
  1479. AnchorSideRight.Control = ErasePictureBitBtn
  1480. AnchorSideRight.Side = asrBottom
  1481. Left = 8
  1482. Height = 23
  1483. Top = 155
  1484. Width = 226
  1485. Anchors = [akTop, akLeft, akRight]
  1486. AutoSize = True
  1487. BorderSpacing.Top = 8
  1488. BorderSpacing.Bottom = 4
  1489. Caption = 'Set weather effect...'
  1490. OnClick = CommandBitBtnClick
  1491. TabOrder = 5
  1492. end
  1493. end
  1494. end
  1495. end
  1496. end
  1497. end
  1498. object ECPage3TabSheet: TTabSheet
  1499. Caption = '3'
  1500. end
  1501. end
  1502. object CancelPanel: TPanel
  1503. Left = 0
  1504. Height = 34
  1505. Top = 674
  1506. Width = 533
  1507. Align = alBottom
  1508. AutoSize = True
  1509. BevelOuter = bvNone
  1510. ClientHeight = 34
  1511. ClientWidth = 533
  1512. TabOrder = 1
  1513. object CancelBitBtn: TBitBtn
  1514. Left = 444
  1515. Height = 26
  1516. Top = 4
  1517. Width = 84
  1518. Anchors = [akTop, akRight]
  1519. AutoSize = True
  1520. BorderSpacing.Left = 4
  1521. BorderSpacing.Top = 4
  1522. BorderSpacing.Right = 4
  1523. BorderSpacing.Bottom = 4
  1524. Cancel = True
  1525. DefaultCaption = True
  1526. Kind = bkCancel
  1527. ModalResult = 2
  1528. TabOrder = 0
  1529. end
  1530. end
  1531. end