parametercurvesformunit.lfm 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. object ParameterCurvesForm: TParameterCurvesForm
  2. Left = 307
  3. Height = 426
  4. Top = 188
  5. Width = 447
  6. Caption = 'Parameter Curves'
  7. ClientHeight = 426
  8. ClientWidth = 447
  9. Icon.Data = {
  10. 7E04000000000100010010100000010020006804000016000000280000001000
  11. 0000200000000100200000000000000400006400000064000000000000000000
  12. 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  13. FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  14. FF00FFFFFF009D59154B9C5814968E51134F0000001900000018000000160000
  15. 001400000012000000100000000E0000000B0000000800000005000000030000
  16. 0001FFFFFF00A25E1A8EFFFFFFCCA25E1A8E0000001900000018000000160000
  17. 001400000012000000100000000E0000000B0000000800000005000000030000
  18. 0001FFFFFF00A7631F44A8642085A7631F4453310F0000000000000000000000
  19. 0000000000000000000000000000000000000000000000000000000000000000
  20. 0000FFFFFF00AA662200AC682465AC682413AC6824002B1A0900000000000000
  21. 0000000000000000000000000000000000000000000000000000000000000000
  22. 0000FFFFFF00AE6A2600AE6A2650AE6A262FAE6A2600B06C280086532000B16D
  23. 2900B06C2800B16D290059371500593715005A3816002D1C0B00000000000000
  24. 0000FFFFFF00AE6A2600AF6B2721AF6B275BB06C280CB16D2900B26E2A00B16D
  25. 2900B06C2800B16D2900B26E2A00B26E2A00B36F2B00B36F2B00875421005A38
  26. 1600FFFFFF00B06C2800B06C2800B16D2940B16D2955B16D291DB26E2A04B16D
  27. 293DB16D297AB16D293DB26E2A00B26E2A00B36F2B00B36F2B00B36F2B00B36F
  28. 2B00FFFFFF00B16D2900B16D2900B26E2A03B36F2B30B36F2B58B36F2B63B36F
  29. 2B78FFFFFFCCB36F2B78B36F2B63B36F2B58B36F2B30B36F2B03B36F2B00B36F
  30. 2B00FFFFFF00B16D2900B16D2900B26E2A00B36F2B00B36F2B00B36F2B00B470
  31. 2C3CB4702C75B4702C3CB36F2B03B36F2B1CB4702C52B4702C3EB5712D00B571
  32. 2D00FFFFFF00B16D2900B16D2900B26E2A00B36F2B00B36F2B00B36F2B00B470
  33. 2C00B4702C00B4702C00B36F2B00B36F2B00B5712D0BB6722E56B6722E1FB672
  34. 2E00FFFFFF00B16D2900B16D2900B26E2A00B36F2B00B36F2B00B36F2B00B470
  35. 2C00B4702C00B4702C00B36F2B00B5712D00B6722E00B7732F2AB7732F48B773
  36. 2F00FFFFFF00B16D2900B16D2900B26E2A00B36F2B00B36F2B00B36F2B00B470
  37. 2C00B4702C00B4702C00B6722E00B8743000B8743000B8743010B8743058B975
  38. 3100FFFFFF00A15D1900AC682400B26E2A00B36F2B00B36F2B00B36F2B00B470
  39. 2C00B4702C00B6722E00B9753100B9753100B9753100B9753138B975316EB975
  40. 3138FFFFFF009B5713008D5012005937150087542100B36F2B00B36F2B00B470
  41. 2C00B6722E00BA763200BA763200BA763200BA763200BA76326DFFFFFFCCBA76
  42. 326DFFFFFF009B5713008D501200000000000000000000000000000000002D1C
  43. 0B008D5A2700BB773300BB773300BB773300BB773300BB773336BB77336CBB77
  44. 3336000000000000000000000000000000000000000000000000000000000000
  45. 0000000000000000000000000000000000000000000000000000000000000000
  46. 0000
  47. }
  48. OnCreate = FormCreate
  49. LCLVersion = '2.0.0.4'
  50. object ParamTabControl: TTabControl
  51. Left = 0
  52. Height = 32
  53. Top = 0
  54. Width = 447
  55. OnChange = ParamTabControlChange
  56. TabIndex = 0
  57. Tabs.Strings = (
  58. 'MHP'
  59. 'MMP'
  60. 'ATK'
  61. 'DEF'
  62. 'MAT'
  63. 'MDF'
  64. 'AGI'
  65. 'LUK'
  66. )
  67. Align = alTop
  68. TabOrder = 0
  69. end
  70. object MainPanel: TPanel
  71. Left = 0
  72. Height = 394
  73. Top = 32
  74. Width = 447
  75. Align = alClient
  76. ClientHeight = 394
  77. ClientWidth = 447
  78. Color = clForm
  79. ParentColor = False
  80. TabOrder = 1
  81. object QuickGenerationGroupBox: TGroupBox
  82. Left = 8
  83. Height = 64
  84. Top = 8
  85. Width = 176
  86. Caption = 'Quick generation'
  87. ClientHeight = 44
  88. ClientWidth = 172
  89. TabOrder = 0
  90. object PresetAButton: TButton
  91. Tag = 4
  92. Left = 8
  93. Height = 25
  94. Top = 8
  95. Width = 27
  96. Caption = 'A'
  97. OnClick = PresetButtonClick
  98. TabOrder = 0
  99. end
  100. object PresetBButton: TButton
  101. Tag = 4
  102. Left = 40
  103. Height = 25
  104. Top = 8
  105. Width = 27
  106. Caption = 'B'
  107. OnClick = PresetButtonClick
  108. TabOrder = 1
  109. end
  110. object PresetCButton: TButton
  111. Tag = 2
  112. Left = 72
  113. Height = 25
  114. Top = 8
  115. Width = 27
  116. Caption = 'C'
  117. OnClick = PresetButtonClick
  118. TabOrder = 2
  119. end
  120. object PresetDButton: TButton
  121. Tag = 1
  122. Left = 104
  123. Height = 25
  124. Top = 8
  125. Width = 27
  126. Caption = 'D'
  127. OnClick = PresetButtonClick
  128. TabOrder = 3
  129. end
  130. object PresetEButton: TButton
  131. Left = 136
  132. Height = 25
  133. Top = 8
  134. Width = 27
  135. Caption = 'E'
  136. OnClick = PresetButtonClick
  137. TabOrder = 4
  138. end
  139. end
  140. object ManualSettingsGroupBox: TGroupBox
  141. Left = 192
  142. Height = 137
  143. Top = 8
  144. Width = 248
  145. Anchors = [akTop, akLeft, akRight]
  146. Caption = 'Manual setting'
  147. ClientHeight = 117
  148. ClientWidth = 244
  149. TabOrder = 1
  150. object LevelLabel: TLabel
  151. Left = 8
  152. Height = 18
  153. Top = 0
  154. Width = 38
  155. Caption = 'Level:'
  156. ParentColor = False
  157. end
  158. object LevelSpinEdit: TSpinEdit
  159. AnchorSideTop.Control = LevelLabel
  160. AnchorSideTop.Side = asrBottom
  161. Left = 8
  162. Height = 28
  163. Top = 20
  164. Width = 226
  165. Anchors = [akTop, akLeft, akRight]
  166. BorderSpacing.Top = 2
  167. MaxValue = 99
  168. MinValue = 1
  169. OnChange = LevelSpinEditChange
  170. TabOrder = 0
  171. Value = 1
  172. end
  173. object ValueLabel: TLabel
  174. AnchorSideTop.Control = LevelSpinEdit
  175. AnchorSideTop.Side = asrBottom
  176. Left = 8
  177. Height = 18
  178. Top = 56
  179. Width = 145
  180. BorderSpacing.Top = 8
  181. Caption = 'Parameter at the level:'
  182. ParentColor = False
  183. end
  184. object ParamSpinEdit: TSpinEdit
  185. AnchorSideTop.Control = ValueLabel
  186. AnchorSideTop.Side = asrBottom
  187. Left = 8
  188. Height = 28
  189. Top = 76
  190. Width = 224
  191. Anchors = [akTop, akLeft, akRight]
  192. BorderSpacing.Top = 2
  193. MaxValue = 999
  194. MinValue = 1
  195. OnChange = ParamSpinEditChange
  196. TabOrder = 1
  197. Value = 1
  198. end
  199. end
  200. object AdvancedGenerationGroupBox: TGroupBox
  201. Left = 8
  202. Height = 65
  203. Top = 80
  204. Width = 176
  205. Caption = 'Advanced generation'
  206. ClientHeight = 45
  207. ClientWidth = 172
  208. TabOrder = 2
  209. object GenerateButton: TButton
  210. Left = 8
  211. Height = 25
  212. Top = 8
  213. Width = 155
  214. Caption = 'Generate curve...'
  215. OnClick = GenerateButtonClick
  216. TabOrder = 0
  217. end
  218. end
  219. object GraphPaintBox: TPaintBox
  220. Left = 8
  221. Height = 169
  222. Top = 152
  223. Width = 433
  224. Anchors = [akTop, akLeft, akRight, akBottom]
  225. OnMouseDown = GraphPaintBoxMouseDown
  226. OnMouseMove = GraphPaintBoxMouseMove
  227. OnMouseUp = GraphPaintBoxMouseUp
  228. OnPaint = GraphPaintBoxPaint
  229. end
  230. object ResultButtonPanel: TButtonPanel
  231. Left = 7
  232. Height = 38
  233. Top = 349
  234. Width = 433
  235. OKButton.Name = 'OKButton'
  236. OKButton.DefaultCaption = True
  237. OKButton.OnClick = OKButtonClick
  238. HelpButton.Name = 'HelpButton'
  239. HelpButton.DefaultCaption = True
  240. CloseButton.Name = 'CloseButton'
  241. CloseButton.DefaultCaption = True
  242. CancelButton.Name = 'CancelButton'
  243. CancelButton.DefaultCaption = True
  244. CancelButton.OnClick = CancelButtonClick
  245. TabOrder = 3
  246. ShowButtons = [pbOK, pbCancel]
  247. end
  248. object SetValuesWithMouseCheckBox: TCheckBox
  249. Left = 8
  250. Height = 22
  251. Top = 322
  252. Width = 169
  253. Anchors = [akLeft, akBottom]
  254. Caption = 'Set values with mouse'
  255. Color = clDefault
  256. ParentColor = False
  257. TabOrder = 4
  258. end
  259. end
  260. end