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/Articulos/LocalizarArticulo.dfm
2007-06-21 15:47:20 +00:00

476 lines
15 KiB
Plaintext

object frLocalizarArticulo: TfrLocalizarArticulo
Tag = 6
Left = 0
Top = 0
Width = 826
Height = 769
Color = 16383743
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
Entidad = entArticulo
BarraOperacion = brSimple
object Titulo: TRdxPanelTituloOperacion
Left = 0
Top = 0
Width = 826
Height = 22
Caption = ' material'
Color = 14470061
Align = alTop
Font.Charset = DEFAULT_CHARSET
Font.Color = 8934690
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
end
object RdxScrollPanel1: TRdxScrollPanel
Tag = 7
Left = 0
Top = 22
Width = 826
Height = 697
HorzScrollBar.Smooth = True
HorzScrollBar.Style = ssFlat
VertScrollBar.Smooth = True
VertScrollBar.Style = ssFlat
Align = alClient
BevelOuter = bvNone
ParentColor = True
TabOrder = 0
object pnlDatos: TRdxPanel
Left = 0
Top = 0
Width = 826
Height = 170
Caption = ' '
ParentColor = True
ColorHighLight = 8623776
ColorShadow = 8623776
Align = alTop
TabOrder = 0
AutoSize = True
UseDockManager = True
object cDatos: TRdxCabecera
Left = 0
Top = 0
Width = 826
Height = 30
Caption = 'Datos del material'
Align = alTop
Font.Charset = DEFAULT_CHARSET
Font.Color = 8934690
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Margen = 10
end
object eCodigo: TLabel
Left = 109
Top = 50
Width = 37
Height = 13
Alignment = taRightJustify
Caption = 'Código:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object eUnidades: TLabel
Left = 311
Top = 79
Width = 81
Height = 13
Alignment = taRightJustify
Caption = 'Unid. de medida:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object eHastaArticulo: TLabel
Left = 88
Top = 107
Width = 58
Height = 13
Alignment = taRightJustify
Caption = 'Descripción:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object eObservaciones: TLabel
Left = 71
Top = 144
Width = 75
Height = 13
Alignment = taRightJustify
Caption = 'Observaciones:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object eFamilia: TLabel
Left = 356
Top = 50
Width = 36
Height = 13
Alignment = taRightJustify
Caption = 'Familia:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Visible = False
end
object ePrecioEuros: TLabel
Left = 113
Top = 78
Width = 33
Height = 13
Alignment = taRightJustify
Caption = 'Precio:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Observaciones: TRdxDBMemo
Left = 154
Top = 130
Width = 485
Height = 40
ColorFocused = clWhite
ColorBorder = 8623776
ColorFlat = 15726583
ParentColor = False
TabOrder = 5
Lines.Strings = (
'Observaciones')
BorderStyle = bsNone
Color = 15726583
DataField = 'OBSERVACIONES'
DataSource = dsArticulo
end
object Codigo: TRdxDBEdit
Left = 154
Top = 46
Width = 140
Height = 19
VerBoton = True
AutoSize = False
BorderStyle = bsNone
ColorBorder = 8623776
ColorFlat = 15726583
ColorBoton = 12775679
DataField = 'CODIGO'
DataSource = dsArticulo
TabOrder = 0
Text = 'Codigo'
OnButtonClick = CodigoButtonClick
end
object cbxUnidadesMedida: TRdxDBComboBox
Left = 399
Top = 74
Width = 240
Height = 21
Style = csSimple
Color = 15726583
ColorArrow = clBlack
ColorArrowBackground = 12775679
ColorBorder = 8623776
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 3
Text = 'cbxUnidadesMedida'
ItemIndex = -1
DataField = 'UNIDADESMEDIDA'
DataSource = dsArticulo
end
object Descripcion: TRdxDBEdit
Left = 154
Top = 103
Width = 485
Height = 19
AutoSize = False
BorderStyle = bsNone
ColorBorder = 8623776
ColorFlat = 15726583
ColorBoton = 12775679
DataField = 'DESCRIPCION'
DataSource = dsArticulo
TabOrder = 4
Text = 'Descripcion'
end
object cbxFamilia: TRdxDBComboBox
Left = 399
Top = 46
Width = 240
Height = 21
Style = csSimple
Color = 15726583
ColorArrow = clBlack
ColorArrowBackground = 12775679
ColorBorder = 8623776
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 1
Text = 'cbxFamilia'
Visible = False
ItemIndex = -1
DataField = 'FAMILIA'
DataSource = dsArticulo
end
object Precio: TRdxDBEdit
Left = 154
Top = 74
Width = 140
Height = 19
AutoSize = False
BorderStyle = bsNone
ColorBorder = 8623776
ColorFlat = 15726583
ColorBoton = 12775679
DataField = 'PRECIO'
DataSource = dsArticulo
TabOrder = 2
Text = 'Precio'
end
end
object pnlAlmacenes: TRdxPanel
Left = 0
Top = 170
Width = 826
Height = 527
Caption = ' '
ParentColor = True
ColorHighLight = 8623776
ColorShadow = 8623776
Align = alClient
TabOrder = 1
UseDockManager = True
object cListado: TRdxCabecera
Left = 0
Top = 0
Width = 826
Height = 30
Caption = 'Listado de localizaciones'
Align = alTop
Font.Charset = DEFAULT_CHARSET
Font.Color = 8934690
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Margen = 10
end
object pnlGridAlmacenes: TRdxPanel
Left = 0
Top = 30
Width = 826
Height = 497
Caption = ' '
ParentColor = True
ColorHighLight = 8623776
ColorShadow = 8623776
Align = alClient
TabOrder = 0
UseDockManager = True
object pnlGrid: TPanel
Left = 0
Top = 0
Width = 826
Height = 497
Align = alClient
BevelOuter = bvNone
BorderWidth = 10
ParentColor = True
TabOrder = 0
object gridAlmacenes: TdxDBGrid
Left = 10
Top = 10
Width = 806
Height = 477
Bands = <
item
end>
DefaultLayout = False
HeaderPanelRowCount = 1
KeyField = 'CODIGO'
SummaryGroups = <>
SummarySeparator = ', '
Align = alClient
Color = 16383743
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
BandColor = 8623776
BandFont.Charset = DEFAULT_CHARSET
BandFont.Color = clWindowText
BandFont.Height = -11
BandFont.Name = 'Tahoma'
BandFont.Style = []
DataSource = dsAlmacenes
Filter.Criteria = {00000000}
GridLineColor = 14280169
GroupPanelColor = 8623776
GroupPanelFontColor = 15726583
GroupNodeColor = 14280169
HeaderColor = 14280169
HeaderFont.Charset = DEFAULT_CHARSET
HeaderFont.Color = clWindowText
HeaderFont.Height = -11
HeaderFont.Name = 'Tahoma'
HeaderFont.Style = []
HighlightColor = 12775679
HighlightTextColor = clBlack
LookAndFeel = lfFlat
OptionsBehavior = [edgoAutoSearch, edgoAutoSort, edgoCaseInsensitive, edgoDragScroll, edgoEnterShowEditor, edgoEnterThrough, edgoImmediateEditor, edgoMultiSort, edgoShowHourGlass, edgoTabs, edgoTabThrough, edgoVertThrough]
OptionsCustomize = [edgoBandMoving, edgoBandSizing, edgoColumnMoving, edgoColumnSizing, edgoRowSizing]
OptionsDB = [edgoCancelOnExit, edgoCanNavigation, edgoLoadAllRecords, edgoResetColumnFocus, edgoSmartRefresh, edgoSyncSelection, edgoUseBookmarks]
OptionsView = [edgoAutoWidth, edgoBandHeaderWidth, edgoDrawEndEllipsis, edgoIndicator, edgoRowAutoHeight, edgoUseBitmap]
PreviewFont.Charset = DEFAULT_CHARSET
PreviewFont.Color = clBlue
PreviewFont.Height = -11
PreviewFont.Name = 'Tahoma'
PreviewFont.Style = []
end
end
end
end
end
object brSimple: TRdxBarraInferior
Left = 0
Top = 719
Width = 826
Height = 50
Caption = ' '
ParentColor = True
Visible = False
ColorHighLight = 8623776
ColorShadow = clBtnFace
Align = alBottom
TabOrder = 1
UseDockManager = True
Margen = 10
object bAceptarSimple: 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
Down = True
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 = {
06050000424D060500000000000036040000280000000E0000000D0000000100
080000000000D0000000320B0000320B000000010000000100000000000000FF
000000800000C0FFC000FF00FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000040404040404
0004040404040404000004040404040003000404040404040000040404040003
0300040404040404000004040400010101010004040404040000040400030102
0201000404040404000004000301000002010100040404040000000300000404
0002010100040404000004000404040404000201000404040000040404040404
0404000101000404000004040404040404040400010100040000040404040404
0404040400010100000004040404040404040404040001000000040404040404
04040404040400040000}
Margin = 5
ParentFont = False
ParentColor = False
TabStop = True
TabOrder = 0
Spacing = 6
OnClick = bSalirClick
end
end
object dsArticulo: TDataSource
AutoEdit = False
Left = 26
Top = 107
end
object dsAlmacenes: TDataSource
AutoEdit = False
Left = 34
Top = 323
end
end