lazarus/components/jcf2/Ui/Settings/frFiles.lfm

86 lines
1.5 KiB
Plaintext

object fFiles: TfFiles
Left = 0
Height = 281
Top = 0
Width = 395
ClientHeight = 281
ClientWidth = 395
OnResize = FrameResize
TabOrder = 0
DesignLeft = 495
DesignTop = 342
object lblStatus: TLabel
Left = 8
Height = 15
Top = 56
Width = 53
Caption = 'lblStatus'
ParentColor = False
end
object lblDate: TLabel
Left = 8
Height = 15
Top = 78
Width = 43
Caption = 'lblDate'
ParentColor = False
end
object lblVersion: TLabel
Left = 8
Height = 15
Top = 102
Width = 59
Caption = 'lblVersion'
ParentColor = False
end
object lblDescription: TLabel
Left = 8
Height = 15
Top = 128
Width = 73
Caption = 'Description:'
ParentColor = False
end
object lblSettingsFileName: TLabel
Left = 8
Height = 15
Top = 35
Width = 119
Caption = 'lblSettingsFileName'
ParentColor = False
end
object mDescription: TMemo
Left = 8
Height = 89
Top = 148
Width = 301
TabOrder = 2
end
object cbConfirmFormat: TCheckBox
Left = 8
Height = 20
Top = 2
Width = 268
Caption = 'Show confirmation dialog before format'
TabOrder = 0
end
object edFormatFile: TEdit
Left = 128
Height = 29
Top = 32
Width = 152
Color = clBtnFace
ReadOnly = True
TabOrder = 1
end
object bOpenFolder: TButton
Left = 296
Height = 25
Top = 31
Width = 91
Caption = 'Open folder'
OnClick = bOpenFolderClick
TabOrder = 3
end
end