mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 07:29:25 +02:00
IDE: build macros: updated lfm
git-svn-id: trunk@27091 -
This commit is contained in:
parent
14b3de8d23
commit
995a8157de
@ -1,9 +1,9 @@
|
||||
object frmCompilerOptions: TfrmCompilerOptions
|
||||
Left = 344
|
||||
Left = 318
|
||||
Height = 528
|
||||
Top = 133
|
||||
Top = 150
|
||||
Width = 659
|
||||
ActiveControl = ConditionalOptionsFrame.COCTreeView
|
||||
ActiveControl = CategoryTreeView
|
||||
Align = alClient
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'frmCompilerOptions'
|
||||
@ -583,8 +583,8 @@ object frmCompilerOptions: TfrmCompilerOptions
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'radOptLevelNone'
|
||||
Checked = True
|
||||
State = cbChecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
end
|
||||
object radOptLevel1: TRadioButton
|
||||
AnchorSideLeft.Control = grpOptimizations
|
||||
@ -597,7 +597,6 @@ object frmCompilerOptions: TfrmCompilerOptions
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'radOptLevel1'
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
end
|
||||
object radOptLevel2: TRadioButton
|
||||
AnchorSideLeft.Control = grpOptimizations
|
||||
@ -610,7 +609,6 @@ object frmCompilerOptions: TfrmCompilerOptions
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'radOptLevel2'
|
||||
TabOrder = 2
|
||||
TabStop = False
|
||||
end
|
||||
object radOptLevel3: TRadioButton
|
||||
AnchorSideLeft.Control = grpOptimizations
|
||||
@ -623,7 +621,6 @@ object frmCompilerOptions: TfrmCompilerOptions
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'radOptLevel3'
|
||||
TabOrder = 3
|
||||
TabStop = False
|
||||
end
|
||||
object chkOptVarsInReg: TCheckBox
|
||||
AnchorSideLeft.Control = lblOptMiddle
|
||||
@ -1067,7 +1064,7 @@ object frmCompilerOptions: TfrmCompilerOptions
|
||||
Caption = 'ConditionalsGroupBox'
|
||||
ClientHeight = 195
|
||||
ClientWidth = 527
|
||||
TabOrder = 0
|
||||
TabOrder = 1
|
||||
inline ConditionalOptionsFrame: TCompOptsCondTreeFrame
|
||||
Height = 195
|
||||
Width = 527
|
||||
@ -1092,41 +1089,41 @@ object frmCompilerOptions: TfrmCompilerOptions
|
||||
end
|
||||
object BuildMacrosGroupBox: TGroupBox
|
||||
Left = 0
|
||||
Height = 214
|
||||
Height = 216
|
||||
Top = 219
|
||||
Width = 531
|
||||
Align = alClient
|
||||
Caption = 'BuildMacrosGroupBox'
|
||||
ClientHeight = 195
|
||||
ClientHeight = 197
|
||||
ClientWidth = 527
|
||||
TabOrder = 0
|
||||
inline BuildMacrosFrame: TCompOptBuildMacrosFrame
|
||||
Height = 216
|
||||
Top = 219
|
||||
Width = 531
|
||||
Height = 197
|
||||
Width = 527
|
||||
Align = alClient
|
||||
ClientHeight = 216
|
||||
ClientWidth = 531
|
||||
TabOrder = 2
|
||||
ClientHeight = 197
|
||||
ClientWidth = 527
|
||||
Visible = True
|
||||
inherited BuildMacroSelectedGroupBox: TGroupBox
|
||||
Height = 216
|
||||
Width = 287
|
||||
ClientHeight = 197
|
||||
ClientWidth = 283
|
||||
inherited BMDefValSynEdit: TSynEdit
|
||||
Height = 179
|
||||
Width = 283
|
||||
end
|
||||
Height = 197
|
||||
Width = 283
|
||||
ClientHeight = 178
|
||||
ClientWidth = 279
|
||||
inherited BuildMacroDefaultLabel: TLabel
|
||||
Width = 283
|
||||
Width = 267
|
||||
end
|
||||
inherited BuildMacroDescriptionLabel: TLabel
|
||||
Width = 267
|
||||
end
|
||||
inherited BuildMacroDescriptionEdit: TEdit
|
||||
Width = 267
|
||||
end
|
||||
end
|
||||
inherited Splitter1: TSplitter
|
||||
Height = 216
|
||||
Height = 197
|
||||
end
|
||||
inherited BuildMacrosTreeView: TTreeView
|
||||
Height = 216
|
||||
Height = 197
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user