Changeset 7 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Mar 12, 2011, 7:27:23 PM (14 years ago)
Author:
george
Message:
  • Modified: Used custom resize function with use of TLazIntfImage.
  • Modified: Internal drawing uses class TBitmapTColor specialized from TGBitmap.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.lfm

    r6 r7  
    1313  OnShow = FormShow
    1414  LCLVersion = '0.9.31'
    15   object Image1: TImage
    16     Left = 0
    17     Height = 372
    18     Top = 0
    19     Width = 514
    20     Align = alClient
    21     OnResize = Image1Resize
    22   end
    2315  object StatusBar1: TStatusBar
    2416    Left = 0
     
    3426      end>
    3527    SimplePanel = False
     28  end
     29  object Image1: TImage
     30    Left = 0
     31    Height = 372
     32    Top = 0
     33    Width = 514
     34    Align = alClient
     35    OnResize = Image1Resize
    3636  end
    3737  object TimerDraw: TTimer
Note: See TracChangeset for help on using the changeset viewer.