You've already forked lazarus-ccr
jvcllaz: Add TJvOutlookBar and two demos.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6240 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
16
components/jvcllaz/examples/JvOutlookBar/OLBarDemo.lpr
Normal file
16
components/jvcllaz/examples/JvOutlookBar/OLBarDemo.lpr
Normal file
@ -0,0 +1,16 @@
|
||||
program OLBarDemo;
|
||||
|
||||
uses
|
||||
Forms, Interfaces, LCLVersion,
|
||||
OLBarMainFormU in 'OLBarMainFormU.pas' {OLBarMainForm};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
{$IF LCL_FullVersion >= 1080000}
|
||||
Application.Scaled := True;
|
||||
{$ENDIF}
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TOLBarMainForm, OLBarMainForm);
|
||||
Application.Run;
|
||||
end.
|
Reference in New Issue
Block a user