Ignore:
Timestamp:
Nov 22, 2012, 12:58:18 PM (12 years ago)
Author:
chronos
Message:
  • Added: Now draw frame size can be changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r443 r444  
    2424      end   
    2525      item
    26         Caption = 'Duration [ms]'
     26        Caption = 'Step draw duration [ms]'
    2727        Width = 80
    2828      end   
     
    3232      end   
    3333      item
    34         Caption = 'Step duration [ms]'
     34        Caption = 'Total step duration [ms]'
    3535        Width = 80
    3636      end   
     
    107107    ParentColor = False
    108108  end
     109  object SpinEditWidth: TSpinEdit
     110    Left = 363
     111    Height = 21
     112    Top = 411
     113    Width = 58
     114    Anchors = [akLeft, akBottom]
     115    MaxValue = 1000
     116    OnChange = SpinEditWidthChange
     117    TabOrder = 5
     118    Value = 320
     119  end
     120  object SpinEditHeight: TSpinEdit
     121    Left = 432
     122    Height = 21
     123    Top = 411
     124    Width = 58
     125    Anchors = [akLeft, akBottom]
     126    MaxValue = 1000
     127    OnChange = SpinEditHeightChange
     128    TabOrder = 6
     129    Value = 240
     130  end
     131  object Label3: TLabel
     132    Left = 328
     133    Height = 13
     134    Top = 416
     135    Width = 23
     136    Anchors = [akLeft, akBottom]
     137    Caption = 'Size:'
     138    ParentColor = False
     139  end
     140  object Label4: TLabel
     141    Left = 424
     142    Height = 13
     143    Top = 415
     144    Width = 6
     145    Anchors = [akLeft, akBottom]
     146    Caption = 'x'
     147    ParentColor = False
     148  end
    109149  object Timer1: TTimer
    110150    Interval = 500
Note: See TracChangeset for help on using the changeset viewer.