Upload files to "/"

This commit is contained in:
2026-03-23 09:27:37 +00:00
parent 1c31ddd9fa
commit 2aac92e829
5 changed files with 1212 additions and 0 deletions

144
impostazioni.lfm Normal file
View File

@@ -0,0 +1,144 @@
object Settings: TSettings
Left = 503
Height = 414
Top = 250
Width = 604
BorderStyle = bsSingle
Caption = 'Settings'
ClientHeight = 414
ClientWidth = 604
LCLVersion = '4.4.0.0'
OnCreate = FormCreate
object ButtonPanel1: TButtonPanel
Left = 6
Height = 41
Top = 367
Width = 592
OKButton.Name = 'OKButton'
OKButton.Caption = '&Salva'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Aiuto'
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = '&Annulla'
ButtonOrder = boCloseCancelOK
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 8
Height = 168
Top = 8
Width = 584
Caption = 'Cordinate'
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 4
ClientHeight = 138
ClientWidth = 578
TabOrder = 1
object Label1: TLabel
Left = 0
Height = 31
Top = 54
Width = 154
Alignment = taCenter
Caption = 'Latitudine'
Layout = tlCenter
end
object FloatSpinEdit1: TFloatSpinEdit
Left = 154
Height = 31
Top = 54
Width = 128
TabOrder = 0
end
object Label2: TLabel
Left = 282
Height = 31
Top = 54
Width = 168
Alignment = taCenter
Caption = 'Longitudine'
Layout = tlCenter
end
object FloatSpinEdit2: TFloatSpinEdit
Left = 450
Height = 31
Top = 54
Width = 128
TabOrder = 1
end
end
object GroupBox2: TGroupBox
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 8
Height = 185
Top = 176
Width = 584
Anchors = [akTop, akLeft, akBottom]
Caption = 'Varie'
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 155
ClientWidth = 578
TabOrder = 2
OnClick = GroupBox2Click
object Label3: TLabel
Left = 0
Height = 31
Top = 16
Width = 400
Caption = 'Orario Simulazione Predefinito'
end
object SpinEdit1: TSpinEdit
Left = 400
Height = 31
Top = 16
Width = 178
MaxValue = 23
TabOrder = 0
Value = 21
end
object Label4: TLabel
Left = 0
Height = 28
Top = 64
Width = 400
Caption = 'HTTPS (libSSL deve essere installata nel pc)'
end
object CheckBox1: TCheckBox
Left = 400
Height = 28
Top = 64
Width = 178
Caption = 'Abilitato'
TabOrder = 1
end
object Label5: TLabel
Left = 0
Height = 30
Top = 108
Width = 400
Caption = 'Lingua'
end
object ComboBox1: TComboBox
Left = 400
Height = 30
Top = 108
Width = 178
ItemHeight = 22
Items.Strings = (
'Italiano'
'English'
)
TabOrder = 2
end
end
end