Revisión de TfDialogElegirEMail git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@946 0c75b7a4-871f-7646-8a2f-f78d34cc349f
145 lines
3.0 KiB
Plaintext
145 lines
3.0 KiB
Plaintext
object fDialogBase: TfDialogBase
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = 'fDialogBase'
|
|
ClientHeight = 442
|
|
ClientWidth = 625
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Bevel2: TBevel
|
|
Left = 0
|
|
Top = 64
|
|
Width = 625
|
|
Height = 2
|
|
Align = alTop
|
|
Shape = bsTopLine
|
|
ExplicitWidth = 500
|
|
end
|
|
object Bevel3: TBevel
|
|
Left = 0
|
|
Top = 398
|
|
Width = 625
|
|
Height = 2
|
|
Align = alBottom
|
|
Shape = bsTopLine
|
|
ExplicitTop = 369
|
|
ExplicitWidth = 500
|
|
end
|
|
object pnlBotones: TPanel
|
|
Left = 0
|
|
Top = 400
|
|
Width = 625
|
|
Height = 42
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object btnAceptar: TButton
|
|
AlignWithMargins = True
|
|
Left = 464
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Margins.Left = 0
|
|
Margins.Top = 0
|
|
Margins.Right = 15
|
|
Margins.Bottom = 0
|
|
Action = actAceptar
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object btnCancelar: TButton
|
|
Left = 543
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Action = actCancelar
|
|
Cancel = True
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object pnlHeader: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 625
|
|
Height = 64
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
Color = clWhite
|
|
Padding.Left = 25
|
|
Padding.Top = 8
|
|
Padding.Right = 25
|
|
Padding.Bottom = 8
|
|
ParentBackground = False
|
|
TabOrder = 1
|
|
object lblInstruccion: TLabel
|
|
AlignWithMargins = True
|
|
Left = 25
|
|
Top = 8
|
|
Width = 575
|
|
Height = 13
|
|
Margins.Left = 0
|
|
Margins.Top = 0
|
|
Margins.Right = 0
|
|
Margins.Bottom = 8
|
|
Align = alTop
|
|
Caption = 'T'#237'tulo'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
ExplicitWidth = 32
|
|
end
|
|
object Label2: TLabel
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 29
|
|
Width = 550
|
|
Height = 27
|
|
Margins.Left = 25
|
|
Margins.Top = 0
|
|
Margins.Right = 0
|
|
Margins.Bottom = 0
|
|
Align = alClient
|
|
Caption = 'Bla Bla Bla'
|
|
ExplicitWidth = 48
|
|
ExplicitHeight = 13
|
|
end
|
|
end
|
|
object pnlCuerpo: TPanel
|
|
Left = 0
|
|
Top = 66
|
|
Width = 625
|
|
Height = 332
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Padding.Left = 50
|
|
Padding.Top = 15
|
|
Padding.Right = 50
|
|
Padding.Bottom = 15
|
|
TabOrder = 2
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 8
|
|
Top = 400
|
|
object actAceptar: TAction
|
|
Caption = '&Aceptar'
|
|
end
|
|
object actCancelar: TAction
|
|
Caption = '&Cancelar'
|
|
end
|
|
end
|
|
end
|