lazimageeditor: Small fixes

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2011-06-24 11:05:13 +00:00
parent 06d432b6c4
commit df8f1e9ab7
6 changed files with 22 additions and 26 deletions

View File

@ -21,21 +21,23 @@ object AboutDialogForm: TAboutDialogForm
LCLVersion = '0.9.31'
object LabelVersion: TLabel
Left = 12
Height = 20
Top = 366
Width = 73
Height = 18
Top = 368
Width = 76
Anchors = [akLeft, akBottom]
Caption = 'Version: 0.1'
ParentColor = False
end
object LabelAuthor: TLabel
Left = 12
Height = 20
Top = 391
Width = 150
Height = 50
Top = 384
Width = 324
Anchors = [akLeft, akBottom]
AutoSize = False
Caption = 'Author: Tom Gregorovic'
ParentColor = False
WordWrap = True
end
object Image: TImage
Left = 12

View File

@ -1,5 +1,3 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TAboutDialogForm','FORMDATA',[
'TPF0'#16'TAboutDialogForm'#15'AboutDialogForm'#4'Left'#3#139#0#6'Height'#3
+#167#1#3'Top'#3#185#0#5'Width'#3#169#1#18'HorzScrollBar.Page'#3#143#1#18'Ver'
@ -10,13 +8,14 @@ LazarusResources.Add('TAboutDialogForm','FORMDATA',[
+#190#174#232#189#175#233#155#133#233#187#145#10'Font.Pitch'#7#10'fpVariable'
+#12'Font.Quality'#7#7'fqDraft'#8'OnCreate'#7#10'FormCreate'#8'Position'#7#16
+'poMainFormCenter'#10'LCLVersion'#6#6'0.9.31'#0#6'TLabel'#12'LabelVersion'#4
+'Left'#2#12#6'Height'#2#20#3'Top'#3'n'#1#5'Width'#2'I'#7'Anchors'#11#6'akLef'
+'Left'#2#12#6'Height'#2#18#3'Top'#3'p'#1#5'Width'#2'L'#7'Anchors'#11#6'akLef'
+'t'#8'akBottom'#0#7'Caption'#6#12'Version: 0.1'#11'ParentColor'#8#0#0#6'TLab'
+'el'#11'LabelAuthor'#4'Left'#2#12#6'Height'#2#20#3'Top'#3#135#1#5'Width'#3
+#150#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#22'Author: Tom Gre'
+'gorovic'#11'ParentColor'#8#0#0#6'TImage'#5'Image'#4'Left'#2#12#6'Height'#3
+'['#1#3'Top'#2#12#5'Width'#3#144#1#8'AutoSize'#9#0#0#7'TButton'#11'ButtonClo'
+'se'#4'Left'#3'V'#1#6'Height'#2#25#3'Top'#3#134#1#5'Width'#2'K'#7'Anchors'#11
+#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Ca'
+'ption'#6#5'Close'#11'ModalResult'#2#1#8'TabOrder'#2#0#0#0#0
+'el'#11'LabelAuthor'#4'Left'#2#12#6'Height'#2'2'#3'Top'#3#128#1#5'Width'#3'D'
+#1#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#8#7'Caption'#6#22'Autho'
+'r: Tom Gregorovic'#11'ParentColor'#8#8'WordWrap'#9#0#0#6'TImage'#5'Image'#4
+'Left'#2#12#6'Height'#3'['#1#3'Top'#2#12#5'Width'#3#144#1#8'AutoSize'#9#0#0#7
+'TButton'#11'ButtonClose'#4'Left'#3'V'#1#6'Height'#2#25#3'Top'#3#134#1#5'Wid'
+'th'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorde'
+'r'#2#4#6'Cancel'#9#7'Caption'#6#5'Close'#11'ModalResult'#2#1#8'TabOrder'#2#0
+#0#0#0
]);

View File

@ -8,7 +8,7 @@
##################################
PRODUCT="Lazarus Image Editor"
VERSION="1.0"
VERSION="0.9"
OS="linux"
EXENAME="lazimageeditor"

View File

@ -148,8 +148,8 @@ resourcestring
// Dialog About
lieAbouDialog = 'About Lazarus Image Editor';
lieLabelVersion = 'Version: 0.1';
lieLabelAuthor = 'Author: Tom Gregorovic';
lieLabelVersion = 'Version: 0.9';
lieLabelAuthor = 'Authors: Tom Gregorovic, Felipe Monteiro de Carvalho, Yang JiXian';
// Dialog New
lieNewDialog = 'New picture';

View File

@ -43,7 +43,7 @@
<PackageName Value="LCL"/>
</Item3>
</RequiredPackages>
<Units Count="16">
<Units Count="15">
<Unit0>
<Filename Value="lazimageeditor.pas"/>
<IsPartOfProject Value="True"/>
@ -139,11 +139,6 @@
<IsPartOfProject Value="True"/>
<UnitName Value="lieconstants"/>
</Unit14>
<Unit15>
<Filename Value="colorpalette.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="ColorPalette"/>
</Unit15>
</Units>
</ProjectOptions>
<CompilerOptions>

View File

@ -16,7 +16,7 @@ uses
ResizeDialog,
ResizePaperDialog,
PictureDialog,
AboutDialog, DLBitmap, IconStrConsts, appsettings, lieconstants, ColorPalette;
AboutDialog, DLBitmap, IconStrConsts, appsettings, lieconstants;
{$R *.res}