You've already forked lazarus-ccr
jvcllaz: Fix lclscaling of TJvTimeLine. Adjust demo to scaled imagelist.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7265 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
unit TimelineImageModuleU;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Controls;
|
||||
|
||||
type
|
||||
|
||||
{ TImageModule }
|
||||
|
||||
TImageModule = class(TDataModule)
|
||||
ImageList1: TImageList;
|
||||
ImageList2: TImageList;
|
||||
private
|
||||
|
||||
public
|
||||
|
||||
end;
|
||||
|
||||
var
|
||||
ImageModule: TImageModule;
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user