git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@21 05c56307-c608-d34a-929d-697000501d7a
81 lines
2.1 KiB
Plaintext
81 lines
2.1 KiB
Plaintext
inherited frmTeams: TfrmTeams
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited plTop: TPanel
|
|
object Label9: TLabel
|
|
Left = 8
|
|
Top = 89
|
|
Width = 41
|
|
Height = 13
|
|
Caption = 'Function'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 9
|
|
Width = 33
|
|
Height = 13
|
|
Caption = 'Project'
|
|
end
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 49
|
|
Width = 22
|
|
Height = 13
|
|
Caption = 'User'
|
|
end
|
|
object cxDBTextEdit1: TcxDBTextEdit
|
|
Left = 8
|
|
Top = 104
|
|
Width = 209
|
|
Height = 24
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataSource = dmMain.dsTeams
|
|
DataBinding.DataField = 'FUNCTION'
|
|
Style.StyleController = dmMain.edstcMain
|
|
TabOrder = 0
|
|
end
|
|
object cxDBLookupComboBox3: TcxDBLookupComboBox
|
|
Left = 8
|
|
Top = 24
|
|
Width = 209
|
|
Height = 24
|
|
RepositoryItem = dmMain.edrepProjectName
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataSource = dmMain.dsTeams
|
|
DataBinding.DataField = 'PROJECTID'
|
|
Properties.KeyFieldNames = 'ID'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'NAME'
|
|
end>
|
|
Properties.ListSource = dmMain.dsDepartment
|
|
Style.StyleController = dmMain.edstcMain
|
|
TabOrder = 1
|
|
end
|
|
object cxDBLookupComboBox1: TcxDBLookupComboBox
|
|
Left = 8
|
|
Top = 64
|
|
Width = 209
|
|
Height = 24
|
|
RepositoryItem = dmMain.edrepUserLookup
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataSource = dmMain.dsTeams
|
|
DataBinding.DataField = 'USERID'
|
|
Properties.DropDownListStyle = lsFixedList
|
|
Properties.KeyFieldNames = 'ID'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'FullName'
|
|
end
|
|
item
|
|
FieldName = 'DepartmentName'
|
|
end>
|
|
Properties.ListSource = dmMain.dsUsers
|
|
Style.StyleController = dmMain.edstcMain
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
inherited cxNavigator: TcxNavigator
|
|
end
|
|
end
|