MainUnit.dfm 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. object MainForm: TMainForm
  2. Left = 324
  3. Top = 77
  4. Caption = 'Polygon Renderer Benchmark'
  5. ClientHeight = 612
  6. ClientWidth = 754
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Segoe UI'
  12. Font.Style = []
  13. Position = poScreenCenter
  14. ShowHint = True
  15. OnCreate = FormCreate
  16. OnShow = FormShow
  17. TextHeight = 13
  18. object Splitter1: TSplitter
  19. Left = 0
  20. Top = 373
  21. Width = 754
  22. Height = 5
  23. Cursor = crVSplit
  24. Align = alBottom
  25. AutoSnap = False
  26. Beveled = True
  27. ResizeStyle = rsUpdate
  28. ExplicitTop = 350
  29. ExplicitWidth = 746
  30. end
  31. object PnlTop: TPanel
  32. Left = 0
  33. Top = 0
  34. Width = 754
  35. Height = 373
  36. Align = alClient
  37. BevelOuter = bvNone
  38. BorderWidth = 10
  39. TabOrder = 0
  40. object Img: TImage32
  41. Left = 10
  42. Top = 10
  43. Width = 734
  44. Height = 353
  45. Align = alClient
  46. Bitmap.ResamplerClassName = 'TNearestResampler'
  47. BitmapAlign = baTopLeft
  48. Scale = 1.000000000000000000
  49. ScaleMode = smNormal
  50. TabOrder = 0
  51. OnResize = ImgResize
  52. end
  53. end
  54. object PnlBottom: TPanel
  55. Left = 0
  56. Top = 378
  57. Width = 754
  58. Height = 234
  59. Align = alBottom
  60. BevelOuter = bvNone
  61. BorderWidth = 10
  62. TabOrder = 1
  63. object GbxSettings: TGroupBox
  64. Left = 10
  65. Top = 10
  66. Width = 319
  67. Height = 214
  68. Align = alLeft
  69. Caption = 'Benchmark Settings'
  70. TabOrder = 0
  71. DesignSize = (
  72. 319
  73. 214)
  74. object LblTest: TLabel
  75. Left = 14
  76. Top = 34
  77. Width = 23
  78. Height = 13
  79. Caption = '&Test:'
  80. Color = clBtnFace
  81. FocusControl = CmbTest
  82. ParentColor = False
  83. Transparent = False
  84. end
  85. object LblRenderer: TLabel
  86. Left = 14
  87. Top = 61
  88. Width = 50
  89. Height = 13
  90. Caption = '&Renderer:'
  91. Color = clBtnFace
  92. FocusControl = CmbRenderer
  93. ParentColor = False
  94. Transparent = False
  95. end
  96. object BtnBenchmark: TButton
  97. Left = 14
  98. Top = 178
  99. Width = 139
  100. Height = 25
  101. Caption = 'Do &Benchmark'
  102. TabOrder = 4
  103. OnClick = BtnBenchmarkClick
  104. end
  105. object CmbTest: TComboBox
  106. Left = 78
  107. Top = 31
  108. Width = 225
  109. Height = 21
  110. Style = csDropDownList
  111. TabOrder = 0
  112. end
  113. object CmbRenderer: TComboBox
  114. Left = 78
  115. Top = 58
  116. Width = 225
  117. Height = 21
  118. Style = csDropDownList
  119. TabOrder = 1
  120. end
  121. object CbxAllTests: TCheckBox
  122. Left = 14
  123. Top = 98
  124. Width = 167
  125. Height = 19
  126. Caption = 'Benchmark all tests'
  127. TabOrder = 2
  128. end
  129. object CbxAllRenderers: TCheckBox
  130. Left = 14
  131. Top = 118
  132. Width = 167
  133. Height = 19
  134. Caption = 'Benchmark all renderers'
  135. TabOrder = 3
  136. end
  137. object BtnExit: TButton
  138. Left = 164
  139. Top = 178
  140. Width = 139
  141. Height = 25
  142. Caption = 'E&xit'
  143. TabOrder = 5
  144. OnClick = BtnExitClick
  145. end
  146. object CheckBoxBatch: TCheckBox
  147. Left = 14
  148. Top = 138
  149. Width = 167
  150. Height = 19
  151. Hint = 'Enable batching for renderers that support it'
  152. Caption = 'Enable batching'
  153. TabOrder = 6
  154. end
  155. end
  156. object GbxResults: TGroupBox
  157. Left = 339
  158. Top = 10
  159. Width = 405
  160. Height = 214
  161. Align = alClient
  162. Caption = 'Benchmark Res&ults'
  163. TabOrder = 1
  164. object PnlBenchmark: TPanel
  165. Left = 2
  166. Top = 15
  167. Width = 401
  168. Height = 197
  169. Align = alClient
  170. BevelOuter = bvNone
  171. BorderWidth = 10
  172. TabOrder = 0
  173. object MemoLog: TMemo
  174. Left = 10
  175. Top = 10
  176. Width = 381
  177. Height = 177
  178. Align = alClient
  179. Font.Charset = ANSI_CHARSET
  180. Font.Color = clWindowText
  181. Font.Height = -11
  182. Font.Name = 'Courier New'
  183. Font.Pitch = fpFixed
  184. Font.Style = []
  185. ParentFont = False
  186. ScrollBars = ssVertical
  187. TabOrder = 0
  188. WordWrap = False
  189. end
  190. end
  191. end
  192. object PnlSpacer: TPanel
  193. Left = 329
  194. Top = 10
  195. Width = 10
  196. Height = 214
  197. Align = alLeft
  198. BevelOuter = bvNone
  199. TabOrder = 2
  200. end
  201. end
  202. end