| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 | object PropertiesDialog: TPropertiesDialog  Left = 416  Top = 133  HelpType = htKeyword  HelpKeyword = 'ui_properties'  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]  BorderStyle = bsDialog  Caption = 'Properties'  ClientHeight = 416  ClientWidth = 357  Color = clBtnFace  ParentFont = True  OldCreateOrder = True  Position = poOwnerFormCenter  OnCloseQuery = FormCloseQuery  OnShow = FormShow  DesignSize = (    357    416)  PixelsPerInch = 96  TextHeight = 13  object OkButton: TButton    Left = 99    Top = 386    Width = 75    Height = 25    Anchors = [akRight, akBottom]    Caption = 'OK'    Default = True    ModalResult = 1    TabOrder = 1  end  object CancelButton: TButton    Left = 187    Top = 386    Width = 75    Height = 25    Anchors = [akRight, akBottom]    Cancel = True    Caption = 'Cancel'    ModalResult = 2    TabOrder = 2  end  object PageControl: TPageControl    Left = 5    Top = 5    Width = 346    Height = 374    ActivePage = CommonSheet    Anchors = [akLeft, akTop, akRight, akBottom]    TabOrder = 0    OnChange = PageControlChange    object CommonSheet: TTabSheet      Caption = 'Common'      DesignSize = (        338        346)      object Bevel1: TBevel        Left = 8        Top = 47        Width = 320        Height = 9        Anchors = [akLeft, akTop, akRight]        Shape = bsTopLine      end      object Label1: TLabel        Left = 8        Top = 58        Width = 44        Height = 13        Caption = 'Location:'        ShowAccelChar = False      end      object LocationLabel: TPathLabel        Left = 85        Top = 58        Width = 243        Height = 13        UnixPath = True        IndentHorizontal = 0        IndentVertical = 0        Align = alNone        Anchors = [akLeft, akTop, akRight]        AutoSize = False      end      object FileLabel: TLabel        Left = 85        Top = 18        Width = 241        Height = 13        AutoSize = False        Caption = 'FileLabel'        ShowAccelChar = False      end      object Label2: TLabel        Left = 8        Top = 80        Width = 23        Height = 13        Caption = 'Size:'        ShowAccelChar = False      end      object SizeLabel: TLabel        Left = 85        Top = 80        Width = 160        Height = 13        Anchors = [akLeft, akTop, akRight]        AutoSize = False        Caption = 'SizeLabel'        ShowAccelChar = False      end      object LinksToLabelLabel: TLabel        Left = 8        Top = 102        Width = 40        Height = 13        Caption = 'Links to:'        ShowAccelChar = False      end      object LinksToLabel: TPathLabel        Left = 85        Top = 102        Width = 240        Height = 13        UnixPath = True        IndentHorizontal = 0        IndentVertical = 0        Align = alNone        Anchors = [akLeft, akTop, akRight]        AutoSize = False      end      object Bevel2: TBevel        Left = 8        Top = 125        Width = 320        Height = 9        Anchors = [akLeft, akTop, akRight]        Shape = bsTopLine      end      object Label3: TLabel        Left = 8        Top = 203        Width = 59        Height = 13        Caption = 'Permissions:'        FocusControl = RightsFrame      end      object Bevel3: TBevel        Left = 8        Top = 193        Width = 320        Height = 9        Anchors = [akLeft, akTop, akRight]        Shape = bsTopLine      end      object Label4: TLabel        Left = 8        Top = 138        Width = 33        Height = 13        Caption = 'Group:'        FocusControl = GroupComboBox      end      object Label5: TLabel        Left = 8        Top = 166        Width = 36        Height = 13        Caption = 'Owner:'        FocusControl = OwnerComboBox      end      object FileIconImage: TImage        Left = 11        Top = 8        Width = 32        Height = 32        AutoSize = True      end      object RecursiveBevel: TBevel        Left = 8        Top = 312        Width = 320        Height = 9        Anchors = [akLeft, akTop, akRight]        Shape = bsTopLine      end      inline RightsFrame: TRightsFrame        Left = 84        Top = 200        Width = 244        Height = 109        TabOrder = 3      end      object GroupComboBox: TComboBox        Left = 85        Top = 135        Width = 161        Height = 21        DropDownCount = 16        MaxLength = 50        TabOrder = 1        Text = 'GroupComboBox'        OnChange = ControlChange        OnExit = GroupComboBoxExit      end      object OwnerComboBox: TComboBox        Left = 85        Top = 163        Width = 161        Height = 21        DropDownCount = 16        MaxLength = 50        TabOrder = 2        Text = 'OwnerComboBox'        OnChange = ControlChange        OnExit = OwnerComboBoxExit      end      object RecursiveCheck: TCheckBox        Left = 12        Top = 322        Width = 317        Height = 17        Anchors = [akLeft, akTop, akRight]        Caption = 'Set group, owner and permissions &recursively'        TabOrder = 4        OnClick = ControlChange      end      object CalculateSizeButton: TButton        Left = 248        Top = 72        Width = 80        Height = 25        Anchors = [akTop, akRight]        Caption = 'C&alculate'        TabOrder = 0        OnClick = CalculateSizeButtonClick      end    end    object ChecksumSheet: TTabSheet      Caption = 'Checksum'      ImageIndex = 1      DesignSize = (        338        346)      object Label6: TLabel        Left = 13        Top = 13        Width = 49        Height = 13        Caption = '&Algorithm:'        FocusControl = ChecksumAlgEdit      end      object ChecksumView: TListView        Left = 6        Top = 40        Width = 326        Height = 297        Anchors = [akLeft, akTop, akRight, akBottom]        Columns = <          item            Caption = 'File'            Width = 100          end          item            Caption = 'Checksum'            Width = 100          end>        ColumnClick = False        DoubleBuffered = True        MultiSelect = True        ReadOnly = True        RowSelect = True        ParentDoubleBuffered = False        PopupMenu = ListViewMenu        TabOrder = 2        ViewStyle = vsReport        OnContextPopup = ChecksumViewContextPopup      end      object ChecksumAlgEdit: TComboBox        Left = 80        Top = 9        Width = 121        Height = 21        AutoComplete = False        Anchors = [akLeft, akTop, akRight]        MaxLength = 250        TabOrder = 0        OnChange = ChecksumAlgEditChange        OnEnter = ControlChange        OnExit = ControlChange        Items.Strings = (          'Xmd5')      end      object ChecksumButton: TButton        Left = 208        Top = 7        Width = 122        Height = 25        Anchors = [akTop, akRight]        Caption = '&Calculate checksum'        TabOrder = 1        OnClick = ChecksumButtonClick      end      object ChecksumGroup: TGroupBox        Left = 6        Top = 40        Width = 326        Height = 41        Anchors = [akLeft, akRight, akBottom]        Caption = 'Checksum'        TabOrder = 3        DesignSize = (          326          41)        object ChecksumUnknownLabel: TLabel          Left = 10          Top = 18          Width = 117          Height = 13          Caption = 'ChecksumUnknownLabel'          ShowAccelChar = False        end        object ChecksumEdit: TEdit          Left = 10          Top = 18          Width = 306          Height = 19          TabStop = False          Anchors = [akLeft, akTop, akRight]          BorderStyle = bsNone          Color = clBtnFace          ReadOnly = True          TabOrder = 0          Text = 'ChecksumEdit'        end      end    end  end  object HelpButton: TButton    Left = 275    Top = 386    Width = 75    Height = 25    Anchors = [akRight, akBottom]    Caption = '&Help'    TabOrder = 3    OnClick = HelpButtonClick  end  object ListViewMenu: TPopupMenu    Left = 16    Top = 384    object Copy: TMenuItem      Caption = '&Copy'      OnClick = CopyClick    end  endend
 |