初始化项目
This commit is contained in:
21
BLV_Studio/Control/ModelTest/C12Test_DimmingBLL.vb
Normal file
21
BLV_Studio/Control/ModelTest/C12Test_DimmingBLL.vb
Normal file
@@ -0,0 +1,21 @@
|
||||
Public Class C12Test_DimmingBLL
|
||||
|
||||
|
||||
''' <summary>
|
||||
''' 调光
|
||||
''' </summary>
|
||||
Public Dimming As Label
|
||||
|
||||
''' <summary>
|
||||
''' 调光滑动值
|
||||
''' </summary>
|
||||
Public DimmingVal As HScrollBar
|
||||
|
||||
''' <summary>
|
||||
''' 调光输入值
|
||||
''' </summary>
|
||||
Public DimmingInputVal As NumericUpDown
|
||||
|
||||
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user