gamedataformunit.lfm 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. object GameDataForm: TGameDataForm
  2. Left = 321
  3. Height = 471
  4. Top = 226
  5. Width = 438
  6. Caption = 'Game data'
  7. ClientHeight = 471
  8. ClientWidth = 438
  9. LCLVersion = '2.0.2.0'
  10. object EcResultPanel: TPanel
  11. Left = 0
  12. Height = 42
  13. Top = 429
  14. Width = 438
  15. Align = alBottom
  16. AutoSize = True
  17. BevelOuter = bvNone
  18. ClientHeight = 42
  19. ClientWidth = 438
  20. TabOrder = 0
  21. object EcResultLineBevel: TBevel
  22. AnchorSideBottom.Control = EcCancelBitBtn
  23. Left = 0
  24. Height = 4
  25. Top = 0
  26. Width = 438
  27. Align = alTop
  28. Shape = bsTopLine
  29. end
  30. object EcOkBitBtn: TBitBtn
  31. AnchorSideRight.Control = EcCancelBitBtn
  32. Left = 287
  33. Height = 26
  34. Top = 8
  35. Width = 62
  36. Anchors = [akTop, akRight]
  37. AutoSize = True
  38. BorderSpacing.Top = 8
  39. BorderSpacing.Right = 4
  40. BorderSpacing.Bottom = 8
  41. Caption = '&ОК'
  42. Default = True
  43. Kind = bkOK
  44. ModalResult = 1
  45. TabOrder = 0
  46. end
  47. object EcCancelBitBtn: TBitBtn
  48. AnchorSideTop.Control = EcOkBitBtn
  49. AnchorSideBottom.Control = EcOkBitBtn
  50. AnchorSideBottom.Side = asrBottom
  51. Left = 353
  52. Height = 26
  53. Top = 8
  54. Width = 82
  55. Anchors = [akTop, akRight]
  56. AutoSize = True
  57. BorderSpacing.Right = 8
  58. DefaultCaption = True
  59. Kind = bkCancel
  60. ModalResult = 2
  61. TabOrder = 1
  62. end
  63. end
  64. object GameDataGroupBox: TGroupBox
  65. Left = 0
  66. Height = 355
  67. Top = 0
  68. Width = 438
  69. Anchors = [akTop, akLeft, akRight]
  70. AutoSize = True
  71. Caption = 'Game data'
  72. ClientHeight = 335
  73. ClientWidth = 434
  74. TabOrder = 1
  75. object ItemRadioButton: TRadioButton
  76. AnchorSideTop.Control = ItemComboBox
  77. AnchorSideTop.Side = asrCenter
  78. Left = 8
  79. Height = 19
  80. Top = 8
  81. Width = 152
  82. BorderSpacing.Left = 8
  83. BorderSpacing.Top = 8
  84. Caption = 'Number of items owned:'
  85. OnChange = RadioButtonChange
  86. TabOrder = 0
  87. end
  88. object ItemComboBox: TComboBox
  89. AnchorSideLeft.Control = ItemRadioButton
  90. AnchorSideLeft.Side = asrBottom
  91. Left = 164
  92. Height = 23
  93. Top = 6
  94. Width = 258
  95. Anchors = [akTop, akLeft, akRight]
  96. BorderSpacing.Left = 4
  97. ItemHeight = 15
  98. Style = csDropDownList
  99. TabOrder = 1
  100. end
  101. object WeaponRadioButton: TRadioButton
  102. AnchorSideTop.Control = WeaponComboBox
  103. AnchorSideTop.Side = asrCenter
  104. Left = 8
  105. Height = 19
  106. Top = 39
  107. Width = 170
  108. Caption = 'Number of weapons owned:'
  109. OnChange = RadioButtonChange
  110. TabOrder = 2
  111. end
  112. object WeaponComboBox: TComboBox
  113. AnchorSideLeft.Control = WeaponRadioButton
  114. AnchorSideLeft.Side = asrBottom
  115. AnchorSideTop.Control = ItemComboBox
  116. AnchorSideTop.Side = asrBottom
  117. Left = 182
  118. Height = 23
  119. Top = 37
  120. Width = 240
  121. Anchors = [akTop, akLeft, akRight]
  122. BorderSpacing.Left = 4
  123. BorderSpacing.Top = 8
  124. ItemHeight = 15
  125. Style = csDropDownList
  126. TabOrder = 3
  127. end
  128. object ArmourRadioButton: TRadioButton
  129. AnchorSideTop.Control = ArmourComboBox
  130. AnchorSideTop.Side = asrCenter
  131. Left = 8
  132. Height = 19
  133. Top = 70
  134. Width = 162
  135. Caption = 'Number of armour owned:'
  136. OnChange = RadioButtonChange
  137. TabOrder = 4
  138. end
  139. object ArmourComboBox: TComboBox
  140. AnchorSideLeft.Control = ArmourRadioButton
  141. AnchorSideLeft.Side = asrBottom
  142. AnchorSideTop.Control = WeaponComboBox
  143. AnchorSideTop.Side = asrBottom
  144. Left = 174
  145. Height = 23
  146. Top = 68
  147. Width = 248
  148. Anchors = [akTop, akLeft, akRight]
  149. BorderSpacing.Left = 4
  150. BorderSpacing.Top = 8
  151. ItemHeight = 15
  152. Style = csDropDownList
  153. TabOrder = 5
  154. end
  155. object ActorRadioButton: TRadioButton
  156. AnchorSideTop.Control = ActorIdComboBox
  157. AnchorSideTop.Side = asrCenter
  158. Left = 8
  159. Height = 19
  160. Top = 101
  161. Width = 78
  162. Caption = 'Actor data:'
  163. OnChange = RadioButtonChange
  164. TabOrder = 6
  165. end
  166. object ActorIdComboBox: TComboBox
  167. AnchorSideLeft.Control = ActorRadioButton
  168. AnchorSideLeft.Side = asrBottom
  169. AnchorSideTop.Control = ArmourComboBox
  170. AnchorSideTop.Side = asrBottom
  171. Left = 90
  172. Height = 23
  173. Top = 99
  174. Width = 332
  175. Anchors = [akTop, akLeft, akRight]
  176. BorderSpacing.Left = 4
  177. BorderSpacing.Top = 8
  178. ItemHeight = 15
  179. Style = csDropDownList
  180. TabOrder = 7
  181. end
  182. object ActorParamComboBox: TComboBox
  183. AnchorSideLeft.Control = ActorIdComboBox
  184. AnchorSideTop.Control = ActorIdComboBox
  185. AnchorSideTop.Side = asrBottom
  186. Left = 90
  187. Height = 23
  188. Top = 126
  189. Width = 332
  190. Anchors = [akTop, akLeft, akRight]
  191. BorderSpacing.Top = 4
  192. ItemHeight = 15
  193. Style = csDropDownList
  194. TabOrder = 8
  195. end
  196. object EnemyRadioButton: TRadioButton
  197. AnchorSideTop.Control = EnemyIdComboBox
  198. AnchorSideTop.Side = asrCenter
  199. Left = 8
  200. Height = 19
  201. Top = 159
  202. Width = 85
  203. Caption = 'Enemy data:'
  204. OnChange = RadioButtonChange
  205. TabOrder = 9
  206. end
  207. object EnemyIdComboBox: TComboBox
  208. AnchorSideLeft.Control = EnemyRadioButton
  209. AnchorSideLeft.Side = asrBottom
  210. AnchorSideTop.Control = ActorParamComboBox
  211. AnchorSideTop.Side = asrBottom
  212. Left = 97
  213. Height = 23
  214. Top = 157
  215. Width = 325
  216. Anchors = [akTop, akLeft, akRight]
  217. BorderSpacing.Left = 4
  218. BorderSpacing.Top = 8
  219. ItemHeight = 15
  220. Style = csDropDownList
  221. TabOrder = 10
  222. end
  223. object EnemyParamComboBox: TComboBox
  224. AnchorSideLeft.Control = EnemyIdComboBox
  225. AnchorSideTop.Control = EnemyIdComboBox
  226. AnchorSideTop.Side = asrBottom
  227. Left = 97
  228. Height = 23
  229. Top = 184
  230. Width = 325
  231. Anchors = [akTop, akLeft, akRight]
  232. BorderSpacing.Top = 4
  233. ItemHeight = 15
  234. Style = csDropDownList
  235. TabOrder = 11
  236. end
  237. object PartyRadioButton: TRadioButton
  238. AnchorSideTop.Control = PartyComboBox
  239. AnchorSideTop.Side = asrCenter
  240. Left = 8
  241. Height = 19
  242. Top = 275
  243. Width = 150
  244. Caption = 'Party member''s actor ID:'
  245. OnChange = RadioButtonChange
  246. TabOrder = 12
  247. end
  248. object PartyComboBox: TComboBox
  249. AnchorSideLeft.Control = PartyRadioButton
  250. AnchorSideLeft.Side = asrBottom
  251. AnchorSideTop.Control = CharParamParamComboBox
  252. AnchorSideTop.Side = asrBottom
  253. Left = 162
  254. Height = 23
  255. Top = 273
  256. Width = 260
  257. Anchors = [akTop, akLeft, akRight]
  258. BorderSpacing.Left = 4
  259. BorderSpacing.Top = 8
  260. ItemHeight = 15
  261. Style = csDropDownList
  262. TabOrder = 13
  263. end
  264. object GameRadioButton: TRadioButton
  265. AnchorSideTop.Control = GameComboBox
  266. AnchorSideTop.Side = asrCenter
  267. Left = 8
  268. Height = 19
  269. Top = 306
  270. Width = 111
  271. Caption = 'Game parameter:'
  272. OnChange = RadioButtonChange
  273. TabOrder = 14
  274. end
  275. object GameComboBox: TComboBox
  276. AnchorSideLeft.Control = GameRadioButton
  277. AnchorSideLeft.Side = asrBottom
  278. AnchorSideTop.Control = PartyComboBox
  279. AnchorSideTop.Side = asrBottom
  280. Left = 123
  281. Height = 23
  282. Top = 304
  283. Width = 299
  284. Anchors = [akTop, akLeft, akRight]
  285. BorderSpacing.Left = 4
  286. BorderSpacing.Top = 8
  287. BorderSpacing.Bottom = 8
  288. ItemHeight = 15
  289. Style = csDropDownList
  290. TabOrder = 15
  291. end
  292. object CharRadioButton: TRadioButton
  293. AnchorSideTop.Control = CharIdComboBox
  294. AnchorSideTop.Side = asrCenter
  295. Left = 8
  296. Height = 19
  297. Top = 217
  298. Width = 100
  299. Caption = 'Character data:'
  300. OnChange = RadioButtonChange
  301. TabOrder = 16
  302. end
  303. object CharIdComboBox: TComboBox
  304. AnchorSideLeft.Control = CharRadioButton
  305. AnchorSideLeft.Side = asrBottom
  306. AnchorSideTop.Control = EnemyParamComboBox
  307. AnchorSideTop.Side = asrBottom
  308. AnchorSideRight.Control = EnemyIdComboBox
  309. AnchorSideRight.Side = asrBottom
  310. Left = 112
  311. Height = 23
  312. Top = 215
  313. Width = 310
  314. Anchors = [akTop, akLeft, akRight]
  315. BorderSpacing.Left = 4
  316. BorderSpacing.Top = 8
  317. ItemHeight = 15
  318. Style = csDropDownList
  319. TabOrder = 17
  320. end
  321. object CharParamParamComboBox: TComboBox
  322. AnchorSideLeft.Control = CharIdComboBox
  323. AnchorSideTop.Control = CharIdComboBox
  324. AnchorSideTop.Side = asrBottom
  325. AnchorSideRight.Control = CharIdComboBox
  326. AnchorSideRight.Side = asrBottom
  327. Left = 112
  328. Height = 23
  329. Top = 242
  330. Width = 310
  331. Anchors = [akTop, akLeft, akRight]
  332. BorderSpacing.Top = 4
  333. ItemHeight = 15
  334. Style = csDropDownList
  335. TabOrder = 18
  336. end
  337. end
  338. end