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/Almacenes/ElegirTipoAlmacen.dfm

115 lines
3.0 KiB
Plaintext
Raw Permalink Normal View History

object frElegirTipoAlmacen: TfrElegirTipoAlmacen
Left = 0
Top = 0
Width = 340
Height = 155
Color = 16383743
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
Entidad = entPedidoProveedor
BarraOperacion = brOperacion
object eInformacion: TLabel
Left = 13
Top = 14
Width = 315
Height = 19
AutoSize = False
Caption = 'Seleccione el tipo de almac<61>n que desea dar de alta.'
WordWrap = True
end
object brOperacion: TRdxBarraInferior
Left = 0
Top = 105
Width = 340
Height = 50
Caption = ' '
ParentColor = True
Visible = False
ColorHighLight = 8623776
ColorShadow = 8623776
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
Caption = 'Aceptar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWindowText
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
FontDisabled.Charset = DEFAULT_CHARSET
FontDisabled.Color = clWindowText
FontDisabled.Height = -11
FontDisabled.Name = 'MS Sans Serif'
FontDisabled.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
end
object rbFisico: TRdxRadioButton
Left = 24
Top = 40
Width = 225
Height = 17
Caption = 'Almac<61>n'
Checked = True
ColorFocused = clWhite
ColorDown = clWhite
ColorDot = clBlack
ColorBorder = 8623776
GroupIndex = 1
TabOrder = 1
TabStop = True
end
object rbObra: TRdxRadioButton
Left = 24
Top = 58
Width = 225
Height = 17
Caption = 'Obra'
ColorFocused = clWhite
ColorDown = clWhite
ColorDot = clBlack
ColorBorder = 8623776
GroupIndex = 1
TabOrder = 2
end
end