git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@31 05c56307-c608-d34a-929d-697000501d7a
253 lines
8.4 KiB
Plaintext
253 lines
8.4 KiB
Plaintext
object DragDropDemoDictionariesForm: TDragDropDemoDictionariesForm
|
|
Left = 330
|
|
Top = 212
|
|
Width = 625
|
|
Height = 429
|
|
Caption = 'Dictionaries'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lbDesc: TLabel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 617
|
|
Height = 32
|
|
Align = alTop
|
|
Caption =
|
|
'Drag a row from the grid below and drop it into the current cate' +
|
|
'gory displayed by the main form. Click '#39'About this demo'#39' for mor' +
|
|
'e 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 SourceGrid: TcxGrid
|
|
Left = 0
|
|
Top = 32
|
|
Width = 617
|
|
Height = 363
|
|
Align = alClient
|
|
TabOrder = 0
|
|
RootLevelOptions.DetailTabsPosition = dtpTop
|
|
RootLevelStyles.Tab = DragDropDemoMainDM.cxStyle1
|
|
RootLevelStyles.TabsBackground = DragDropDemoMainDM.cxStyle39
|
|
object tvCompaniesList: TcxGridDBTableView
|
|
DragMode = dmAutomatic
|
|
DataController.DataSource = DragDropDemoMainDM.dsCompanies
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
NavigatorButtons.ConfirmDelete = False
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GroupByBox = False
|
|
Styles.StyleSheet = DragDropDemoMainDM.GridTableViewStyleSheetDevExpress
|
|
object tvCompaniesListID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID'
|
|
Visible = False
|
|
end
|
|
object tvCompaniesListCOMPANYTYPEID: TcxGridDBColumn
|
|
Caption = 'Company Type'
|
|
DataBinding.FieldName = 'COMPANYTYPEID'
|
|
PropertiesClassName = 'TcxLookupComboBoxProperties'
|
|
Properties.KeyFieldNames = 'ID'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'NAME'
|
|
end>
|
|
Properties.ListOptions.AnsiSort = True
|
|
Properties.ListOptions.CaseInsensitive = True
|
|
Properties.ListSource = DragDropDemoMainDM.dsCompaniesType
|
|
Properties.MaxLength = 50
|
|
Width = 144
|
|
end
|
|
object tvCompaniesListCOUNTRYID: TcxGridDBColumn
|
|
Caption = 'Country'
|
|
DataBinding.FieldName = 'COUNTRYID'
|
|
PropertiesClassName = 'TcxLookupComboBoxProperties'
|
|
Properties.KeyFieldNames = 'ID'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'NAME'
|
|
end>
|
|
Properties.ListOptions.AnsiSort = True
|
|
Properties.ListOptions.CaseInsensitive = True
|
|
Properties.ListSource = DragDropDemoMainDM.dsCountries
|
|
Properties.MaxLength = 60
|
|
Width = 110
|
|
end
|
|
object tvCompaniesListCOMPANYNAME: TcxGridDBColumn
|
|
Caption = 'Name'
|
|
DataBinding.FieldName = 'COMPANYNAME'
|
|
Width = 264
|
|
end
|
|
object tvCompaniesListCOMPANYWEBSITE: TcxGridDBColumn
|
|
Caption = 'Company Web Site'
|
|
DataBinding.FieldName = 'COMPANYWEBSITE'
|
|
Visible = False
|
|
end
|
|
end
|
|
object tvFilmsList: TcxGridDBTableView
|
|
DragMode = dmAutomatic
|
|
DataController.DataSource = DragDropDemoMainDM.dsFilmsDict
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
NavigatorButtons.ConfirmDelete = False
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GroupByBox = False
|
|
Styles.StyleSheet = DragDropDemoMainDM.GridTableViewStyleSheetDevExpress
|
|
object tvFilmsListID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID'
|
|
Visible = False
|
|
end
|
|
object tvFilmsListCAPTION: TcxGridDBColumn
|
|
Caption = 'Caption'
|
|
DataBinding.FieldName = 'CAPTION'
|
|
Width = 165
|
|
end
|
|
object tvFilmsListYEAR: TcxGridDBColumn
|
|
Caption = 'Year'
|
|
DataBinding.FieldName = 'YEAR'
|
|
Width = 39
|
|
end
|
|
object tvFilmsListTAGLINE: TcxGridDBColumn
|
|
Caption = 'Tagline'
|
|
DataBinding.FieldName = 'TAGLINE'
|
|
Width = 194
|
|
end
|
|
object tvFilmsListPLOTOUTLINE: TcxGridDBColumn
|
|
Caption = 'Plot Outline'
|
|
DataBinding.FieldName = 'PLOTOUTLINE'
|
|
PropertiesClassName = 'TcxBlobEditProperties'
|
|
Properties.BlobEditKind = bekMemo
|
|
Width = 41
|
|
end
|
|
object tvFilmsListRUNTIME: TcxGridDBColumn
|
|
Caption = 'Runtime'
|
|
DataBinding.FieldName = 'RUNTIME'
|
|
Width = 31
|
|
end
|
|
object tvFilmsListCOLOR: TcxGridDBColumn
|
|
Caption = 'Color'
|
|
DataBinding.FieldName = 'COLOR'
|
|
PropertiesClassName = 'TcxCheckBoxProperties'
|
|
Width = 48
|
|
end
|
|
object tvFilmsListPHOTO: TcxGridDBColumn
|
|
Caption = 'Photo'
|
|
DataBinding.FieldName = 'PHOTO'
|
|
Visible = False
|
|
end
|
|
object tvFilmsListICON: TcxGridDBColumn
|
|
Caption = 'Icon'
|
|
DataBinding.FieldName = 'ICON'
|
|
Visible = False
|
|
end
|
|
object tvFilmsListWEBSITE: TcxGridDBColumn
|
|
Caption = 'Website'
|
|
DataBinding.FieldName = 'WEBSITE'
|
|
Visible = False
|
|
Width = 87
|
|
end
|
|
end
|
|
object cvPersonsList: TcxGridDBCardView
|
|
DragMode = dmAutomatic
|
|
DataController.DataSource = DragDropDemoMainDM.dsPersons
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
NavigatorButtons.ConfirmDelete = False
|
|
Styles.StyleSheet = DragDropDemoMainDM.GridCardViewStyleSheetDevExpress
|
|
object cvPersonsListID: TcxGridDBCardViewRow
|
|
DataBinding.FieldName = 'ID'
|
|
Visible = False
|
|
end
|
|
object cvPersonsListFIRSTNAME: TcxGridDBCardViewRow
|
|
Caption = 'First Name'
|
|
DataBinding.FieldName = 'FIRSTNAME'
|
|
end
|
|
object cvPersonsListSECONDNAME: TcxGridDBCardViewRow
|
|
Caption = 'Second Name'
|
|
DataBinding.FieldName = 'SECONDNAME'
|
|
end
|
|
object cvPersonsListGENDER: TcxGridDBCardViewRow
|
|
Caption = 'Gender'
|
|
DataBinding.FieldName = 'GENDER'
|
|
PropertiesClassName = 'TcxImageComboBoxProperties'
|
|
Properties.Items = <
|
|
item
|
|
Description = 'Female'
|
|
Value = False
|
|
end
|
|
item
|
|
Description = 'Male'
|
|
Value = True
|
|
end>
|
|
end
|
|
object cvPersonsListBIRTHNAME: TcxGridDBCardViewRow
|
|
Caption = 'Birthname'
|
|
DataBinding.FieldName = 'BIRTHNAME'
|
|
end
|
|
object cvPersonsListDATEOFBIRTH: TcxGridDBCardViewRow
|
|
Caption = 'Date of Birth'
|
|
DataBinding.FieldName = 'DATEOFBIRTH'
|
|
end
|
|
object cvPersonsListBIRTHCOUNTRY: TcxGridDBCardViewRow
|
|
Caption = 'Birth Country'
|
|
DataBinding.FieldName = 'BIRTHCOUNTRY'
|
|
PropertiesClassName = 'TcxLookupComboBoxProperties'
|
|
Properties.KeyFieldNames = 'ID'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'NAME'
|
|
end>
|
|
Properties.ListSource = DragDropDemoMainDM.dsCountries
|
|
end
|
|
object cvPersonsListLOCATIONOFBIRTH: TcxGridDBCardViewRow
|
|
Caption = 'Location of Birth'
|
|
DataBinding.FieldName = 'LOCATIONOFBIRTH'
|
|
end
|
|
object cvPersonsListBIOGRAPHY: TcxGridDBCardViewRow
|
|
Caption = 'Biography'
|
|
DataBinding.FieldName = 'BIOGRAPHY'
|
|
PropertiesClassName = 'TcxBlobEditProperties'
|
|
Properties.BlobEditKind = bekMemo
|
|
end
|
|
object cvPersonsListNICKNAME: TcxGridDBCardViewRow
|
|
Caption = 'Nick Name'
|
|
DataBinding.FieldName = 'NICKNAME'
|
|
end
|
|
object cvPersonsListHOMEPAGE: TcxGridDBCardViewRow
|
|
DataBinding.FieldName = 'HOMEPAGE'
|
|
Visible = False
|
|
end
|
|
end
|
|
object glFilmsList: TcxGridLevel
|
|
Caption = 'Films'
|
|
GridView = tvFilmsList
|
|
end
|
|
object glPersonsList: TcxGridLevel
|
|
Caption = 'Persons'
|
|
GridView = cvPersonsList
|
|
end
|
|
object glCompaniesList: TcxGridLevel
|
|
Caption = 'Companies'
|
|
GridView = tvCompaniesList
|
|
end
|
|
end
|
|
end
|