inherited fDialogElegirEMail: TfDialogElegirEMail
Caption = 'Elegir direcci'#243'n de correo electr'#243'nico'
ClientHeight = 307
ClientWidth = 572
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
ExplicitWidth = 578
ExplicitHeight = 339
PixelsPerInch = 96
TextHeight = 13
inherited Bevel2: TBevel
Width = 572
ExplicitWidth = 572
end
inherited Bevel3: TBevel
Top = 262
ExplicitTop = 262
inherited pnlBotones: TPanel
Top = 264
Height = 43
ExplicitTop = 264
ExplicitHeight = 43
inherited btnAceptar: TButton
Left = 408
Top = 10
ExplicitLeft = 408
ExplicitTop = 10
inherited btnCancelar: TButton
Left = 487
Top = 9
ExplicitLeft = 487
ExplicitTop = 9
inherited pnlHeader: TPanel
inherited lblInstruccion: TLabel
Width = 522
Caption = 'Elegir la direcci'#243'n de correo electr'#243'nico'
ExplicitWidth = 221
inherited Label2: TLabel
Width = 497
Height = 27
Visible = False
inherited pnlCuerpo: TPanel
Height = 196
ExplicitHeight = 196
object Label1: TLabel
Left = 25
Top = 16
Width = 277
Height = 13
Caption = 'Indique la direcci'#243'n de correo electr'#243'nico del destinatario:'
object cbEMail: TComboBox
Left = 250
Top = 46
Width = 262
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
object edtEMail: TcxHyperLinkEdit
Top = 79
Properties.UsePrefix = upNever
Properties.ValidateOnEnter = True
Properties.Prefix = ''
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
object rbCombo: TRadioButton
Tag = 1
Left = 49
Width = 170
Height = 17
Caption = 'Usar esta direcci'#243'n de correo:'
TabOrder = 2
OnClick = rbComboClick
object rbEdit: TRadioButton
Tag = 2
Top = 81
Width = 195
Caption = 'Usar la siguiente direcci'#243'n de correo:'
TabOrder = 3
OnClick = rbEditClick
inherited ActionList1: TActionList
Left = 16
Top = 48
inherited actAceptar: TAction
OnExecute = actAceptarExecute
inherited actCancelar: TAction
OnExecute = actCancelarExecute