mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 07:19:38 +01:00
666 lines
17 KiB
Plaintext
666 lines
17 KiB
Plaintext
object LazFindInFilesDialog: TLazFindInFilesDialog
|
|
Left = 379
|
|
Height = 460
|
|
Top = 155
|
|
Width = 420
|
|
HelpContext = 0
|
|
ActiveControl = TextToFindComboBox
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'Find in files'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 460
|
|
ClientWidth = 420
|
|
Constraints.MinHeight = 400
|
|
Constraints.MinWidth = 260
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object TextToFindLabel: TLabel
|
|
AnchorSideTop.Control = TextToFindComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 11
|
|
Width = 76
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Alignment = taLeftJustify
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Text To Find:'
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Layout = tlTop
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ShowAccelChar = True
|
|
Transparent = True
|
|
Visible = True
|
|
WordWrap = False
|
|
OptimalFill = False
|
|
end
|
|
object TextToFindComboBox: TComboBox
|
|
AnchorSideLeft.Control = TextToFindLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 88
|
|
Height = 29
|
|
Top = 6
|
|
Width = 326
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 0
|
|
Visible = True
|
|
end
|
|
object OptionsCheckGroupBox: TCheckGroup
|
|
Left = 6
|
|
Height = 115
|
|
Top = 65
|
|
Width = 408
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Options'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ColumnLayout = clHorizontalThenVertical
|
|
Columns = 1
|
|
Ctl3D = False
|
|
Enabled = True
|
|
Items.Strings = (
|
|
'Case sensitive'
|
|
'Whole words only'
|
|
'Regular expressions'
|
|
'Multi Line'
|
|
)
|
|
ParentFont = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentShowHint = True
|
|
TabOrder = 1
|
|
Visible = True
|
|
Data = {
|
|
0400000002020202
|
|
}
|
|
end
|
|
object WhereRadioGroup: TRadioGroup
|
|
Left = 6
|
|
Height = 82
|
|
Top = 185
|
|
Width = 408
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Where'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 63
|
|
ClientWidth = 404
|
|
ColumnLayout = clHorizontalThenVertical
|
|
Columns = 1
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ItemIndex = 1
|
|
Items.Strings = (
|
|
'search all files in project'
|
|
'search all open files'
|
|
'search in directories'
|
|
)
|
|
OnClick = WhereRadioGroupClick
|
|
ParentFont = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentShowHint = True
|
|
TabOrder = 2
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object DirectoryOptionsGroupBox: TGroupBox
|
|
Left = 5
|
|
Height = 139
|
|
Top = 275
|
|
Width = 408
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Directory Options'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 120
|
|
ClientWidth = 404
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = False
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 3
|
|
TabStop = False
|
|
Visible = True
|
|
object DirectoryLabel: TLabel
|
|
Left = 6
|
|
Height = 18
|
|
Top = 8
|
|
Width = 62
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Alignment = taLeftJustify
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Directory:'
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Layout = tlTop
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ShowAccelChar = True
|
|
Transparent = True
|
|
Visible = True
|
|
WordWrap = False
|
|
OptimalFill = False
|
|
end
|
|
object FileMaskLabel: TLabel
|
|
Left = 6
|
|
Height = 18
|
|
Top = 38
|
|
Width = 152
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Alignment = taLeftJustify
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'File mask (*;*.*;*.bak?):'
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Layout = tlTop
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ShowAccelChar = True
|
|
Transparent = True
|
|
Visible = True
|
|
WordWrap = False
|
|
OptimalFill = False
|
|
end
|
|
object DirectoryComboBox: TComboBox
|
|
AnchorSideLeft.Control = DirectoryLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 68
|
|
Height = 29
|
|
Top = 6
|
|
Width = 272
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 0
|
|
Visible = True
|
|
end
|
|
object DirectoryBrowse: TBitBtn
|
|
Left = 346
|
|
Height = 25
|
|
Top = 6
|
|
Width = 25
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = '...'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkCustom
|
|
Layout = blGlyphTop
|
|
Margin = -1
|
|
ModalResult = 0
|
|
NumGlyphs = 0
|
|
OnClick = DirectoryBrowseClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object FileMaskComboBox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
Top = 56
|
|
Width = 334
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 2
|
|
Text = '*.pas;*.pp;*.inc'
|
|
Visible = True
|
|
end
|
|
object IncludeSubDirsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 92
|
|
Width = 167
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowGrayed = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Include sub directories'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 3
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
end
|
|
object ReplaceTextComboBox: TComboBox
|
|
AnchorSideLeft.Control = ReplaceCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 84
|
|
Height = 29
|
|
Top = 33
|
|
Width = 330
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = False
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 4
|
|
Visible = True
|
|
end
|
|
object ReplaceCheckBox: TCheckBox
|
|
AnchorSideTop.Control = ReplaceTextComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 5
|
|
Height = 22
|
|
Top = 36
|
|
Width = 73
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowGrayed = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Replace'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = False
|
|
OnChange = ReplaceCheckBoxChange
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 5
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 339
|
|
Height = 29
|
|
Top = 425
|
|
Width = 75
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 75
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkCustom
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 6
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object OKButton: TBitBtn
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 258
|
|
Height = 29
|
|
Top = 425
|
|
Width = 75
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = 'OK'
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Enabled = True
|
|
Kind = bkCustom
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 7
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object HelpButton: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 34
|
|
Top = 420
|
|
Width = 66
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = '&Help'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkHelp
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 0
|
|
NumGlyphs = 0
|
|
OnClick = HelpButtonClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 8
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object SelectDirectoryDialog: TSelectDirectoryDialog
|
|
Width = 0
|
|
Height = 0
|
|
FilterIndex = 0
|
|
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
|
|
left = 260
|
|
top = 215
|
|
end
|
|
end
|