2015-05-01 12:14:15 +02:00
|
|
|
inherited frmLightlevel: TfrmLightlevel
|
2015-05-01 12:23:03 +02:00
|
|
|
Left = 598
|
2015-05-01 12:14:15 +02:00
|
|
|
Height = 171
|
2015-05-01 12:23:03 +02:00
|
|
|
Top = 733
|
|
|
|
Width = 53
|
|
|
|
Caption = 'Свет'
|
2015-05-01 12:14:15 +02:00
|
|
|
ClientHeight = 171
|
2015-05-01 12:23:03 +02:00
|
|
|
ClientWidth = 53
|
|
|
|
Constraints.MaxWidth = 40
|
|
|
|
Constraints.MinWidth = 36
|
|
|
|
OnCreate = FormCreate
|
2015-05-01 12:14:15 +02:00
|
|
|
object tbLightlevel: TTrackBar[0]
|
|
|
|
Left = 0
|
|
|
|
Height = 171
|
|
|
|
Top = 0
|
2015-05-01 12:23:03 +02:00
|
|
|
Width = 53
|
2015-05-01 12:14:15 +02:00
|
|
|
Max = 32
|
|
|
|
OnChange = tbLightlevelChange
|
|
|
|
Orientation = trVertical
|
|
|
|
Position = 0
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
inherited tmClose: TTimer[1]
|
2015-05-01 12:23:03 +02:00
|
|
|
top = 88
|
2015-05-01 12:14:15 +02:00
|
|
|
end
|
|
|
|
end
|