Ignore:
Timestamp:
Apr 9, 2015, 9:58:36 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Use csOpaque control style also to Image, PaintBox and OpenGLControl.
  • Modified: Change size of test frame with SpinEdits as delayed using timer.
  • Updated: BRGABitmap package to version 8.1.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r470 r472  
    699699      TabOrder = 8
    700700    end
    701     object CheckBox1: TCheckBox
     701    object CheckBoxOpaque: TCheckBox
    702702      Left = 400
    703703      Height = 27
     
    706706      Anchors = [akLeft, akBottom]
    707707      Caption = 'Opaque'
    708       OnChange = CheckBox1Change
     708      OnChange = CheckBoxOpaqueChange
    709709      TabOrder = 9
    710710    end
     
    718718      ParentColor = False
    719719    end
    720     object ComboBox1: TComboBox
     720    object ComboBoxPixelFormat: TComboBox
    721721      Left = 136
    722722      Height = 37
     
    725725      Anchors = [akLeft, akBottom]
    726726      ItemHeight = 0
    727       OnChange = ComboBox1Change
     727      OnChange = ComboBoxPixelFormatChange
    728728      Style = csDropDownList
    729729      TabOrder = 10
     
    836836    end
    837837  end
     838  object TimerUpdateSettings: TTimer
     839    OnTimer = TimerUpdateSettingsTimer
     840    left = 272
     841    top = 264
     842  end
    838843end
Note: See TracChangeset for help on using the changeset viewer.