mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 15:37:50 +02:00
213 lines
4.7 KiB
Plaintext
213 lines
4.7 KiB
Plaintext
object OptionsForm: TOptionsForm
|
|
Left = 350
|
|
Height = 337
|
|
Top = 262
|
|
Width = 398
|
|
HorzScrollBar.Page = 397
|
|
VertScrollBar.Page = 336
|
|
ActiveControl = CBConfirmDelete
|
|
BorderStyle = bsDialog
|
|
Caption = 'Options'
|
|
ClientHeight = 337
|
|
ClientWidth = 398
|
|
OnShow = OptionsFormShow
|
|
object PageControl1: TPageControl
|
|
Height = 287
|
|
Width = 398
|
|
ActivePage = tabGeneral
|
|
Align = alClient
|
|
TabIndex = 0
|
|
TabOrder = 0
|
|
object tabGeneral: TTabSheet
|
|
Caption = 'General'
|
|
ClientHeight = 261
|
|
ClientWidth = 390
|
|
object LEBackupExtension: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 130
|
|
Width = 85
|
|
Alignment = taRightJustify
|
|
Caption = 'Backup extension'
|
|
FocusControl = EBackupExtension
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object LEMaxMRU: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 153
|
|
Width = 85
|
|
Alignment = taRightJustify
|
|
Caption = 'Max. recent used'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object LEDefaultExtension: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 104
|
|
Width = 86
|
|
Alignment = taRightJustify
|
|
Caption = 'Default extension'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object LFEMakeskel: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 186
|
|
Width = 87
|
|
Alignment = taRightJustify
|
|
Caption = 'makeskel program'
|
|
FocusControl = FEMakeSkel
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object LFEfpdoc: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 220
|
|
Width = 71
|
|
Alignment = taRightJustify
|
|
Caption = 'fpdoc program'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object CBConfirmDelete: TCheckBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 6
|
|
Width = 98
|
|
AllowGrayed = True
|
|
Caption = 'C&onfirm deletes'
|
|
TabOrder = 0
|
|
end
|
|
object CBCreateBackup: TCheckBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 34
|
|
Width = 101
|
|
AllowGrayed = True
|
|
Caption = 'Create &backups'
|
|
TabOrder = 1
|
|
end
|
|
object CBSkipEmptyNodes: TCheckBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 66
|
|
Width = 173
|
|
AllowGrayed = True
|
|
Caption = '&Skip empty nodes when saving'
|
|
TabOrder = 2
|
|
end
|
|
object EBackupExtension: TEdit
|
|
Left = 120
|
|
Height = 23
|
|
Top = 130
|
|
Width = 80
|
|
TabOrder = 3
|
|
end
|
|
object SEMaxRecentUsed: TSpinEdit
|
|
Left = 120
|
|
Height = 20
|
|
Top = 154
|
|
Width = 81
|
|
TabOrder = 4
|
|
end
|
|
object EDefaultExtension: TEdit
|
|
Left = 120
|
|
Height = 23
|
|
Top = 104
|
|
Width = 80
|
|
TabOrder = 7
|
|
end
|
|
object FEMakeSkel: TFileNameEdit
|
|
Left = 120
|
|
Height = 23
|
|
Top = 186
|
|
Width = 244
|
|
DialogTitle = 'Select skeleton generator'
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ParentColor = False
|
|
TabOrder = 5
|
|
end
|
|
object FEfpdoc: TFileNameEdit
|
|
Left = 120
|
|
Height = 23
|
|
Top = 212
|
|
Width = 244
|
|
DialogTitle = 'Select documentation generator'
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ParentColor = False
|
|
TabOrder = 6
|
|
end
|
|
object CBStartMaximized: TCheckBox
|
|
Left = 200
|
|
Height = 19
|
|
Top = 6
|
|
Width = 99
|
|
Caption = 'Start maximized'
|
|
TabOrder = 8
|
|
end
|
|
object CBReopenLast: TCheckBox
|
|
Left = 200
|
|
Height = 19
|
|
Top = 34
|
|
Width = 149
|
|
Caption = 'Reopen last file on startup'
|
|
TabOrder = 9
|
|
end
|
|
end
|
|
object tabDesktop: TTabSheet
|
|
Caption = 'Desktop'
|
|
ClientHeight = 261
|
|
ClientWidth = 390
|
|
object CBShowHints: TCheckBox
|
|
Left = 14
|
|
Height = 19
|
|
Top = 12
|
|
Width = 80
|
|
Caption = 'Show Hints'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Height = 50
|
|
Top = 287
|
|
Width = 398
|
|
Align = alBottom
|
|
ClientHeight = 50
|
|
ClientWidth = 398
|
|
FullRepaint = False
|
|
TabOrder = 1
|
|
object BOK: TButton
|
|
Left = 198
|
|
Height = 25
|
|
Top = 12
|
|
Width = 88
|
|
Caption = '&OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
OnClick = BOKClick
|
|
TabOrder = 0
|
|
end
|
|
object BCancel: TButton
|
|
Cursor = crAppStart
|
|
Left = 294
|
|
Height = 25
|
|
Top = 12
|
|
Width = 88
|
|
Cancel = True
|
|
Caption = '&Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|