Files
0linux/spackgui/frmdisplaysettings.lfm
2023-10-06 15:59:41 +02:00

413 lines
9.7 KiB
Plaintext

object fDisplaySettings: TfDisplaySettings
Left = 2649
Height = 477
Top = 855
Width = 579
BorderStyle = bsDialog
Caption = 'Display configuration'
ClientHeight = 477
ClientWidth = 579
DesignTimePPI = 108
OnClose = FormClose
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '1.9.0.0'
object PageControl: TPageControl
Left = 18
Height = 396
Top = 18
Width = 550
ActivePage = tsColors
Anchors = [akTop, akLeft, akRight, akBottom]
ParentFont = False
TabIndex = 1
TabOrder = 0
object tsGeneral: TTabSheet
Caption = 'General'
ClientHeight = 364
ClientWidth = 546
ParentFont = False
object gbByteUnits: TGroupBox
Left = 17
Height = 117
Top = 16
Width = 513
Caption = 'Size units'
ClientHeight = 85
ClientWidth = 509
ParentFont = False
TabOrder = 0
object rbMetricUnits: TRadioButton
Left = 16
Height = 24
Top = 35
Width = 231
Caption = 'Metric system units (ko, Mo, etc.)'
OnChange = rbIECUnitsChange
ParentFont = False
TabOrder = 0
end
object rbIECUnits: TRadioButton
Left = 16
Height = 24
Top = 8
Width = 417
Caption = 'Units from Internationnal Electronic Commition (Kio, Mio, etc.)'
Checked = True
OnChange = rbIECUnitsChange
ParentFont = False
TabOrder = 1
TabStop = True
end
object lbUnitExample: TLabel
Left = 16
Height = 20
Top = 69
Width = 93
Caption = 'lbUnitExample'
ParentColor = False
ParentFont = False
end
end
object gbNumbers: TGroupBox
Left = 296
Height = 135
Top = 142
Width = 234
Caption = 'Nombres'
ClientHeight = 103
ClientWidth = 230
ParentFont = False
TabOrder = 1
object edDecimalSeparator: TEdit
Left = 187
Height = 34
Top = 17
Width = 27
OnChange = edDecimalSeparatorChange
OnClick = edDecimalSeparatorChange
ParentFont = False
TabOrder = 0
Text = 'edDecimalSeparator'
end
object edThousandsSeparator: TEdit
Left = 187
Height = 34
Top = 62
Width = 27
OnChange = edThousandsSeparatorChange
OnClick = edThousandsSeparatorChange
ParentFont = False
TabOrder = 1
Text = 'edThousandsSeparator'
end
object lbThousandsSeparator: TLabel
Left = 16
Height = 20
Top = 66
Width = 136
Caption = 'Thousands separator:'
ParentColor = False
ParentFont = False
end
object lbDecimalSeparator: TLabel
Left = 16
Height = 20
Top = 21
Width = 118
Caption = 'Decimal separator:'
ParentColor = False
ParentFont = False
end
end
object gbListView: TGroupBox
Left = 17
Height = 136
Top = 142
Width = 261
Caption = 'Lists'
ClientHeight = 104
ClientWidth = 257
ParentFont = False
TabOrder = 2
object ckbDisplayGrid: TCheckBox
Left = 18
Height = 24
Top = 14
Width = 113
Caption = 'Display a grid'
ParentFont = False
TabOrder = 0
end
object ckbNoColors: TCheckBox
Left = 18
Height = 24
Top = 44
Width = 136
Caption = 'Do not use colors'
ParentFont = False
TabOrder = 1
end
end
end
object tsColors: TTabSheet
Caption = 'Colors'
ClientHeight = 361
ClientWidth = 542
ParentFont = False
object clbUpdatablePackageBackground: TColorBox
Left = 376
Height = 34
Top = 40
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 0
end
object lbUpdatablePackage: TLabel
Left = 17
Height = 20
Top = 16
Width = 208
Caption = 'Packages with available upgrade:'
ParentColor = False
ParentFont = False
end
object lbUpdatablePackageFont: TLabel
Left = 35
Height = 20
Top = 46
Width = 33
Caption = 'Font:'
ParentColor = False
ParentFont = False
end
object clbUpdatablePackageFont: TColorBox
Left = 100
Height = 34
Top = 40
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 1
end
object lbUpdatablePackageBackground: TLabel
Left = 288
Height = 20
Top = 46
Width = 80
Caption = 'Background:'
ParentColor = False
ParentFont = False
end
object lbOutdatedPackage: TLabel
Left = 17
Height = 20
Top = 80
Width = 131
Caption = 'Deprecated package:'
ParentColor = False
ParentFont = False
end
object lbOutdatedPackageFont: TLabel
Left = 35
Height = 20
Top = 109
Width = 33
Caption = 'Font:'
ParentColor = False
ParentFont = False
end
object clbOutdatedPackageFont: TColorBox
Left = 100
Height = 34
Top = 104
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 2
end
object clbOutdatedPackageBackground: TColorBox
Left = 376
Height = 34
Top = 104
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 3
end
object lbOutdatedPackageBackground: TLabel
Left = 288
Height = 20
Top = 109
Width = 80
Caption = 'Background:'
ParentColor = False
ParentFont = False
end
object lbPackageToInstallFont: TLabel
Left = 35
Height = 20
Top = 173
Width = 33
Caption = 'Font:'
ParentColor = False
ParentFont = False
end
object clbPackageToInstallFont: TColorBox
Left = 100
Height = 34
Top = 168
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 4
end
object lbPackageToInstallBackground: TLabel
Left = 288
Height = 20
Top = 173
Width = 80
Caption = 'Background:'
ParentColor = False
ParentFont = False
end
object clbPackageToInstallBackground: TColorBox
Left = 376
Height = 34
Top = 168
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 5
end
object lbPackageToInstall: TLabel
Left = 17
Height = 20
Top = 144
Width = 171
Caption = 'Package set for installation:'
ParentColor = False
ParentFont = False
end
object lbPackageToUpgradeFont: TLabel
Left = 35
Height = 20
Top = 237
Width = 33
Caption = 'Font:'
ParentColor = False
ParentFont = False
end
object clbPackageToUpgradeFont: TColorBox
Left = 100
Height = 34
Top = 232
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 6
end
object lbPackageToUpgradeBackground: TLabel
Left = 288
Height = 20
Top = 237
Width = 80
Caption = 'Background:'
ParentColor = False
ParentFont = False
end
object clbPackageToUpgradeBackground: TColorBox
Left = 376
Height = 34
Top = 232
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 7
end
object lbPackageToUpgrade: TLabel
Left = 17
Height = 20
Top = 208
Width = 127
Caption = 'Package to upgrade:'
ParentColor = False
ParentFont = False
end
object lbPackageToRemoveFont: TLabel
Left = 35
Height = 20
Top = 301
Width = 33
Caption = 'Font:'
ParentColor = False
ParentFont = False
end
object clbPackageToRemoveFont: TColorBox
Left = 100
Height = 34
Top = 296
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 8
end
object lbPackageToRemoveBackground: TLabel
Left = 288
Height = 20
Top = 301
Width = 80
Caption = 'Background:'
ParentColor = False
ParentFont = False
end
object clbPackageToRemoveBackground: TColorBox
Left = 376
Height = 34
Top = 296
Width = 144
ItemHeight = 19
ParentFont = False
TabOrder = 9
end
object lbPackageToRemove: TLabel
Left = 17
Height = 20
Top = 272
Width = 188
Caption = 'Package set for uninstallation:'
ParentColor = False
ParentFont = False
end
end
end
object btnOk: TBitBtn
Tag = -1
Left = 307
Height = 34
Top = 432
Width = 120
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
OnClick = btnOkClick
ParentFont = False
TabOrder = 1
end
object btnCancel: TBitBtn
Tag = -1
Left = 448
Height = 34
Top = 432
Width = 120
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end