CAP/cap_gestion/capg_tarifas.dfm
2021-09-01 18:53:06 +02:00

110 lines
3.0 KiB
Plaintext

object fTarifas: TfTarifas
Left = 195
Top = 115
Width = 431
Height = 348
Caption = 'fTarifas'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 24
object Panel1: TPanel
Left = 0
Top = 0
Width = 423
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 0
Top = -4
Width = 356
Height = 33
Caption = 'Tarificaci'#243'n no abonados'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Arial Black'
Font.Style = [fsBold]
ParentFont = False
end
object Bevel1: TBevel
Left = 0
Top = 24
Width = 401
Height = 9
Shape = bsBottomLine
end
object CardOK: TImage
Left = 488
Top = 0
Width = 24
Height = 24
AutoSize = True
Picture.Data = {
07544269746D617096010000424D960100000000000076000000280000001800
0000180000000100040000000000200100000000000000000000100000000000
000000000000000080000080000000808000800000008000800080800000C0C0
C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
FF00FFFFFFFFFFF991FFFFFFFFFFFFFFFFFFFFFF991FFFFFFFFFFFFFFFFFFFFF
991100000FFFFFFF00000000099110880FFF0000888888888001108800FF8888
888888888880088808FF88888888888888888888080F88888888888888888888
080B88888888888888888888080B888888888000000000008801888800000777
7777777808010000FFFFF777777777788001FFFFFFF77777FFF00000000BFFFF
FF777000000BBBBBBBBBFF7700000BBBBBBBBB111111000077BBBBBB111111BB
BBBB777700BB1111BBBBBBBBBBBB0000FFBBBBBBBBBBB33BBBBBFFFFFFB33BBB
3BBBB33BBB3BFFFFFFBB3BB33B3BBBBBBBBBFFFFFFB33BBBBBB3BBBBBBBBFFFF
FFB33BBBBBBBBBBBFFFFFFFFFFBBBBBFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFF}
Visible = False
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 423
Height = 276
Align = alClient
DataSource = DsPrecios
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -19
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'Tiempo'
Title.Alignment = taCenter
Width = 184
Visible = True
end
item
Expanded = False
FieldName = 'Precio'
Title.Alignment = taCenter
Width = 203
Visible = True
end>
end
object DsPrecios: TDataSource
DataSet = TbPrecios
Left = 200
Top = 136
end
object TbPrecios: TTable
BeforeOpen = TbPreciosBeforeOpen
TableName = 'datos\precios.db'
Left = 200
Top = 168
end
end