2007-08-10 22:15:51 +00:00
|
|
|
object rxDBGridFindForm: TrxDBGridFindForm
|
2009-08-06 16:59:07 +00:00
|
|
|
Left = 474
|
|
|
|
Height = 232
|
|
|
|
Top = 384
|
2007-09-01 11:39:17 +00:00
|
|
|
Width = 493
|
2009-08-06 16:59:07 +00:00
|
|
|
ActiveControl = Edit1
|
2007-08-10 22:15:51 +00:00
|
|
|
Caption = 'Find'
|
2009-08-06 16:59:07 +00:00
|
|
|
ClientHeight = 232
|
2007-09-01 11:39:17 +00:00
|
|
|
ClientWidth = 493
|
2009-08-06 16:59:07 +00:00
|
|
|
OnCreate = FormCreate
|
2007-08-10 22:15:51 +00:00
|
|
|
OnShow = FormShow
|
2009-08-06 16:59:07 +00:00
|
|
|
Position = poDesktopCenter
|
2010-03-02 17:47:14 +00:00
|
|
|
LCLVersion = '0.9.29'
|
2007-08-10 22:15:51 +00:00
|
|
|
object Label1: TLabel
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Owner
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideBottom.Control = Edit1
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2007-08-10 22:15:51 +00:00
|
|
|
Left = 6
|
2009-08-06 16:59:07 +00:00
|
|
|
Height = 18
|
|
|
|
Top = 6
|
|
|
|
Width = 78
|
|
|
|
BorderSpacing.Around = 6
|
2007-08-10 22:15:51 +00:00
|
|
|
Caption = 'Text to find'
|
|
|
|
FocusControl = Edit1
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label2: TLabel
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Edit1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideBottom.Control = ComboBox1
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 6
|
2009-08-06 16:59:07 +00:00
|
|
|
Height = 18
|
2010-03-02 17:47:14 +00:00
|
|
|
Top = 65
|
2009-08-06 16:59:07 +00:00
|
|
|
Width = 80
|
|
|
|
BorderSpacing.Around = 6
|
2007-08-10 22:15:51 +00:00
|
|
|
Caption = 'Find at filed'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object BtnFind: TButton
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideRight.Control = Button2
|
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 334
|
|
|
|
Height = 37
|
|
|
|
Top = 189
|
|
|
|
Width = 88
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Around = 6
|
2007-10-17 10:19:26 +00:00
|
|
|
BorderSpacing.InnerBorder = 4
|
2007-08-10 22:15:51 +00:00
|
|
|
Caption = 'Find more'
|
|
|
|
Default = True
|
|
|
|
OnClick = BtnFindClick
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
object Button2: TButton
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideTop.Control = BtnFind
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 428
|
|
|
|
Height = 37
|
|
|
|
Top = 189
|
|
|
|
Width = 59
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2007-09-01 11:39:17 +00:00
|
|
|
BorderSpacing.Top = 8
|
2009-08-06 16:59:07 +00:00
|
|
|
BorderSpacing.Around = 6
|
2007-10-17 10:19:26 +00:00
|
|
|
BorderSpacing.InnerBorder = 4
|
2007-08-10 22:15:51 +00:00
|
|
|
Cancel = True
|
|
|
|
Caption = 'Close'
|
|
|
|
OnClick = Button2Click
|
|
|
|
TabOrder = 5
|
|
|
|
end
|
|
|
|
object Edit1: TEdit
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideLeft.Control = ComboBox1
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 18
|
2010-03-02 17:47:14 +00:00
|
|
|
Height = 29
|
2009-08-06 16:59:07 +00:00
|
|
|
Top = 30
|
|
|
|
Width = 469
|
2007-08-10 22:15:51 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2009-08-06 16:59:07 +00:00
|
|
|
BorderSpacing.Around = 6
|
2007-08-10 22:15:51 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object ComboBox1: TComboBox
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideLeft.Control = Label2
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideTop.Control = Label2
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideRight.Control = Owner
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2009-08-06 16:59:07 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 31
|
2010-03-02 17:47:14 +00:00
|
|
|
Top = 89
|
2009-08-06 16:59:07 +00:00
|
|
|
Width = 475
|
2007-09-01 11:39:17 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2009-08-06 16:59:07 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
ItemHeight = 0
|
2007-08-10 22:15:51 +00:00
|
|
|
Style = csDropDownList
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object CheckBox1: TCheckBox
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideTop.Control = ComboBox1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
2010-03-02 17:47:14 +00:00
|
|
|
Height = 19
|
|
|
|
Top = 126
|
|
|
|
Width = 126
|
2009-08-06 16:59:07 +00:00
|
|
|
BorderSpacing.Around = 6
|
2007-08-10 22:15:51 +00:00
|
|
|
Caption = 'Case sensetive'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object RadioGroup1: TRadioGroup
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideLeft.Control = CheckBox1
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = ComboBox1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2010-03-02 17:47:14 +00:00
|
|
|
Left = 138
|
2009-08-06 16:59:07 +00:00
|
|
|
Height = 52
|
2010-03-02 17:47:14 +00:00
|
|
|
Top = 126
|
|
|
|
Width = 349
|
2009-08-06 16:59:07 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2007-08-10 22:15:51 +00:00
|
|
|
AutoFill = True
|
2009-08-06 16:59:07 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Around = 6
|
2007-08-10 22:15:51 +00:00
|
|
|
Caption = 'Direction'
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
2009-08-06 16:59:07 +00:00
|
|
|
ChildSizing.ControlsPerLine = 3
|
2010-03-02 17:47:14 +00:00
|
|
|
ClientHeight = 31
|
|
|
|
ClientWidth = 341
|
2009-08-06 16:59:07 +00:00
|
|
|
Columns = 3
|
2007-08-10 22:15:51 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'All'
|
|
|
|
'Forward'
|
|
|
|
'Backward'
|
|
|
|
)
|
|
|
|
TabOrder = 6
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object CheckBox2: TCheckBox
|
2009-08-06 16:59:07 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2007-09-01 11:39:17 +00:00
|
|
|
AnchorSideTop.Control = CheckBox1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
2010-03-02 17:47:14 +00:00
|
|
|
Height = 19
|
2009-08-06 16:59:07 +00:00
|
|
|
Top = 151
|
2010-03-02 17:47:14 +00:00
|
|
|
Width = 88
|
2009-08-06 16:59:07 +00:00
|
|
|
BorderSpacing.Around = 6
|
2007-08-10 22:15:51 +00:00
|
|
|
Caption = 'Partial key'
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
end
|