Ignore:
Timestamp:
Mar 17, 2011, 7:40:35 AM (13 years ago)
Author:
george
Message:
  • Modified: TFastBitmap class moved to separated unit.
  • Modified: Draw method transformed to individual classes in separated unit.
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        11lib
        22GraphicTest
         3GraphicTest.exe
  • GraphicTest/UMainForm.lfm

    r200 r201  
    11object MainForm: TMainForm
    2   Left = 357
     2  Left = 291
    33  Height = 452
    44  Top = 127
    5   Width = 627
     5  Width = 731
    66  Caption = 'Graphic test'
    77  ClientHeight = 452
    8   ClientWidth = 627
     8  ClientWidth = 731
     9  OnClose = FormClose
    910  OnCreate = FormCreate
    1011  OnDestroy = FormDestroy
    1112  LCLVersion = '0.9.31'
    1213  object PageControl1: TPageControl
    13     Left = 248
     14    Left = 312
    1415    Height = 432
    1516    Top = 16
    16     Width = 376
     17    Width = 416
    1718    ActivePage = TabSheet1
    1819    Anchors = [akTop, akLeft, akRight, akBottom]
     
    2122    object TabSheet1: TTabSheet
    2223      Caption = 'TImage'
    23       ClientHeight = 405
    24       ClientWidth = 372
     24      ClientHeight = 406
     25      ClientWidth = 408
    2526      object Image1: TImage
    2627        Left = 6
    27         Height = 392
     28        Height = 393
    2829        Top = 7
    29         Width = 362
     30        Width = 398
    3031        Anchors = [akTop, akLeft, akRight, akBottom]
    3132      end
     
    5758    Height = 14
    5859    Top = 95
    59     Width = 24
     60    Width = 23
    6061    Caption = 'FPS:'
    6162    ParentColor = False
     
    6566    Height = 14
    6667    Top = 95
    67     Width = 38
    68     Caption = 'Label2'
     68    Width = 10
     69    Caption = '   '
    6970    ParentColor = False
    7071  end
     
    8384    Height = 14
    8485    Top = 112
    85     Width = 83
     86    Width = 74
    8687    Caption = 'Frame duration'
    8788    ParentColor = False
     
    9192    Height = 14
    9293    Top = 112
    93     Width = 38
    94     Caption = 'Label4'
     94    Width = 10
     95    Caption = '   '
    9596    ParentColor = False
    9697  end
     
    99100    Height = 240
    100101    Top = 208
    101     Width = 232
     102    Width = 296
     103    Anchors = [akTop, akLeft, akBottom]
    102104    Columns = <   
    103105      item
     
    107109      item
    108110        Caption = 'Duration'
    109         Width = 111
     111        Width = 60
     112      end   
     113      item
     114        Caption = 'FPS'
     115        Width = 60
    110116      end>
    111117    TabOrder = 3
    112118    ViewStyle = vsReport
    113119  end
    114   object Button1: TButton
     120  object ButtonBenchmark: TButton
    115121    Left = 11
    116122    Height = 25
     
    118124    Width = 75
    119125    Caption = 'Benchmark'
    120     OnClick = Button1Click
     126    OnClick = ButtonBenchmarkClick
    121127    TabOrder = 4
    122128  end
    123129  object ComboBox1: TComboBox
    124130    Left = 7
    125     Height = 25
     131    Height = 21
    126132    Top = 64
    127133    Width = 233
    128     ItemHeight = 0
     134    ItemHeight = 13
    129135    Items.Strings = (
    130136      'TBitmap.Canvas.Pixels'
     
    142148    Height = 14
    143149    Top = 47
    144     Width = 46
     150    Width = 41
    145151    Caption = 'Method:'
    146152    ParentColor = False
     
    149155    OnTimer = Timer1Timer
    150156    left = 209
    151     top = 37
     157    top = 16
    152158  end
    153159end
Note: See TracChangeset for help on using the changeset viewer.