FRFaceEditor.dfm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. object RFaceEditor: TRFaceEditor
  2. Left = 0
  3. Top = 0
  4. Width = 355
  5. Height = 247
  6. TabOrder = 0
  7. object Label1: TLabel
  8. Left = 3
  9. Top = 214
  10. Width = 60
  11. Height = 20
  12. Caption = 'Shininess'
  13. end
  14. object PageControl: TPageControl
  15. Left = 0
  16. Top = 56
  17. Width = 305
  18. Height = 130
  19. ActivePage = TSEmission
  20. Images = ImageList
  21. MultiLine = True
  22. TabOrder = 0
  23. object TSAmbient: TTabSheet
  24. BorderWidth = 3
  25. Caption = 'Ambient'
  26. inline CEAmbiant: TRColorEditor
  27. Left = 0
  28. Top = 0
  29. Width = 289
  30. Height = 95
  31. AutoSize = True
  32. TabOrder = 0
  33. TabStop = True
  34. end
  35. end
  36. object TSDiffuse: TTabSheet
  37. BorderWidth = 3
  38. Caption = 'Diffuse'
  39. ImageIndex = 1
  40. inline CEDiffuse: TRColorEditor
  41. Left = 0
  42. Top = 0
  43. Width = 289
  44. Height = 95
  45. AutoSize = True
  46. TabOrder = 0
  47. TabStop = True
  48. end
  49. end
  50. object TSEmission: TTabSheet
  51. BorderWidth = 3
  52. Caption = 'Emission'
  53. ImageIndex = 2
  54. inline CEEmission: TRColorEditor
  55. Left = 0
  56. Top = 0
  57. Width = 341
  58. Height = 98
  59. AutoSize = True
  60. TabOrder = 0
  61. TabStop = True
  62. ExplicitWidth = 341
  63. ExplicitHeight = 98
  64. inherited ColorEditorPaintBox: TPaintBox
  65. Width = 341
  66. Height = 98
  67. ExplicitWidth = 341
  68. ExplicitHeight = 98
  69. end
  70. end
  71. end
  72. object TSSpecular: TTabSheet
  73. BorderWidth = 3
  74. Caption = 'Specular'
  75. ImageIndex = 3
  76. inline CESpecular: TRColorEditor
  77. Left = 0
  78. Top = 0
  79. Width = 289
  80. Height = 95
  81. AutoSize = True
  82. TabOrder = 0
  83. TabStop = True
  84. end
  85. end
  86. end
  87. inline TBEShininess: TRTrackBarEdit
  88. Left = 50
  89. Top = 0
  90. Width = 201
  91. Height = 33
  92. TabOrder = 1
  93. ExplicitLeft = 50
  94. ExplicitWidth = 201
  95. ExplicitHeight = 33
  96. inherited TrackBar: TTrackBar
  97. Left = -2
  98. Top = 1
  99. Max = 128
  100. Frequency = 16
  101. OnChange = TBEShininessTrackBarChange
  102. ExplicitLeft = -2
  103. ExplicitTop = 1
  104. end
  105. inherited Edit: TEdit
  106. Left = 160
  107. ExplicitLeft = 160
  108. end
  109. end
  110. object ImageList: TImageList
  111. Left = 264
  112. Top = 8
  113. end
  114. end