Ignore:
Timestamp:
Feb 1, 2012, 3:33:59 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Exchanged numeric values in table columns for Duration and FPS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r317 r318  
    1313  LCLVersion = '0.9.31'
    1414  object PageControl1: TPageControl
    15     Left = 360
     15    Left = 384
    1616    Height = 401
    1717    Top = 16
    18     Width = 372
     18    Width = 348
    1919    ActivePage = TabSheet1
    2020    Anchors = [akTop, akLeft, akRight, akBottom]
     
    2424      Caption = 'TImage'
    2525      ClientHeight = 375
    26       ClientWidth = 364
     26      ClientWidth = 340
    2727      object Image1: TImage
    2828        Left = 6
    2929        Height = 307
    3030        Top = 7
    31         Width = 354
     31        Width = 330
    3232        Anchors = [akTop, akLeft, akRight, akBottom]
    3333      end
     
    5353    Height = 345
    5454    Top = 8
    55     Width = 344
     55    Width = 368
    5656    Anchors = [akTop, akLeft, akBottom]
    5757    Columns = <   
     
    6161      end   
    6262      item
    63         Caption = 'Duration'
    64         Width = 60
     63        Caption = 'Duration [ms]'
     64        Width = 80
    6565      end   
    6666      item
Note: See TracChangeset for help on using the changeset viewer.