fdExtrusion.dfm 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. object FormExtrusion: TFormExtrusion
  2. Left = 0
  3. Top = 0
  4. Caption = 'Extrusion'
  5. ClientHeight = 558
  6. ClientWidth = 657
  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 = 558
  23. Align = alLeft
  24. TabOrder = 0
  25. ExplicitHeight = 533
  26. object tvExtrusion: TTreeView
  27. Left = 1
  28. Top = 1
  29. Width = 127
  30. Height = 556
  31. Align = alClient
  32. Indent = 19
  33. TabOrder = 0
  34. OnClick = tvExtrusionClick
  35. Items.NodeData = {
  36. 070500000009540054007200650065004E006F00640065002D00000000000000
  37. 00000000FFFFFFFFFFFFFFFF000000000000000000000000000107420065006E
  38. 00640069006E0067000000330000000000000000000000FFFFFFFFFFFFFFFF00
  39. 000000000000000000000000010A4300750074006F0075007400530074006100
  40. 72000000330000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  41. 0000000000010A4E007500740073006E0042006F006C00740073000000270000
  42. 000000000000000000FFFFFFFFFFFFFFFF000000000000000000000000000104
  43. 5000610077006E000000310000000000000000000000FFFFFFFFFFFFFFFF0000
  44. 00000000000000000000000109540065006E007400610063006C0065007300}
  45. ExplicitHeight = 531
  46. end
  47. end
  48. object PageControl: TPageControl
  49. Left = 129
  50. Top = 0
  51. Width = 528
  52. Height = 558
  53. ActivePage = tsTentacles
  54. Align = alClient
  55. TabOrder = 1
  56. ExplicitWidth = 520
  57. ExplicitHeight = 533
  58. object tsBending: TTabSheet
  59. Caption = 'Bending'
  60. TabVisible = False
  61. end
  62. object tsCutoutStar: TTabSheet
  63. Caption = 'CutoutStar'
  64. ImageIndex = 1
  65. TabVisible = False
  66. end
  67. object tsNutsnBolts: TTabSheet
  68. Caption = 'NutsnBolts'
  69. ImageIndex = 2
  70. TabVisible = False
  71. end
  72. object tsPawn: TTabSheet
  73. Caption = 'Pawn'
  74. ImageIndex = 3
  75. TabVisible = False
  76. end
  77. object tsTentacles: TTabSheet
  78. Caption = 'Tentacles'
  79. ImageIndex = 4
  80. TabVisible = False
  81. end
  82. end
  83. object MainMenu: TMainMenu
  84. Left = 425
  85. Top = 100
  86. end
  87. end