doublecmd/ffileproperties.lfm
2007-11-17 23:19:37 +00:00

452 lines
9.9 KiB
Text

object frmFileProperties: TfrmFileProperties
Left = 264
Height = 432
Top = 40
Width = 458
HorzScrollBar.Page = 457
HorzScrollBar.Range = 425
VertScrollBar.Page = 431
VertScrollBar.Range = 401
ActiveControl = btnClose
Caption = 'Properties'
ClientHeight = 432
ClientWidth = 458
Position = poScreenCenter
object btnClose: TButton
Left = 373
Height = 32
Top = 392
Width = 75
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Close'
OnClick = btnCloseClick
TabOrder = 0
end
object pcPageControl: TPageControl
Left = 8
Height = 263
Top = 8
Width = 440
ActivePage = tsAttributes
TabIndex = 1
TabOrder = 1
object tsProperties: TTabSheet
Caption = 'Properties'
ClientHeight = 263
ClientWidth = 440
object lblFileNameStr: TLabel
Left = 16
Height = 14
Top = 8
Width = 32
Caption = 'Name:'
Font.Color = clBlack
ParentColor = False
end
object lblFileName: TLabel
Left = 194
Height = 14
Top = 8
Width = 16
Caption = '???'
ParentColor = False
ShowAccelChar = False
end
object lblFolderStr: TLabel
Left = 16
Height = 14
Top = 32
Width = 27
Caption = 'Path:'
ParentColor = False
end
object lblFolder: TLabel
Left = 194
Height = 14
Top = 32
Width = 16
Caption = '???'
ParentColor = False
ShowAccelChar = False
end
object lblTypeStr: TLabel
Left = 16
Height = 14
Top = 48
Width = 29
Caption = 'Type:'
ParentColor = False
end
object lblType: TLabel
Left = 194
Height = 14
Top = 48
Width = 16
Caption = '???'
ParentColor = False
ShowAccelChar = False
end
object lblSymlinkStr: TLabel
Left = 16
Height = 14
Top = 64
Width = 40
Caption = 'Symlink:'
ParentColor = False
end
object lblSymlink: TLabel
Left = 194
Height = 14
Top = 64
Width = 16
Caption = '???'
ParentColor = False
ShowAccelChar = False
end
object lblSizeStr: TLabel
Left = 16
Height = 14
Top = 80
Width = 24
Caption = 'Size:'
ParentColor = False
end
object lblSize: TLabel
Left = 194
Height = 14
Top = 80
Width = 16
Caption = '???'
ParentColor = False
ShowAccelChar = False
end
object lblLastAccessStr: TLabel
Left = 16
Height = 14
Top = 112
Width = 60
Caption = 'Last access:'
ParentColor = False
end
object lblLastAccess: TLabel
Left = 214
Height = 14
Top = 112
Width = 16
Caption = '???'
ParentColor = False
ShowAccelChar = False
end
object lblLastModifStr: TLabel
Left = 16
Height = 14
Top = 128
Width = 85
Caption = 'Last modification:'
ParentColor = False
end
object lblLastModif: TLabel
Left = 214
Height = 14
Top = 128
Width = 16
Caption = '???'
ParentColor = False
ShowAccelChar = False
end
object lblLastStChangeStr: TLabel
Left = 16
Height = 14
Top = 144
Width = 96
Caption = 'Last status change:'
ParentColor = False
end
object lblLastStChange: TLabel
Left = 214
Height = 14
Top = 144
Width = 16
Caption = '???'
ParentColor = False
ShowAccelChar = False
end
end
object tsAttributes: TTabSheet
Caption = 'Attributes'
ClientHeight = 263
ClientWidth = 440
object lblFile: TLabel
Left = 8
Height = 13
Top = 11
Width = 56
Caption = 'File name'
ParentColor = False
end
object lblFileName1: TLabel
Left = 104
Height = 13
Top = 11
Width = 56
Caption = 'File name'
Font.Color = clBlack
ParentColor = False
end
object lblAttrOwnerStr: TLabel
Left = 8
Height = 13
Top = 54
Width = 38
Caption = 'Owner'
ParentColor = False
end
object lblWrite: TLabel
Left = 176
Height = 13
Top = 32
Width = 29
Caption = 'Write'
ParentColor = False
end
object lblRead: TLabel
Left = 104
Height = 13
Top = 32
Width = 30
Caption = 'Read'
ParentColor = False
end
object lblExec: TLabel
Left = 240
Height = 13
Top = 32
Width = 46
Caption = 'Execute'
ParentColor = False
end
object lblAttrGroupStr: TLabel
Left = 8
Height = 13
Top = 94
Width = 35
Caption = 'Group'
ParentColor = False
end
object lblAttrOtherStr: TLabel
Left = 8
Height = 13
Top = 134
Width = 32
Caption = 'Other'
ParentColor = False
end
object lblAttrTextStr: TLabel
Left = 8
Height = 13
Top = 203
Width = 124
Caption = 'Representation in text:'
ParentColor = False
end
object lblAttrText: TLabel
Left = 160
Height = 13
Top = 203
Width = 56
Caption = '-----------'
Font.Color = clBlack
Font.Height = 13
ParentColor = False
end
object lblAttrBitsStr: TLabel
Left = 8
Height = 13
Top = 175
Width = 24
Caption = 'Bits:'
ParentColor = False
end
object cbReadOwner: TCheckBox
Left = 112
Height = 20
Top = 48
Width = 27
AllowGrayed = True
TabOrder = 0
end
object cbWriteOwner: TCheckBox
Left = 184
Height = 20
Top = 48
Width = 27
AllowGrayed = True
TabOrder = 1
end
object cbExecOwner: TCheckBox
Left = 256
Height = 20
Top = 48
Width = 27
AllowGrayed = True
TabOrder = 2
end
object cbReadGroup: TCheckBox
Left = 112
Height = 20
Top = 88
Width = 27
AllowGrayed = True
TabOrder = 3
end
object cbWriteGroup: TCheckBox
Left = 184
Height = 20
Top = 88
Width = 27
AllowGrayed = True
TabOrder = 4
end
object cbExecGroup: TCheckBox
Left = 256
Height = 20
Top = 88
Width = 27
AllowGrayed = True
TabOrder = 5
end
object cbReadOther: TCheckBox
Left = 112
Height = 20
Top = 128
Width = 27
AllowGrayed = True
TabOrder = 6
end
object cbWriteOther: TCheckBox
Left = 184
Height = 20
Top = 128
Width = 27
AllowGrayed = True
TabOrder = 7
end
object cbExecOther: TCheckBox
Left = 256
Height = 20
Top = 128
Width = 27
AllowGrayed = True
TabOrder = 8
end
object cbSuid: TCheckBox
Left = 112
Height = 20
Top = 168
Width = 55
AllowGrayed = True
Caption = 'SUID'
TabOrder = 9
end
object cbSgid: TCheckBox
Left = 184
Height = 20
Top = 168
Width = 56
AllowGrayed = True
Caption = 'SGID'
TabOrder = 10
end
object cbSticky: TCheckBox
Left = 256
Height = 20
Top = 168
Width = 61
AllowGrayed = True
Caption = 'Sticky'
TabOrder = 11
end
end
end
object btnAll: TBitBtn
Left = 213
Height = 32
Top = 392
Width = 75
Caption = '&All'
NumGlyphs = 0
OnClick = btnAllClick
TabOrder = 2
end
object btnOK: TBitBtn
Left = 133
Height = 32
Top = 392
Width = 75
Caption = '&OK'
Default = True
Kind = bkOK
NumGlyphs = 0
OnClick = btnOKClick
TabOrder = 3
end
object btnSkip: TBitBtn
Left = 293
Height = 32
Top = 392
Width = 75
Caption = 'Skip'
NumGlyphs = 0
OnClick = btnSkipClick
TabOrder = 4
end
object gbOwner: TGroupBox
Left = 8
Height = 105
Top = 280
Width = 440
Caption = 'Owner'
ClientHeight = 105
ClientWidth = 440
TabOrder = 5
object lblOwnerStr: TLabel
Left = 22
Height = 13
Top = 17
Width = 38
Caption = 'Owner'
ParentColor = False
end
object lblGroupStr: TLabel
Left = 22
Height = 13
Top = 49
Width = 35
Caption = 'Group'
ParentColor = False
end
object cbxUsers: TComboBox
Left = 135
Height = 21
Top = 9
Width = 227
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
ParentCtl3D = False
Sorted = True
TabOrder = 0
end
object cbxGroups: TComboBox
Left = 134
Height = 21
Top = 41
Width = 227
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
ParentCtl3D = False
Sorted = True
TabOrder = 1
end
end
end