This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
Tecsitel_FactuGES/EditorDescripcion.dfm
2007-06-21 15:47:20 +00:00

138 lines
3.9 KiB
Plaintext

object frEditorDescripcion: TfrEditorDescripcion
Left = 0
Top = 0
Width = 410
Height = 416
Color = 16383743
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
object eInformacion: TLabel
Left = 16
Top = 12
Width = 377
Height = 19
AutoSize = False
Caption = 'Introduzca o modifique la descripción del concepto:'
WordWrap = True
end
object brGuardar: TRdxBarraInferior
Left = 0
Top = 366
Width = 410
Height = 50
Caption = ' '
ParentColor = True
ColorHighLight = 8623776
ColorShadow = clBtnFace
Align = alBottom
TabOrder = 0
UseDockManager = True
Margen = 10
object bGuardar: TRdxBoton
Left = 10
Top = 20
Width = 75
Height = 25
Alignment = taLeftJustify
Color = 14280169
ColorFocused = 12775679
ColorDown = 14280169
ColorBorder = 8623776
ColorHighLight = 8623776
ColorShadow = 8623776
GroupIndex = 1
Caption = 'Aceptar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWindowText
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
Glyph.Data = {
DE000000424DDE0000000000000076000000280000000E0000000D0000000100
04000000000068000000220B0000220B000010000000100000000000000000FF
0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222022222
2200222220102222220022220110222222002220111102222200220111110222
2200201100111022220001002201102222002022222011022200222222220110
2200222222222011020022222222220110002222222222201000222222222222
0200}
Margin = 5
ParentFont = False
ParentColor = False
TabStop = True
TabOrder = 0
Spacing = 6
OnClick = bGuardarClick
end
object bCancelar: TRdxBoton
Left = 95
Top = 20
Width = 75
Height = 25
Cancel = True
Alignment = taLeftJustify
Color = 14280169
ColorFocused = 12775679
ColorDown = 14280169
ColorBorder = 8623776
ColorHighLight = 8623776
ColorShadow = 8623776
GroupIndex = 1
Down = True
Caption = 'Cancelar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWindowText
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000220B0000220B0000100000001000000000009C006363
9C00C6C6C6000000CE003131CE000000FF000063FF00319CFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222222222
2222222222222222222222022222222225222450222222222222247502222222
5222224632222225222222235022225022222222350225022222222223505022
2222222222350222222222222350302222222222350223022222223550222230
2222237502222223022221312222222223222222222222222222}
Margin = 5
ParentFont = False
ParentColor = False
TabStop = True
TabOrder = 1
Spacing = 6
OnClick = bCancelarClick
end
end
object Descripcion: TRdxRichEdit
Left = 16
Top = 32
Width = 377
Height = 321
ColorFocused = clWhite
ColorBorder = 8623776
ColorFlat = 15726583
BorderStyle = bsNone
Color = 15726583
PlainText = True
ScrollBars = ssVertical
TabOrder = 1
WantReturns = False
end
end