You've already forked lazarus-ccr
RxFPC:new RxDBGrid tool - setup footer row
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4150 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
68
components/rx/trunk/rxdbgridfootertools_setup.lfm
Normal file
68
components/rx/trunk/rxdbgridfootertools_setup.lfm
Normal file
@ -0,0 +1,68 @@
|
||||
object RxDBGridFooterTools_SetupForm: TRxDBGridFooterTools_SetupForm
|
||||
Left = 789
|
||||
Height = 254
|
||||
Top = 366
|
||||
Width = 333
|
||||
Caption = 'Setup footer row'
|
||||
ClientHeight = 254
|
||||
ClientWidth = 333
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.5'
|
||||
object StringGrid1: TStringGrid
|
||||
Left = 0
|
||||
Height = 200
|
||||
Top = 0
|
||||
Width = 333
|
||||
Align = alClient
|
||||
AutoFillColumns = True
|
||||
ColCount = 2
|
||||
Columns = <
|
||||
item
|
||||
ReadOnly = True
|
||||
Title.Alignment = taCenter
|
||||
Title.Caption = 'Collumn name'
|
||||
Width = 165
|
||||
end
|
||||
item
|
||||
PickList.Strings = (
|
||||
'fvtNon'
|
||||
'fvtSum'
|
||||
'fvtAvg'
|
||||
'fvtCount'
|
||||
'fvtFieldValue'
|
||||
'fvtStaticText'
|
||||
'fvtMax'
|
||||
'fvtMin'
|
||||
'fvtRecNo'
|
||||
)
|
||||
Title.Alignment = taCenter
|
||||
Title.Caption = 'Function'
|
||||
Width = 166
|
||||
end>
|
||||
FixedCols = 0
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll]
|
||||
TabOrder = 0
|
||||
TitleStyle = tsNative
|
||||
ColWidths = (
|
||||
165
|
||||
166
|
||||
)
|
||||
end
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 42
|
||||
Top = 206
|
||||
Width = 321
|
||||
OKButton.Name = 'OKButton'
|
||||
OKButton.DefaultCaption = True
|
||||
HelpButton.Name = 'HelpButton'
|
||||
HelpButton.DefaultCaption = True
|
||||
CloseButton.Name = 'CloseButton'
|
||||
CloseButton.DefaultCaption = True
|
||||
CancelButton.Name = 'CancelButton'
|
||||
CancelButton.DefaultCaption = True
|
||||
TabOrder = 1
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user