lazarus-ccr/components/rx/rxdbgrid_findunit.lfm
alexs75 c76f26feea + In TRxCustomDBLookupCombo add check for CircularDataLink
+ in TRxCustomDBLookupCombo accelerated drawing data
  - In TRxCustomDBLookupCombo fix select first record if DataField is emty
  + In RxDBGrid are published missing events from DBGrid
  + New component TRxCalendarGrid - simple calendar without heading.
  - fix error compile module rxappicon.pas in Windows  for GTK2 (thx ViruZ)
  + add new module rxiconv.pas (original module iconv.pas from A.Voito)
  + minor fix in drawing button caption in setup form TToolbar
  + fix draw disables state for TRxCustomDBLookupCombo
  - fix compile rxctrls in fpc 2.2
  + TPopUpColumnTitle used define NEW_STYLE_TITLE_ALIGNMENT_RXDBGRID
  + in RxDBGrid images of markers moved to rxdbgrids.lrs (Petr Smolik)
  + add module for autosort in RxDBGrid exsortzeos.pas for ZeosDB (Petr Smolik)


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@276 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-17 10:19:26 +00:00

145 lines
3.3 KiB
Plaintext

object rxDBGridFindForm: TrxDBGridFindForm
Left = 436
Height = 127
Top = 423
Width = 493
HorzScrollBar.Page = 492
VertScrollBar.Page = 126
ActiveControl = BtnFind
Caption = 'Find'
ClientHeight = 127
ClientWidth = 493
OnActivate = FormActivate
OnShow = FormShow
object Label1: TLabel
AnchorSideBottom.Control = Edit1
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 14
Top = 16
Width = 57
Anchors = [akLeft, akBottom]
Caption = 'Text to find'
FocusControl = Edit1
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = Label1
AnchorSideBottom.Control = ComboBox1
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 14
Top = 45
Width = 57
Anchors = [akLeft, akBottom]
Caption = 'Find at filed'
ParentColor = False
end
object BtnFind: TButton
Left = 408
Height = 38
Top = 8
Width = 80
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'Find more'
Default = True
OnClick = BtnFindClick
TabOrder = 4
end
object Button2: TButton
AnchorSideTop.Control = BtnFind
AnchorSideTop.Side = asrBottom
Left = 408
Height = 34
Top = 54
Width = 80
Anchors = [akTop, akRight]
BorderSpacing.Top = 8
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Close'
OnClick = Button2Click
TabOrder = 5
end
object Edit1: TEdit
AnchorSideLeft.Control = ComboBox1
Left = 71
Height = 22
Top = 8
Width = 326
Anchors = [akTop, akLeft, akRight]
AutoSize = True
TabOrder = 0
end
object ComboBox1: TComboBox
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Edit1
AnchorSideRight.Side = asrBottom
Left = 71
Height = 21
Top = 38
Width = 326
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
ItemHeight = 13
MaxLength = 0
Style = csDropDownList
TabOrder = 1
end
object CheckBox1: TCheckBox
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = ComboBox1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 67
Width = 92
BorderSpacing.Top = 8
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
ClientHeight = 58
ClientWidth = 146
Items.Strings = (
'All'
'Forward'
'Backward'
)
TabOrder = 6
Visible = False
end
object CheckBox2: TCheckBox
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = CheckBox1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 88
Width = 69
BorderSpacing.Top = 8
Caption = 'Partial key'
TabOrder = 3
end
end