umain.lfm 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. object Form1: TForm1
  2. Left = 442
  3. Height = 240
  4. Top = 143
  5. Width = 516
  6. Caption = 'BC Numeric Keyboard'
  7. ClientHeight = 240
  8. ClientWidth = 516
  9. OnCreate = FormCreate
  10. LCLVersion = '1.7'
  11. object BCPanel1: TBCPanel
  12. Left = 0
  13. Height = 240
  14. Top = 0
  15. Width = 516
  16. Align = alClient
  17. Background.Color = clBtnFace
  18. Background.ColorOpacity = 255
  19. Background.Gradient1.StartColor = clWhite
  20. Background.Gradient1.StartColorOpacity = 255
  21. Background.Gradient1.DrawMode = dmSet
  22. Background.Gradient1.EndColor = 16119285
  23. Background.Gradient1.EndColorOpacity = 255
  24. Background.Gradient1.ColorCorrection = True
  25. Background.Gradient1.GradientType = gtLinear
  26. Background.Gradient1.Point1XPercent = 0
  27. Background.Gradient1.Point1YPercent = 0
  28. Background.Gradient1.Point2XPercent = 0
  29. Background.Gradient1.Point2YPercent = 100
  30. Background.Gradient1.Sinus = False
  31. Background.Gradient2.StartColor = 15722194
  32. Background.Gradient2.StartColorOpacity = 255
  33. Background.Gradient2.DrawMode = dmSet
  34. Background.Gradient2.EndColor = 13137169
  35. Background.Gradient2.EndColorOpacity = 255
  36. Background.Gradient2.ColorCorrection = True
  37. Background.Gradient2.GradientType = gtLinear
  38. Background.Gradient2.Point1XPercent = 0
  39. Background.Gradient2.Point1YPercent = 0
  40. Background.Gradient2.Point2XPercent = 0
  41. Background.Gradient2.Point2YPercent = 100
  42. Background.Gradient2.Sinus = False
  43. Background.Gradient1EndPercent = 100
  44. Background.Style = bbsGradient
  45. BevelInner = bvNone
  46. BevelOuter = bvNone
  47. BevelWidth = 1
  48. Border.Color = clBlack
  49. Border.ColorOpacity = 255
  50. Border.LightColor = clWhite
  51. Border.LightOpacity = 255
  52. Border.LightWidth = 0
  53. Border.Style = bboNone
  54. Border.Width = 1
  55. BorderBCStyle = bpsBorder
  56. FontEx.Color = clDefault
  57. FontEx.EndEllipsis = False
  58. FontEx.FontQuality = fqSystemClearType
  59. FontEx.Height = 0
  60. FontEx.SingleLine = True
  61. FontEx.Shadow = False
  62. FontEx.ShadowColor = clBlack
  63. FontEx.ShadowColorOpacity = 255
  64. FontEx.ShadowRadius = 5
  65. FontEx.ShadowOffsetX = 5
  66. FontEx.ShadowOffsetY = 5
  67. FontEx.Style = []
  68. FontEx.TextAlignment = bcaCenter
  69. FontEx.WordBreak = False
  70. Rounding.RoundX = 1
  71. Rounding.RoundY = 1
  72. Rounding.RoundOptions = []
  73. TabOrder = 0
  74. OnClick = FormClick
  75. object Button1: TBCButton
  76. Left = 8
  77. Height = 28
  78. Top = 8
  79. Width = 63
  80. StateClicked.Background.Color = clBlack
  81. StateClicked.Background.ColorOpacity = 255
  82. StateClicked.Background.Gradient1.StartColor = 7726591
  83. StateClicked.Background.Gradient1.StartColorOpacity = 255
  84. StateClicked.Background.Gradient1.DrawMode = dmSet
  85. StateClicked.Background.Gradient1.EndColor = 7067903
  86. StateClicked.Background.Gradient1.EndColorOpacity = 255
  87. StateClicked.Background.Gradient1.ColorCorrection = True
  88. StateClicked.Background.Gradient1.GradientType = gtLinear
  89. StateClicked.Background.Gradient1.Point1XPercent = 0
  90. StateClicked.Background.Gradient1.Point1YPercent = 0
  91. StateClicked.Background.Gradient1.Point2XPercent = 0
  92. StateClicked.Background.Gradient1.Point2YPercent = 100
  93. StateClicked.Background.Gradient1.Sinus = False
  94. StateClicked.Background.Gradient2.StartColor = 7067903
  95. StateClicked.Background.Gradient2.StartColorOpacity = 255
  96. StateClicked.Background.Gradient2.DrawMode = dmSet
  97. StateClicked.Background.Gradient2.EndColor = 8515583
  98. StateClicked.Background.Gradient2.EndColorOpacity = 255
  99. StateClicked.Background.Gradient2.ColorCorrection = True
  100. StateClicked.Background.Gradient2.GradientType = gtLinear
  101. StateClicked.Background.Gradient2.Point1XPercent = 0
  102. StateClicked.Background.Gradient2.Point1YPercent = 0
  103. StateClicked.Background.Gradient2.Point2XPercent = 0
  104. StateClicked.Background.Gradient2.Point2YPercent = 100
  105. StateClicked.Background.Gradient2.Sinus = False
  106. StateClicked.Background.Gradient1EndPercent = 50
  107. StateClicked.Background.Style = bbsGradient
  108. StateClicked.Border.Color = 4170178
  109. StateClicked.Border.ColorOpacity = 255
  110. StateClicked.Border.LightColor = clGray
  111. StateClicked.Border.LightOpacity = 100
  112. StateClicked.Border.LightWidth = 1
  113. StateClicked.Border.Style = bboSolid
  114. StateClicked.Border.Width = 1
  115. StateClicked.FontEx.Color = clBlack
  116. StateClicked.FontEx.EndEllipsis = False
  117. StateClicked.FontEx.FontQuality = fqSystemClearType
  118. StateClicked.FontEx.Height = 0
  119. StateClicked.FontEx.SingleLine = True
  120. StateClicked.FontEx.Shadow = False
  121. StateClicked.FontEx.ShadowColor = clBlack
  122. StateClicked.FontEx.ShadowColorOpacity = 255
  123. StateClicked.FontEx.ShadowRadius = 5
  124. StateClicked.FontEx.ShadowOffsetX = 5
  125. StateClicked.FontEx.ShadowOffsetY = 5
  126. StateClicked.FontEx.Style = []
  127. StateClicked.FontEx.TextAlignment = bcaCenter
  128. StateClicked.FontEx.WordBreak = False
  129. StateHover.Background.Color = clBlack
  130. StateHover.Background.ColorOpacity = 255
  131. StateHover.Background.Gradient1.StartColor = 12448254
  132. StateHover.Background.Gradient1.StartColorOpacity = 255
  133. StateHover.Background.Gradient1.DrawMode = dmSet
  134. StateHover.Background.Gradient1.EndColor = 8840446
  135. StateHover.Background.Gradient1.EndColorOpacity = 255
  136. StateHover.Background.Gradient1.ColorCorrection = True
  137. StateHover.Background.Gradient1.GradientType = gtLinear
  138. StateHover.Background.Gradient1.Point1XPercent = 0
  139. StateHover.Background.Gradient1.Point1YPercent = 0
  140. StateHover.Background.Gradient1.Point2XPercent = 0
  141. StateHover.Background.Gradient1.Point2YPercent = 100
  142. StateHover.Background.Gradient1.Sinus = False
  143. StateHover.Background.Gradient2.StartColor = 8840446
  144. StateHover.Background.Gradient2.StartColorOpacity = 255
  145. StateHover.Background.Gradient2.DrawMode = dmSet
  146. StateHover.Background.Gradient2.EndColor = 12908798
  147. StateHover.Background.Gradient2.EndColorOpacity = 255
  148. StateHover.Background.Gradient2.ColorCorrection = True
  149. StateHover.Background.Gradient2.GradientType = gtLinear
  150. StateHover.Background.Gradient2.Point1XPercent = 0
  151. StateHover.Background.Gradient2.Point1YPercent = 0
  152. StateHover.Background.Gradient2.Point2XPercent = 0
  153. StateHover.Background.Gradient2.Point2YPercent = 100
  154. StateHover.Background.Gradient2.Sinus = False
  155. StateHover.Background.Gradient1EndPercent = 50
  156. StateHover.Background.Style = bbsGradient
  157. StateHover.Border.Color = 5362420
  158. StateHover.Border.ColorOpacity = 255
  159. StateHover.Border.LightColor = clWhite
  160. StateHover.Border.LightOpacity = 200
  161. StateHover.Border.LightWidth = 1
  162. StateHover.Border.Style = bboSolid
  163. StateHover.Border.Width = 1
  164. StateHover.FontEx.Color = clBlack
  165. StateHover.FontEx.EndEllipsis = False
  166. StateHover.FontEx.FontQuality = fqSystemClearType
  167. StateHover.FontEx.Height = 0
  168. StateHover.FontEx.SingleLine = True
  169. StateHover.FontEx.Shadow = False
  170. StateHover.FontEx.ShadowColor = clBlack
  171. StateHover.FontEx.ShadowColorOpacity = 255
  172. StateHover.FontEx.ShadowRadius = 5
  173. StateHover.FontEx.ShadowOffsetX = 5
  174. StateHover.FontEx.ShadowOffsetY = 5
  175. StateHover.FontEx.Style = []
  176. StateHover.FontEx.TextAlignment = bcaCenter
  177. StateHover.FontEx.WordBreak = False
  178. StateNormal.Background.Color = clBlack
  179. StateNormal.Background.ColorOpacity = 255
  180. StateNormal.Background.Gradient1.StartColor = clWhite
  181. StateNormal.Background.Gradient1.StartColorOpacity = 255
  182. StateNormal.Background.Gradient1.DrawMode = dmSet
  183. StateNormal.Background.Gradient1.EndColor = 15855597
  184. StateNormal.Background.Gradient1.EndColorOpacity = 255
  185. StateNormal.Background.Gradient1.ColorCorrection = True
  186. StateNormal.Background.Gradient1.GradientType = gtLinear
  187. StateNormal.Background.Gradient1.Point1XPercent = 0
  188. StateNormal.Background.Gradient1.Point1YPercent = 0
  189. StateNormal.Background.Gradient1.Point2XPercent = 0
  190. StateNormal.Background.Gradient1.Point2YPercent = 100
  191. StateNormal.Background.Gradient1.Sinus = False
  192. StateNormal.Background.Gradient2.StartColor = 13137169
  193. StateNormal.Background.Gradient2.StartColorOpacity = 255
  194. StateNormal.Background.Gradient2.DrawMode = dmSet
  195. StateNormal.Background.Gradient2.EndColor = 15722194
  196. StateNormal.Background.Gradient2.EndColorOpacity = 255
  197. StateNormal.Background.Gradient2.ColorCorrection = True
  198. StateNormal.Background.Gradient2.GradientType = gtLinear
  199. StateNormal.Background.Gradient2.Point1XPercent = 0
  200. StateNormal.Background.Gradient2.Point1YPercent = 0
  201. StateNormal.Background.Gradient2.Point2XPercent = 0
  202. StateNormal.Background.Gradient2.Point2YPercent = 100
  203. StateNormal.Background.Gradient2.Sinus = False
  204. StateNormal.Background.Gradient1EndPercent = 100
  205. StateNormal.Background.Style = bbsGradient
  206. StateNormal.Border.Color = 13816015
  207. StateNormal.Border.ColorOpacity = 255
  208. StateNormal.Border.LightColor = clWhite
  209. StateNormal.Border.LightOpacity = 255
  210. StateNormal.Border.LightWidth = 1
  211. StateNormal.Border.Style = bboSolid
  212. StateNormal.Border.Width = 1
  213. StateNormal.FontEx.Color = clBlack
  214. StateNormal.FontEx.EndEllipsis = False
  215. StateNormal.FontEx.FontQuality = fqSystemClearType
  216. StateNormal.FontEx.Height = 0
  217. StateNormal.FontEx.SingleLine = True
  218. StateNormal.FontEx.Shadow = False
  219. StateNormal.FontEx.ShadowColor = clBlack
  220. StateNormal.FontEx.ShadowColorOpacity = 255
  221. StateNormal.FontEx.ShadowRadius = 5
  222. StateNormal.FontEx.ShadowOffsetX = 5
  223. StateNormal.FontEx.ShadowOffsetY = 5
  224. StateNormal.FontEx.Style = []
  225. StateNormal.FontEx.TextAlignment = bcaCenter
  226. StateNormal.FontEx.WordBreak = False
  227. Caption = '$ 0,00'
  228. Color = clNone
  229. DropDownWidth = 16
  230. DropDownArrowSize = 8
  231. GlobalOpacity = 255
  232. InnerMargin = 0
  233. OnClick = Button1Click
  234. ParentColor = False
  235. Rounding.RoundX = 3
  236. Rounding.RoundY = 3
  237. Rounding.RoundOptions = []
  238. RoundingDropDown.RoundX = 1
  239. RoundingDropDown.RoundY = 1
  240. RoundingDropDown.RoundOptions = []
  241. TextApplyGlobalOpacity = False
  242. MemoryUsage = bmuHigh
  243. end
  244. object Button2: TBCButton
  245. Left = 80
  246. Height = 28
  247. Top = 8
  248. Width = 63
  249. StateClicked.Background.Color = clBlack
  250. StateClicked.Background.ColorOpacity = 255
  251. StateClicked.Background.Gradient1.StartColor = 7726591
  252. StateClicked.Background.Gradient1.StartColorOpacity = 255
  253. StateClicked.Background.Gradient1.DrawMode = dmSet
  254. StateClicked.Background.Gradient1.EndColor = 7067903
  255. StateClicked.Background.Gradient1.EndColorOpacity = 255
  256. StateClicked.Background.Gradient1.ColorCorrection = True
  257. StateClicked.Background.Gradient1.GradientType = gtLinear
  258. StateClicked.Background.Gradient1.Point1XPercent = 0
  259. StateClicked.Background.Gradient1.Point1YPercent = 0
  260. StateClicked.Background.Gradient1.Point2XPercent = 0
  261. StateClicked.Background.Gradient1.Point2YPercent = 100
  262. StateClicked.Background.Gradient1.Sinus = False
  263. StateClicked.Background.Gradient2.StartColor = 7067903
  264. StateClicked.Background.Gradient2.StartColorOpacity = 255
  265. StateClicked.Background.Gradient2.DrawMode = dmSet
  266. StateClicked.Background.Gradient2.EndColor = 8515583
  267. StateClicked.Background.Gradient2.EndColorOpacity = 255
  268. StateClicked.Background.Gradient2.ColorCorrection = True
  269. StateClicked.Background.Gradient2.GradientType = gtLinear
  270. StateClicked.Background.Gradient2.Point1XPercent = 0
  271. StateClicked.Background.Gradient2.Point1YPercent = 0
  272. StateClicked.Background.Gradient2.Point2XPercent = 0
  273. StateClicked.Background.Gradient2.Point2YPercent = 100
  274. StateClicked.Background.Gradient2.Sinus = False
  275. StateClicked.Background.Gradient1EndPercent = 50
  276. StateClicked.Background.Style = bbsGradient
  277. StateClicked.Border.Color = 4170178
  278. StateClicked.Border.ColorOpacity = 255
  279. StateClicked.Border.LightColor = clGray
  280. StateClicked.Border.LightOpacity = 100
  281. StateClicked.Border.LightWidth = 1
  282. StateClicked.Border.Style = bboSolid
  283. StateClicked.Border.Width = 1
  284. StateClicked.FontEx.Color = clBlack
  285. StateClicked.FontEx.EndEllipsis = False
  286. StateClicked.FontEx.FontQuality = fqSystemClearType
  287. StateClicked.FontEx.Height = 0
  288. StateClicked.FontEx.SingleLine = True
  289. StateClicked.FontEx.Shadow = False
  290. StateClicked.FontEx.ShadowColor = clBlack
  291. StateClicked.FontEx.ShadowColorOpacity = 255
  292. StateClicked.FontEx.ShadowRadius = 5
  293. StateClicked.FontEx.ShadowOffsetX = 5
  294. StateClicked.FontEx.ShadowOffsetY = 5
  295. StateClicked.FontEx.Style = []
  296. StateClicked.FontEx.TextAlignment = bcaCenter
  297. StateClicked.FontEx.WordBreak = False
  298. StateHover.Background.Color = clBlack
  299. StateHover.Background.ColorOpacity = 255
  300. StateHover.Background.Gradient1.StartColor = 12448254
  301. StateHover.Background.Gradient1.StartColorOpacity = 255
  302. StateHover.Background.Gradient1.DrawMode = dmSet
  303. StateHover.Background.Gradient1.EndColor = 8840446
  304. StateHover.Background.Gradient1.EndColorOpacity = 255
  305. StateHover.Background.Gradient1.ColorCorrection = True
  306. StateHover.Background.Gradient1.GradientType = gtLinear
  307. StateHover.Background.Gradient1.Point1XPercent = 0
  308. StateHover.Background.Gradient1.Point1YPercent = 0
  309. StateHover.Background.Gradient1.Point2XPercent = 0
  310. StateHover.Background.Gradient1.Point2YPercent = 100
  311. StateHover.Background.Gradient1.Sinus = False
  312. StateHover.Background.Gradient2.StartColor = 8840446
  313. StateHover.Background.Gradient2.StartColorOpacity = 255
  314. StateHover.Background.Gradient2.DrawMode = dmSet
  315. StateHover.Background.Gradient2.EndColor = 12908798
  316. StateHover.Background.Gradient2.EndColorOpacity = 255
  317. StateHover.Background.Gradient2.ColorCorrection = True
  318. StateHover.Background.Gradient2.GradientType = gtLinear
  319. StateHover.Background.Gradient2.Point1XPercent = 0
  320. StateHover.Background.Gradient2.Point1YPercent = 0
  321. StateHover.Background.Gradient2.Point2XPercent = 0
  322. StateHover.Background.Gradient2.Point2YPercent = 100
  323. StateHover.Background.Gradient2.Sinus = False
  324. StateHover.Background.Gradient1EndPercent = 50
  325. StateHover.Background.Style = bbsGradient
  326. StateHover.Border.Color = 5362420
  327. StateHover.Border.ColorOpacity = 255
  328. StateHover.Border.LightColor = clWhite
  329. StateHover.Border.LightOpacity = 200
  330. StateHover.Border.LightWidth = 1
  331. StateHover.Border.Style = bboSolid
  332. StateHover.Border.Width = 1
  333. StateHover.FontEx.Color = clBlack
  334. StateHover.FontEx.EndEllipsis = False
  335. StateHover.FontEx.FontQuality = fqSystemClearType
  336. StateHover.FontEx.Height = 0
  337. StateHover.FontEx.SingleLine = True
  338. StateHover.FontEx.Shadow = False
  339. StateHover.FontEx.ShadowColor = clBlack
  340. StateHover.FontEx.ShadowColorOpacity = 255
  341. StateHover.FontEx.ShadowRadius = 5
  342. StateHover.FontEx.ShadowOffsetX = 5
  343. StateHover.FontEx.ShadowOffsetY = 5
  344. StateHover.FontEx.Style = []
  345. StateHover.FontEx.TextAlignment = bcaCenter
  346. StateHover.FontEx.WordBreak = False
  347. StateNormal.Background.Color = clBlack
  348. StateNormal.Background.ColorOpacity = 255
  349. StateNormal.Background.Gradient1.StartColor = clWhite
  350. StateNormal.Background.Gradient1.StartColorOpacity = 255
  351. StateNormal.Background.Gradient1.DrawMode = dmSet
  352. StateNormal.Background.Gradient1.EndColor = 15855597
  353. StateNormal.Background.Gradient1.EndColorOpacity = 255
  354. StateNormal.Background.Gradient1.ColorCorrection = True
  355. StateNormal.Background.Gradient1.GradientType = gtLinear
  356. StateNormal.Background.Gradient1.Point1XPercent = 0
  357. StateNormal.Background.Gradient1.Point1YPercent = 0
  358. StateNormal.Background.Gradient1.Point2XPercent = 0
  359. StateNormal.Background.Gradient1.Point2YPercent = 100
  360. StateNormal.Background.Gradient1.Sinus = False
  361. StateNormal.Background.Gradient2.StartColor = 13137169
  362. StateNormal.Background.Gradient2.StartColorOpacity = 255
  363. StateNormal.Background.Gradient2.DrawMode = dmSet
  364. StateNormal.Background.Gradient2.EndColor = 15722194
  365. StateNormal.Background.Gradient2.EndColorOpacity = 255
  366. StateNormal.Background.Gradient2.ColorCorrection = True
  367. StateNormal.Background.Gradient2.GradientType = gtLinear
  368. StateNormal.Background.Gradient2.Point1XPercent = 0
  369. StateNormal.Background.Gradient2.Point1YPercent = 0
  370. StateNormal.Background.Gradient2.Point2XPercent = 0
  371. StateNormal.Background.Gradient2.Point2YPercent = 100
  372. StateNormal.Background.Gradient2.Sinus = False
  373. StateNormal.Background.Gradient1EndPercent = 100
  374. StateNormal.Background.Style = bbsGradient
  375. StateNormal.Border.Color = 13816015
  376. StateNormal.Border.ColorOpacity = 255
  377. StateNormal.Border.LightColor = clWhite
  378. StateNormal.Border.LightOpacity = 255
  379. StateNormal.Border.LightWidth = 1
  380. StateNormal.Border.Style = bboSolid
  381. StateNormal.Border.Width = 1
  382. StateNormal.FontEx.Color = clBlack
  383. StateNormal.FontEx.EndEllipsis = False
  384. StateNormal.FontEx.FontQuality = fqSystemClearType
  385. StateNormal.FontEx.Height = 0
  386. StateNormal.FontEx.SingleLine = True
  387. StateNormal.FontEx.Shadow = False
  388. StateNormal.FontEx.ShadowColor = clBlack
  389. StateNormal.FontEx.ShadowColorOpacity = 255
  390. StateNormal.FontEx.ShadowRadius = 5
  391. StateNormal.FontEx.ShadowOffsetX = 5
  392. StateNormal.FontEx.ShadowOffsetY = 5
  393. StateNormal.FontEx.Style = []
  394. StateNormal.FontEx.TextAlignment = bcaCenter
  395. StateNormal.FontEx.WordBreak = False
  396. Caption = '$ 0,00'
  397. Color = clNone
  398. DropDownWidth = 16
  399. DropDownArrowSize = 8
  400. GlobalOpacity = 255
  401. InnerMargin = 0
  402. OnClick = Button1Click
  403. ParentColor = False
  404. Rounding.RoundX = 3
  405. Rounding.RoundY = 3
  406. Rounding.RoundOptions = []
  407. RoundingDropDown.RoundX = 1
  408. RoundingDropDown.RoundY = 1
  409. RoundingDropDown.RoundOptions = []
  410. TextApplyGlobalOpacity = False
  411. MemoryUsage = bmuHigh
  412. end
  413. object FloatSpinEdit1: TFloatSpinEdit
  414. Left = 152
  415. Height = 28
  416. Top = 8
  417. Width = 76
  418. Increment = 1
  419. MaxValue = 100000
  420. MinValue = 0
  421. OnClick = Button1Click
  422. TabOrder = 0
  423. Value = 0
  424. end
  425. object Edit1: TEdit
  426. Left = 232
  427. Height = 28
  428. Top = 8
  429. Width = 80
  430. OnClick = Button1Click
  431. TabOrder = 1
  432. end
  433. end
  434. object BCNumericKeyboard1: TBCNumericKeyboard
  435. OnUserChange = BCNumericKeyboard1Change
  436. left = 96
  437. top = 136
  438. end
  439. end