fGraphD.dfm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. object FormGraphD: TFormGraphD
  2. Left = 0
  3. Top = 0
  4. Caption = 'Graph D'
  5. ClientHeight = 544
  6. ClientWidth = 902
  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. Menu = MainMenu
  14. Position = poScreenCenter
  15. OnCreate = FormCreate
  16. OnShow = FormShow
  17. TextHeight = 15
  18. object PanelLeft: TPanel
  19. Left = 0
  20. Top = 0
  21. Width = 129
  22. Height = 544
  23. Align = alLeft
  24. TabOrder = 0
  25. object tvGraph: TTreeView
  26. Left = 1
  27. Top = 1
  28. Width = 127
  29. Height = 542
  30. Align = alClient
  31. Indent = 19
  32. TabOrder = 0
  33. OnClick = tvGraphClick
  34. Items.NodeData = {
  35. 0305000000240000000000000000000000FFFFFFFFFFFFFFFF00000000000000
  36. 00000000000103460078007900320000000000000000000000FFFFFFFFFFFFFF
  37. FF000000000000000000000000010A480069006700680074004600690065006C
  38. 0064002A0000000000000000000000FFFFFFFFFFFFFFFF000000000000000000
  39. 000000010650006F0069006E0074007300320000000000000000000000FFFFFF
  40. FFFFFFFFFF000000000000000000000000010A500072006F006A006500630074
  41. 0069006F006E002C0000000000000000000000FFFFFFFFFFFFFFFF0000000000
  42. 000000000000000107530070006C0069006E0065007300}
  43. end
  44. end
  45. object PageControl: TPageControl
  46. Left = 129
  47. Top = 0
  48. Width = 773
  49. Height = 544
  50. ActivePage = tsProjection
  51. Align = alClient
  52. TabOrder = 1
  53. object tsFxy: TTabSheet
  54. Caption = 'Fxy'
  55. TabVisible = False
  56. end
  57. object tsHeightField: TTabSheet
  58. Caption = 'HeightField'
  59. ImageIndex = 1
  60. TabVisible = False
  61. end
  62. object tsPoints: TTabSheet
  63. Caption = 'Points'
  64. ImageIndex = 2
  65. TabVisible = False
  66. end
  67. object tsProjection: TTabSheet
  68. Caption = 'Projection'
  69. ImageIndex = 3
  70. TabVisible = False
  71. end
  72. object tsSplines: TTabSheet
  73. Caption = 'Splines'
  74. ImageIndex = 4
  75. TabVisible = False
  76. end
  77. end
  78. object MainMenu: TMainMenu
  79. Left = 272
  80. Top = 64
  81. end
  82. end