Advertisement
ArinaRaguzina

Untitled

Nov 30th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. object Form1: TForm1
  2. Left = 655
  3. Height = 423
  4. Top = 132
  5. Width = 366
  6. BorderIcons = [biSystemMenu, biMinimize]
  7. BorderStyle = bsSingle
  8. Caption = 'Form1'
  9. ClientHeight = 423
  10. ClientWidth = 366
  11. LCLVersion = '1.8.4.0'
  12. object Edit1: TEdit
  13. Left = 8
  14. Height = 38
  15. Top = 32
  16. Width = 352
  17. Font.CharSet = ANSI_CHARSET
  18. Font.Height = -24
  19. Font.Name = '@Microsoft JhengHei UI Light'
  20. Font.Pitch = fpVariable
  21. Font.Quality = fqDraft
  22. NumbersOnly = True
  23. ParentFont = False
  24. TabOrder = 0
  25. end
  26. object B1: TButton
  27. Left = 8
  28. Height = 30
  29. Top = 80
  30. Width = 69
  31. Caption = 'MC'
  32. TabOrder = 1
  33. end
  34. object B7: TButton
  35. Left = 8
  36. Height = 48
  37. Top = 112
  38. Width = 88
  39. Caption = '%'
  40. Font.CharSet = ANSI_CHARSET
  41. Font.Height = -19
  42. Font.Name = '@Microsoft JhengHei UI Light'
  43. Font.Pitch = fpVariable
  44. Font.Quality = fqDraft
  45. ParentFont = False
  46. TabOrder = 2
  47. end
  48. object B8: TButton
  49. Left = 96
  50. Height = 48
  51. Top = 112
  52. Width = 88
  53. Caption = '√'
  54. Font.CharSet = ANSI_CHARSET
  55. Font.Height = -19
  56. Font.Name = '@Microsoft JhengHei UI Light'
  57. Font.Pitch = fpVariable
  58. Font.Quality = fqDraft
  59. ParentFont = False
  60. TabOrder = 3
  61. end
  62. object B9: TButton
  63. Left = 184
  64. Height = 48
  65. Top = 112
  66. Width = 88
  67. Caption = 'Х²'
  68. Font.CharSet = ANSI_CHARSET
  69. Font.Height = -19
  70. Font.Name = '@Microsoft JhengHei UI Light'
  71. Font.Pitch = fpVariable
  72. Font.Quality = fqDraft
  73. ParentFont = False
  74. TabOrder = 4
  75. end
  76. object B10: TButton
  77. Left = 272
  78. Height = 48
  79. Top = 112
  80. Width = 88
  81. Caption = '1/x'
  82. Font.CharSet = ANSI_CHARSET
  83. Font.Height = -19
  84. Font.Name = '@Microsoft JhengHei UI Light'
  85. Font.Pitch = fpVariable
  86. Font.Quality = fqDraft
  87. ParentFont = False
  88. TabOrder = 5
  89. end
  90. object B11: TButton
  91. Left = 8
  92. Height = 48
  93. Top = 160
  94. Width = 88
  95. Caption = 'CE'
  96. Font.CharSet = ANSI_CHARSET
  97. Font.Height = -19
  98. Font.Name = '@Microsoft JhengHei UI Light'
  99. Font.Pitch = fpVariable
  100. Font.Quality = fqDraft
  101. ParentFont = False
  102. TabOrder = 6
  103. end
  104. object B12: TButton
  105. Left = 96
  106. Height = 48
  107. Top = 160
  108. Width = 88
  109. Caption = 'C'
  110. Font.CharSet = ANSI_CHARSET
  111. Font.Height = -19
  112. Font.Name = '@Microsoft JhengHei UI Light'
  113. Font.Pitch = fpVariable
  114. Font.Quality = fqDraft
  115. ParentFont = False
  116. TabOrder = 7
  117. end
  118. object B13: TButton
  119. Left = 184
  120. Height = 48
  121. Top = 160
  122. Width = 88
  123. Caption = '⌫'
  124. Font.CharSet = ANSI_CHARSET
  125. Font.Height = -19
  126. Font.Name = '@Microsoft JhengHei UI Light'
  127. Font.Pitch = fpVariable
  128. Font.Quality = fqDraft
  129. ParentFont = False
  130. TabOrder = 8
  131. end
  132. object B14: TButton
  133. Left = 272
  134. Height = 48
  135. Top = 160
  136. Width = 88
  137. Caption = '÷'
  138. Font.CharSet = ANSI_CHARSET
  139. Font.Height = -19
  140. Font.Name = '@Microsoft JhengHei UI Light'
  141. Font.Pitch = fpVariable
  142. Font.Quality = fqDraft
  143. ParentFont = False
  144. TabOrder = 9
  145. end
  146. object B15: TButton
  147. Left = 8
  148. Height = 48
  149. Top = 208
  150. Width = 88
  151. Caption = '7'
  152. Font.CharSet = ANSI_CHARSET
  153. Font.Height = -19
  154. Font.Name = '@Microsoft JhengHei UI Light'
  155. Font.Pitch = fpVariable
  156. Font.Quality = fqDraft
  157. OnClick = ClickB
  158. ParentFont = False
  159. TabOrder = 10
  160. end
  161. object B16: TButton
  162. Left = 96
  163. Height = 48
  164. Top = 208
  165. Width = 88
  166. Caption = '8'
  167. Font.CharSet = ANSI_CHARSET
  168. Font.Height = -19
  169. Font.Name = '@Microsoft JhengHei UI Light'
  170. Font.Pitch = fpVariable
  171. Font.Quality = fqDraft
  172. OnClick = ClickB
  173. ParentFont = False
  174. TabOrder = 11
  175. end
  176. object B17: TButton
  177. Left = 184
  178. Height = 48
  179. Top = 208
  180. Width = 88
  181. Caption = '9'
  182. Font.CharSet = ANSI_CHARSET
  183. Font.Height = -19
  184. Font.Name = '@Microsoft JhengHei UI Light'
  185. Font.Pitch = fpVariable
  186. Font.Quality = fqDraft
  187. OnClick = ClickB
  188. ParentFont = False
  189. TabOrder = 12
  190. end
  191. object B18: TButton
  192. Left = 272
  193. Height = 48
  194. Top = 208
  195. Width = 88
  196. Caption = '×'
  197. Font.CharSet = ANSI_CHARSET
  198. Font.Height = -19
  199. Font.Name = '@Microsoft JhengHei UI Light'
  200. Font.Pitch = fpVariable
  201. Font.Quality = fqDraft
  202. ParentFont = False
  203. TabOrder = 13
  204. end
  205. object B19: TButton
  206. Left = 8
  207. Height = 48
  208. Top = 256
  209. Width = 88
  210. Caption = '4'
  211. Font.CharSet = ANSI_CHARSET
  212. Font.Height = -19
  213. Font.Name = '@Microsoft JhengHei UI Light'
  214. Font.Pitch = fpVariable
  215. Font.Quality = fqDraft
  216. OnClick = ClickB
  217. ParentFont = False
  218. TabOrder = 14
  219. end
  220. object B20: TButton
  221. Left = 96
  222. Height = 48
  223. Top = 256
  224. Width = 88
  225. Caption = '5'
  226. Font.CharSet = ANSI_CHARSET
  227. Font.Height = -19
  228. Font.Name = '@Microsoft JhengHei UI Light'
  229. Font.Pitch = fpVariable
  230. Font.Quality = fqDraft
  231. OnClick = ClickB
  232. ParentFont = False
  233. TabOrder = 15
  234. end
  235. object B21: TButton
  236. Left = 184
  237. Height = 48
  238. Top = 256
  239. Width = 88
  240. Caption = '6'
  241. Font.CharSet = ANSI_CHARSET
  242. Font.Height = -19
  243. Font.Name = '@Microsoft JhengHei UI Light'
  244. Font.Pitch = fpVariable
  245. Font.Quality = fqDraft
  246. OnClick = ClickB
  247. ParentFont = False
  248. TabOrder = 16
  249. end
  250. object B22: TButton
  251. Left = 272
  252. Height = 48
  253. Top = 256
  254. Width = 88
  255. Caption = '-'
  256. Font.CharSet = ANSI_CHARSET
  257. Font.Height = -19
  258. Font.Name = '@Microsoft JhengHei UI Light'
  259. Font.Pitch = fpVariable
  260. Font.Quality = fqDraft
  261. ParentFont = False
  262. TabOrder = 17
  263. end
  264. object B23: TButton
  265. Left = 8
  266. Height = 48
  267. Top = 304
  268. Width = 88
  269. Caption = '1'
  270. Font.CharSet = ANSI_CHARSET
  271. Font.Height = -19
  272. Font.Name = '@Microsoft JhengHei UI Light'
  273. Font.Pitch = fpVariable
  274. Font.Quality = fqDraft
  275. OnClick = ClickB
  276. ParentFont = False
  277. TabOrder = 18
  278. end
  279. object B24: TButton
  280. Left = 96
  281. Height = 48
  282. Top = 304
  283. Width = 88
  284. Caption = '2'
  285. Font.CharSet = ANSI_CHARSET
  286. Font.Height = -19
  287. Font.Name = '@Microsoft JhengHei UI Light'
  288. Font.Pitch = fpVariable
  289. Font.Quality = fqDraft
  290. OnClick = ClickB
  291. ParentFont = False
  292. TabOrder = 19
  293. end
  294. object B25: TButton
  295. Left = 184
  296. Height = 48
  297. Top = 304
  298. Width = 88
  299. Caption = '3'
  300. Font.CharSet = ANSI_CHARSET
  301. Font.Height = -19
  302. Font.Name = '@Microsoft JhengHei UI Light'
  303. Font.Pitch = fpVariable
  304. Font.Quality = fqDraft
  305. OnClick = ClickB
  306. ParentFont = False
  307. TabOrder = 20
  308. end
  309. object B26: TButton
  310. Left = 272
  311. Height = 48
  312. Top = 304
  313. Width = 88
  314. Caption = '+'
  315. Font.CharSet = ANSI_CHARSET
  316. Font.Height = -19
  317. Font.Name = '@Microsoft JhengHei UI Light'
  318. Font.Pitch = fpVariable
  319. Font.Quality = fqDraft
  320. ParentFont = False
  321. TabOrder = 21
  322. end
  323. object B27: TButton
  324. Left = 8
  325. Height = 48
  326. Top = 352
  327. Width = 88
  328. Caption = '±'
  329. Font.CharSet = ANSI_CHARSET
  330. Font.Height = -19
  331. Font.Name = '@Microsoft JhengHei UI Light'
  332. Font.Pitch = fpVariable
  333. Font.Quality = fqDraft
  334. ParentFont = False
  335. TabOrder = 22
  336. end
  337. object B28: TButton
  338. Left = 96
  339. Height = 48
  340. Top = 352
  341. Width = 88
  342. Caption = '0'
  343. Font.CharSet = ANSI_CHARSET
  344. Font.Height = -19
  345. Font.Name = '@Microsoft JhengHei UI Light'
  346. Font.Pitch = fpVariable
  347. Font.Quality = fqDraft
  348. OnClick = ClickB
  349. ParentFont = False
  350. TabOrder = 23
  351. end
  352. object B29: TButton
  353. Left = 184
  354. Height = 48
  355. Top = 352
  356. Width = 88
  357. Caption = ','
  358. Font.CharSet = ANSI_CHARSET
  359. Font.Height = -19
  360. Font.Name = '@Microsoft JhengHei UI Light'
  361. Font.Pitch = fpVariable
  362. Font.Quality = fqDraft
  363. ParentFont = False
  364. TabOrder = 24
  365. end
  366. object B30: TButton
  367. Left = 272
  368. Height = 48
  369. Top = 352
  370. Width = 88
  371. Caption = '='
  372. Font.CharSet = ANSI_CHARSET
  373. Font.Height = -19
  374. Font.Name = '@Microsoft JhengHei UI Light'
  375. Font.Pitch = fpVariable
  376. Font.Quality = fqDraft
  377. ParentFont = False
  378. TabOrder = 25
  379. end
  380. object B2: TButton
  381. Left = 80
  382. Height = 30
  383. Top = 80
  384. Width = 69
  385. Caption = 'MR'
  386. TabOrder = 26
  387. end
  388. object B3: TButton
  389. Left = 150
  390. Height = 30
  391. Top = 80
  392. Width = 69
  393. Caption = 'M+'
  394. TabOrder = 27
  395. end
  396. object B4: TButton
  397. Left = 221
  398. Height = 30
  399. Top = 80
  400. Width = 69
  401. Caption = 'M-'
  402. TabOrder = 28
  403. end
  404. object B5: TButton
  405. Left = 291
  406. Height = 30
  407. Top = 80
  408. Width = 69
  409. Caption = 'MS'
  410. TabOrder = 29
  411. end
  412. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement