git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@6 40301925-124e-1c4e-b97d-170ad7a8785b
127 lines
3.1 KiB
Plaintext
127 lines
3.1 KiB
Plaintext
inherited fDialogElegirEMail: TfDialogElegirEMail
|
|
Caption = 'Elegir direcci'#243'n de correo electr'#243'nico'
|
|
ClientHeight = 267
|
|
ClientWidth = 531
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
ExplicitWidth = 537
|
|
ExplicitHeight = 299
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited Bevel2: TBevel
|
|
Width = 531
|
|
ExplicitWidth = 531
|
|
end
|
|
inherited Bevel3: TBevel
|
|
Top = 223
|
|
Width = 531
|
|
ExplicitTop = 206
|
|
ExplicitWidth = 628
|
|
end
|
|
inherited pnlBotones: TPanel
|
|
Top = 225
|
|
Width = 531
|
|
ExplicitTop = 225
|
|
ExplicitWidth = 531
|
|
inherited btnAceptar: TButton
|
|
Left = 369
|
|
Top = 6
|
|
Default = True
|
|
ExplicitLeft = 369
|
|
ExplicitTop = 6
|
|
end
|
|
inherited btnCancelar: TButton
|
|
Left = 448
|
|
Top = 6
|
|
ExplicitLeft = 448
|
|
ExplicitTop = 6
|
|
end
|
|
end
|
|
inherited pnlHeader: TPanel
|
|
Width = 531
|
|
ExplicitWidth = 531
|
|
inherited lblTitle: TLabel
|
|
Width = 481
|
|
Caption = 'Indique la direcci'#243'n de correo electr'#243'nico del destinatario:'
|
|
ExplicitWidth = 328
|
|
end
|
|
inherited lblComments: TLabel
|
|
Width = 456
|
|
Height = 27
|
|
Visible = False
|
|
end
|
|
end
|
|
inherited pnlCuerpo: TPanel
|
|
Width = 531
|
|
Height = 157
|
|
ExplicitWidth = 531
|
|
ExplicitHeight = 157
|
|
object Panel1: TPanel
|
|
Left = 50
|
|
Top = 15
|
|
Width = 431
|
|
Height = 127
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ParentColor = True
|
|
TabOrder = 0
|
|
object rbCombo: TRadioButton
|
|
Tag = 1
|
|
Left = -1
|
|
Top = 17
|
|
Width = 170
|
|
Height = 17
|
|
Caption = 'Usar esta direcci'#243'n de correo:'
|
|
TabOrder = 0
|
|
OnClick = rbComboClick
|
|
end
|
|
object cbEMail: TComboBox
|
|
Left = 200
|
|
Top = 17
|
|
Width = 225
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 1
|
|
end
|
|
object rbEdit: TRadioButton
|
|
Tag = 2
|
|
Left = -1
|
|
Top = 52
|
|
Width = 202
|
|
Height = 17
|
|
Caption = 'Usar la siguiente direcci'#243'n de correo:'
|
|
TabOrder = 2
|
|
OnClick = rbEditClick
|
|
end
|
|
object edtEMail: TcxHyperLinkEdit
|
|
Left = 200
|
|
Top = 50
|
|
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 = 3
|
|
Width = 225
|
|
end
|
|
end
|
|
end
|
|
inherited ActionListDialog: TActionList
|
|
Top = 8
|
|
inherited actAceptar: TAction
|
|
OnExecute = actAceptarExecute
|
|
end
|
|
inherited actCancelar: TAction
|
|
OnExecute = actCancelarExecute
|
|
end
|
|
end
|
|
end
|