fFourierD.dfm 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. object Form4: TForm4
  2. Left = 0
  3. Top = 0
  4. Caption = 'Fast Fourier Transformation'
  5. ClientHeight = 559
  6. ClientWidth = 908
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = 'Segoe UI'
  12. Font.Style = []
  13. Position = poScreenCenter
  14. TextHeight = 15
  15. object Panel1: TPanel
  16. Left = 668
  17. Top = 56
  18. Width = 221
  19. Height = 409
  20. Caption = 'Panel1'
  21. TabOrder = 0
  22. object Label4: TLabel
  23. Left = 64
  24. Top = 64
  25. Width = 34
  26. Height = 15
  27. Caption = 'Label4'
  28. end
  29. object Label3: TLabel
  30. Left = 56
  31. Top = 32
  32. Width = 34
  33. Height = 15
  34. Caption = 'Label3'
  35. end
  36. object Label5: TLabel
  37. Left = 72
  38. Top = 88
  39. Width = 34
  40. Height = 15
  41. Caption = 'Label5'
  42. end
  43. end
  44. object Panel2: TPanel
  45. Left = 32
  46. Top = 65
  47. Width = 209
  48. Height = 391
  49. Caption = 'Panel2'
  50. TabOrder = 1
  51. end
  52. object GLCUDA1: TGLCUDA
  53. ComputingDevice = GLCUDADevice1
  54. Left = 306
  55. Top = 304
  56. end
  57. object GLCUDADevice1: TGLCUDADevice
  58. SelectDevice = 'NVIDIA GeForce GTX 1050 Ti (1)'
  59. Left = 320
  60. Top = 232
  61. end
  62. object GLCUDACompiler1: TGLCUDACompiler
  63. Left = 440
  64. Top = 232
  65. end
  66. end