107 lines
2.3 KiB
Plaintext
107 lines
2.3 KiB
Plaintext
|
|
object fDialogBase: TfDialogBase
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
BorderStyle = bsDialog
|
||
|
|
Caption = 'fDialogBase'
|
||
|
|
ClientHeight = 430
|
||
|
|
ClientWidth = 623
|
||
|
|
Color = clWindow
|
||
|
|
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 pnlBotones: TFlowPanel
|
||
|
|
Left = 0
|
||
|
|
Top = 374
|
||
|
|
Width = 623
|
||
|
|
Height = 56
|
||
|
|
Align = alBottom
|
||
|
|
FlowStyle = fsBottomTopRightLeft
|
||
|
|
Padding.Left = 20
|
||
|
|
Padding.Top = 20
|
||
|
|
Padding.Right = 20
|
||
|
|
Padding.Bottom = 15
|
||
|
|
ParentBackground = False
|
||
|
|
TabOrder = 0
|
||
|
|
VerticalAlignment = taAlignTop
|
||
|
|
object Button1: TButton
|
||
|
|
Left = 527
|
||
|
|
Top = 15
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Action = actCancelar
|
||
|
|
TabOrder = 0
|
||
|
|
end
|
||
|
|
object Button2: TButton
|
||
|
|
AlignWithMargins = True
|
||
|
|
Left = 437
|
||
|
|
Top = 15
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Margins.Left = 0
|
||
|
|
Margins.Top = 0
|
||
|
|
Margins.Right = 15
|
||
|
|
Margins.Bottom = 0
|
||
|
|
Action = actAceptar
|
||
|
|
TabOrder = 1
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object FlowPanel1: TFlowPanel
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
Width = 623
|
||
|
|
Height = 374
|
||
|
|
Align = alClient
|
||
|
|
Padding.Left = 30
|
||
|
|
Padding.Top = 30
|
||
|
|
Padding.Right = 30
|
||
|
|
Padding.Bottom = 30
|
||
|
|
ParentColor = True
|
||
|
|
TabOrder = 1
|
||
|
|
object lblInstruccion: TLabel
|
||
|
|
AlignWithMargins = True
|
||
|
|
Left = 31
|
||
|
|
Top = 31
|
||
|
|
Width = 78
|
||
|
|
Height = 19
|
||
|
|
Margins.Left = 0
|
||
|
|
Margins.Top = 0
|
||
|
|
Margins.Right = 0
|
||
|
|
Margins.Bottom = 20
|
||
|
|
Align = alTop
|
||
|
|
Caption = 'Instrucci'#243'n'
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -16
|
||
|
|
Font.Name = 'Tahoma'
|
||
|
|
Font.Style = []
|
||
|
|
ParentFont = False
|
||
|
|
end
|
||
|
|
object Label2: TLabel
|
||
|
|
Left = 31
|
||
|
|
Top = 70
|
||
|
|
Width = 571
|
||
|
|
Height = 81
|
||
|
|
Align = alTop
|
||
|
|
AutoSize = False
|
||
|
|
Caption = 'Comentarios'
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object ActionList1: TActionList
|
||
|
|
Left = 16
|
||
|
|
Top = 384
|
||
|
|
object actAceptar: TAction
|
||
|
|
Caption = '&Aceptar'
|
||
|
|
end
|
||
|
|
object actCancelar: TAction
|
||
|
|
Caption = '&Cancelar'
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|