CentrED/Client/Tools/UfrmLightlevel.lfm

28 lines
520 B
Plaintext
Raw Normal View History

2015-05-01 12:14:15 +02:00
inherited frmLightlevel: TfrmLightlevel
Left = 598
2015-05-01 12:14:15 +02:00
Height = 171
Top = 733
Width = 53
Caption = 'Свет'
2015-05-01 12:14:15 +02:00
ClientHeight = 171
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
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]
top = 88
2015-05-01 12:14:15 +02:00
end
end