IDE, Initial Setup dialog: changed tab caption ("make" -> "Make")

git-svn-id: trunk@38123 -
This commit is contained in:
maxim 2012-08-02 23:18:25 +00:00
parent 5c49d92a29
commit cefa35fe90
2 changed files with 33 additions and 32 deletions

View File

@ -18,12 +18,13 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideRight.Control = Splitter1 AnchorSideRight.Control = Splitter1
AnchorSideBottom.Control = BtnPanel AnchorSideBottom.Control = BtnPanel
Left = 6 Left = 6
Height = 282 Height = 288
Top = 54 Top = 54
Width = 159 Width = 159
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
DefaultItemHeight = 16
Images = ImageList1 Images = ImageList1
ReadOnly = True ReadOnly = True
ScrollBars = ssNone ScrollBars = ssNone
@ -39,7 +40,7 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideBottom.Control = PropertiesTreeView AnchorSideBottom.Control = PropertiesTreeView
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 165 Left = 165
Height = 282 Height = 288
Top = 54 Top = 54
Width = 5 Width = 5
Align = alNone Align = alNone
@ -47,21 +48,21 @@ object InitialSetupDialog: TInitialSetupDialog
end end
object BtnPanel: TPanel object BtnPanel: TPanel
Left = 10 Left = 10
Height = 29 Height = 23
Top = 346 Top = 352
Width = 600 Width = 600
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 10 BorderSpacing.Around = 10
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 29 ClientHeight = 23
ClientWidth = 600 ClientWidth = 600
TabOrder = 2 TabOrder = 2
object StartIDEBitBtn: TBitBtn object StartIDEBitBtn: TBitBtn
Left = 490 Left = 500
Height = 29 Height = 23
Top = 0 Top = 0
Width = 110 Width = 100
Align = alRight Align = alRight
AutoSize = True AutoSize = True
Caption = 'StartIDEBitBtn' Caption = 'StartIDEBitBtn'
@ -79,7 +80,7 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideBottom.Control = Splitter1 AnchorSideBottom.Control = Splitter1
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 170 Left = 170
Height = 282 Height = 288
Top = 54 Top = 54
Width = 444 Width = 444
ActivePage = MakeExeTabSheet ActivePage = MakeExeTabSheet
@ -114,11 +115,11 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideRight.Control = LazarusTabSheet AnchorSideRight.Control = LazarusTabSheet
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 29 Height = 21
Top = 29 Top = 29
Width = 428 Width = 428
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
ItemHeight = 0 ItemHeight = 13
OnChange = LazDirComboBoxChange OnChange = LazDirComboBoxChange
TabOrder = 0 TabOrder = 0
Text = 'LazDirComboBox' Text = 'LazDirComboBox'
@ -181,11 +182,11 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideRight.Control = CompilerTabSheet AnchorSideRight.Control = CompilerTabSheet
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 29 Height = 21
Top = 29 Top = 29
Width = 428 Width = 428
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
ItemHeight = 0 ItemHeight = 13
OnChange = CompilerComboBoxChange OnChange = CompilerComboBoxChange
TabOrder = 0 TabOrder = 0
Text = 'CompilerComboBox' Text = 'CompilerComboBox'
@ -245,11 +246,11 @@ object InitialSetupDialog: TInitialSetupDialog
end end
object FPCSrcDirComboBox: TComboBox object FPCSrcDirComboBox: TComboBox
Left = 6 Left = 6
Height = 29 Height = 21
Top = 29 Top = 29
Width = 428 Width = 428
Align = alTop Align = alTop
ItemHeight = 0 ItemHeight = 13
OnChange = FPCSrcDirComboBoxChange OnChange = FPCSrcDirComboBoxChange
TabOrder = 0 TabOrder = 0
Text = 'FPCSrcDirComboBox' Text = 'FPCSrcDirComboBox'
@ -287,25 +288,25 @@ object InitialSetupDialog: TInitialSetupDialog
end end
object MakeExeTabSheet: TTabSheet object MakeExeTabSheet: TTabSheet
Caption = 'MakeExeTabSheet' Caption = 'MakeExeTabSheet'
ClientHeight = 251 ClientHeight = 262
ClientWidth = 440 ClientWidth = 436
object MakeExeComboBox: TComboBox object MakeExeComboBox: TComboBox
Left = 6 Left = 6
Height = 29 Height = 21
Top = 29 Top = 25
Width = 428 Width = 424
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ItemHeight = 0 ItemHeight = 13
OnChange = MakeExeComboBoxChange OnChange = MakeExeComboBoxChange
TabOrder = 0 TabOrder = 0
Text = 'MakeExeComboBox' Text = 'MakeExeComboBox'
end end
object MakeExeLabel: TLabel object MakeExeLabel: TLabel
Left = 6 Left = 6
Height = 17 Height = 13
Top = 6 Top = 6
Width = 428 Width = 424
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'MakeExeLabel' Caption = 'MakeExeLabel'
@ -317,9 +318,9 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideTop.Control = MakeExeComboBox AnchorSideTop.Control = MakeExeComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 29 Height = 23
Top = 64 Top = 52
Width = 169 Width = 136
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'MakeExeBrowseButton' Caption = 'MakeExeBrowseButton'
@ -330,9 +331,9 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideTop.Control = MakeExeBrowseButton AnchorSideTop.Control = MakeExeBrowseButton
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 146 Height = 175
Top = 99 Top = 81
Width = 428 Width = 424
Align = alBottom Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -351,12 +352,12 @@ object InitialSetupDialog: TInitialSetupDialog
ClientWidth = 440 ClientWidth = 440
object DebuggerComboBox: TComboBox object DebuggerComboBox: TComboBox
Left = 6 Left = 6
Height = 29 Height = 21
Top = 29 Top = 29
Width = 428 Width = 428
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ItemHeight = 0 ItemHeight = 13
OnChange = DebuggerComboBoxChange OnChange = DebuggerComboBoxChange
TabOrder = 0 TabOrder = 0
Text = 'DebuggerComboBox' Text = 'DebuggerComboBox'

View File

@ -1299,7 +1299,7 @@ begin
LazarusTabSheet.Caption:='Lazarus'; LazarusTabSheet.Caption:='Lazarus';
CompilerTabSheet.Caption:=lisCompiler; CompilerTabSheet.Caption:=lisCompiler;
FPCSourcesTabSheet.Caption:=lisFPCSources; FPCSourcesTabSheet.Caption:=lisFPCSources;
MakeExeTabSheet.Caption:='make'; MakeExeTabSheet.Caption:='Make';
DebuggerTabSheet.Caption:=lisDebugger; DebuggerTabSheet.Caption:=lisDebugger;
FHeadGraphic:=TPortableNetworkGraphic.Create; FHeadGraphic:=TPortableNetworkGraphic.Create;