git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1002 0c75b7a4-871f-7646-8a2f-f78d34cc349f
125 lines
3.0 KiB
Plaintext
125 lines
3.0 KiB
Plaintext
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
|
|
Width = 572
|
|
ExplicitTop = 262
|
|
ExplicitWidth = 572
|
|
end
|
|
inherited pnlBotones: TPanel
|
|
Top = 264
|
|
Width = 572
|
|
Height = 43
|
|
ExplicitLeft = -8
|
|
ExplicitTop = 280
|
|
ExplicitWidth = 572
|
|
ExplicitHeight = 43
|
|
inherited btnAceptar: TButton
|
|
Left = 408
|
|
Top = 10
|
|
ExplicitLeft = 408
|
|
ExplicitTop = 10
|
|
end
|
|
inherited btnCancelar: TButton
|
|
Left = 487
|
|
Top = 9
|
|
ExplicitLeft = 487
|
|
ExplicitTop = 9
|
|
end
|
|
end
|
|
inherited pnlHeader: TPanel
|
|
Width = 572
|
|
ExplicitWidth = 572
|
|
inherited lblInstruccion: TLabel
|
|
Width = 221
|
|
Caption = 'Elegir la direcci'#243'n de correo electr'#243'nico'
|
|
ExplicitWidth = 221
|
|
end
|
|
inherited Label2: TLabel
|
|
Visible = False
|
|
end
|
|
end
|
|
inherited pnlCuerpo: TPanel
|
|
Width = 572
|
|
Height = 196
|
|
ExplicitWidth = 572
|
|
ExplicitHeight = 208
|
|
object Label1: TLabel
|
|
Left = 25
|
|
Top = 16
|
|
Width = 277
|
|
Height = 13
|
|
Caption = 'Indique la direcci'#243'n de correo electr'#243'nico del destinatario:'
|
|
end
|
|
object cbEMail: TComboBox
|
|
Left = 250
|
|
Top = 46
|
|
Width = 262
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
object edtEMail: TcxHyperLinkEdit
|
|
Left = 250
|
|
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
|
|
Width = 262
|
|
end
|
|
object rbCombo: TRadioButton
|
|
Tag = 1
|
|
Left = 49
|
|
Top = 46
|
|
Width = 170
|
|
Height = 17
|
|
Caption = 'Usar esta direcci'#243'n de correo:'
|
|
TabOrder = 2
|
|
OnClick = rbComboClick
|
|
end
|
|
object rbEdit: TRadioButton
|
|
Tag = 2
|
|
Left = 49
|
|
Top = 81
|
|
Width = 202
|
|
Height = 17
|
|
Caption = 'Usar la siguiente direcci'#243'n de correo:'
|
|
TabOrder = 3
|
|
OnClick = rbEditClick
|
|
end
|
|
end
|
|
inherited ActionList1: TActionList
|
|
Left = 16
|
|
Top = 48
|
|
inherited actAceptar: TAction
|
|
OnExecute = actAceptarExecute
|
|
end
|
|
inherited actCancelar: TAction
|
|
OnExecute = actCancelarExecute
|
|
end
|
|
end
|
|
end
|