git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@175 93f398dd-4eb6-7a46-baf6-13f46f578da2
82 lines
1.8 KiB
Plaintext
82 lines
1.8 KiB
Plaintext
object fEditorAsignarComercial: TfEditorAsignarComercial
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = 'Asignar comercial'
|
|
ClientHeight = 124
|
|
ClientWidth = 379
|
|
Color = clWindow
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 21
|
|
Top = 16
|
|
Width = 336
|
|
Height = 13
|
|
Caption =
|
|
'Seleccione el comercial que desea asignar a los clientes selecci' +
|
|
'onado/s'
|
|
end
|
|
object cbComercial: TcxLookupComboBox
|
|
Left = 21
|
|
Top = 41
|
|
Properties.ImmediatePost = True
|
|
Properties.KeyFieldNames = 'NOMBRE'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'NOMBRE'
|
|
end>
|
|
Properties.ListOptions.ShowHeader = False
|
|
Properties.ListOptions.SyncMode = True
|
|
Properties.ListSource = dsComerciales
|
|
Properties.OnEditValueChanged = cbComercialPropertiesEditValueChanged
|
|
TabOrder = 1
|
|
Width = 337
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 83
|
|
Width = 379
|
|
Height = 41
|
|
Align = alBottom
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
379
|
|
41)
|
|
object bAceptar: TButton
|
|
Left = 201
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 282
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object dsComerciales: TDADataSource
|
|
Left = 8
|
|
Top = 80
|
|
end
|
|
end
|