FRTextureEdit.dfm 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. object RTextureEdit: TRTextureEdit
  2. Left = 0
  3. Top = 0
  4. Width = 230
  5. Height = 187
  6. ParentShowHint = False
  7. ShowHint = True
  8. TabOrder = 0
  9. DesignSize = (
  10. 230
  11. 187)
  12. object Label2: TLabel
  13. Left = 0
  14. Top = 1
  15. Width = 42
  16. Height = 20
  17. Caption = 'Image'
  18. end
  19. object SBEditImage: TSpeedButton
  20. Left = 212
  21. Top = 0
  22. Width = 17
  23. Height = 21
  24. Hint = 'Edit image'
  25. Anchors = [akTop, akRight]
  26. Caption = '...'
  27. OnClick = SBEditImageClick
  28. end
  29. object Label3: TLabel
  30. Left = 0
  31. Top = 52
  32. Width = 63
  33. Height = 20
  34. Caption = 'MagFilter'
  35. end
  36. object Label4: TLabel
  37. Left = 0
  38. Top = 76
  39. Width = 58
  40. Height = 20
  41. Caption = 'MinFilter'
  42. end
  43. object Label1: TLabel
  44. Left = 0
  45. Top = 124
  46. Width = 91
  47. Height = 20
  48. Caption = 'Texture Mode'
  49. end
  50. object Label5: TLabel
  51. Left = 0
  52. Top = 148
  53. Width = 88
  54. Height = 20
  55. Caption = 'Texture Wrap'
  56. end
  57. object Label6: TLabel
  58. Left = 0
  59. Top = 28
  60. Width = 81
  61. Height = 20
  62. Caption = 'ImageAlpha'
  63. end
  64. object Label7: TLabel
  65. Left = 0
  66. Top = 100
  67. Width = 105
  68. Height = 20
  69. Caption = 'Filtering Quality'
  70. end
  71. object CBMagFilter: TComboBox
  72. Left = 75
  73. Top = 48
  74. Width = 154
  75. Height = 28
  76. Style = csDropDownList
  77. TabOrder = 0
  78. OnChange = CBMagFilterChange
  79. end
  80. object CBMinFilter: TComboBox
  81. Left = 75
  82. Top = 72
  83. Width = 154
  84. Height = 28
  85. Style = csDropDownList
  86. TabOrder = 1
  87. OnChange = CBMinFilterChange
  88. end
  89. object CBTextureMode: TComboBox
  90. Left = 75
  91. Top = 120
  92. Width = 154
  93. Height = 28
  94. Style = csDropDownList
  95. TabOrder = 2
  96. OnChange = CBTextureModeChange
  97. end
  98. object CBTextureWrap: TComboBox
  99. Left = 75
  100. Top = 144
  101. Width = 154
  102. Height = 28
  103. Style = csDropDownList
  104. TabOrder = 3
  105. OnChange = CBTextureWrapChange
  106. end
  107. object CBDisabled: TCheckBox
  108. Left = 0
  109. Top = 168
  110. Width = 73
  111. Height = 17
  112. Caption = 'Disabled'
  113. TabOrder = 4
  114. OnClick = CBDisabledClick
  115. end
  116. object CBImageClass: TComboBox
  117. Left = 75
  118. Top = 0
  119. Width = 138
  120. Height = 28
  121. Style = csDropDownList
  122. Anchors = [akLeft, akTop, akRight]
  123. TabOrder = 5
  124. OnChange = CBImageClassChange
  125. end
  126. object CBImageAlpha: TComboBox
  127. Left = 75
  128. Top = 24
  129. Width = 154
  130. Height = 28
  131. Style = csDropDownList
  132. TabOrder = 6
  133. OnChange = CBImageAlphaChange
  134. end
  135. object CBFilteringQuality: TComboBox
  136. Left = 75
  137. Top = 96
  138. Width = 154
  139. Height = 28
  140. Style = csDropDownList
  141. TabOrder = 7
  142. OnChange = CBFilteringQualityChange
  143. end
  144. end