Ignore:
Timestamp:
Dec 20, 2016, 7:16:35 AM (8 years ago)
Author:
chronos
Message:
  • Added: Class TImage with TColorFormat and backend classes to encapsulate various different Pixmap types.
Location:
branches/gbitmap
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/gbitmap

    • Property svn:ignore set to
      lib
      project1
      project1.lps
      project1.res
  • branches/gbitmap/UFormMain.pas

    r17 r18  
    1 unit Unit1;
     1unit UFormMain;
    22
    33{$mode delphi}{$H+}
     
    77uses
    88  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,
    9   ExtCtrls, StdCtrls, GBitmap;
     9  ExtCtrls, StdCtrls, GPixmap;
    1010
    1111type
Note: See TracChangeset for help on using the changeset viewer.