2018-09-26 15:12:28 +00:00
|
|
|
object Form1: TForm1
|
|
|
|
Left = 345
|
|
|
|
Height = 290
|
|
|
|
Top = 131
|
2019-05-25 18:41:09 +00:00
|
|
|
Width = 363
|
2018-09-26 15:12:28 +00:00
|
|
|
Caption = 'Form1'
|
|
|
|
ClientHeight = 290
|
2019-05-25 18:41:09 +00:00
|
|
|
ClientWidth = 363
|
2018-09-26 15:12:28 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
LCLVersion = '2.1.0.0'
|
|
|
|
object JvDialButton1: TJvDialButton
|
|
|
|
Left = 40
|
|
|
|
Height = 120
|
|
|
|
Top = 24
|
|
|
|
Width = 120
|
|
|
|
ButtonEdge = 5
|
|
|
|
Color = clMoneyGreen
|
|
|
|
DefaultPos = 0
|
|
|
|
ParentColor = False
|
2019-05-29 16:06:12 +00:00
|
|
|
Position = 40
|
2018-09-26 15:12:28 +00:00
|
|
|
Radius = 48
|
|
|
|
TickStyle = tsAuto
|
|
|
|
TabOrder = 0
|
|
|
|
OnChange = JvDialButton1Change
|
|
|
|
end
|
|
|
|
object JvLED1: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 8
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOn = clRed
|
|
|
|
ColorOff = clMaroon
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED2: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 24
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOn = clRed
|
|
|
|
ColorOff = clMaroon
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED3: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 40
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOn = clYellow
|
|
|
|
ColorOff = clOlive
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED4: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 56
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOn = clYellow
|
|
|
|
ColorOff = clOlive
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED5: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 72
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOff = clGreen
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED6: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 88
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOff = clGreen
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED7: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 104
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOff = clGreen
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED8: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 120
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOff = clGreen
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED9: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 136
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOff = clGreen
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object JvLED10: TJvLED
|
|
|
|
Left = 197
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 152
|
2018-09-26 15:12:28 +00:00
|
|
|
ColorOff = clGreen
|
|
|
|
Status = False
|
|
|
|
end
|
|
|
|
object cmbPointerShape: TComboBox
|
|
|
|
Left = 40
|
|
|
|
Height = 23
|
|
|
|
Top = 202
|
|
|
|
Width = 132
|
|
|
|
ItemHeight = 15
|
|
|
|
ItemIndex = 2
|
|
|
|
Items.Strings = (
|
|
|
|
'psLine'
|
|
|
|
'psTriangle'
|
|
|
|
'psDot'
|
|
|
|
)
|
|
|
|
OnChange = cmbPointerShapeChange
|
|
|
|
Style = csDropDownList
|
|
|
|
TabOrder = 1
|
|
|
|
Text = 'psDot'
|
|
|
|
end
|
|
|
|
object lblPointerShape: TLabel
|
|
|
|
Left = 40
|
|
|
|
Height = 15
|
|
|
|
Top = 184
|
|
|
|
Width = 72
|
|
|
|
Caption = 'Pointer shape'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object lblBorderStyle: TLabel
|
|
|
|
Left = 40
|
|
|
|
Height = 15
|
|
|
|
Top = 232
|
|
|
|
Width = 62
|
|
|
|
Caption = 'Border style'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object cmbBorderStyle: TComboBox
|
|
|
|
Left = 40
|
|
|
|
Height = 23
|
|
|
|
Top = 250
|
|
|
|
Width = 132
|
|
|
|
ItemHeight = 15
|
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'bsNone'
|
|
|
|
'bsSingle'
|
|
|
|
)
|
|
|
|
OnChange = cmbBorderStyleChange
|
|
|
|
Style = csDropDownList
|
|
|
|
TabOrder = 2
|
|
|
|
Text = 'bsNone'
|
|
|
|
end
|
2019-05-25 18:41:09 +00:00
|
|
|
object cbColor: TColorBox
|
|
|
|
Left = 192
|
2019-05-29 16:06:12 +00:00
|
|
|
Height = 22
|
2019-05-25 18:41:09 +00:00
|
|
|
Top = 201
|
|
|
|
Width = 128
|
|
|
|
Selected = clMoneyGreen
|
|
|
|
ItemHeight = 16
|
|
|
|
OnChange = cbColorChange
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object Label1: TLabel
|
|
|
|
Left = 192
|
|
|
|
Height = 15
|
|
|
|
Top = 184
|
|
|
|
Width = 29
|
|
|
|
Caption = 'Color'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2018-09-26 15:12:28 +00:00
|
|
|
end
|