200 lines
4.5 KiB
Plaintext
200 lines
4.5 KiB
Plaintext
object Impostazioni: TImpostazioni
|
|
Left = 503
|
|
Height = 449
|
|
Top = 250
|
|
Width = 621
|
|
BorderStyle = bsSingle
|
|
Caption = 'Impostazioni'
|
|
ClientHeight = 449
|
|
ClientWidth = 621
|
|
Color = 3288618
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '4.6.0.0'
|
|
OnClick = FormClick
|
|
OnCreate = FormCreate
|
|
OnPaint = FormPaint
|
|
OnShow = FormShow
|
|
object CordinateGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 168
|
|
Top = 8
|
|
Width = 601
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 10
|
|
Caption = 'Cordinate'
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 4
|
|
ClientHeight = 138
|
|
ClientWidth = 595
|
|
Font.Color = clWhite
|
|
ParentBackground = False
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 0
|
|
Height = 31
|
|
Top = 54
|
|
Width = 150
|
|
Alignment = taCenter
|
|
Caption = 'Latitudine'
|
|
Font.Color = clWhite
|
|
Layout = tlCenter
|
|
ParentFont = False
|
|
end
|
|
object LatitudineEdit: TFloatSpinEdit
|
|
Left = 150
|
|
Height = 31
|
|
Top = 54
|
|
Width = 125
|
|
MaxValue = 90
|
|
MinValue = -90
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
end
|
|
object Label2: TLabel
|
|
Left = 275
|
|
Height = 31
|
|
Top = 54
|
|
Width = 166
|
|
Alignment = taCenter
|
|
Caption = 'Longitudine'
|
|
Layout = tlCenter
|
|
end
|
|
object LongitudineEdit: TFloatSpinEdit
|
|
Left = 441
|
|
Height = 31
|
|
Top = 54
|
|
Width = 124
|
|
BorderSpacing.Right = 30
|
|
MaxValue = 180
|
|
MinValue = -180
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
OnChange = LongitudineEditChange
|
|
end
|
|
end
|
|
object VarieGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = CordinateGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 206
|
|
Top = 186
|
|
Width = 601
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 10
|
|
Caption = 'Varie'
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 176
|
|
ClientWidth = 595
|
|
Font.Color = clWhite
|
|
ParentBackground = False
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
object Label3: TLabel
|
|
Left = 20
|
|
Height = 31
|
|
Top = 22
|
|
Width = 394
|
|
Caption = 'Orario Simulazione Predefinito'
|
|
Font.Color = clWhite
|
|
ParentFont = False
|
|
end
|
|
object OraSimulazioneEdit: TSpinEdit
|
|
Left = 416
|
|
Height = 31
|
|
Top = 22
|
|
Width = 149
|
|
MaxValue = 23
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
Value = 21
|
|
end
|
|
object Label4: TLabel
|
|
Left = 20
|
|
Height = 28
|
|
Top = 75
|
|
Width = 394
|
|
Caption = 'HTTPS (OpenSSL deve essere installata nel pc)'
|
|
Font.Color = clWhite
|
|
ParentFont = False
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 416
|
|
Height = 28
|
|
Top = 75
|
|
Width = 149
|
|
Caption = 'Abilitato'
|
|
Color = 3288618
|
|
Font.Color = clWhite
|
|
ParentColor = False
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
OnChange = CheckBox1Change
|
|
end
|
|
object Label5: TLabel
|
|
Left = 20
|
|
Height = 30
|
|
Top = 124
|
|
Width = 394
|
|
BorderSpacing.Left = 20
|
|
Caption = 'Lingua'
|
|
Font.Color = clWhite
|
|
ParentFont = False
|
|
end
|
|
object LanguageBox: TComboBox
|
|
Left = 416
|
|
Height = 30
|
|
Top = 124
|
|
Width = 149
|
|
BorderSpacing.Left = 2
|
|
BorderSpacing.Right = 30
|
|
ItemHeight = 22
|
|
Items.Strings = (
|
|
'Italiano'
|
|
''
|
|
)
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
Text = 'Italiano'
|
|
end
|
|
end
|
|
object CancelButton: TButton
|
|
Left = 384
|
|
Height = 39
|
|
Top = 400
|
|
Width = 106
|
|
Caption = 'Annulla'
|
|
TabOrder = 2
|
|
OnClick = CancelButtonClick
|
|
end
|
|
object SaveButton: TButton
|
|
Left = 504
|
|
Height = 39
|
|
Top = 400
|
|
Width = 106
|
|
Caption = 'Salva'
|
|
TabOrder = 3
|
|
OnClick = SaveButtonClick
|
|
end
|
|
object ResetButton: TButton
|
|
Left = 10
|
|
Height = 39
|
|
Top = 400
|
|
Width = 106
|
|
Caption = 'Reset'
|
|
TabOrder = 4
|
|
OnClick = ResetButtonClick
|
|
end
|
|
end
|