Varela_PuntosVenta/Source/Modulos/ReferenciaGenerica/Cliente/uEditorCambioReferenciaGenerica.dfm_
2007-08-01 16:16:26 +00:00

145 lines
3.6 KiB
Plaintext

object fEditorCambioReferenciaGenerica: TfEditorCambioReferenciaGenerica
Left = 421
Top = 281
Width = 767
Height = 569
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'Rectificar referencia gen'#233'rica de producto'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
DesignSize = (
759
535)
PixelsPerInch = 96
TextHeight = 13
object JvgWizardHeader1: TJvgWizardHeader
Left = 0
Top = 0
Width = 759
Height = 73
CaptionFont.Charset = DEFAULT_CHARSET
CaptionFont.Color = clWindowText
CaptionFont.Height = -11
CaptionFont.Name = 'MS Sans Serif'
CaptionFont.Style = [fsBold]
CommentFont.Charset = DEFAULT_CHARSET
CommentFont.Color = clWindowText
CommentFont.Height = -11
CommentFont.Name = 'MS Sans Serif'
CommentFont.Style = []
SymbolFont.Charset = DEFAULT_CHARSET
SymbolFont.Color = clHighlightText
SymbolFont.Height = -35
SymbolFont.Name = 'Wingdings'
SymbolFont.Style = [fsBold]
Captions.Strings = (
'Rectificar referencia gen'#233'rica de producto')
Comments.Strings = (
'Indique el c'#243'digo de producto, el color y la talla que correspon' +
'de a la referencia gen'#233'rica.')
Gradient.FromColor = clHighlight
Gradient.ToColor = clWindow
Gradient.Active = True
Gradient.Orientation = fgdVertical
BufferedDraw = False
end
object Bevel1: TBevel
Left = 16
Top = 483
Width = 730
Height = 4
Anchors = [akLeft, akBottom]
Shape = bsBottomLine
end
object Label1: TLabel
Left = 16
Top = 460
Width = 61
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Importe total:'
end
object lblImporteTotal: TLabel
Left = 85
Top = 460
Width = 5
Height = 13
Anchors = [akLeft, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object bAceptar: TButton
Left = 577
Top = 496
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = '&Aceptar'
ModalResult = 1
TabOrder = 0
OnClick = bAceptarClick
end
object bCancelar: TButton
Left = 671
Top = 496
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Cancel = True
Caption = '&Cancelar'
ModalResult = 2
TabOrder = 1
end
object bComprobar: TButton
Left = 17
Top = 496
Width = 152
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Comprobar todos los c'#243'digos'
TabOrder = 2
OnClick = bComprobarClick
end
object dsDataSource: TDADataSource
DataTable = dmReferenciaGenerica.tbl_ReferenciaGenerica
Left = 200
Top = 496
end
object cxStyleRepository1: TcxStyleRepository
Left = 368
Top = 272
object cxStyleEditable: TcxStyle
AssignedValues = [svFont]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
end
object cxStyleNoEditable: TcxStyle
AssignedValues = [svTextColor]
TextColor = 6250335
end
object cxStyleProductor: TcxStyle
AssignedValues = [svTextColor]
TextColor = 14898176
end
object cxStyleNoEncontrado: TcxStyle
AssignedValues = [svTextColor]
TextColor = clRed
end
end
end