mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
237 lines
6 KiB
Text
237 lines
6 KiB
Text
object frmMaskInputDlg: TfrmMaskInputDlg
|
|
Left = 458
|
|
Height = 300
|
|
Top = 396
|
|
Width = 331
|
|
BorderIcons = [biSystemMenu]
|
|
ChildSizing.LeftRightSpacing = 10
|
|
ChildSizing.TopBottomSpacing = 10
|
|
ClientHeight = 300
|
|
ClientWidth = 331
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
SessionProperties = 'Height;Width'
|
|
LCLVersion = '1.6.0.4'
|
|
object lblPrompt: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 15
|
|
Top = 10
|
|
Width = 311
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Right = 10
|
|
Caption = 'Input Mask:'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object cmbMask: TComboBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = lblPrompt
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 23
|
|
Top = 25
|
|
Width = 311
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Right = 10
|
|
DropDownCount = 10
|
|
ItemHeight = 15
|
|
TabOrder = 0
|
|
end
|
|
object chkCaseSensitive: TCheckBox
|
|
AnchorSideLeft.Control = cmbMask
|
|
AnchorSideTop.Control = cmbMask
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 50
|
|
Width = 93
|
|
BorderSpacing.Top = 2
|
|
Caption = 'Case sensitive'
|
|
TabOrder = 1
|
|
end
|
|
object chkIgnoreAccentsAndLigatures: TCheckBox
|
|
AnchorSideLeft.Control = cmbMask
|
|
AnchorSideTop.Control = chkCaseSensitive
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 69
|
|
Width = 168
|
|
Caption = 'Ignore accents and ligatures'
|
|
TabOrder = 2
|
|
end
|
|
object lblSearchTemplate: TLabel
|
|
AnchorSideLeft.Control = cmbMask
|
|
AnchorSideTop.Control = edtAttrib
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 15
|
|
Top = 125
|
|
Width = 185
|
|
BorderSpacing.Top = 10
|
|
Caption = 'O&r select predefined selection type:'
|
|
FocusControl = lbxSearchTemplate
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object lbxSearchTemplate: TListBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = lblSearchTemplate
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = btnOK
|
|
Left = 10
|
|
Height = 116
|
|
Top = 140
|
|
Width = 311
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Right = 10
|
|
ItemHeight = 0
|
|
OnClick = lbxSearchTemplateClick
|
|
OnDblClick = lbxSearchTemplateDblClick
|
|
ScrollWidth = 317
|
|
Sorted = True
|
|
TabOrder = 6
|
|
end
|
|
object btnDefineTemplate: TBitBtn
|
|
AnchorSideTop.Control = btnOK
|
|
AnchorSideRight.Control = btnOK
|
|
AnchorSideBottom.Control = btnOK
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 9
|
|
Height = 30
|
|
Top = 262
|
|
Width = 100
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&Define...'
|
|
Constraints.MinWidth = 100
|
|
OnClick = btnDefineTemplateClick
|
|
TabOrder = 7
|
|
end
|
|
object btnOK: TBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = btnCancel
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 115
|
|
Height = 30
|
|
Top = 262
|
|
Width = 100
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&OK'
|
|
Constraints.MinWidth = 100
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
TabOrder = 8
|
|
end
|
|
object btnCancel: TBitBtn
|
|
AnchorSideRight.Control = lbxSearchTemplate
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 221
|
|
Height = 30
|
|
Top = 262
|
|
Width = 100
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = '&Cancel'
|
|
Constraints.MinWidth = 100
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
TabOrder = 9
|
|
end
|
|
object lblAttributes: TLabel
|
|
AnchorSideLeft.Control = cmbMask
|
|
AnchorSideTop.Control = edtAttrib
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 13
|
|
Height = 15
|
|
Top = 96
|
|
Width = 55
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Attri&butes:'
|
|
FocusControl = edtAttrib
|
|
ParentColor = False
|
|
end
|
|
object edtAttrib: TEdit
|
|
AnchorSideLeft.Control = lblAttributes
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkIgnoreAccentsAndLigatures
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = btnAddAttribute
|
|
Left = 71
|
|
Height = 23
|
|
Top = 92
|
|
Width = 143
|
|
HelpType = htKeyword
|
|
HelpKeyword = '/findfiles.html#attributes'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Right = 3
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
object btnAddAttribute: TButton
|
|
AnchorSideLeft.Control = edtAttrib
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = edtAttrib
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = btnAttrsHelp
|
|
Left = 217
|
|
Height = 26
|
|
Top = 90
|
|
Width = 48
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 3
|
|
Caption = '&Add'
|
|
Constraints.MinHeight = 26
|
|
OnClick = btnAddAttributeClick
|
|
TabOrder = 4
|
|
end
|
|
object btnAttrsHelp: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = edtAttrib
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 268
|
|
Height = 27
|
|
Top = 90
|
|
Width = 53
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.InnerBorder = 1
|
|
Caption = '&Help'
|
|
Constraints.MinHeight = 26
|
|
OnClick = btnAttrsHelpClick
|
|
TabOrder = 5
|
|
end
|
|
end
|