You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1524 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1,34 +0,0 @@
|
|||||||
program laziconeditor;
|
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
|
||||||
|
|
||||||
uses
|
|
||||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
|
||||||
cthreads,
|
|
||||||
{$ENDIF}{$ENDIF}
|
|
||||||
Interfaces, // this includes the LCL widgetset
|
|
||||||
Forms
|
|
||||||
{ add your units here }, main, Preview, PictureManager, PictureCtrls, Test,
|
|
||||||
NewDialog, ResizeDialog, ResizePaperDialog, PictureDialog, AboutDialog,
|
|
||||||
LazRGBGraphics, LazColorPalette;
|
|
||||||
|
|
||||||
{$IFDEF WINDOWS}
|
|
||||||
{$R laziconeditor.res}
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
|
||||||
Application.Title:='Lazarus Icon Editor';
|
|
||||||
Application.Initialize;
|
|
||||||
Application.CreateForm(TMainForm, MainForm);
|
|
||||||
Application.CreateForm(TPreviewForm, PreviewForm);
|
|
||||||
Application.CreateForm(TTestForm, TestForm);
|
|
||||||
Application.CreateForm(TNewDialogForm, NewDialogForm);
|
|
||||||
Application.CreateForm(TResizeDialogForm, ResizeDialogForm);
|
|
||||||
Application.CreateForm(TResizePaperDialogForm, ResizePaperDialogForm);
|
|
||||||
|
|
||||||
// show new picture dialog
|
|
||||||
MainForm.Show;
|
|
||||||
MainForm.FileNewExecute(nil);
|
|
||||||
Application.Run;
|
|
||||||
end.
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
1 VERSIONINFO
|
|
||||||
FILEVERSION 0,1,0,0
|
|
||||||
PRODUCTVERSION 0,1,0,0
|
|
||||||
{
|
|
||||||
BLOCK "StringFileInfo"
|
|
||||||
{
|
|
||||||
BLOCK "040904E4"
|
|
||||||
{
|
|
||||||
VALUE "Comments", "\000"
|
|
||||||
VALUE "CompanyName", "\000"
|
|
||||||
VALUE "FileDescription", "\000"
|
|
||||||
VALUE "FileVersion", "0.1.0.0\000"
|
|
||||||
VALUE "InternalName", "\000"
|
|
||||||
VALUE "LegalCopyright", "\000"
|
|
||||||
VALUE "LegalTrademarks", "\000"
|
|
||||||
VALUE "OriginalFilename", "\000"
|
|
||||||
VALUE "ProductName", "\000"
|
|
||||||
VALUE "ProductVersion", "0.1.0.0\000"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
BLOCK "VarFileInfo"
|
|
||||||
{
|
|
||||||
VALUE "Translation", 0x0409, 0x04E4
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Reference in New Issue
Block a user