Changeset 18
- Timestamp:
- Dec 20, 2016, 7:16:35 AM (8 years ago)
- Location:
- branches/gbitmap
- Files:
-
- 1 added
- 3 edited
- 3 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/GPixmap.pas
r17 r18 1 unit G Bitmap;1 unit GPixmap; 2 2 3 3 {$mode delphi}{$H+} -
branches/gbitmap/UFormMain.lfm
r17 r18 8 8 ClientWidth = 685 9 9 OnShow = FormShow 10 LCLVersion = '1.6. 2.0'10 LCLVersion = '1.6.0.4' 11 11 object Image1: TImage 12 12 Left = 208 … … 33 33 'Gray variable-bit' 34 34 ) 35 ItemHeight = 2035 ItemHeight = 30 36 36 OnSelectionChange = ListBox1SelectionChange 37 ScrollWidth = 163 37 38 TabOrder = 0 38 39 end 39 40 object Label1: TLabel 40 41 Left = 18 41 Height = 2 042 Height = 24 42 43 Top = 459 43 Width = 4444 Width = 55 44 45 Caption = 'Label1' 45 46 ParentColor = False -
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 -
branches/gbitmap/project1.lpi
r17 r18 34 34 </Item1> 35 35 </RequiredPackages> 36 <Units Count=" 3">36 <Units Count="4"> 37 37 <Unit0> 38 38 <Filename Value="project1.lpr"/> … … 40 40 </Unit0> 41 41 <Unit1> 42 <Filename Value="U nit1.pas"/>42 <Filename Value="UFormMain.pas"/> 43 43 <IsPartOfProject Value="True"/> 44 44 <ComponentName Value="Form1"/> 45 <HasResources Value="True"/> 45 46 <ResourceBaseClass Value="Form"/> 46 47 </Unit1> 47 48 <Unit2> 48 <Filename Value="G Bitmap.pas"/>49 <Filename Value="GPixmap.pas"/> 49 50 <IsPartOfProject Value="True"/> 50 51 </Unit2> 52 <Unit3> 53 <Filename Value="GImage.pas"/> 54 <IsPartOfProject Value="True"/> 55 </Unit3> 51 56 </Units> 52 57 </ProjectOptions> -
branches/gbitmap/project1.lpr
r17 r18 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, U nit1, GBitmap10 Forms, UFormMain, GPixmap, GImage 11 11 { you can add units after this }; 12 12
Note:
See TracChangeset
for help on using the changeset viewer.