58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
object Form2: TForm2
|
|
Left = 192
|
|
Top = 126
|
|
Width = 313
|
|
Height = 130
|
|
Caption = 'Form2'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 16
|
|
Width = 289
|
|
Height = 73
|
|
Caption = 'Reajustando tiempos. Por favor, espere...'
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -24
|
|
Font.Name = 'Arial Black'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
WordWrap = True
|
|
end
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
OnTimer = Timer1Timer
|
|
Left = 176
|
|
Top = 24
|
|
end
|
|
object TbPrecios: TTable
|
|
FieldDefs = <
|
|
item
|
|
Name = 'Tiempo'
|
|
DataType = ftTime
|
|
end
|
|
item
|
|
Name = 'Precio'
|
|
DataType = ftInteger
|
|
end>
|
|
StoreDefs = True
|
|
TableName = 'datos\PreciosConexion.DB'
|
|
Left = 16
|
|
Top = 24
|
|
end
|
|
object TbHistorial: TTable
|
|
AfterOpen = TbHistorialAfterOpen
|
|
TableName = 'datos\HistorialElementos.db'
|
|
Left = 128
|
|
Top = 24
|
|
end
|
|
end
|