lazarus/ide/imexportcompileropts.lfm
2014-09-25 22:03:00 +00:00

123 lines
3.2 KiB
Plaintext

object ImExportCompOptsDlg: TImExportCompOptsDlg
Left = 416
Height = 129
Top = 208
Width = 746
Caption = 'ImExportCompOptsDlg'
ClientHeight = 129
ClientWidth = 746
Constraints.MinHeight = 113
Constraints.MinWidth = 300
OnClose = ImExportCompOptsDlgCLOSE
OnCreate = ImExportCompOptsDlgCREATE
LCLVersion = '1.3'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 38
Top = 85
Width = 734
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object HistoryLabel: TLabel
AnchorSideTop.Control = HistoryButton
AnchorSideTop.Side = asrCenter
Left = 16
Height = 20
Top = 8
Width = 47
Caption = 'History'
ParentColor = False
end
object HistoryButton: TButton
AnchorSideLeft.Control = HistoryLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
Left = 69
Height = 25
Hint = 'Recent files'
Top = 6
Width = 35
BorderSpacing.Around = 6
Caption = '>>'
OnClick = HistoryButtonClick
ParentShowHint = False
PopupMenu = RecentPopupMenu
ShowHint = True
TabOrder = 1
end
object FileLabel: TLabel
AnchorSideLeft.Control = HistoryLabel
AnchorSideTop.Control = HistoryLabel
AnchorSideTop.Side = asrBottom
Left = 16
Height = 20
Top = 41
Width = 23
BorderSpacing.Top = 13
Caption = 'File'
ParentColor = False
end
object FileNameEdit: TFileNameEdit
AnchorSideLeft.Control = FileLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FileLabel
AnchorSideTop.Side = asrCenter
Left = 45
Height = 28
Top = 37
Width = 431
DialogOptions = [ofExtensionDifferent, ofEnableSizing, ofViewDetail]
Filter = 'XML file (*.xml)|*.xml|Project file (*.lpi)|*.lpi|Package file (*.lpk)|*.lpk|Session file (*.lps)|*.lps|All files (*)|*'
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 1
BorderSpacing.Left = 6
MaxLength = 0
ParentShowHint = False
PopupMenu = RecentPopupMenu
TabOrder = 2
end
object ExportRadioGroup: TRadioGroup
AnchorSideLeft.Control = FileNameEdit
AnchorSideLeft.Side = asrBottom
Left = 491
Height = 69
Top = 6
Width = 185
AutoFill = True
BorderSpacing.Left = 15
Caption = 'Compiler options of'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 44
ClientWidth = 181
ItemIndex = 0
Items.Strings = (
'Current build mode'
'All build modes'
)
TabOrder = 3
end
object RecentPopupMenu: TPopupMenu
left = 376
object MenuItem1: TMenuItem
Caption = 'New Item1'
end
end
end