First commit 14/02/1999
This commit is contained in:
354
TpvCFG.dfm
Normal file
354
TpvCFG.dfm
Normal file
@ -0,0 +1,354 @@
|
||||
object CFG: TCFG
|
||||
Left = 189
|
||||
Top = 114
|
||||
Width = 400
|
||||
Height = 290
|
||||
Caption = 'Configuraci<63>n'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
Position = poScreenCenter
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 16
|
||||
object PageControl1: TPageControl
|
||||
Left = 0
|
||||
Top = 34
|
||||
Width = 392
|
||||
Height = 210
|
||||
ActivePage = TabSheet1
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
object General: TTabSheet
|
||||
Caption = 'General'
|
||||
object Bevel3: TBevel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 384
|
||||
Height = 179
|
||||
Align = alClient
|
||||
end
|
||||
object initMax: TCheckBox
|
||||
Left = 8
|
||||
Top = 24
|
||||
Width = 225
|
||||
Height = 17
|
||||
Caption = 'Inicializar pantallas Maximizadas'
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object Ventas: TTabSheet
|
||||
Caption = 'Ventas'
|
||||
ImageIndex = 1
|
||||
object Bevel2: TBevel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 384
|
||||
Height = 179
|
||||
Align = alClient
|
||||
end
|
||||
object Label1: TLabel
|
||||
Left = 8
|
||||
Top = 24
|
||||
Width = 110
|
||||
Height = 16
|
||||
Caption = 'Al Fichar, Facturar:'
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 136
|
||||
Top = 152
|
||||
Width = 136
|
||||
Height = 16
|
||||
Caption = '&Siguiente n<> de factura:'
|
||||
FocusControl = SigFactura
|
||||
end
|
||||
object SpeedButton3: TSpeedButton
|
||||
Left = 360
|
||||
Top = 144
|
||||
Width = 23
|
||||
Height = 22
|
||||
Flat = True
|
||||
Glyph.Data = {
|
||||
66010000424D6601000000000000760000002800000014000000140000000100
|
||||
040000000000F000000000000000000000001000000000000000000000000000
|
||||
BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
3333333300003333333333333333333300003333333800008333333300003333
|
||||
3800444400833333000033338044444444083333000033380444BBBB44408333
|
||||
0000333044444BB4444403330000338044444BB4444408330000330444444BB4
|
||||
444440330000330444444BB4444440330000330444444BB44444403300003304
|
||||
4444BBB4444440330000338044444444444408330000333044444BB444440333
|
||||
0000333804444BB4444083330000333380444444440833330000333338004444
|
||||
0083333300003333333800008333333300003333333333333333333300003333
|
||||
33333333333333330000}
|
||||
OnClick = SpeedButton3Click
|
||||
end
|
||||
object alFacturar: TComboBox
|
||||
Left = 128
|
||||
Top = 16
|
||||
Width = 145
|
||||
Height = 24
|
||||
ItemHeight = 16
|
||||
TabOrder = 0
|
||||
Text = '...solo a clientes'
|
||||
Items.Strings = (
|
||||
'...siempre'
|
||||
'...solo a clientes'
|
||||
'...a clientes y preguntar otros'
|
||||
'...preguntar siempre'
|
||||
'...nunca')
|
||||
end
|
||||
object Codigo_y_Unidad: TCheckBox
|
||||
Left = 8
|
||||
Top = 56
|
||||
Width = 265
|
||||
Height = 17
|
||||
Caption = 'Despues de un C<>digo, pedir Unidades'
|
||||
TabOrder = 1
|
||||
end
|
||||
object SigFactura: TMaskEdit
|
||||
Left = 280
|
||||
Top = 144
|
||||
Width = 75
|
||||
Height = 24
|
||||
EditMask = '#########;0;_'
|
||||
MaxLength = 9
|
||||
TabOrder = 2
|
||||
end
|
||||
object CajonMonedas: TCheckBox
|
||||
Left = 8
|
||||
Top = 80
|
||||
Width = 153
|
||||
Height = 17
|
||||
Caption = 'Cajon porta-monedas'
|
||||
TabOrder = 3
|
||||
OnClick = CajonMonedasClick
|
||||
end
|
||||
object CajonMonedasDonde: TComboBox
|
||||
Left = 160
|
||||
Top = 72
|
||||
Width = 113
|
||||
Height = 24
|
||||
ItemHeight = 16
|
||||
TabOrder = 4
|
||||
Items.Strings = (
|
||||
''
|
||||
'COM1'
|
||||
'COM2'
|
||||
'COM3'
|
||||
'COM4'
|
||||
'LPT1'
|
||||
'LPT2')
|
||||
end
|
||||
object ProbarCajon: TButton
|
||||
Left = 275
|
||||
Top = 72
|
||||
Width = 105
|
||||
Height = 25
|
||||
Caption = 'Probar'
|
||||
TabOrder = 5
|
||||
Visible = False
|
||||
OnClick = ProbarCajonClick
|
||||
end
|
||||
object CambioPrecioProdExistente: TCheckBox
|
||||
Left = 8
|
||||
Top = 104
|
||||
Width = 369
|
||||
Height = 17
|
||||
Caption = 'Permitir cambiar precio a productos registrados'
|
||||
TabOrder = 6
|
||||
end
|
||||
end
|
||||
object TabSheet1: TTabSheet
|
||||
Caption = 'Almacen / Stock'
|
||||
ImageIndex = 2
|
||||
object Bevel1: TBevel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 384
|
||||
Height = 179
|
||||
Align = alClient
|
||||
end
|
||||
object Bevel4: TBevel
|
||||
Left = 8
|
||||
Top = 48
|
||||
Width = 249
|
||||
Height = 81
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 8
|
||||
Top = 16
|
||||
Width = 177
|
||||
Height = 16
|
||||
Caption = 'Al cambiar el precio de costo:'
|
||||
end
|
||||
object Label4: TLabel
|
||||
Left = 16
|
||||
Top = 40
|
||||
Width = 141
|
||||
Height = 16
|
||||
Caption = 'Al imprimir Referencias:'
|
||||
end
|
||||
object Bevel5: TBevel
|
||||
Left = 264
|
||||
Top = 48
|
||||
Width = 113
|
||||
Height = 81
|
||||
end
|
||||
object Label5: TLabel
|
||||
Left = 272
|
||||
Top = 40
|
||||
Width = 34
|
||||
Height = 16
|
||||
Caption = 'Stock'
|
||||
end
|
||||
object Bevel7: TBevel
|
||||
Left = 8
|
||||
Top = 138
|
||||
Width = 369
|
||||
Height = 36
|
||||
end
|
||||
object Label6: TLabel
|
||||
Left = 16
|
||||
Top = 130
|
||||
Width = 81
|
||||
Height = 16
|
||||
Caption = 'En compras...'
|
||||
end
|
||||
object RecalcularPrecioVentaAlCambiarCoste: TComboBox
|
||||
Left = 192
|
||||
Top = 8
|
||||
Width = 185
|
||||
Height = 24
|
||||
ItemHeight = 16
|
||||
TabOrder = 0
|
||||
Text = '...dejar el PVP igual'
|
||||
Items.Strings = (
|
||||
'...dejar el PVP igual'
|
||||
'calcular PVP absoluto'
|
||||
'calcular PVP proporcional')
|
||||
end
|
||||
object RefQR_LEDS: TCheckBox
|
||||
Left = 16
|
||||
Top = 64
|
||||
Width = 233
|
||||
Height = 17
|
||||
Caption = 'Indicar Combinados/Seguimientos'
|
||||
TabOrder = 1
|
||||
end
|
||||
object ImprimirCabFam: TCheckBox
|
||||
Left = 16
|
||||
Top = 88
|
||||
Width = 233
|
||||
Height = 17
|
||||
Caption = 'Imprimir Cabecera de Familia'
|
||||
TabOrder = 2
|
||||
end
|
||||
object ImprimirCabFamVacia: TCheckBox
|
||||
Left = 32
|
||||
Top = 104
|
||||
Width = 145
|
||||
Height = 17
|
||||
Caption = 'aunque este vacia'
|
||||
TabOrder = 3
|
||||
end
|
||||
object StockQR_LEDS: TCheckBox
|
||||
Left = 272
|
||||
Top = 64
|
||||
Width = 97
|
||||
Height = 17
|
||||
Caption = 'Comb / Seg.'
|
||||
TabOrder = 4
|
||||
end
|
||||
object CmpActualizaPCoste: TCheckBox
|
||||
Left = 16
|
||||
Top = 152
|
||||
Width = 297
|
||||
Height = 17
|
||||
Caption = 'Actualizar P.Coste de Almacen y recalcular el'
|
||||
TabOrder = 5
|
||||
end
|
||||
object CmpActualizaPVP: TCheckBox
|
||||
Left = 312
|
||||
Top = 152
|
||||
Width = 49
|
||||
Height = 17
|
||||
Caption = 'PVP'
|
||||
TabOrder = 6
|
||||
end
|
||||
end
|
||||
object TabSheet2: TTabSheet
|
||||
Caption = 'Resumenes'
|
||||
ImageIndex = 3
|
||||
object Bevel6: TBevel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 384
|
||||
Height = 179
|
||||
Align = alClient
|
||||
end
|
||||
object VntProdCosteBeneficio: TCheckBox
|
||||
Left = 8
|
||||
Top = 16
|
||||
Width = 273
|
||||
Height = 17
|
||||
Caption = 'Venta Productos: Mostrar Coste/Beneficio'
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
object StatusBar1: TStatusBar
|
||||
Left = 0
|
||||
Top = 244
|
||||
Width = 392
|
||||
Height = 19
|
||||
Panels = <>
|
||||
SimplePanel = False
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 392
|
||||
Height = 34
|
||||
Align = alTop
|
||||
BorderStyle = bsSingle
|
||||
TabOrder = 2
|
||||
object SpeedButton1: TSpeedButton
|
||||
Left = 8
|
||||
Top = 3
|
||||
Width = 25
|
||||
Height = 25
|
||||
Flat = True
|
||||
Glyph.Data = {
|
||||
F6000000424DF600000000000000760000002800000010000000100000000100
|
||||
04000000000080000000CE0E0000D80E00001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
|
||||
7777777777777777777777777777777771F77771F7777777777777111F777777
|
||||
1F7777111F777771F777777111F77711F7777777111F711F77777777711111F7
|
||||
7777777777111F7777777777711111F777777777111F71F77777771111F77711
|
||||
F77771111F7777711F77711F7777777711F77777777777777777}
|
||||
OnClick = SpeedButton1Click
|
||||
end
|
||||
object SpeedButton2: TSpeedButton
|
||||
Left = 360
|
||||
Top = 3
|
||||
Width = 25
|
||||
Height = 25
|
||||
Flat = True
|
||||
Glyph.Data = {
|
||||
F6000000424DF600000000000000760000002800000010000000100000000100
|
||||
0400000000008000000000000000000000001000000010000000000000000000
|
||||
BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
|
||||
7777770000000000007770330770000330777033077000033077703307700003
|
||||
30777033000000033077703333333333307770330000000330777030FFFFFFF0
|
||||
30777030FCCCCFF030777030FFCCCFF030777037FCCCCFF000777077CCCFCFF0
|
||||
8077777CCC777700007777CCC77777777777777C777777777777}
|
||||
OnClick = SpeedButton2Click
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user