mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 15:40:40 +02:00
version 0.9.12
git-svn-id: trunk@8694 -
This commit is contained in:
parent
c73cb11fa8
commit
eac8a11f00
@ -1,4 +1,10 @@
|
|||||||
object AboutForm: TAboutForm
|
object AboutForm: TAboutForm
|
||||||
|
Left = 351
|
||||||
|
Height = 270
|
||||||
|
Top = 389
|
||||||
|
Width = 608
|
||||||
|
HorzScrollBar.Page = 607
|
||||||
|
VertScrollBar.Page = 269
|
||||||
ActiveControl = AboutPage
|
ActiveControl = AboutPage
|
||||||
Caption = 'About Lazarus'
|
Caption = 'About Lazarus'
|
||||||
ClientHeight = 270
|
ClientHeight = 270
|
||||||
@ -6,43 +12,39 @@ object AboutForm: TAboutForm
|
|||||||
OnCreate = AboutFormCreate
|
OnCreate = AboutFormCreate
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
HorzScrollBar.Page = 607
|
|
||||||
VertScrollBar.Page = 269
|
|
||||||
Left = 351
|
|
||||||
Height = 270
|
|
||||||
Top = 389
|
|
||||||
Width = 608
|
|
||||||
object VersionLabel: TLabel
|
object VersionLabel: TLabel
|
||||||
Alignment = taCenter
|
|
||||||
BorderSpacing.OnChange = nil
|
|
||||||
Caption = 'Version #:'
|
|
||||||
ParentColor = True
|
|
||||||
Left = 14
|
Left = 14
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 50
|
Width = 51
|
||||||
|
Alignment = taCenter
|
||||||
|
Caption = 'Version #:'
|
||||||
|
Transparent = False
|
||||||
end
|
end
|
||||||
object BuildDateLabel: TLabel
|
object BuildDateLabel: TLabel
|
||||||
Alignment = taCenter
|
|
||||||
BorderSpacing.OnChange = nil
|
|
||||||
Caption = 'Date:'
|
|
||||||
ParentColor = True
|
|
||||||
Left = 14
|
Left = 14
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 23
|
Top = 23
|
||||||
Width = 27
|
Width = 28
|
||||||
|
Alignment = taCenter
|
||||||
|
Caption = 'Date:'
|
||||||
|
Transparent = False
|
||||||
end
|
end
|
||||||
object RevisionLabel: TLabel
|
object RevisionLabel: TLabel
|
||||||
|
Left = 14
|
||||||
|
Height = 14
|
||||||
|
Top = 40
|
||||||
|
Width = 66
|
||||||
Caption = 'RevisionLabel'
|
Caption = 'RevisionLabel'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
Left = 14
|
ParentColor = False
|
||||||
Height = 13
|
|
||||||
Top = 40
|
|
||||||
Width = 65
|
|
||||||
end
|
end
|
||||||
object CloseButton: TBitBtn
|
object CloseButton: TBitBtn
|
||||||
|
Left = 70
|
||||||
|
Height = 40
|
||||||
|
Top = 225
|
||||||
|
Width = 77
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.OnChange = nil
|
|
||||||
BorderSpacing.InnerBorder = 2
|
BorderSpacing.InnerBorder = 2
|
||||||
Cancel = True
|
Cancel = True
|
||||||
Caption = 'Close'
|
Caption = 'Close'
|
||||||
@ -73,50 +75,40 @@ object AboutForm: TAboutForm
|
|||||||
2020202020202020202020202020202020202020202020227D3B0A
|
2020202020202020202020202020202020202020202020227D3B0A
|
||||||
}
|
}
|
||||||
ModalResult = 1
|
ModalResult = 1
|
||||||
|
NumGlyphs = 0
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Left = 70
|
|
||||||
Height = 40
|
|
||||||
Top = 225
|
|
||||||
Width = 77
|
|
||||||
end
|
end
|
||||||
object Notebook1: TNotebook
|
object Notebook1: TNotebook
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
||||||
BorderSpacing.OnChange = nil
|
|
||||||
PageIndex = 0
|
|
||||||
Left = 215
|
Left = 215
|
||||||
Height = 261
|
Height = 261
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 389
|
Width = 389
|
||||||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
|
PageIndex = 0
|
||||||
object AboutPage: TPage
|
object AboutPage: TPage
|
||||||
Caption = 'About'
|
Caption = 'About'
|
||||||
ClientWidth = 381
|
ClientWidth = 381
|
||||||
ClientHeight = 235
|
ClientHeight = 235
|
||||||
|
object AboutMemo: TMemo
|
||||||
Height = 235
|
Height = 235
|
||||||
Width = 381
|
Width = 381
|
||||||
object AboutMemo: TMemo
|
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.OnChange = nil
|
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Height = 235
|
|
||||||
Width = 381
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ContributorsPage: TPage
|
object ContributorsPage: TPage
|
||||||
Caption = 'Contributors'
|
Caption = 'Contributors'
|
||||||
ClientWidth = 381
|
ClientWidth = 381
|
||||||
ClientHeight = 235
|
ClientHeight = 235
|
||||||
|
object ContributorsMemo: TMemo
|
||||||
Height = 235
|
Height = 235
|
||||||
Width = 381
|
Width = 381
|
||||||
object ContributorsMemo: TMemo
|
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.OnChange = nil
|
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Height = 235
|
|
||||||
Width = 381
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,42 +1,39 @@
|
|||||||
{ This is an automatically generated lazarus resource file }
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TAboutForm','FORMDATA',[
|
LazarusResources.Add('TAboutForm','FORMDATA',[
|
||||||
'TPF0'#10'TAboutForm'#9'AboutForm'#13'ActiveControl'#7#9'AboutPage'#7'Caption'
|
'TPF0'#10'TAboutForm'#9'AboutForm'#4'Left'#3'_'#1#6'Height'#3#14#1#3'Top'#3
|
||||||
+#6#13'About Lazarus'#12'ClientHeight'#3#14#1#11'ClientWidth'#3'`'#2#8'OnCrea'
|
+#133#1#5'Width'#3'`'#2#18'HorzScrollBar.Page'#3'_'#2#18'VertScrollBar.Page'#3
|
||||||
+'te'#7#15'AboutFormCreate'#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScreenC'
|
+#13#1#13'ActiveControl'#7#9'AboutPage'#7'Caption'#6#13'About Lazarus'#12'Cli'
|
||||||
+'enter'#18'HorzScrollBar.Page'#3'_'#2#18'VertScrollBar.Page'#3#13#1#4'Left'#3
|
+'entHeight'#3#14#1#11'ClientWidth'#3'`'#2#8'OnCreate'#7#15'AboutFormCreate'
|
||||||
+'_'#1#6'Height'#3#14#1#3'Top'#3#133#1#5'Width'#3'`'#2#0#6'TLabel'#12'Version'
|
+#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScreenCenter'#0#6'TLabel'#12'Vers'
|
||||||
+'Label'#9'Alignment'#7#8'taCenter'#22'BorderSpacing.OnChange'#13#7'Caption'#6
|
+'ionLabel'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#6#5'Width'#2'3'#9'Alignment'
|
||||||
+#10'Version #:'#11'ParentColor'#9#4'Left'#2#14#6'Height'#2#13#3'Top'#2#6#5'W'
|
+#7#8'taCenter'#7'Caption'#6#10'Version #:'#11'Transparent'#8#0#0#6'TLabel'#14
|
||||||
+'idth'#2'2'#0#0#6'TLabel'#14'BuildDateLabel'#9'Alignment'#7#8'taCenter'#22'B'
|
+'BuildDateLabel'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#23#5'Width'#2#28#9'Ali'
|
||||||
+'orderSpacing.OnChange'#13#7'Caption'#6#5'Date:'#11'ParentColor'#9#4'Left'#2
|
+'gnment'#7#8'taCenter'#7'Caption'#6#5'Date:'#11'Transparent'#8#0#0#6'TLabel'
|
||||||
+#14#6'Height'#2#13#3'Top'#2#23#5'Width'#2#27#0#0#6'TLabel'#13'RevisionLabel'
|
+#13'RevisionLabel'#4'Left'#2#14#6'Height'#2#14#3'Top'#2'('#5'Width'#2'B'#7'C'
|
||||||
+#7'Caption'#6#13'RevisionLabel'#5'Color'#7#6'clNone'#4'Left'#2#14#6'Height'#2
|
+'aption'#6#13'RevisionLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#7'TB'
|
||||||
+#13#3'Top'#2'('#5'Width'#2'A'#0#0#7'TBitBtn'#11'CloseButton'#8'AutoSize'#9#22
|
+'itBtn'#11'CloseButton'#4'Left'#2'F'#6'Height'#2'('#3'Top'#3#225#0#5'Width'#2
|
||||||
+'BorderSpacing.OnChange'#13#25'BorderSpacing.InnerBorder'#2#2#6'Cancel'#9#7
|
+'M'#8'AutoSize'#9#25'BorderSpacing.InnerBorder'#2#2#6'Cancel'#9#7'Caption'#6
|
||||||
+'Caption'#6#5'Close'#10'Glyph.Data'#10#251#2#0#0#247#2#0#0'/* XPM */'#10'sta'
|
+#5'Close'#10'Glyph.Data'#10#251#2#0#0#247#2#0#0'/* XPM */'#10'static char * '
|
||||||
+'tic char * botaoFechar_xpm[] = {'#10'"24 24 2 1",'#10'" '#9'c None",'#10'".'
|
+'botaoFechar_xpm[] = {'#10'"24 24 2 1",'#10'" '#9'c None",'#10'".'#9'c #0000'
|
||||||
+#9'c #000000",'#10'" ",'#10'" '
|
+'00",'#10'" ",'#10'" ",'#10'" '
|
||||||
+'",'#10'" ",'#10'" ",'#10'" '
|
|
||||||
+' ",'#10'" ",'#10'" . '
|
|
||||||
+'. ",'#10'" . ... ",'#10'" .. .... "'
|
|
||||||
+','#10'" .. ... ",'#10'" ..... ",'#10'" '
|
|
||||||
+' ... ",'#10'" ..... ",'#10'" .......'
|
|
||||||
+' ",'#10'" ... .... ",'#10'" ... .... ",'
|
|
||||||
+#10'" ... .. ",'#10'" ",'#10'" '
|
|
||||||
+' ",'#10'" ",'#10'" '
|
+' ",'#10'" ",'#10'" '
|
||||||
+' ",'#10'" ",'#10'" ",'#10
|
+' ",'#10'" ",'#10'" . . '
|
||||||
+'" "};'#10#11'ModalResult'#2#1#8'TabOrder'#2#1#4'Left'
|
+' ",'#10'" . ... ",'#10'" .. .... ",'#10'" '
|
||||||
+#2'F'#6'Height'#2'('#3'Top'#3#225#0#5'Width'#2'M'#0#0#9'TNotebook'#9'Noteboo'
|
+' .. ... ",'#10'" ..... ",'#10'" ...'
|
||||||
+'k1'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#22'BorderSpac'
|
+' ",'#10'" ..... ",'#10'" ....... '
|
||||||
+'ing.OnChange'#13#9'PageIndex'#2#0#4'Left'#3#215#0#6'Height'#3#5#1#3'Top'#2#6
|
+'",'#10'" ... .... ",'#10'" ... .... ",'#10'" '
|
||||||
+#5'Width'#3#133#1#0#5'TPage'#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWid'
|
+' ... .. ",'#10'" ",'#10'" '
|
||||||
+'th'#3'}'#1#12'ClientHeight'#3#235#0#6'Height'#3#235#0#5'Width'#3'}'#1#0#5'T'
|
+' ",'#10'" ",'#10'" "'
|
||||||
+'Memo'#9'AboutMemo'#5'Align'#7#8'alClient'#22'BorderSpacing.OnChange'#13#8'R'
|
+','#10'" ",'#10'" ",'#10'" '
|
||||||
+'eadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#6'Height'#3#235#0
|
+' "};'#10#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'
|
||||||
+#5'Width'#3'}'#1#0#0#0#5'TPage'#16'ContributorsPage'#7'Caption'#6#12'Contrib'
|
+#2#1#0#0#9'TNotebook'#9'Notebook1'#4'Left'#3#215#0#6'Height'#3#5#1#3'Top'#2#6
|
||||||
+'utors'#11'ClientWidth'#3'}'#1#12'ClientHeight'#3#235#0#6'Height'#3#235#0#5
|
+#5'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9
|
||||||
+'Width'#3'}'#1#0#5'TMemo'#16'ContributorsMemo'#5'Align'#7#8'alClient'#22'Bor'
|
+'PageIndex'#2#0#0#5'TPage'#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWidth'
|
||||||
+'derSpacing.OnChange'#13#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'Tab'
|
+#3'}'#1#12'ClientHeight'#3#235#0#0#5'TMemo'#9'AboutMemo'#6'Height'#3#235#0#5
|
||||||
+'Order'#2#0#6'Height'#3#235#0#5'Width'#3'}'#1#0#0#0#0#0
|
+'Width'#3'}'#1#5'Align'#7#8'alClient'#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAu'
|
||||||
|
+'toBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#16'ContributorsPage'#7'Caption'#6#12
|
||||||
|
+'Contributors'#11'ClientWidth'#3'}'#1#12'ClientHeight'#3#235#0#0#5'TMemo'#16
|
||||||
|
+'ContributorsMemo'#6'Height'#3#235#0#5'Width'#3'}'#1#5'Align'#7#8'alClient'#8
|
||||||
|
+'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#0#0
|
||||||
]);
|
]);
|
||||||
|
@ -57,7 +57,7 @@ type
|
|||||||
function ShowAboutForm: TModalResult;
|
function ShowAboutForm: TModalResult;
|
||||||
|
|
||||||
const
|
const
|
||||||
LazarusVersionStr= '0.9.11';
|
LazarusVersionStr= '0.9.12';
|
||||||
var
|
var
|
||||||
LazarusRevisionStr: string;
|
LazarusRevisionStr: string;
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ export FPC
|
|||||||
cd -
|
cd -
|
||||||
|
|
||||||
# create a temporary copy of the lazarus sources for packaging
|
# create a temporary copy of the lazarus sources for packaging
|
||||||
LazVersion=0.9.11
|
LazVersion=0.9.13
|
||||||
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
|
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
|
||||||
TmpDir=/tmp/`whoami`/lazarus
|
TmpDir=/tmp/`whoami`/lazarus
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
:: This setting need to change for every build
|
:: This setting need to change for every build
|
||||||
SET LAZVERSION=0.9.10
|
SET LAZVERSION=0.9.12
|
||||||
|
|
||||||
:: These settings are dependent on the configuration of the build machine
|
:: These settings are dependent on the configuration of the build machine
|
||||||
:: Path to the Inno Setup Compiler
|
:: Path to the Inno Setup Compiler
|
||||||
@ -9,7 +9,7 @@ SET ISCC="C:\Program Files\Inno Setup 5\iscc.exe"
|
|||||||
SET FPCSVNDIR=c:\lazarus\source\fpc\2.0
|
SET FPCSVNDIR=c:\lazarus\source\fpc\2.0
|
||||||
|
|
||||||
:: Path to the lazarus sources checked out of cvs
|
:: Path to the lazarus sources checked out of cvs
|
||||||
SET LAZSVNDIR=c:\lazarus\source\lazarus-0.9.10
|
SET LAZSVNDIR=c:\lazarus\source\lazarus-0.9.12
|
||||||
|
|
||||||
:: Path to fpc 2.0.0 compiler
|
:: Path to fpc 2.0.0 compiler
|
||||||
SET RELEASE_PPC=c:\fpc\2.0.0\bin\i386-win32\ppc386.exe
|
SET RELEASE_PPC=c:\fpc\2.0.0\bin\i386-win32\ppc386.exe
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
:: This setting need to change for every build
|
:: This setting need to change for every build
|
||||||
SET LAZVERSION=0.9.11
|
SET LAZVERSION=0.9.13
|
||||||
|
|
||||||
:: These settings are dependent on the configuration of the build machine
|
:: These settings are dependent on the configuration of the build machine
|
||||||
:: Path to the Inno Setup Compiler
|
:: Path to the Inno Setup Compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user