Changeset 18 for branches/gbitmap/UFormMain.pas
- Timestamp:
- Dec 20, 2016, 7:16:35 AM (8 years ago)
- 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
-
Property svn:ignore
set to
-
branches/gbitmap/UFormMain.pas
r17 r18 1 unit U nit1;1 unit UFormMain; 2 2 3 3 {$mode delphi}{$H+} … … 7 7 uses 8 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus, 9 ExtCtrls, StdCtrls, G Bitmap;9 ExtCtrls, StdCtrls, GPixmap; 10 10 11 11 type
Note:
See TracChangeset
for help on using the changeset viewer.