47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
object frmDrillDown: TfrmDrillDown
|
|
Left = 278
|
|
Top = 278
|
|
ActiveControl = cxGrid1
|
|
Caption = 'Drill Down Form'
|
|
ClientHeight = 495
|
|
ClientWidth = 754
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object cxGrid1: TcxGrid
|
|
Left = 0
|
|
Top = 0
|
|
Width = 754
|
|
Height = 495
|
|
Align = alClient
|
|
TabOrder = 0
|
|
ExplicitWidth = 644
|
|
ExplicitHeight = 349
|
|
object TableView: TcxGridTableView
|
|
Navigator.Buttons.CustomButtons = <>
|
|
ScrollbarAnnotations.CustomAnnotations = <>
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsView.Footer = True
|
|
OptionsView.FooterAutoHeight = True
|
|
end
|
|
object cxGrid1Level1: TcxGridLevel
|
|
GridView = TableView
|
|
end
|
|
end
|
|
object cxGridPopupMenu1: TcxGridPopupMenu
|
|
Grid = cxGrid1
|
|
PopupMenus = <>
|
|
Left = 208
|
|
Top = 287
|
|
end
|
|
end
|