Files
0linux/spackgui/frmsearch.lfm
2023-10-06 15:59:41 +02:00

169 lines
3.5 KiB
Plaintext

object fSearch: TfSearch
Left = 4359
Height = 232
Top = 1092
Width = 612
BorderStyle = bsDialog
Caption = 'Research'
ClientHeight = 232
ClientWidth = 612
DesignTimePPI = 108
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poMainFormCenter
LCLVersion = '1.9.0.0'
object lbSearch: TLabel
Left = 17
Height = 20
Top = 18
Width = 90
Caption = '&Text to search:'
FocusControl = cbxSearch
ParentColor = False
ParentFont = False
end
object cbxSearch: TComboBox
Left = 168
Height = 34
Top = 14
Width = 434
Anchors = [akTop, akLeft, akRight]
ItemHeight = 26
OnChange = cbxSearchChange
ParentFont = False
TabOrder = 0
Text = 'cbxSearch'
end
object gbOptions: TGroupBox
Left = 17
Height = 120
Top = 51
Width = 235
Caption = 'Options'
ClientHeight = 88
ClientWidth = 231
ParentFont = False
TabOrder = 1
object ckbWholeWord: TCheckBox
Left = 14
Height = 24
Top = 3
Width = 131
Caption = '&Entire word only'
ParentFont = False
TabOrder = 0
end
object ckbCaseSensitive: TCheckBox
Left = 14
Height = 24
Top = 29
Width = 116
Caption = 'Case sensitive'
ParentFont = False
TabOrder = 1
end
object ckbRegExpr: TCheckBox
Left = 14
Height = 24
Top = 56
Width = 153
Caption = '&Regular expressions'
ParentFont = False
TabOrder = 2
end
object btnRegExprHelp: TButton
Left = 178
Height = 24
Top = 57
Width = 28
Caption = '?'
OnClick = btnRegExprHelpClick
ParentFont = False
TabOrder = 3
end
end
object btnClose: TBitBtn
Left = 442
Height = 34
Top = 189
Width = 160
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Close'
OnClick = btnCloseClick
ParentFont = False
TabOrder = 2
end
object btnSearch: TBitBtn
Left = 261
Height = 34
Top = 189
Width = 160
Anchors = [akTop, akRight]
Caption = 'Search'
Default = True
OnClick = btnSearchClick
ParentFont = False
TabOrder = 3
end
object gbWhere: TGroupBox
Left = 270
Height = 120
Top = 51
Width = 332
Caption = 'Chercher dans'
ClientHeight = 88
ClientWidth = 328
ParentFont = False
TabOrder = 4
object ckbPackageName: TCheckBox
Left = 16
Height = 24
Top = 15
Width = 119
Caption = 'Package &name'
OnClick = cbxSearchChange
ParentFont = False
TabOrder = 0
end
object ckbDescription: TCheckBox
Left = 16
Height = 24
Top = 47
Width = 100
Caption = '&Description'
OnClick = cbxSearchChange
ParentFont = False
TabOrder = 1
end
object ckbInstalled: TCheckBox
Left = 178
Height = 24
Top = 3
Width = 82
Caption = '&Installed'
ParentFont = False
TabOrder = 2
end
object ckbNotInstalle: TCheckBox
Left = 178
Height = 24
Top = 29
Width = 105
Caption = '&Not installet'
ParentFont = False
TabOrder = 3
end
object ckbToUpgrade: TCheckBox
Left = 178
Height = 24
Top = 56
Width = 99
Caption = 'To &upgrade'
ParentFont = False
TabOrder = 4
end
end
end