Ignore:
Timestamp:
Mar 20, 2011, 7:18:27 PM (13 years ago)
Author:
george
Message:
  • Added: OpenGL PBO method.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r211 r212  
    11object MainForm: TMainForm
    22  Left = 214
    3   Height = 338
     3  Height = 393
    44  Top = 106
    55  Width = 680
    66  Caption = 'Graphic test'
    7   ClientHeight = 338
     7  ClientHeight = 393
    88  ClientWidth = 680
    99  OnClose = FormClose
     
    1313  object PageControl1: TPageControl
    1414    Left = 312
    15     Height = 318
     15    Height = 373
    1616    Top = 16
    1717    Width = 365
     
    2222    object TabSheet1: TTabSheet
    2323      Caption = 'TImage'
    24       ClientHeight = 291
     24      ClientHeight = 346
    2525      ClientWidth = 361
    2626      object Image1: TImage
     
    3434    object TabSheet2: TTabSheet
    3535      Caption = 'TPaintBox'
    36       ClientHeight = 291
     36      ClientHeight = 346
    3737      ClientWidth = 361
    3838      object PaintBox1: TPaintBox
     
    101101  object ListView1: TListView
    102102    Left = 8
    103     Height = 166
    104     Top = 168
     103    Height = 253
     104    Top = 136
    105105    Width = 296
    106106    Anchors = [akTop, akLeft, akBottom]
     
    122122  end
    123123  object ButtonBenchmark: TButton
    124     Left = 9
     124    Left = 229
    125125    Height = 25
    126     Top = 136
     126    Top = 101
    127127    Width = 75
    128128    Caption = 'Benchmark'
     
    147147    ParentColor = False
    148148  end
     149  object FloatSpinEdit1: TFloatSpinEdit
     150    Left = 175
     151    Height = 21
     152    Top = 103
     153    Width = 50
     154    Increment = 1
     155    MaxValue = 100
     156    MinValue = 0
     157    TabOrder = 6
     158    Value = 1
     159  end
    149160  object Timer1: TTimer
     161    Interval = 500
    150162    OnTimer = Timer1Timer
    151163    left = 209
Note: See TracChangeset for help on using the changeset viewer.