salvaVidas/scr/TComprobadorActividad.dfm
2021-09-01 18:26:41 +02:00

137 lines
2.5 KiB
Plaintext

object comprobadorActividad: TcomprobadorActividad
Left = 508
Top = 486
Width = 440
Height = 362
Caption = 'Comprobador de Actividad'
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 PaintBox1: TPaintBox
Left = 8
Top = 216
Width = 417
Height = 105
end
object Label2: TLabel
Left = 176
Top = 72
Width = 103
Height = 13
Caption = 'Comprobar cada (min)'
end
object Label3: TLabel
Left = 176
Top = 96
Width = 110
Height = 13
Caption = 'Exploraciones Maximas'
end
object StringGrid1: TStringGrid
Left = 8
Top = 40
Width = 161
Height = 169
TabOrder = 0
RowHeights = (
24
28
11
24
24)
end
object Edit1: TEdit
Left = 176
Top = 40
Width = 81
Height = 21
TabOrder = 1
Text = 'G:SSS:PP'
end
object RichEdit1: TRichEdit
Left = 176
Top = 120
Width = 249
Height = 89
Lines.Strings = (
'RichEdit1')
TabOrder = 2
end
object edMin: TEdit
Left = 296
Top = 64
Width = 25
Height = 21
TabOrder = 3
Text = '30'
end
object UpDown1: TUpDown
Left = 321
Top = 64
Width = 16
Height = 21
Associate = edMin
Min = 0
Position = 30
TabOrder = 4
Wrap = False
end
object CheckBox1: TCheckBox
Left = 272
Top = 40
Width = 65
Height = 17
Caption = 'Activado'
TabOrder = 5
end
object edMax: TEdit
Left = 296
Top = 88
Width = 25
Height = 21
TabOrder = 6
Text = '48'
end
object UpDown2: TUpDown
Left = 321
Top = 88
Width = 16
Height = 21
Associate = edMax
Min = 0
Position = 48
TabOrder = 7
Wrap = False
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 432
Height = 36
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clWhite
TabOrder = 8
object Label4: TLabel
Left = 8
Top = 2
Width = 341
Height = 29
Caption = 'Comprobador de Actividad...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
end
end