Ignore:
Timestamp:
Feb 27, 2012, 12:08:06 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: PixelFormat pf32bit doesn't work properly on 24bit colors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r319 r338  
    2323    object TabSheet1: TTabSheet
    2424      Caption = 'TImage'
    25       ClientHeight = 375
    26       ClientWidth = 340
     25      ClientHeight = 368
     26      ClientWidth = 342
    2727      object Image1: TImage
    2828        Left = 6
    29         Height = 307
     29        Height = 300
    3030        Top = 7
    31         Width = 330
     31        Width = 332
    3232        Anchors = [akTop, akLeft, akRight, akBottom]
    3333      end
     
    3535    object TabSheet2: TTabSheet
    3636      Caption = 'TPaintBox'
    37       ClientHeight = 346
    38       ClientWidth = 361
     37      ClientHeight = 368
     38      ClientWidth = 342
    3939      object PaintBox1: TPaintBox
    4040        Left = 6
     
    106106  object FloatSpinEdit1: TFloatSpinEdit
    107107    Left = 88
    108     Height = 21
    109     Top = 392
     108    Height = 25
     109    Top = 388
    110110    Width = 58
    111111    Anchors = [akLeft, akBottom]
     
    128128  object Label1: TLabel
    129129    Left = 8
    130     Height = 14
    131     Top = 395
    132     Width = 70
     130    Height = 16
     131    Top = 393
     132    Width = 92
    133133    Anchors = [akLeft, akBottom]
    134134    Caption = 'Step duration:'
     
    137137  object Label2: TLabel
    138138    Left = 152
    139     Height = 14
    140     Top = 395
    141     Width = 6
     139    Height = 16
     140    Top = 393
     141    Width = 8
    142142    Anchors = [akLeft, akBottom]
    143143    Caption = 's'
Note: See TracChangeset for help on using the changeset viewer.