lazarus/ide/frames/compiler_other_options.lfm
2011-06-03 18:51:20 +00:00

76 lines
1.5 KiB
Plaintext

inherited CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
Height = 486
Width = 553
ClientHeight = 486
ClientWidth = 553
TabOrder = 0
DesignLeft = 434
DesignTop = 276
object grpConfigFile: TGroupBox[0]
Left = 0
Height = 97
Top = 0
Width = 553
Align = alTop
AutoSize = True
Caption = 'grpConfigFile'
ClientHeight = 79
ClientWidth = 549
TabOrder = 0
object chkConfigFile: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 537
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkConfigFile'
TabOrder = 0
end
object chkCustomConfigFile: TCheckBox
Left = 6
Height = 17
Top = 29
Width = 537
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkCustomConfigFile'
OnClick = chkCustomConfigFileClick
TabOrder = 1
end
object edtConfigPath: TEdit
Left = 6
Height = 21
Top = 52
Width = 537
Align = alTop
BorderSpacing.Around = 6
TabOrder = 2
Text = 'edtConfigPath'
end
end
object grpCustomOptions: TGroupBox[1]
Left = 0
Height = 383
Top = 103
Width = 553
Align = alClient
BorderSpacing.Top = 6
Caption = 'grpCustomOptions'
ClientHeight = 365
ClientWidth = 549
TabOrder = 1
object memCustomOptions: TMemo
Left = 6
Height = 353
Top = 6
Width = 537
Align = alClient
BorderSpacing.Around = 6
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
end
end