
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@234 8e941d3f-bd1b-0410-a28a-d453659cc2b4
115 lines
2.3 KiB
Plaintext
115 lines
2.3 KiB
Plaintext
object rxDBGridFindForm: TrxDBGridFindForm
|
|
Left = 436
|
|
Height = 99
|
|
Top = 423
|
|
Width = 434
|
|
HorzScrollBar.Page = 433
|
|
VertScrollBar.Page = 98
|
|
ActiveControl = BtnFind
|
|
Caption = 'Find'
|
|
ClientHeight = 99
|
|
ClientWidth = 434
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
object Label1: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 19
|
|
Width = 57
|
|
Caption = 'Text to find'
|
|
Color = clNone
|
|
FocusControl = Edit1
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 48
|
|
Width = 57
|
|
Caption = 'Find at filed'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BtnFind: TButton
|
|
Left = 346
|
|
Height = 25
|
|
Top = 8
|
|
Width = 83
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = 'Find more'
|
|
Default = True
|
|
OnClick = BtnFindClick
|
|
TabOrder = 4
|
|
end
|
|
object Button2: TButton
|
|
Left = 346
|
|
Height = 25
|
|
Top = 41
|
|
Width = 83
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = 'Close'
|
|
OnClick = Button2Click
|
|
TabOrder = 5
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 80
|
|
Height = 23
|
|
Top = 8
|
|
Width = 258
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 0
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 80
|
|
Height = 21
|
|
Top = 36
|
|
Width = 256
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 8
|
|
Height = 13
|
|
Top = 72
|
|
Width = 92
|
|
Caption = 'Case sensetive'
|
|
TabOrder = 2
|
|
end
|
|
object RadioGroup1: TRadioGroup
|
|
Left = 232
|
|
Height = 76
|
|
Top = 72
|
|
Width = 150
|
|
AutoFill = True
|
|
Caption = 'Direction'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
Items.Strings = (
|
|
'All'
|
|
'Forward'
|
|
'Backward'
|
|
)
|
|
TabOrder = 6
|
|
Visible = False
|
|
end
|
|
object CheckBox2: TCheckBox
|
|
Left = 128
|
|
Height = 13
|
|
Top = 70
|
|
Width = 69
|
|
Caption = 'Partial key'
|
|
TabOrder = 3
|
|
end
|
|
end
|