Componentes.Terceros.DevExp.../official/x.19/ExpressQuantumGrid 5/Demos/Delphi/ConvertGrid3MasterDetailDemo/ConvertGrid3MasterDetailDemoMain.dfm
2007-09-09 11:27:22 +00:00

102 lines
2.7 KiB
Plaintext

object ConvertGrid3MasterDetailDemoMainForm: TConvertGrid3MasterDetailDemoMainForm
Left = 100
Top = 40
Width = 903
Height = 631
Caption = 'ExpressQuantumGrid ConvertGrid3MasterDetailDemo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = mmMain
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lbDescrip: TLabel
Left = 0
Top = 0
Width = 895
Height = 16
Align = alTop
Caption =
'Comparison of ExpressQuantumGrid 3 && 5 grids. Click '#39'About this' +
' demo'#39' for more information.'
Color = 12937777
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
WordWrap = True
end
object StatusBar: TStatusBar
Left = 0
Top = 558
Width = 895
Height = 19
AutoHint = True
Panels = <>
end
object pnlGrids: TPanel
Left = 0
Top = 16
Width = 895
Height = 542
Align = alClient
TabOrder = 1
end
object mmMain: TMainMenu
Left = 504
Top = 8
object miFile: TMenuItem
Caption = '&File'
object miExit: TMenuItem
Caption = 'E&xit'
Hint = 'Press to quit the demo-program'
ShortCut = 32856
OnClick = miExitClick
end
end
object miOptions: TMenuItem
Caption = 'Options'
object miGrid4: TMenuItem
Caption = 'Master-Detail display &style'
object miGrid4MasterDetailStyle: TMenuItem
Caption = 'Grid5 Master-Detail display style'
GroupIndex = 1
Hint =
'Grid5 master-detail display style combines two separate grid vie' +
'ws into the master-detail representation'
RadioItem = True
OnClick = miMasterDetailStyleClick
end
object miGrid3MasterDetailStyle: TMenuItem
Tag = 1
Caption = 'Grid3 Master-Detail display style'
Checked = True
GroupIndex = 1
Hint = 'Shows master-detail relationship as two separate Grid3'
RadioItem = True
OnClick = miMasterDetailStyleClick
end
end
end
object miAbout: TMenuItem
Caption = '&About this demo'
Hint = 'Displays the brief description of the current demo features'
OnClick = miAboutClick
end
end
object LookAndFeelController: TcxLookAndFeelController
NativeStyle = True
Left = 472
Top = 8
end
end